aboutsummaryrefslogtreecommitdiffstats
path: root/chocula/directories
Commit message (Collapse)AuthorAgeFilesLines
* make fmtBryan Newbold2021-11-302-26/+26
|
* codespell fix minor typos (there are some more in actual codeBryan Newbold2021-11-241-1/+1
|
* add openalex directory sourceBryan Newbold2021-11-222-0/+70
| | | | | | Always run as day-specific ("TODAY") commands. Add timeouts so command actually completes reasonably.
* make fmtBryan Newbold2021-04-235-8/+16
|
* doaj: updates for new file format; removed some fields/metadataBryan Newbold2021-04-231-55/+43
|
* SIM: cap maximum year of coverageBryan Newbold2020-12-071-0/+3
|
* vanished_inactive: more tolerant handling of unicode BOMBryan Newbold2020-10-081-1/+2
|
* update vanished journal importer for 2020-09-03 datasetBryan Newbold2020-09-132-30/+18
|
* fmtBryan Newbold2020-08-312-4/+8
|
* directories: all extra metadata in top-level dictBryan Newbold2020-08-033-6/+6
| | | | Had been using slug-specific sub-objects, but this was too confusing.
* sim: some flag fields as booleanBryan Newbold2020-08-031-2/+12
|
* doaj bug: wasn't setting extra directory metadataBryan Newbold2020-08-031-9/+8
|
* remove trailing whitespace from commentBryan Newbold2020-06-251-7/+7
|
* add MAG importer; reorder directory class listingBryan Newbold2020-06-232-10/+73
|
* road: proper language parsingBryan Newbold2020-06-231-2/+6
|
* fix issn_meta country detectionBryan Newbold2020-06-231-5/+8
|
* improve lang parsingBryan Newbold2020-06-235-7/+11
|
* issn_meta: mainTitle can be an arrayBryan Newbold2020-06-231-1/+4
|
* sources, ISSN-L test mappings, __init__ for recent importersBryan Newbold2020-06-231-0/+12
|
* ZDB homepage (FIZE) scrape importerBryan Newbold2020-06-231-0/+34
|
* australian ERA journal list importerBryan Newbold2020-06-231-0/+54
|
* vanished journal metadata importerBryan Newbold2020-06-232-0/+113
|
* ISSN portal metadata directory importerBryan Newbold2020-06-231-0/+61
|
* AWOL directory importerBryan Newbold2020-06-231-0/+76
|
* new manual homepage sourceBryan Newbold2020-06-232-0/+49
|
* additional small flake8 fixesBryan Newbold2020-06-222-2/+2
|
* flake8 cleanupsBryan Newbold2020-06-221-4/+1
|
* norwegian: fixes from bugs flake8 helped findBryan Newbold2020-06-221-3/+2
|
* fmt (black)Bryan Newbold2020-06-2214-172/+211
|
* scielo metadata importBryan Newbold2020-06-032-1/+50
|
* update sources; fix as_of in DOAJBryan Newbold2020-06-021-1/+1
|
* fix tests and type annotationsBryan Newbold2020-06-011-1/+1
|
* 'everything' at least partially workingBryan Newbold2020-06-012-0/+90
|
* update code to work with new config structureBryan Newbold2020-05-0712-16/+16
|
* start a MakefileBryan Newbold2020-05-0712-0/+644
Move all "index" functions into classes, each in a separate file. Add lots of type annotations. Use dataclass objects to hold database rows. This aspect will need further refactoring to remove "extra" usage, probably by adding database rows to align with DatabaseInfo more closely.