diff options
| author | Bryan Newbold <bnewbold@archive.org> | 2020-01-14 16:07:50 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@archive.org> | 2020-01-14 16:07:50 -0800 | 
| commit | 29d53a3b8cd27cb7a40ca9588a85ccb49dd98352 (patch) | |
| tree | 9bf485ce7dddfa02416306bcbe77d892ae036c03 /proposals | |
| parent | 4bb341270907f91b0475a7cdb00a7d280a80c06c (diff) | |
| download | sandcrawler-29d53a3b8cd27cb7a40ca9588a85ccb49dd98352.tar.gz sandcrawler-29d53a3b8cd27cb7a40ca9588a85ccb49dd98352.zip  | |
clarify pmc/pmcid pairing
Diffstat (limited to 'proposals')
| -rw-r--r-- | proposals/2019_ingest.md | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/proposals/2019_ingest.md b/proposals/2019_ingest.md index e6c2210..751532a 100644 --- a/proposals/2019_ingest.md +++ b/proposals/2019_ingest.md @@ -89,7 +89,7 @@ HTML? Or both? Let's just recrawl.      In the future: `epub`, `video`, `git`, etc.    - `base_url`: required, where to start crawl process    - `link_source`: recommended, slug string. indicating the database or "authority" -    where URL/identifier match is coming from (eg, `doi`, `pubmed`, `unpaywall` +    where URL/identifier match is coming from (eg, `doi`, `pmc`, `unpaywall`      (doi), `s2` (semantic-scholar id), `spn` (fatcat release), `core` (CORE      id), `mag` (MAG id))    - `link_source_id`: recommended, identifier string. pairs with `link_source`. @@ -223,8 +223,8 @@ following), then in the large majority of simple cases we  ### Open Questions  Do direct aggregator/repositories crawls need to go through this process? Eg -arxiv.org or pubmed. I guess so, otherwise how do we get full file metadata -(size, other hashes)? +arxiv.org or pubmed central. I guess so, otherwise how do we get full file +metadata (size, other hashes)?  When recording hit status for a URL (ingest result), is that status dependent  on the crawl context? Eg, for save-paper-now we might want to require GROBID.  | 
