aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-19 23:43:00 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-19 23:43:00 -0800
commit456a4deab80d027fb5015269058cd6518680ea8e (patch)
tree9fa5e361e84633caf36d55d9bdc40f78182663bb /python
parentbf38120563df9c41484067556533b139f9e9de3e (diff)
downloadfatcat-456a4deab80d027fb5015269058cd6518680ea8e.tar.gz
fatcat-456a4deab80d027fb5015269058cd6518680ea8e.zip
monograph isn't a CSL type
Diffstat (limited to 'python')
-rw-r--r--python/fatcat_tools/importers/crossref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/importers/crossref.py b/python/fatcat_tools/importers/crossref.py
index d0a69cd6..475afdb0 100644
--- a/python/fatcat_tools/importers/crossref.py
+++ b/python/fatcat_tools/importers/crossref.py
@@ -20,7 +20,7 @@ CROSSREF_TYPE_MAP = {
'dissertation': 'thesis',
'edited-book': 'book',
'journal-article': 'article-journal',
- 'monograph': 'monograph',
+ 'monograph': 'book',
'other': None,
'peer-review': 'peer_review',
'posted-content': 'post',