Skip to content

Commit a02a1f4

Browse files
authored
Advantages over using Scopus API alone
1 parent 91adc84 commit a02a1f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Authorized users may download records from the Scopus database. This application
2020
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.
2121

2222

23+
## Advantages over using Scopus API alone
24+
25+
This tool has several advantages over using the Scopus API alone:
26+
- 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.
27+
- The Scopus API sometimes creates redundant author objects or otherwise doesn’t properly assign sequence numbers to authors. This tool addresses both problems.
28+
29+
30+
2331
## Installing
2432

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

0 commit comments

Comments
 (0)