|
| 1 | +01.06.2024 v1.22 |
| 2 | ++ For Input Articles: Added "Filter References" and "Filter Citations" in article details. |
| 3 | ++ For all articles: Added "Filter Input Articles cited by this" (corresponds to Out-Degree) and "Filter Input Articles citing this" (corresponds to In-Degree). |
| 4 | ++ Added "Too Long Didn't Read" (TLDR) summaries for Semantic Scholar (S2). |
| 5 | +* 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") |
| 6 | +* 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. |
| 7 | +* Let users choose number of articles per page. |
| 8 | +* Deactivated S2 reference contexts for now (simultaneous API call often led to API-overload (error 429)). |
| 9 | +* 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. |
| 10 | +! Fixed "Show source article node" in Citation network settings. |
| 11 | + |
| 12 | +Known bugs: |
| 13 | +- 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 |
| 14 | + |
1 | 15 | 28.08.2023 v1.21
|
2 | 16 | + Tables are paginated now.
|
3 | 17 | * Tables now show all retrieved references / citations (either "Top x" or "All"), the "number shown" setting was moved to the citation network settings as "Maximum references" and "Maximum citations".
|
|
14 | 28 | * Renaming: "Incoming suggestions" become "Top references" and "Outgoing suggestions" become "Top citations" for consistency with the academic literature and other tools (e.g. CitationChaser: https://estech.shinyapps.io/citationchaser/)
|
15 | 29 | + Link to Local citations and Local references in article table details (folding out).
|
16 | 30 | + Articles can also be filtered by article ID & DOI.
|
17 |
| -* "Top references" must not be referenced by at least 2 input articles anymore and "Top citations" must not be cited by at least 2 input articles anymore. |
| 31 | +* "Top references" don't have to be referenced by at least 2 input articles anymore and "Top citations" don't have to be cited by at least 2 input articles anymore. |
18 | 32 | * Don't show edges between "Top references" / "Top citations" anymore so the number of incoming/outgoing edges (arrows) is equivalent to their in-degree and out-degree (also using Semantic Scholar's references/citations endpoints doesn't provide reference lists so the relations between them are unknown, only their relations to the input articles).
|
19 | 33 | * Autosave now only saves up to 100 Top references & Top citations because of space constraints. Use "download full network: JSON" to save full network.
|
20 | 34 | * Show loading-progress for "Top references" / "Top citations"
|
|
0 commit comments