Your literature search results are in the order of hundreds or even thousands of articles.
How are you going to make sense of this literature dataset?
Citehound brings together datasets and methods for working with literature datasets to:
- Discover prolific authors / institutes / countries in a given dataset
2. Track affiliations over a period of time 2. Extract co-authorship networks (i.e. who is working with whom) 3. Assess the popularity of topics 4. Extract articles of specific authors / institutes / countries from specific years...
And if the built-in queries are not flexible enough for your research, you can of course run your own.
The project is not affiliated with NCBI but due to the wide availability of its datasets, PubMed is supported widely.
Citehound's data model brings together three datasets:
- A bibliographical data source
- The full MeSH hierarchy.
- The Registry Of Research organisations (ROR).
Citehound's code manages the full round trip of fetching and ingesting datasets from various sources, links affiliations to their ROR identifiers and runs queries on the database.
Use Citehound as an aid to your literature search or literature review writing or as a basis for applications making use of bibliographical data.
- Clone the repository
- Create a virtualenv
- Activate the virtualenv
- Install requirements (
> pip install -r requirements.txt
) - Install citehound (
> pip install ./
)
For more information on installing additional datasets, your own bibliographic data and the operation of citehound, please see the project's documentation on readthedocs