diff options
Diffstat (limited to 'python/fatcat_tools')
-rw-r--r-- | python/fatcat_tools/importers/crossref.py | 2 |
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', |