Skip to content

comses/citation

Repository files navigation

citation

Docker Build CI Coverage Status

Django app to track bibliometric metadata for publications that reference computational models.

Documentation

Documentation is available at Read the Docs

Build and test instructions

% ./build.sh # interpolate config templates
% docker-compose run --rm test # run all tests

Create schema or data migrations

% docker-compose run --rm test /code/make_migrations.py -n <name-of-migration>

If you leave out the -n <name> the migration filename will be autogenerated.