From 79e88e3fce5b14444bc0b503660210161365b5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20W=C3=B6lfle?= Date: Sun, 2 Feb 2025 18:26:22 +0100 Subject: [PATCH] v1.28 * 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. --- CHANGELOG | 8 +++++ index.html | 45 +++++++++++++------------ index.js | 97 +++++++++++++++++++++++++----------------------------- 3 files changed, 76 insertions(+), 74 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7821385..754eb28 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +02.02.2025 v1.28 +* 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. + 11.11.2024 v1.27 + Export options modal for CSV / RIS download. * De-duplication of All Cited and All Citing is off again by default but can be turned on. diff --git a/index.html b/index.html index af967ba..9b34c1c 100644 --- a/index.html +++ b/index.html @@ -157,7 +157,7 @@

{{ (currentGraph?.API === 'Co*Citation Network via OpenAlex' |