Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor importer metadata tables into separate file; move some helpers around | Bryan Newbold | 2021-11-10 | 1 | -1/+2 |
| | | | | | | | - MAX_ABSTRACT_LENGTH set in a single place (importer common) - merge datacite license slug table in to common table, removing some TDM-specific licenses (which do not apply in the context of preserving the full work) | ||||
* | importers: refactor imports of clean() and other normalization helpers | Bryan Newbold | 2021-11-10 | 1 | -7/+7 |
| | |||||
* | importers: use clean_doi() in many more (all?) importers | Bryan Newbold | 2021-11-09 | 1 | -1/+5 |
| | |||||
* | typing: relatively simple type check fixes | Bryan Newbold | 2021-11-03 | 1 | -4/+9 |
| | | | | | | | These mostly add new variable names so that existing variables aren't overwritten with a new type; delay coercing '{}' or '[]' to 'None' until the last minute; adding is-not-None checks to conditional clauses; and similar small changes. | ||||
* | typing: initial annotations on importers | Bryan Newbold | 2021-11-03 | 1 | -9/+14 |
| | | | | | 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 | -66/+74 |
| | |||||
* | python: isort everything | Bryan Newbold | 2021-11-02 | 1 | -4/+5 |
| | |||||
* | lint (flake8) tool python files | Bryan Newbold | 2020-07-01 | 1 | -1/+1 |
| | |||||
* | importers: replace newlines in get_text() strings | Bryan Newbold | 2020-04-01 | 1 | -7/+7 |
| | |||||
* | importers: more string/get_text swaps | Bryan Newbold | 2020-03-28 | 1 | -9/+9 |
| | | | | See previous pubmed commit for details. | ||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -9/+9 |
| | |||||
* | all new importers need to set contrib index (order) | Bryan Newbold | 2019-05-22 | 1 | -0/+4 |
| | |||||
* | more aggressive JSTOR over-writing | Bryan Newbold | 2019-05-22 | 1 | -0/+8 |
| | |||||
* | JSTOR importer polish | Bryan Newbold | 2019-05-22 | 1 | -18/+51 |
| | |||||
* | stderr.write() needs newline | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | importers: create containers by default | Bryan Newbold | 2019-05-21 | 1 | -1/+1 |
| | |||||
* | correct JSTOR fix | Bryan Newbold | 2019-05-21 | 1 | -6/+6 |
| | |||||
* | fix lint errors in JSTOR importer | Bryan Newbold | 2019-05-21 | 1 | -17/+16 |
| | |||||
* | JSTOR importer polish | Bryan Newbold | 2019-05-21 | 1 | -14/+38 |
| | |||||
* | tweaks to new imports/tests | Bryan Newbold | 2019-05-21 | 1 | -13/+7 |
| | |||||
* | missing jstor import test (and fix typo) | Bryan Newbold | 2019-05-21 | 1 | -2/+1 |
| | |||||
* | initial JSTOR importer | Bryan Newbold | 2019-05-21 | 1 | -0/+270 |