From 5d5e0630b2923962e85c53fc793b881e2760b683 Mon Sep 17 00:00:00 2001 From: Jeanette Clark Date: Tue, 10 Sep 2024 23:07:23 +0000 Subject: [PATCH] add DOI and fix minor issue in springer search --- R/citation_search_springer.R | 3 +-- README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/R/citation_search_springer.R b/R/citation_search_springer.R index d48a98d..9fefad7 100644 --- a/R/citation_search_springer.R +++ b/R/citation_search_springer.R @@ -42,8 +42,7 @@ citation_search_springer <- function(identifiers) { "http://api.springernature.com/meta/v2/json?q=", identifiers[i], "&api_key=", - key, - "&p=100" + key ) )) } diff --git a/README.md b/README.md index 211d7da..5ab7f9a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/scythe)](https://cran.r-project.org/package=scythe) [![R-CMD-check](https://github.com/DataONEorg/scythe/workflows/R-CMD-check/badge.svg)](https://github.com/DataONEorg/scythe/actions) [![Codecov test coverage](https://codecov.io/gh/DataONEorg/scythe/branch/develop/graph/badge.svg)](https://codecov.io/gh/DataONEorg/scythe?branch=develop) [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) - **Authors**: Jeanette Clark, Matthew B. Jones, Maya Samet, Althea Marks -- [doi:10.5063/______________](http://doi.org/10.5063/_______________) +- [doi:10.18739/A2VT1GR7M](http://doi.org/10.18739/A2VT1GR7M) - **License**: [Apache 2](http://opensource.org/licenses/Apache-2.0) - [Package source code on Github](https://github.com/DataONEorg/scythe) - [**Submit Bugs and feature requests**](https://github.com/DataONEorg/scythe/issues)