aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/datacite.py
Commit message (Expand)AuthorAgeFilesLines
* datacite: include month in extraMartin Czygan2020-01-061-0/+2
* datacite: clean abstracts, use unknown value tokensMartin Czygan2020-01-061-4/+26
* datacite: clean abstract as wellMartin Czygan2020-01-061-1/+1
* datacite: filter out 'Cites' relation as wellMartin Czygan2020-01-061-1/+1
* datacite: always include "datacite" key in extraMartin Czygan2020-01-041-2/+2
* datacite: use normal.clean_doiMartin Czygan2020-01-031-11/+1
* datacite: parse_datacite_dates returns monthMartin Czygan2020-01-031-10/+35
* datacite: prepare release_month (stub)Martin Czygan2020-01-031-10/+10
* datacite: lowercase only onceMartin Czygan2020-01-031-3/+4
* datacite: remove --lang-detect flagMartin Czygan2020-01-031-11/+6
* datacite: address raw_name index form commentMartin Czygan2020-01-021-0/+43
* datacite: add two more skipable tokensMartin Czygan2020-01-021-1/+1
* datacite: names can be 'Unav', tooMartin Czygan2020-01-021-1/+4
* datacite: avoid more None valuesMartin Czygan2020-01-011-4/+4
* datacite: address 'Unpublished' publisherMartin Czygan2019-12-311-9/+10
* datacite: ensure name schema is definedMartin Czygan2019-12-311-1/+2
* datacite: fix typoMartin Czygan2019-12-311-1/+1
* datacite: isascii was added in 3.7, onlyMartin Czygan2019-12-311-1/+7
* datacite: skip non-ascii doi for nowMartin Czygan2019-12-311-0/+4
* datacite: clean doiMartin Czygan2019-12-311-1/+13
* datacite: update docsMartin Czygan2019-12-311-9/+9
* datacite: perform additional checks on contribMartin Czygan2019-12-301-3/+9
* datacite: check for empty title after cleanMartin Czygan2019-12-291-2/+5
* datacite: update docs with observed valuesMartin Czygan2019-12-291-1/+3
* datacite: page number misses are too commonMartin Czygan2019-12-281-1/+2
* datacite: suppress debug-like language lookup miss messageMartin Czygan2019-12-281-1/+3
* datacite: treat untyped names as peopleMartin Czygan2019-12-281-1/+1
* datacite: include container_name top level key in extraMartin Czygan2019-12-281-7/+21
* datacite: use clean on field valuesMartin Czygan2019-12-281-2/+28
* datacite: include doi in error messagesMartin Czygan2019-12-281-8/+8
* datacite: limit abstract lengthMartin Czygan2019-12-281-0/+6
* datacite: use iso 639-1 codesMartin Czygan2019-12-281-7/+4
* address first round of MR14 commentsMartin Czygan2019-12-281-148/+319
* datacite: move common date patterns out of the loopMartin Czygan2019-12-281-3/+4
* improve datacite field mapping and importMartin Czygan2019-12-281-41/+139
* datacite: add missing mappings and notesMartin Czygan2019-12-281-266/+175
* datacite: basic field mappingsMartin Czygan2019-12-281-41/+181
* datacite: importer skeletonMartin Czygan2019-12-281-0/+458