ENLIT is a tool that supports scholars in exploring new literature:
- It makes backward searches more efficient by extracting the references from a literature corpus (set of PDFs) and providing a list without duplicates. It also provides statistics on journals and authors that are cited frequently by the given literature corpus.
- It implements a new exploratory strategy that facilitates understanding: simply start by reading the most influential papers and skim the remaining papers afterwards. A paper that explains why this strategy is more effective than the traditional skim first and read afterwards approach will be published soon.
- Install the latest version of GROBID, a machine-learning library for bibliographic data. Following the instructions of GROBID will ensure a clean installation of the project.
- Download the latest release of ENLIT.
- When starting ENLIT, set the GROBID path (Menu File, Settings, GROBID path).
Import ENLIT as a Maven-project.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
- Philip Empl - University of Regensburg
- Gerit Wagner - University of Regensburg
This project is licensed under the MIT license, it is based on GROBID and uses JabRef code.