Skip to content

Commit 10edc10

Browse files
committed
Add orcids
1 parent 914ad5c commit 10edc10

3 files changed

Lines changed: 3 additions & 60 deletions

File tree

_cite/cite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
sources = []
3030

3131
# in-order list of plugins to run
32-
plugins = ["google-scholar", "pubmed", "orcid", "arxiv", "sources"]
32+
plugins = ["google-scholar", "pubmed", "orcid", "sources"]
3333

3434
# loop through plugins
3535
for plugin in plugins:

_cite/plugins/arxiv.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

_data/orcid.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
- orcid: 0000-0002-9633-0017
22
- orcid: 0000-0003-0316-3449
3+
- orcid: 0009-0004-7797-9138
4+
- orcid: 0000-0002-0005-0441

0 commit comments

Comments
 (0)