|
1 | 1 | { |
2 | | - "@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"], |
| 2 | + "@context": [ |
| 3 | + "https://doi.org/10.5063/schema/codemeta-2.0", |
| 4 | + "http://schema.org" |
| 5 | + ], |
3 | 6 | "@type": "SoftwareSourceCode", |
4 | 7 | "identifier": "roadoi", |
5 | 8 | "description": "This web client interfaces Unpaywall <https://unpaywall.org/products/api>, formerly\n oaDOI, a service finding free full-texts of academic papers by linking DOIs with \n open access journals and repositories. It provides unified access to various data sources \n for open access full-text links including Crossref and the Directory of Open Access \n Journals (DOAJ). API usage is free and no registration is required.", |
6 | 9 | "name": "roadoi: Find Free Versions of Scholarly Publications via Unpaywall", |
7 | 10 | "codeRepository": "https://github.com/ropensci/roadoi", |
8 | 11 | "issueTracker": "https://github.com/ropensci/roadoi/issues", |
9 | 12 | "license": "https://spdx.org/licenses/MIT", |
10 | | - "version": "0.5.2", |
| 13 | + "version": "0.6", |
11 | 14 | "programmingLanguage": { |
12 | 15 | "@type": "ComputerLanguage", |
13 | 16 | "name": "R", |
|
102 | 105 | }, |
103 | 106 | "sameAs": "https://CRAN.R-project.org/package=rmarkdown" |
104 | 107 | }, |
105 | | - { |
106 | | - "@type": "SoftwareApplication", |
107 | | - "identifier": "lubridate", |
108 | | - "name": "lubridate", |
109 | | - "provider": { |
110 | | - "@id": "https://cran.r-project.org", |
111 | | - "@type": "Organization", |
112 | | - "name": "Comprehensive R Archive Network (CRAN)", |
113 | | - "url": "https://cran.r-project.org" |
114 | | - }, |
115 | | - "sameAs": "https://CRAN.R-project.org/package=lubridate" |
116 | | - }, |
117 | 108 | { |
118 | 109 | "@type": "SoftwareApplication", |
119 | 110 | "identifier": "rcrossref", |
|
252 | 243 | ], |
253 | 244 | "releaseNotes": "https://github.com/ropensci/roadoi/blob/master/NEWS", |
254 | 245 | "readme": "https://github.com/ropensci/roadoi/blob/master/README.md", |
255 | | - "contIntegration": ["https://travis-ci.org/ropensci/roadoi", "https://ci.appveyor.com/project/ropensci/roadoi", "https://codecov.io/github/ropensci/roadoi?branch=master"], |
| 246 | + "contIntegration": [ |
| 247 | + "https://travis-ci.org/ropensci/roadoi", |
| 248 | + "https://ci.appveyor.com/project/ropensci/roadoi", |
| 249 | + "https://codecov.io/github/ropensci/roadoi?branch=master" |
| 250 | + ], |
256 | 251 | "review": { |
257 | 252 | "@type": "Review", |
258 | 253 | "url": "https://github.com/ropensci/onboarding/issues/115", |
259 | 254 | "provider": "http://ropensci.org" |
260 | 255 | }, |
261 | | - "keywords": ["open-access", "oadoi", "r", "webclient", "code4lib", "altmetrics", "rstats", "r-package", "peer-reviewed"] |
| 256 | + "keywords": [ |
| 257 | + "open-access", |
| 258 | + "oadoi", |
| 259 | + "r", |
| 260 | + "webclient", |
| 261 | + "code4lib", |
| 262 | + "altmetrics", |
| 263 | + "rstats", |
| 264 | + "r-package", |
| 265 | + "peer-reviewed" |
| 266 | + ] |
262 | 267 | } |
0 commit comments