You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Renamed "Input Articles" to "Seed Articles", "References" to "Cited", and "Citations" to "Citing" in accordance with "Guidance on terminology, application, and reporting of citation searching: the TARCiS statement" (Hirt 2024, https://doi.org/10.1136/bmj-2023-078384).
+ All Cited and All Citing are now de-duplicated against Seed Articles and All Citing also against All Cited by default (there is an option to turn this off).
+ Added CSV and RIS downloads for full network (i.e., all tabs).
+ RIS files now contain notes including numbers of Citations, References, Cited, Citing.
+ Saving vis.js network custom settings now using "download full network" and by turning Autosave on ("Save" in the top right). This means networks are more customizable now.
+ Some preparations for Co*Citation Network (compare https://doi.org/10.17605/OSF.IO/NPM2E)
- Removed Citation network option "Node size", now always default: Sum of In- & Out-Degree ("Rank").
Copy file name to clipboardExpand all lines: CHANGELOG
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
06.10.2024 v1.26
2
+
+ Renamed "Input Articles" to "Seed Articles", "References" to "Cited", and "Citations" to "Citing" in accordance with "Guidance on terminology, application, and reporting of citation searching: the TARCiS statement" (Hirt 2024, https://doi.org/10.1136/bmj-2023-078384).
3
+
+ All Cited and All Citing are now de-duplicated against Seed Articles and All Citing also against All Cited by default (there is an option to turn this off).
4
+
+ Added CSV and RIS downloads for full network (i.e., all tabs).
5
+
+ RIS files now contain notes including numbers of Citations, References, Cited, Citing.
6
+
+ Saving vis.js network custom settings now using "download full network" and by turning Autosave on ("Save" in the top right). This means networks are more customizable now.
7
+
+ Some preparations for Co*Citation Network (compare https://doi.org/10.17605/OSF.IO/NPM2E)
8
+
- Removed Citation network option "Node size", now always default: Sum of In- & Out-Degree ("Rank").
9
+
1
10
09.06.2024 v1.25
2
11
* Remove Semantic Scholar (S2) responses without id (sometimes affected All References / All Citations).
3
12
! Fix formatting of '<' & '>' in titles.
@@ -20,14 +29,14 @@
20
29
+ For Input Articles: Added "Filter References" and "Filter Citations" in article details.
21
30
+ For all articles: Added "Filter Input Articles cited by this" (corresponds to Out-Degree) and "Filter Input Articles citing this" (corresponds to In-Degree).
22
31
+ Added "Too Long Didn't Read" (TLDR) summaries for Semantic Scholar (S2) (https://www.semanticscholar.org/faq#tldr).
23
-
* Use batch API for Semantic Scholar (S2), which allows much faster retrievals and much fewer API-overloads (error 429). (Unfortunately seems to have a bug, compare below "Known bugs")
32
+
* Use batch API for Semantic Scholar (S2), which allows much faster retrievals and much fewer API-overloads (error 429). (Unfortunately seems to have an issue, compare below "Known issues")
24
33
* In case "All references" or "All citations" are retrieved (OA & S2 only): don't de-duplicate them anymore so that numbers in the respective tabs are correct, also when filtering them.
25
34
* Let users choose number of articles per page.
26
35
* Deactivated S2 reference contexts for now (simultaneous API call often led to API-overload (error 429)).
27
36
* Bumped Buefy, Vue and vis.js Network to newest versions. Use "render-on-mounted" for modals, introduced in new Buefy version, and removed previously necessary hack.
28
37
! Fixed "Show source article node" in Citation network settings.
29
38
30
-
Known bugs:
39
+
Known issues:
31
40
- Top Citations are wrong with Semantic Scholar (S2), they are pretty random citations and not the top ones. This seems to be a bug on their side (which now affects Local Citation Network because of using the batch API endpoint) which I have reported: https://github.com/allenai/s2-folks/issues/199
0 commit comments