dhicks / comp-HOPOS

Building a comprehensive* dataset of 20th century philosophy of science
0 stars 0 forks source link

PPR #5

Closed dhicks closed 6 years ago

dhicks commented 6 years ago

The unfiltered dataset includes papers from Philosophy and Phenomenological Research only for 2001-2010. This might be because different ISSNs were used before/after, or a DOI repository other than CrossRef was used before/after, or articles prior to 2001 haven't been assigned a DOI.

dhicks commented 6 years ago

Online archives at Wylie only go back to 2000: https://onlinelibrary.wiley.com/loi/19331592

Online archives at JSTOR go back much further: https://www.jstor.org/journal/philphenrese

dhicks commented 6 years ago

Some older items on JSTOR have DOIs, e.g., https://www.jstor.org/stable/2653560

This seems to work as expected:

> rcrossref::cr_works('10.2307/2653560')
$meta
NULL

$data
                           container.title    created  deposited
1 Philosophy and Phenomenological Research 2006-04-19 2018-05-09
              doi    indexed      issn issue  issued member page  prefix
1 10.2307/2653560 2018-05-09 0031-8205     4 1999-12   1121  839 10.2307
  publisher reference.count score   source
1     JSTOR               0     1 Crossref
                                                               title
1 Reasons Explanations of Actions: Causal, Singular, and Situational
             type                               url volume
1 journal-article http://dx.doi.org/10.2307/2653560     59
                   author
1 Abraham S., Roth, first

$facets
NULL
dhicks commented 6 years ago

Note that "deposited" and "indexed" are just a couple of months ago. Maybe PPR is being/was recently back-filled, and rerunning the scraper now would catch the earlier articles?

dhicks commented 6 years ago

It turns out that, given one PPR ISSN, CrossRef only returned a subset of articles. Using a different ISSN seems to result in full coverage. Resolved in c8948c59783405329d7835c091a01028105935e4