aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update noteMartin Czygan2021-08-041-0/+14
|
* tasks: fix target placeholdersMartin Czygan2021-08-041-2/+2
|
* tasks: add BrefWithDOIMartin Czygan2021-08-041-1/+27
|
* tasks: add ReleaseIdentDOIMappingMartin Czygan2021-08-041-0/+15
|
* tasks: select may be slowMartin Czygan2021-08-041-1/+2
|
* tasks: add ReleaseIdentDOIListMartin Czygan2021-08-041-0/+19
|
* update docsMartin Czygan2021-08-031-5/+5
|
* update docsMartin Czygan2021-08-033-0/+15
|
* include a recent match frequency tableMartin Czygan2021-08-022-0/+98
|
* wip: trMartin Czygan2021-08-023-34/+167
|
* update notesMartin Czygan2021-08-021-0/+20
|
* v0.2.4Martin Czygan2021-08-021-1/+1
|
* mapper: add bref, rewo mappersMartin Czygan2021-08-022-0/+21
|
* tasks: match follow up tasksMartin Czygan2021-08-021-0/+45
|
* tr: comment out authorsMartin Czygan2021-08-022-10/+10
|
* update notesMartin Czygan2021-08-021-0/+62
|
* update notes and docsMartin Czygan2021-08-021-13/+62
|
* notes: coci numbersMartin Czygan2021-08-021-0/+43
|
* tasks: remove obsolete tasksMartin Czygan2021-08-022-71/+6
| | | | for Open Library we currenty use editions and authors only
* xio: mention lockMartin Czygan2021-07-311-1/+1
| | | | | there are other lock-free implementations, such as https://github.com/cloudfoundry/go-diodes
* tasks: include OL into brefMartin Czygan2021-07-311-7/+5
|
* wip: technical report draftMartin Czygan2021-07-303-9/+115
|
* wip: paperMartin Czygan2021-07-307-0/+638
|
* update notesMartin Czygan2021-07-301-0/+12
|
* tasks: update docsMartin Czygan2021-07-291-0/+8
|
* tasks: reuse tag for filename dateMartin Czygan2021-07-291-4/+14
|
* tasks: use 2021-07-28 as default dateMartin Czygan2021-07-281-2/+2
|
* tasks: read 'tag' from settings as wellMartin Czygan2021-07-281-1/+3
|
* v0.1.5Martin Czygan2021-07-281-1/+1
|
* tasks: remove non-ref sets from Bref taskMartin Czygan2021-07-281-4/+7
|
* v0.2.3Martin Czygan2021-07-281-1/+1
|
* reduce: remove log statementsMartin Czygan2021-07-281-4/+0
|
* reduce: adjust testMartin Czygan2021-07-281-3/+3
|
* reduce: fix test filesMartin Czygan2021-07-282-52/+104
|
* adjust reduce test casesMartin Czygan2021-07-284-1087/+1087
|
* v0.2.2Martin Czygan2021-07-281-1/+1
|
* leave ref.index unchangedMartin Czygan2021-07-281-6/+6
| | | | | | | | | previously, we started with 0-indexed input, but wanted 1-indexed values so we added increments at various points which probably lead to bug (missing refs), since at one point we would fuse the original ref data (w/o increments) with the matched data (w/ increments); with scholar:528804ad2e55983cf3e5e6659d8f46db0cab02b7 we can now leave indices as is
* reduce: add caseMartin Czygan2021-07-285-0/+93
|
* reduce: add more logging, temporarilyMartin Czygan2021-07-271-1/+6
|
* add bref augment scaffoldMartin Czygan2021-07-274-0/+43
|
* tests: use more sensible namesMartin Czygan2021-07-272-6/+6
|
* move test utilities into testutilMartin Czygan2021-07-272-32/+41
|
* annotate test casesMartin Czygan2021-07-271-5/+12
|
* update docsMartin Czygan2021-07-271-4/+1
|
* update dependenciesMartin Czygan2021-07-272-6/+0
|
* remove unused/partially implemented skate-dot for nowMartin Czygan2021-07-272-75/+1
|
* minor tweaks and doc improvementsMartin Czygan2021-07-272-49/+45
|
* update todo notesMartin Czygan2021-07-271-2/+22
|
* reuse timestampsMartin Czygan2021-07-271-6/+14
| | | | | | | | | | while time.Now is not really slow, thanks to vDSO (cf. https://git.io/J4SOH), it will be even faster to just call it once at the start of the processing; also: https://twitter.com/davidcrawshaw/status/1414243408936280073 > Turns out http://time.Now was taking its usual amount of time on linux, ~50 nanoseconds [...]
* reduce: explicitly name magic numbersMartin Czygan2021-07-271-3/+8
|