ourresearch / oadoi

The backend code that powers Unpaywall. support@unpaywall.org
http://unpaywall.org
MIT License
303 stars 37 forks source link

Potential URLs for APS #57

Closed nemobis closed 5 years ago

nemobis commented 6 years ago

Some APS URLs contain an "open access" note, but I don't see any link to PDF anywhere. The oaDOI API correctly says it's not open access, but maybe there is actually an accessible URL somewhere? https://apsjournals.apsnet.org/doi/10.1094/PDIS-01-13-0062-PDN https://apsjournals.apsnet.org/doi/10.1094/PDIS-12-13-1211-PDN https://apsjournals.apsnet.org/doi/10.1094/PDIS-91-11-1515A https://apsjournals.apsnet.org/doi/10.1094/PDIS-91-7-0905A

nemobis commented 5 years ago

Fixed by d51ceff1315c13018e8fabdce825c3f2ecc5c3b3 ?

{
  "best_oa_location": {
    "endpoint_id": null,
    "evidence": "open (via page says Open Access)",
    "host_type": "publisher",
    "is_best": true,
    "license": "implied-oa",
    "pmh_id": null,
    "repository_institution": null,
    "updated": "2019-06-07T22:47:34.785556",
    "url": "https://doi.org/10.1094/pdis-01-13-0062-pdn",
    "url_for_landing_page": "https://doi.org/10.1094/pdis-01-13-0062-pdn",
    "url_for_pdf": null,
    "version": "publishedVersion"
  },
  "data_standard": 2,
  "doi": "10.1094/pdis-01-13-0062-pdn",
  "doi_url": "https://doi.org/10.1094/pdis-01-13-0062-pdn",
  "genre": "journal-article",
  "is_oa": true,
  "journal_is_in_doaj": false,
  "journal_is_oa": false,
  "journal_issns": "0191-2917",
  "journal_name": "Plant Disease",
  "oa_locations": [
    {
      "endpoint_id": null,
      "evidence": "open (via page says Open Access)",
      "host_type": "publisher",
      "is_best": true,
      "license": "implied-oa",
      "pmh_id": null,
      "repository_institution": null,
      "updated": "2019-06-07T22:47:34.785556",
      "url": "https://doi.org/10.1094/pdis-01-13-0062-pdn",
      "url_for_landing_page": "https://doi.org/10.1094/pdis-01-13-0062-pdn",
      "url_for_pdf": null,
      "version": "publishedVersion"
    }
  ],
  "oa_status": "hybrid",
  "published_date": "2013-07-01",
  "publisher": "Scientific Societies",
  "title": "First Report of Verticillium Wilt Caused by Verticillium nonalfalfae on Tree-of-Heaven (Ailanthus altissima) in Ohio",
  "updated": "2019-06-07T23:21:27.590544",
  "year": 2013,
  "z_authors": [
    {
      "affiliation": [
        {
          "name": "USDA Forest Service, Delaware, OH"
        }
      ],
      "family": "Rebbeck",
      "given": "J."
    },
    {
      "affiliation": [
        {
          "name": "F & W Forestry Services, Chillicothe, OH"
        }
      ],
      "family": "Malone",
      "given": "M. A."
    },
    {
      "affiliation": [
        {
          "name": "Department of Plant Pathology, University of California at Davis, Salinas"
        }
      ],
      "family": "Short",
      "given": "D. P. G."
    },
    {
      "affiliation": [
        {
          "name": "Department of Plant Pathology, Physiology, and Weed Science, Virginia Tech, Blacksburg"
        }
      ],
      "family": "Kasson",
      "given": "M. T."
    },
    {
      "affiliation": [
        {
          "name": "The Pennsylvania State University, Department of Plant Pathology and Environmental Microbiology, University Park"
        }
      ],
      "family": "O'Neal",
      "given": "E. S."
    },
    {
      "affiliation": [
        {
          "name": "The Pennsylvania State University, Department of Plant Pathology and Environmental Microbiology, University Park"
        }
      ],
      "family": "Davis",
      "given": "D. D."
    }
  ]
}