From 3f96bc62db55bf9eed2cc8117363abf0a60ba721 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 27 Aug 2019 13:12:14 +0200 Subject: updated crossref title file; ISSN-L file link --- README.md | 2 +- chocula.py | 2 +- data/fetch.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4b48ea..8cb0169 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ datasets. A few sources of normalization/mappings: - ISSN-L (from ISSN org) - - Original: + - Original: - Snapshot: - ISO 639-1 language codes: https://datahub.io/core/language-codes - ISO 3166-1 alpha-2 country codes diff --git a/chocula.py b/chocula.py index a3e538c..6b798d6 100755 --- a/chocula.py +++ b/chocula.py @@ -65,7 +65,7 @@ ROAD_FILE = 'data/road-2018-01-24.tsv' ROAD_DATE = '2018-01-24' DOAJ_FILE = 'data/journalcsv__doaj_20190731_0130_utf8.csv' DOAJ_DATE = '2019-07-31' -CROSSREF_FILE = 'data/doi_titles_file_2019-01-24.csv' +CROSSREF_FILE = 'data/doi_titles_file_2019-08-17.csv' SHERPA_ROMEO_JOURNAL_FILE = 'data/romeo-journals.csv' SHERPA_ROMEO_POLICY_FILE = 'data/romeo-policies.csv' NORWEGIAN_FILE = 'data/2018-03-02 Norwegian Register for Scientific Journals and Series.csv' diff --git a/data/fetch.sh b/data/fetch.sh index 29933ae..7d3e805 100755 --- a/data/fetch.sh +++ b/data/fetch.sh @@ -12,7 +12,7 @@ wget -c https://archive.org/download/doaj_bulk_metadata_2019/journalcsv__doaj_20 #wget -c https://archive.org/download/issn_issnl_mappings/20190129.ISSN-to-ISSN-L.txt wget -c https://archive.org/download/issn_issnl_mappings/20190730.ISSN-to-ISSN-L.txt -wget -c https://archive.org/download/crossref_doi_titles/doi_titles_file_2019-01-24.csv +wget -c https://archive.org/download/crossref_doi_titles/doi_titles_file_2019-08-17.csv #wget -c https://archive.org/download/ncbi-entrez-2019/J_Entrez.txt -O ncbi-entrez-2019.txt -- cgit v1.2.3