aboutsummaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* pubmed: ignore empty map during baseline updateMartin Czygan2022-12-121-3/+13
| | | | | | | | | | | > NLM produces a baseline set of PubMed citation records in XML format for download on an annual basis. The annual baseline is released in December of each year. -- https://ftp.ncbi.nlm.nih.gov/pubmed/updatefiles/README.txt Last occurence Dec 8, 2022. Since we do not know the exact date, but the Pubmed docs explicitly state "December", we ignore empty map error in this month.
* web: update front-page statsBryan Newbold2022-10-211-3/+3
|
* Merge branch 'bnewbold-dblp-iteration' into 'master'bnewbold2022-07-252-2/+9
|\ | | | | | | | | dblp import iteration See merge request webgroup/fatcat!141
| * ingest: generate URLs for hdl (handle.net)Bryan Newbold2022-07-191-0/+4
| |
| * dblp: more skip patterns, and rename variableBryan Newbold2022-07-191-2/+5
| |
* | chocula importer: do update if publisher_type was nullBryan Newbold2022-07-211-0/+3
| |
* | doaj: fix tests now that container_id is requiredBryan Newbold2022-07-194-8/+8
| |
* | doaj: require container linkage for release importBryan Newbold2022-07-191-0/+4
|/
* ingest: DOAJ article URLsBryan Newbold2022-07-121-0/+4
|
* arxiv: work-around hack for strange titleBryan Newbold2022-07-071-0/+8
|
* fix python tests for CSL HTTP 400 behavior changeBryan Newbold2022-05-051-2/+2
|
* citeproc: also check/protect the bibtext fetch pathBryan Newbold2022-04-261-1/+8
|
* html: yet another webcapture template check bugfixBryan Newbold2022-04-261-1/+1
|
* citeproc with missing surname is HTTP 400, not 500Bryan Newbold2022-04-261-1/+1
|
* web: partially handle CSL author missing pathBryan Newbold2022-04-181-1/+9
|
* web: another release/webcapture jinja2 checkBryan Newbold2022-04-081-1/+1
|
* Merge branch 'bnewbold-dataset-ingest-fixes'Bryan Newbold2022-04-0710-64/+563
|\
| * web: improve no-file release page behaviorBryan Newbold2022-04-071-12/+13
| |
| * web: fileset manifest table as 'single line' class, with scrolling overflowBryan Newbold2022-04-071-1/+3
| |
| * web: fileset manifest table to front (z-index) and widthBryan Newbold2022-04-051-1/+1
| |
| * fileset ingest: handle missing/partial file-level metadataBryan Newbold2022-04-051-3/+3
| |
| * ingest importer: improved extra/edit_extra code flowBryan Newbold2022-04-051-20/+13
| |
| * ingest tests: check that URL checks actually runBryan Newbold2022-04-041-1/+9
| |
| * fileset ingest: remove a TODOBryan Newbold2022-04-041-1/+0
| |
| * filesets: typo bugfix, and test 'mimetype' on entity, not extraBryan Newbold2022-04-042-2/+2
| |
| * web: refactor fileset manifest displayBryan Newbold2022-03-311-14/+65
| |
| * web metadata display: multi-line for some array valuesBryan Newbold2022-03-311-0/+8
| |
| * fileset ingest: fix mimetype handlingBryan Newbold2022-03-311-4/+5
| |
| * bugfix: logic flow in fileset release checkingBryan Newbold2022-03-231-3/+6
| |
| * single-file variant of fileset importer for dataset attemptsBryan Newbold2022-03-235-0/+340
| |
| * fix typo in fileset comparison helperBryan Newbold2022-03-232-4/+3
| |
| * ingest fileset fixes, and some test coverageBryan Newbold2022-03-234-16/+110
| |
| * dataset ingest: JSON object fixesBryan Newbold2022-03-221-5/+5
| |
* | Fix typo "Registery" in templatesFederico Leva2022-03-311-1/+1
|/
* quick fix: coverage searchBryan Newbold2022-03-091-1/+2
|
* web editing: set entity status, eg when re-editingBryan Newbold2022-03-092-1/+12
|
* web editing: fix links between edit tabs for re-editing behaviorBryan Newbold2022-03-097-11/+14
|
* Merge branch 'bnewbold-container-web' into 'master'bnewbold2022-03-1014-339/+965
|\ | | | | | | | | container web interface improvements See merge request webgroup/fatcat!140
| * hack around mypy complaintsBryan Newbold2022-02-152-5/+8
| |
| * containers: update preservation pageBryan Newbold2022-02-153-81/+101
| | | | | | | | Mostly adding copy and a KBART holdings page.
| * web: update container landing pageBryan Newbold2022-02-152-46/+65
| |
| * container browse: more polishBryan Newbold2022-02-153-25/+48
| |
| * web: small improvements to release SERP rowsBryan Newbold2022-02-151-1/+4
| |
| * container browse: refactor count data structure to fix sortingBryan Newbold2022-02-153-30/+79
| |
| * containers: small fixes to browse viewBryan Newbold2022-02-151-3/+8
| |
| * web: tweak 'generic' / container mix-in search result behaviorBryan Newbold2022-02-151-1/+10
| |
| * web: remove generic entity fields from 'metadata' tabBryan Newbold2022-02-152-4/+17
| |
| * containers: iterate on browse interface, showing year/volume/issueBryan Newbold2022-02-113-51/+94
| |
| * containers: progress on browse interfaceBryan Newbold2022-02-114-28/+146
| |
| * container browse: quick fix type annotationBryan Newbold2022-02-091-1/+1
| |