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
* Some adaptations for better integration with the awesome Zotero Cita plugin: https://github.com/diegodlh/zotero-cita.
* Slightly changed linkToShareAppendix() logic.
* Added downloadFile function.
! Fixed physics of Co-authorship network by reverting to default barnesHut configuration.
! Fix title of edges in Co-authorship network (only considers seed articles as of 1.21).
! Fixed some old terminology in comments.
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" sortable>
368
+
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" :visible="currentGraph.API !== 'Zotero Cita'" sortable>
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" sortable>
604
+
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" :visible="currentGraph.API !== 'Zotero Cita'" sortable>
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" sortable>
840
+
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" :visible="currentGraph.API !== 'Zotero Cita'" sortable>
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" sortable>
1073
+
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" :visible="currentGraph.API !== 'Zotero Cita'" sortable>
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" sortable>
1306
+
<b-table-columnfield="citationsCount" label="Cit." meta="Number of global citations (cited by how many articles in total)" :visible="currentGraph.API !== 'Zotero Cita'" sortable>
<h3class="modal-card-title">Import custom list of IDs</h3>
1557
-
<p>One ID per row. Use OpenAlex / Semantic Scholar for PMIDs. Empty rows are placeholders in order to help preserve original numbering.</p>
1560
+
<p>One ID per row, usually DOI. Use OpenAlex / Semantic Scholar for PMIDs. Empty rows are placeholders in order to help preserve original numbering.</p>
Cited Articles (References) can be retrieved through all <a@click="indexFAQ = 'switch-api'; showFAQ = true;" href="#switch-api">APIs</a>. Citing Articles (Citations) can be retrieved through OpenAlex (OA), Semantic Scholar (S2) and OpenCitations (OC). <a@click="indexFAQ = 'top-cited'; showFAQ = true;" href="#top-cited">Top Cited</a> are the most cited references by the Seed Articles. <a@click="indexFAQ = 'top-citing'; showFAQ = true;" href="#top-citing">Top Citing</a> are citing the most Seed Articles. Retrieving All References / Citations works best with OpenAlex (OA) & Semantic Scholar (S2).
1585
+
Cited Articles (References) can be retrieved through all <a@click="indexFAQ = 'switch-api'; showFAQ = true;" href="#switch-api">APIs</a>. Citing Articles (Citations) can be retrieved through OpenAlex (OA), Semantic Scholar (S2) and OpenCitations (OC). <a@click="indexFAQ = 'top-cited'; showFAQ = true;" href="#top-cited">Top Cited</a> are the most cited references by the Seed Articles. <a@click="indexFAQ = 'top-citing'; showFAQ = true;" href="#top-citing">Top Citing</a> are citing the most Seed Articles. Retrieving All Cited (i.e. references) / All Citing (i.e. citations) works best with OpenAlex (OA) & Semantic Scholar (S2).
0 commit comments