Skip to content

comses/catalog

Repository files navigation

catalog

Catalog Docker CI

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.

Community support needed: in search of maintainers

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.

Development Environment

To build a development environment for the project you will need to install:

Development Environment Setup

git clone --recurse-submodules git@github.com: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