aboutsummaryrefslogtreecommitdiffstats
path: root/chocula.py
diff options
context:
space:
mode:
Diffstat (limited to 'chocula.py')
-rwxr-xr-xchocula.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chocula.py b/chocula.py
index ad999f1..e54a017 100755
--- a/chocula.py
+++ b/chocula.py
@@ -1100,6 +1100,8 @@ class ChoculaDatabase():
if irow['slug'] in ('crossref',):
out['has_dois'] = True
# TODO: other DOI registrars (japan, datacite)
+ if irow['slug'] == 'wikidata':
+ out['wikidata_qid'] = irow['identifier']
for k in ('name',):
if not out.get(k) and irow[k]:
out[k] = irow[k]