Skip to content

Commit

Permalink
Advantages over using Scopus API alone
Browse files Browse the repository at this point in the history
  • Loading branch information
paulalbert1 authored Mar 26, 2019
1 parent 91adc84 commit a02a1f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ Authorized users may download records from the Scopus database. This application
This application was written to work with [ReCiter](https://github.com/wcmc-its/ReCiter/), a tool for disambiguating articles written in PubMed and also indexed in Scopus. However, this application can work as a standalone service. In testing, it does help improve accuracy by several percentage points, but Scopus is not necessary to run ReCiter.


## Advantages over using Scopus API alone

This tool has several advantages over using the Scopus API alone:
- The Scopus API outputs data as XML while the ReCiter Scopus Retrieval Tool outputs data as JSON, a format which is easier for developers to use.
- The Scopus API sometimes creates redundant author objects or otherwise doesn’t properly assign sequence numbers to authors. This tool addresses both problems.



## Installing

1. Navigate to directory where you wish to install the application, e.g., `cd ~/Paul/Documents/`
Expand Down

0 comments on commit a02a1f4

Please sign in to comment.