https://github.com/festim-dev/v-v-report
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 (6.3%) to scientific vocabulary
Last synced: 8 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: festim-dev
- License: mit
- Language: TeX
- Default Branch: main
- Homepage: https://festim-vv-report.readthedocs.io/
- Size: 1.93 MB
Statistics
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 13
- Releases: 2
Created over 2 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
README.md
V-V-report
This is the repo of the FESTIM V&V report built with Jupyter-book.
Build locally
First clone the repository:
bash
git clone https://github.com/festim-dev/V-V-report
Create the correct conda environment with the required dependencies:
bash
conda env create -f environment.yml
conda activate vv-festim-report-env
You can then build the book with:
bash
jupyter-book build report
To force the rebuild of all pages:
bash
jupyter-book build report --all
Contributing
Run jupytext --sync on a case's markdown file to generate a matching Jupyter notebook. Run jupytext --sync again to sync the changes to the markdown file.
See this page for more instructions.
Owner
- Name: festim-dev
- Login: festim-dev
- Kind: organization
- Repositories: 2
- Profile: https://github.com/festim-dev
GitHub Events
Total
- Create event: 15
- Release event: 1
- Issues event: 3
- Watch event: 2
- Delete event: 16
- Issue comment event: 29
- Push event: 72
- Pull request review comment event: 35
- Pull request review event: 38
- Pull request event: 49
- Fork event: 2
Last Year
- Create event: 15
- Release event: 1
- Issues event: 3
- Watch event: 2
- Delete event: 16
- Issue comment event: 29
- Push event: 72
- Pull request review comment event: 35
- Pull request review event: 38
- Pull request event: 49
- Fork event: 2
Dependencies
report/requirements.txt
pypi
- jupyter-book *
- matplotlib *
- numpy *
report/environment.yml
pypi
- festim *