https://github.com/computationalgeography/ruminations

An opinionated view on setting up model development projects

https://github.com/computationalgeography/ruminations

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

An opinionated view on setting up model development projects

Basic Info
  • Host: GitHub
  • Owner: computationalgeography
  • License: cc-by-4.0
  • Language: Python
  • Default Branch: main
  • Size: 70.3 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Created about 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

ruminations

An opinionated view on setting up and maintaining model development projects.

bash python -m venv env source env/bin/activate pip install --upgrade pip pip install -r environment/configuration/requirements.txt

bash cd ruminations mkdir build cd build cmake ..

bash environment/script/serve_documentation.py $RUMINATIONS $RUMINATIONS_OBJECTS

Owner

  • Name: Computational Geography
  • Login: computationalgeography
  • Kind: organization
  • Email: d.karssenberg@uu.nl

Computational Geography R&D team of the Department of Physical Geography at Utrecht University in the Netherlands

GitHub Events

Total
  • Issues event: 3
  • Push event: 1
  • Pull request event: 2
Last Year
  • Issues event: 3
  • Push event: 1
  • Pull request event: 2

Dependencies

.github/workflows/deploy.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/setup-python v5 composite
  • actions/upload-pages-artifact v3 composite
environment/configuration/requirements.txt pypi
  • cmake *
  • docopt *
  • jupyter-book *
  • livereload *
  • sphinxcontrib-mermaid *