This repository contains ReCiter application
1.5K
ReCiter is a highly accurate system for guessing which publications in PubMed a given person has authored. ReCiter includes a Java application, a DynamoDB-hosted database, and a set of RESTful microservices which collectively allow institutions to maintain accurate and up-to-date author publication lists for thousands of people. This software is optimized for disambiguating authorship in PubMed and, optionally, Scopus.
ReCiter accurately identifies articles, including those at previous affiliations, by a given person. It does this by leveraging institutionally maintained identity data (e.g., departments, relationships, email addresses, year of degree, etc.) With the more complete and efficient searches that result from combining these types of data, you can save time and your institution can be more productive. If you run ReCiter daily, you can ensure that the desired users are the first to learn when a new publication has appeared in PubMed.
ReCiter is fast. It uses an advanced multi-threading strategy known as a work stealing pool to make up to 10 retrieval requests at a time.
ReCiter is freely available and open source under the Apache 2.0 license.
Please see the ReCiter wiki for more information.
brew install maven and then mvn clean installIf you want to use Java 8 then update <java.version>1.8</java.version> in pom.xml
It is not necessary to install ReCiter in order to use the API.
Key technologies include:
You may choose to run ReCiter on either:
The ReCiter application depends on the following separate GitHub-hosted repositories:
Additionally, users can install:
Content type
Image
Digest
Size
124.8 MB
Last updated
about 5 years ago
docker pull wcmcits/reciter