aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/pubmed.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bnewbold-import-refactors' into 'master'bnewbold2021-11-111-313/+11
|\
| * refactor importer metadata tables into separate file; move some helpers aroundBryan Newbold2021-11-101-314/+5
| * importers: refactor imports of clean() and other normalization helpersBryan Newbold2021-11-101-4/+11
* | pubmed: allow updates if PMCID does not exist yetBryan Newbold2021-11-101-1/+6
|/
* typing: relatively simple type check fixesBryan Newbold2021-11-031-17/+7
* typing: initial annotations on importersBryan Newbold2021-11-031-10/+17
* importers: remove unused __main__ routineBryan Newbold2021-11-031-5/+0
* fmt (black): fatcat_tools/Bryan Newbold2021-11-021-158/+197
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-5/+7
* python: partial importer utilization of new schema changesBryan Newbold2021-10-131-3/+9
* fix issnl typo in pubmedBryan Newbold2020-07-231-1/+1
* lint (flake8) tool python filesBryan Newbold2020-07-011-4/+2
* importers: clarify handling of ApiExceptionBryan Newbold2020-05-221-0/+1
* pubmed: use untranslated title if translated not availableBryan Newbold2020-04-011-0/+6
* importers: replace newlines in get_text() stringsBryan Newbold2020-04-011-5/+7
* pubmed: bunch of .get_text() instead of .stringBryan Newbold2020-03-281-12/+12
* pubmed: handle multiple ReferenceListBryan Newbold2020-03-201-1/+4
* pubmed: update many more metadata fieldsBryan Newbold2020-03-191-0/+22
* importers: control update behavior with more-standard flagBryan Newbold2020-01-061-0/+4
* pubmed: if doing update, also do subtitle schema updateBryan Newbold2019-12-231-1/+9
* pubmed: improve warning and stderr formattingBryan Newbold2019-12-231-5/+6
* pubmed: use standard identifier cleanersBryan Newbold2019-12-231-17/+14
* pubmed: remove unused extid mapping codeBryan Newbold2019-12-231-29/+0
* pubmed: do reference lookups by defaultBryan Newbold2019-12-231-1/+1
* pubmed: null doi parsing checkBryan Newbold2019-12-231-1/+1
* add basic MedlineDate year parsingBryan Newbold2019-12-231-0/+11
* refactor all python source for client lib nameBryan Newbold2019-09-051-16/+16
* more pubmed importer fixesBryan Newbold2019-06-031-6/+13
* yet another pubmed weird DOI corner caseBryan Newbold2019-05-291-1/+1
* handle pubmed CollectiveName null-nessBryan Newbold2019-05-291-1/+1
* handle empty retraction_of.PMID in pubmed importerBryan Newbold2019-05-291-2/+4
* more MARC languages, and less verbose reportingBryan Newbold2019-05-241-1/+1
* pubmed DOIs need strip()Bryan Newbold2019-05-221-1/+1
* pubmed: try to work around multi-editsBryan Newbold2019-05-221-3/+13
* more strict pubmed DOI handlingBryan Newbold2019-05-221-1/+3
* more pubmed checks; handle PMID/DOI mismatch differentlyBryan Newbold2019-05-221-2/+7
* all new importers need to set contrib index (order)Bryan Newbold2019-05-221-0/+4
* pubmed importer command and tweaksBryan Newbold2019-05-221-9/+227
* importers: create containers by defaultBryan Newbold2019-05-211-1/+2
* updates to pubmed importerBryan Newbold2019-05-211-32/+60
* fix lint issue in pubmed importerBryan Newbold2019-05-211-1/+1
* tweaks to new imports/testsBryan Newbold2019-05-211-6/+4
* initial pubmed importerBryan Newbold2019-05-211-0/+512