aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/importers/dblp_release.py
Commit message (Expand)AuthorAgeFilesLines
* typing: relatively simple type check fixesBryan Newbold2021-11-031-8/+6
* typing: initial annotations on importersBryan Newbold2021-11-031-10/+14
* lint: resolve existing mypy type errorsBryan Newbold2021-11-021-6/+15
* fmt (black): fatcat_tools/Bryan Newbold2021-11-021-125/+132
* python: isort everythingBryan Newbold2021-11-021-6/+13
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-2/+2
* dblp import: basic support for handles as identifiersBryan Newbold2021-10-131-1/+5
* dblp import: fix typos in identifier parsingBryan Newbold2021-10-131-2/+1
* dblp release import: skip arxiv_id releasesBryan Newbold2020-12-241-0/+9
* dblp import: fix arxiv_id typoBryan Newbold2020-12-231-1/+1
* dblp: polish HTML scrape/extract pipelineBryan Newbold2020-12-171-0/+14
* dblp: flesh out update code path (especially to add container_id linkage)Bryan Newbold2020-12-171-2/+6
* dblp: run fuzzy matching at try_update time (same as DOAJ)Bryan Newbold2020-12-171-1/+8
* improve dblp release importBryan Newbold2020-12-171-1/+2
* dblp release importer: container_id lookup TSV, and dump JSON modeBryan Newbold2020-12-171-10/+66
* initial implementation of dblp release importer (in progress)Bryan Newbold2020-12-171-0/+444