Skip to content

Commit 357cdbe

Browse files
committed
Merge branch 'luismmontilla-patch-1'
2 parents ddbdeda + 56bbc96 commit 357cdbe

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.Rmd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rcrossref: R interface to CrossRef APIs
1+
rcrossref: R interface to Crossref APIs
22
=======================================
33

44
```{r echo=FALSE}
@@ -17,13 +17,13 @@ knitr::opts_chunk$set(
1717
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/rcrossref)](https://github.com/r-hub/cranlogs.app)
1818
[![cran version](https://www.r-pkg.org/badges/version/rcrossref)](https://cran.r-project.org/package=rcrossref)
1919

20-
## CrossRef documentation
20+
## Crossref documentation
2121

22-
* Crossref API: https://github.com/CrossRef/rest-api-doc#readme
23-
* Crossref's API issue tracker: https://gitlab.com/crossref/issues
24-
* Crossref metadata search API: https://www.crossref.org/labs/crossref-metadata-search/
25-
* Crossref DOI Content Negotiation: https://citation.crosscite.org/docs.html
26-
* Crossref Text and Data Mining (TDM) Services: https://www.crossref.org/education/retrieve-metadata/rest-api/text-and-data-mining/
22+
* Crossref API: https://api.crossref.org/
23+
* Crossref's API issue tracker: https://crossref.atlassian.net/jira/software/c/projects/CR/issues/
24+
* Crossref metadata search API: https://search.crossref.org/
25+
* Crossref DOI Content Negotiation: https://www.crossref.org/documentation/retrieve-metadata/content-negotiation/
26+
* Crossref Text and Data Mining (TDM) Services: www.crossref.org/documentation/retrieve-metadata/rest-api/text-and-data-mining/
2727

2828
## Installation
2929

@@ -47,7 +47,7 @@ library('rcrossref')
4747

4848
## Register for the Polite Pool
4949

50-
If you are intending to access Crossref regularly you will want to send your email address with your queries. This has the advantage that queries are placed in the polite pool of servers. Including your email address is good practice as described in the Crossref documentation under Good manners (https://github.com/CrossRef/rest-api-doc#good-manners--more-reliable-service). The second advantage is that Crossref can contact you if there is a problem with a query.
50+
If you are intending to access Crossref regularly you will want to send your email address with your queries. This has the advantage that queries are placed in the polite pool of servers. Including your email address is good practice as described in the Crossref documentation (https://api.crossref.org/swagger-ui/index.html#access). The second advantage is that Crossref can contact you if there is a problem with a query.
5151

5252
Details on how to register your email in a call can be found at `?rcrossref-package`. To pass your email address to Crossref, simply store it as an environment variable in .Renviron like this:
5353

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rcrossref: R interface to CrossRef APIs
1+
rcrossref: R interface to Crossref APIs
22
=======================================
33

44

@@ -10,13 +10,13 @@ rcrossref: R interface to CrossRef APIs
1010
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/rcrossref)](https://github.com/r-hub/cranlogs.app)
1111
[![cran version](https://www.r-pkg.org/badges/version/rcrossref)](https://cran.r-project.org/package=rcrossref)
1212

13-
## CrossRef documentation
13+
## Crossref documentation
1414

15-
* Crossref API: https://github.com/CrossRef/rest-api-doc#readme
16-
* Crossref's API issue tracker: https://gitlab.com/crossref/issues
17-
* Crossref metadata search API: https://www.crossref.org/labs/crossref-metadata-search/
18-
* Crossref DOI Content Negotiation: https://citation.crosscite.org/docs.html
19-
* Crossref Text and Data Mining (TDM) Services: https://www.crossref.org/education/retrieve-metadata/rest-api/text-and-data-mining/
15+
* Crossref API: https://api.crossref.org/
16+
* Crossref's API issue tracker: https://crossref.atlassian.net/jira/software/c/projects/CR/issues/
17+
* Crossref metadata search API: https://search.crossref.org/
18+
* Crossref DOI Content Negotiation: https://www.crossref.org/documentation/retrieve-metadata/content-negotiation/
19+
* Crossref Text and Data Mining (TDM) Services: www.crossref.org/documentation/retrieve-metadata/rest-api/text-and-data-mining/
2020

2121
## Installation
2222

@@ -43,7 +43,7 @@ library('rcrossref')
4343

4444
## Register for the Polite Pool
4545

46-
If you are intending to access Crossref regularly you will want to send your email address with your queries. This has the advantage that queries are placed in the polite pool of servers. Including your email address is good practice as described in the Crossref documentation under Good manners (https://github.com/CrossRef/rest-api-doc#good-manners--more-reliable-service). The second advantage is that Crossref can contact you if there is a problem with a query.
46+
If you are intending to access Crossref regularly you will want to send your email address with your queries. This has the advantage that queries are placed in the polite pool of servers. Including your email address is good practice as described in the Crossref documentation (https://api.crossref.org/swagger-ui/index.html#access). The second advantage is that Crossref can contact you if there is a problem with a query.
4747

4848
Details on how to register your email in a call can be found at `?rcrossref-package`. To pass your email address to Crossref, simply store it as an environment variable in .Renviron like this:
4949

0 commit comments

Comments
 (0)