Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | importers: use clean_doi() in many more (all?) importers | Bryan Newbold | 2021-11-09 | 1 | -2/+4 |
| | |||||
* | typing: initial annotations on importers | Bryan Newbold | 2021-11-03 | 1 | -12/+16 |
| | | | | | This commit just adds the type annotations, doesn't do fixes to code to make type checking pass. | ||||
* | importers: remove unused __main__ routine | Bryan Newbold | 2021-11-03 | 1 | -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 Newbold | 2021-11-02 | 1 | -91/+119 |
| | |||||
* | python: isort everything | Bryan Newbold | 2021-11-02 | 1 | -4/+4 |
| | |||||
* | lint (flake8) tool python files | Bryan Newbold | 2020-07-01 | 1 | -5/+4 |
| | |||||
* | importers: replace newlines in get_text() strings | Bryan Newbold | 2020-04-01 | 1 | -4/+4 |
| | |||||
* | importers: more string/get_text swaps | Bryan Newbold | 2020-03-28 | 1 | -11/+11 |
| | | | | See previous pubmed commit for details. | ||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -11/+11 |
| | |||||
* | set superceded flag on 'old' arxiv releases | Bryan Newbold | 2019-05-23 | 1 | -1/+4 |
| | |||||
* | arxiv: yet more bad DOI mangling | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | arxiv: handle multi-DOI | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | arxiv: another type of latex2text error | Bryan Newbold | 2019-05-22 | 1 | -0/+2 |
| | |||||
* | arixv: filter out empty names | Bryan Newbold | 2019-05-22 | 1 | -0/+1 |
| | |||||
* | all new importers need to set contrib index (order) | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | improve arxiv author name parsing | Bryan Newbold | 2019-05-22 | 1 | -0/+24 |
| | |||||
* | fix arxiv importer DOI lookup | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | fix arxiv conference release_type | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | SQUASH: arxiv importer syntax | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | better JALC and arxiv DOI checks | Bryan Newbold | 2019-05-22 | 1 | -1/+3 |
| | |||||
* | more arxiv polish | Bryan Newbold | 2019-05-21 | 1 | -22/+29 |
| | |||||
* | arxiv importer robustification and CLI impl | Bryan Newbold | 2019-05-21 | 1 | -9/+20 |
| | |||||
* | arxiv importer polish | Bryan Newbold | 2019-05-21 | 1 | -3/+4 |
| | |||||
* | tweaks to new imports/tests | Bryan Newbold | 2019-05-21 | 1 | -3/+4 |
| | |||||
* | initial arxivraw importer (from parser) | Bryan Newbold | 2019-05-21 | 1 | -0/+298 |