aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/arxiv.py
Commit message (Collapse)AuthorAgeFilesLines
* importers: use clean_doi() in many more (all?) importersBryan Newbold2021-11-091-2/+4
|
* typing: initial annotations on importersBryan Newbold2021-11-031-12/+16
| | | | | This commit just adds the type annotations, doesn't do fixes to code to make type checking pass.
* importers: remove unused __main__ routineBryan Newbold2021-11-031-5/+0
| | | | | | These perhaps were used in initial develoment or testing? fatcat_import.py is the correct way to do these imports, even for testing/development.
* fmt (black): fatcat_tools/Bryan Newbold2021-11-021-91/+119
|
* python: isort everythingBryan Newbold2021-11-021-4/+4
|
* lint (flake8) tool python filesBryan Newbold2020-07-011-5/+4
|
* importers: replace newlines in get_text() stringsBryan Newbold2020-04-011-4/+4
|
* importers: more string/get_text swapsBryan Newbold2020-03-281-11/+11
| | | | See previous pubmed commit for details.
* refactor all python source for client lib nameBryan Newbold2019-09-051-11/+11
|
* set superceded flag on 'old' arxiv releasesBryan Newbold2019-05-231-1/+4
|
* arxiv: yet more bad DOI manglingBryan Newbold2019-05-221-1/+1
|
* arxiv: handle multi-DOIBryan Newbold2019-05-221-1/+1
|
* arxiv: another type of latex2text errorBryan Newbold2019-05-221-0/+2
|
* arixv: filter out empty namesBryan Newbold2019-05-221-0/+1
|
* all new importers need to set contrib index (order)Bryan Newbold2019-05-221-1/+1
|
* improve arxiv author name parsingBryan Newbold2019-05-221-0/+24
|
* fix arxiv importer DOI lookupBryan Newbold2019-05-221-1/+1
|
* fix arxiv conference release_typeBryan Newbold2019-05-221-1/+1
|
* SQUASH: arxiv importer syntaxBryan Newbold2019-05-221-1/+1
|
* better JALC and arxiv DOI checksBryan Newbold2019-05-221-1/+3
|
* more arxiv polishBryan Newbold2019-05-211-22/+29
|
* arxiv importer robustification and CLI implBryan Newbold2019-05-211-9/+20
|
* arxiv importer polishBryan Newbold2019-05-211-3/+4
|
* tweaks to new imports/testsBryan Newbold2019-05-211-3/+4
|
* initial arxivraw importer (from parser)Bryan Newbold2019-05-211-0/+298