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
Copy file name to clipboardExpand all lines: CHANGELOG
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
+
17.08.2023 v1.16
2
+
+ Articles can also be filtered by author affiliation now (OpenAlex seems to provide most complete affiliations)
3
+
1
4
14.05.2023 v1.15
2
-
+ Retrieve "Incoming suggestions" also with OpenAlex (OA) now. Results in 1 extra API call per input article (disable by running "vm.getCitationsOA = false" in browser console).
5
+
+ Retrieve "Outgoing suggestions" also with OpenAlex (OA) now. Results in 1 extra API call per input article (disable by running "vm.getCitationsOA = false" in browser console).
3
6
+ Added "↻" / "↺" link to rotate the citation network by 90° and stopped automatic rotation when fullscreen is toggled as it did not always fit shape of network.
4
7
+ Added option to color-group author nodes in co-authorship network by either their first or last article. Show which article they're color-grouped by in author-node-tooltip.
5
8
* Network settings are now saved with each network (i.e. tab) separately and stored locally when "Autosave results locally" is on or a JSON of a network is downloaded (Citation network settings: "Node color", "Node size", "Show source article node", "↻" / "↺"; Co-authorship network settings: "Node color", "Show first names", "only authors with a minimum [2-10] input & suggested articles are shown"); consistent with "Number shown" for "Incoming suggestions" and "Outgoing suggestions" since v1.1.
@@ -21,7 +24,7 @@
21
24
+ It's now possible to download a network as a JSON file and reload it through the "File" button.
22
25
+ Added white background to networks' canvas so they can now properly be saved by right-click → "Open/Save Image".
23
26
+ Added option to also show first names in node labels for Co-authorship network.
24
-
+ Added "Incoming suggestions" to OpenAlex experimentally (activate by running "vm.getCitationsOA = true" in browser console).
27
+
+ Added "Outgoing suggestions" to OpenAlex experimentally (activate by running "vm.getCitationsOA = true" in browser console).
25
28
* "Number shown" for "Incoming suggestions" and "Outgoing suggestions" is now saved with each network (i.e. tab) separately and stored locally when "Autosave results locally" is on or a JSON of network is downloaded.
26
29
* Authors are now again distinguished by their names in the Co-authorship network and not by their hidden internal OpenAlex (OA) / Semantic Scholar (S2) ID due to seemingly many duplicates.
27
30
! Fixed first/last name detection when name was formatted "last name, first name".
<a@click="indexFAQ = 'incoming-suggestions'; showFAQ = true;" href="#incoming-suggestions">Incoming suggestions</a> are the most cited references by the input articles that are still missing, thus they have high in-degrees. They tend to be older than most input articles. Number shown:
<a@click="indexFAQ = 'outgoing-suggestions'; showFAQ = true;" href="#outgoing-suggestions">Outgoing suggestions</a> are citing the most input articles, thus they have high out-degrees. They tend to be newer than most input articles. Number shown:
0 commit comments