Skip to content

Commit

Permalink
add DOI and fix minor issue in springer search
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Sep 10, 2024
1 parent 816395b commit 5d5e063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/citation_search_springer.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
))
}
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5d5e063

Please sign in to comment.