Provides web tools for annotating and managing bibliographic references for publications that reference computational artifacts. Developed by CoMSES Net to catalog the current state of reproducible scientific computation up to early 2019.
If you find this software useful please consider stepping up to help us support it in the Open Source spirit. We're looking for maintainers, so let us know if you are interested in contributing! The citation Python package is also a key component that would need maintenance alongside.
Maintenance would be to keep up with dependency upgrades, migrate fully from Solr to elasticsearch, etc.
To build a development environment for the project you will need to install:
- Up-to-date versions of Docker and Docker Compose
git clone --recurse-submodules [email protected]:comses/catalog.git
cd catalog
./compose dev
./build.sh
docker-compose up -d
Then the database and search indices need to be loaded and populated with data
docker-compose exec django bash
inv rfd -f
inv ri
./manage.py populate_visualization_cache