aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers
Commit message (Collapse)AuthorAgeFilesLines
* add inflight edit protection to matched importerBryan Newbold2019-06-241-1/+8
|
* fix typo; do arxiv-specific match import hackBryan Newbold2019-06-241-3/+14
|
* fix syntax in existing.url cleanupBryan Newbold2019-06-241-1/+1
|
* fix existing updaterBryan Newbold2019-06-241-2/+3
|
* add minimal file URL cleanups to matched importerBryan Newbold2019-06-241-0/+8
|
* matched importer: urls, not urlBryan Newbold2019-06-241-1/+1
| | | | | | This matches the docs in the header. Previous matched imports were using 'cdx' objects with no 'dt' key, but this makes more sense. As far as I know the old 'url' code path was never actually used (or tested, derp).
* support extids in matched importerBryan Newbold2019-06-201-3/+26
|
* more pubmed importer fixesBryan Newbold2019-06-031-6/+13
|
* JALC: handle empty publisher stringBryan Newbold2019-05-301-3/+4
|
* journal_metadata import: allow KBART updatesBryan Newbold2019-05-301-5/+16
|
* make importer extid lookups faster by hidingBryan Newbold2019-05-291-2/+2
|
* yet another pubmed weird DOI corner caseBryan Newbold2019-05-291-1/+1
|
* handle pubmed CollectiveName null-nessBryan Newbold2019-05-291-1/+1
|
* remove stray JALC debug codeBryan Newbold2019-05-291-2/+3
|
* is_cjk() handles kanji betterBryan Newbold2019-05-291-4/+6
|
* improve JALC author handlingBryan Newbold2019-05-291-59/+85
|
* handle empty retraction_of.PMID in pubmed importerBryan Newbold2019-05-291-2/+4
|
* faster LargeFile XML importer for PubMedBryan Newbold2019-05-292-1/+51
|
* more MARC languages, and less verbose reportingBryan Newbold2019-05-242-4/+15
|
* better crossref container_name handlingBryan Newbold2019-05-241-7/+12
|
* set superceded flag on 'old' arxiv releasesBryan Newbold2019-05-231-1/+4
|
* 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
|
* missing MARC/ISO languagesBryan Newbold2019-05-221-0/+2
|
* 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-224-2/+14
|
* 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
|
* jalc empty publisher stringBryan Newbold2019-05-221-2/+2
|
* Gaelic!Bryan Newbold2019-05-221-0/+3
|
* more aggressive JSTOR over-writingBryan Newbold2019-05-221-0/+8
|
* JSTOR importer polishBryan Newbold2019-05-221-18/+51
|
* creative importer for bulk JSTOR importsBryan Newbold2019-05-222-1/+23
|
* pubmed importer command and tweaksBryan Newbold2019-05-221-9/+227
|
* bs4 XML parse cleanupBryan Newbold2019-05-221-0/+2
|
* arxiv license slug shorter; fix testBryan Newbold2019-05-221-1/+1
|
* SQUASH: arxiv importer syntaxBryan Newbold2019-05-221-1/+1
|
* stderr.write() needs newlineBryan Newbold2019-05-221-1/+1
|
* better JALC and arxiv DOI checksBryan Newbold2019-05-222-2/+4
|
* more arxiv polishBryan Newbold2019-05-211-22/+29
|
* yet another JALC edge-caseBryan Newbold2019-05-211-1/+1
|
* arxiv importer robustification and CLI implBryan Newbold2019-05-211-9/+20
|
* better JALC DOI de-manglingBryan Newbold2019-05-211-1/+10
|
* JALC importer requires a valid DOIBryan Newbold2019-05-211-0/+1
|