We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4573996 commit c7d69dfCopy full SHA for c7d69df
1 file changed
fetch_citations.py
@@ -68,6 +68,7 @@ def load_dois_from_config(config_path="_config.yml") -> list[str]:
68
69
70
PAPERS = load_dois_from_config()
71
+PAPERS = PAPERS.shuffle()
72
73
74
# -------------------------------------------------------------------
0 commit comments