diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 22:52:44 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 22:52:44 -0800 |
commit | 77be4e32759ecbae1d8c10ac395eecdca89b3808 (patch) | |
tree | c52f626aa409c8bbab35b78d153f2eda3fe20300 /python | |
parent | 30d83fc99eac41f909f0907c9faad73897721eec (diff) | |
download | fatcat-77be4e32759ecbae1d8c10ac395eecdca89b3808.tar.gz fatcat-77be4e32759ecbae1d8c10ac395eecdca89b3808.zip |
update metadata download links
Diffstat (limited to 'python')
-rw-r--r-- | python/README_import.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/python/README_import.md b/python/README_import.md index d3bbaddd..0264610b 100644 --- a/python/README_import.md +++ b/python/README_import.md @@ -21,14 +21,15 @@ Start off with: Download the following; uncompress the sqlite file, but **do not** uncompress the others: - https://archive.org/download/crossref_doi_dump_201801/crossref-works.2018-01-21.json.xz - https://archive.org/download/ia_papers_manifest_2018-01-25/index/idents_files_urls.sqlite.gz - https://archive.org/download/ia_journal_metadata_explore_2018-04-05/journal_extra_metadata.csv - https://archive.org/download/issn_issnl_mappings/20180216.ISSN-to-ISSN-L.txt - https://archive.org/download/orcid-dump-2017/public_profiles_API-2.0_2017_10_json.tar.gz - https://archive.org/download/ia_journal_pid_map_munge_20180908/release_ids.ia_munge_20180908.sqlite3.gz - https://archive.org/download/ia_test_paper_matches/2018-08-27-2352.17-matchcrossref.insertable.json.gz - https://archive.org/download/ia_papers_manifest_2018-01-25_matched/ia_papers_manifest_2018-01-25.matched.json.gz + cd /srv/fatcat/datasets + wget https://archive.org/download/crossref_doi_dump_201809/crossref-works.2018-09-05.json.xz + wget https://archive.org/download/ia_papers_manifest_2018-01-25/index/idents_files_urls.sqlite.gz + wget https://archive.org/download/ia_journal_metadata_explore_2018-04-05/journal_extra_metadata.csv + wget https://archive.org/download/issn_issnl_mappings/20180216.ISSN-to-ISSN-L.txt + wget https://archive.org/download/orcid-dump-2017/public_profiles_API-2.0_2017_10_json.tar.gz + wget https://archive.org/download/ia_journal_pid_map_munge_20180908/release_ids.ia_munge_20180908.sqlite3.gz + wget https://archive.org/download/ia_test_paper_matches/2018-08-27-2352.17-matchcrossref.insertable.json.gz + wget https://archive.org/download/ia_papers_manifest_2018-01-25_matched/ia_papers_manifest_2018-01-25.matched.json.gz ## ISSN |