diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2022-01-14 00:46:38 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2022-01-14 00:46:38 +0100 |
commit | 2ec9d00cfe66cd733eb3f16a5d03779e139e0dfa (patch) | |
tree | 0ae189d629914ea1674b07fe734ddd5bbe584afd /notes | |
parent | 7cc9e8685361117de5766cbd99c8dd56f0c28cc6 (diff) | |
download | refcat-2ec9d00cfe66cd733eb3f16a5d03779e139e0dfa.tar.gz refcat-2ec9d00cfe66cd733eb3f16a5d03779e139e0dfa.zip |
wip: notes, refcat v2
Diffstat (limited to 'notes')
-rw-r--r-- | notes/2022_01_10_refcat_update.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/notes/2022_01_10_refcat_update.md b/notes/2022_01_10_refcat_update.md index 795a9d4..f5c6bb5 100644 --- a/notes/2022_01_10_refcat_update.md +++ b/notes/2022_01_10_refcat_update.md @@ -13,3 +13,5 @@ $ jq -rc '.refs[] | select(.ID_list != null) | {"URL": .URL, "Title": .title, "I $ grep -c DOI minimal.json 1932578 ``` + +Convert format to existing minimal format, for "BrefZipWikiDOI" task. |