Skip to content

Commit

Permalink
Added an example script to generate citations
Browse files Browse the repository at this point in the history
  • Loading branch information
YHordijk committed Apr 29, 2024
1 parent ca32192 commit 15e45cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/cite_functional.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from tcutility import data, cite

for doi in data.functionals.get('r2SCAN').dois:
print(cite.cite(doi))

0 comments on commit 15e45cc

Please sign in to comment.