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
- Do not de-duplicate citedArticlesIds against seedArticles, as LCN now shows all references in second-tab's table (called "All Cited" in web verison) and not just top 10
allCited: retrieveCitedArticles===Infinity&&['OpenAlex','Semantic Scholar','Zotero Cita'].includes(API),// Zotero Cita shows All Cited (i.e. all references)
// Zotero Cita shows All Cited (i.e. all references)
2243
2248
this.retrieveCitedArticles=Infinity
2244
2249
this.retrieveCitingArticles=0
2245
2250
@@ -2250,7 +2255,7 @@ const vm = new Vue({
2250
2255
returndois
2251
2256
},[]
2252
2257
)
2253
-
this.listName='Zotero Cita'
2258
+
this.listName='Zotero Cita '+(newDate().toLocaleString('en-CA',{hour12: false}).replace(", "," ").substr(0,16))// Add datetime (YYYY-MM-DD HH:MM) so that the graph's tabLabel becoms more unique and multiple Cita JSON files can be opened at the same time
0 commit comments