aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/crossref.py
Commit message (Collapse)AuthorAgeFilesLines
* python impl of API ident harmonizationBryan Newbold2018-12-241-7/+7
|
* implement release_year (and rustfmt)Bryan Newbold2018-12-241-7/+10
|
* do actually require title for crossref importBryan Newbold2018-12-011-3/+3
|
* crossref importer doesn't require author/title attributesBryan Newbold2018-11-211-6/+6
|
* crossref importer checks for existing DOIsBryan Newbold2018-11-211-1/+16
|
* monograph isn't a CSL typeBryan Newbold2018-11-191-1/+1
|
* bunch of pylint cleanupBryan Newbold2018-11-151-2/+2
|
* large refactor of python names/pathsBryan Newbold2018-11-151-2/+10
| | | | | | | - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose
* update crossref controlled vocabBryan Newbold2018-11-141-2/+31
|
* python tweaks for date/datetime rust fixBryan Newbold2018-11-141-5/+2
|
* use Counter object instead of per-metric intsBryan Newbold2018-11-131-2/+2
|
* shuffle around fatcat_tools layoutBryan Newbold2018-11-131-0/+272