| Commit message (Expand) | Author | Age | Files | Lines |
* | datacite: page number misses are too common | Martin Czygan | 2019-12-28 | 1 | -1/+2 |
* | datacite: suppress debug-like language lookup miss message | Martin Czygan | 2019-12-28 | 1 | -1/+3 |
* | datacite: adjust tests | Martin Czygan | 2019-12-28 | 1 | -2/+1 |
* | datacite: treat untyped names as people | Martin Czygan | 2019-12-28 | 1 | -1/+1 |
* | datacite: include container_name top level key in extra | Martin Czygan | 2019-12-28 | 1 | -7/+21 |
* | datacite: use clean on field values | Martin Czygan | 2019-12-28 | 1 | -2/+28 |
* | datacite: include doi in error messages | Martin Czygan | 2019-12-28 | 1 | -8/+8 |
* | remove langcodes dependency | Martin Czygan | 2019-12-28 | 2 | -15/+0 |
* | datacite: limit abstract length | Martin Czygan | 2019-12-28 | 1 | -0/+6 |
* | datacite: use iso 639-1 codes | Martin Czygan | 2019-12-28 | 1 | -7/+4 |
* | datacite: use specific auth var | Martin Czygan | 2019-12-28 | 1 | -1/+1 |
* | datacite: add missing --extid-map-file flag | Martin Czygan | 2019-12-28 | 1 | -0/+4 |
* | address first round of MR14 comments | Martin Czygan | 2019-12-28 | 4 | -150/+503 |
* | datacite: move common date patterns out of the loop | Martin Czygan | 2019-12-28 | 1 | -3/+4 |
* | improve datacite field mapping and import | Martin Czygan | 2019-12-28 | 5 | -59/+245 |
* | datacite: add missing mappings and notes | Martin Czygan | 2019-12-28 | 1 | -266/+175 |
* | datacite: basic field mappings | Martin Czygan | 2019-12-28 | 1 | -41/+181 |
* | datacite: importer skeleton | Martin Czygan | 2019-12-28 | 4 | -0/+514 |
* | orcid: skip non-person ORCID records | Bryan Newbold | 2019-12-26 | 1 | -0/+4 |
* | datacite: fix harvest test | Martin Czygan | 2019-12-27 | 1 | -1/+1 |
* | datacite: add simple test and fixture for datacite api interaction | Martin Czygan | 2019-12-27 | 2 | -0/+46 |
* | datacite: extend range search query | Martin Czygan | 2019-12-27 | 1 | -1/+1 |
* | avoid usage of short links | Martin Czygan | 2019-12-27 | 1 | -2/+2 |
* | Datacite API v2 throws 400, we cannot recover from, currently. | Martin Czygan | 2019-12-27 | 1 | -0/+4 |
* | datacite: update documentation, add links to issues | Martin Czygan | 2019-12-27 | 1 | -10/+5 |
* | datacite: use v2 of the API (flaky) | Martin Czygan | 2019-12-27 | 1 | -5/+28 |
* | transform ingests via pmc/pmcid, not pubmed/pmid | Bryan Newbold | 2019-12-24 | 1 | -4/+4 |
* | allow arabesque backfill ingests for some source types | Bryan Newbold | 2019-12-24 | 1 | -0/+5 |
* | make chocula URL updates more conservative | Bryan Newbold | 2019-12-24 | 1 | -5/+5 |
* | pubmed: if doing update, also do subtitle schema update | Bryan Newbold | 2019-12-23 | 1 | -1/+9 |
* | doi parsing fixes | Bryan Newbold | 2019-12-23 | 1 | -0/+7 |
* | pubmed: improve warning and stderr formatting | Bryan Newbold | 2019-12-23 | 1 | -5/+6 |
* | pubmed: use standard identifier cleaners | Bryan Newbold | 2019-12-23 | 1 | -17/+14 |
* | pubmed: remove unused extid mapping code | Bryan Newbold | 2019-12-23 | 1 | -29/+0 |
* | pubmed: do reference lookups by default | Bryan Newbold | 2019-12-23 | 1 | -1/+1 |
* | normalizers: clean_pmid(), and handle nulls in all other cleaners | Bryan Newbold | 2019-12-23 | 1 | -0/+31 |
* | pubmed: null doi parsing check | Bryan Newbold | 2019-12-23 | 1 | -1/+1 |
* | add basic MedlineDate year parsing | Bryan Newbold | 2019-12-23 | 1 | -0/+11 |
* | add regression test for medlinedate -> year parsing | Bryan Newbold | 2019-12-23 | 2 | -0/+102 |
* | fix spn/ingest importer duplication check | Bryan Newbold | 2019-12-22 | 1 | -6/+8 |
* | datacite release links and metadata expansion | Bryan Newbold | 2019-12-20 | 2 | -9/+13 |
* | spn: incluce link_source/link_source_id in ingest request | Bryan Newbold | 2019-12-20 | 1 | -0/+2 |
* | pipenv: update deps | Bryan Newbold | 2019-12-17 | 2 | -11/+55 |
* | pipenv: restrict pytest<5.0.0 | Bryan Newbold | 2019-12-17 | 2 | -5/+13 |
* | pipenv: update Pipfile and Pipfile.lock | Bryan Newbold | 2019-12-17 | 2 | -286/+318 |
* | pipfile: add langcodes and dateparser dependencies | Bryan Newbold | 2019-12-17 | 2 | -1/+44 |
* | write diagnostic messages to stderr | Martin Czygan | 2019-12-16 | 1 | -2/+2 |
* | Merge branch 'martin-importers-common-doc-fix' into 'master' | Martin Czygan | 2019-12-14 | 1 | -13/+10 |
|\ |
|
| * | complete parse_record docstring | Martin Czygan | 2019-12-14 | 1 | -0/+6 |
| * | Update EntityImporter docstring. | Martin Czygan | 2019-12-13 | 1 | -13/+4 |