Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o2r-project/erc-spec
Executable Research Compendium specification and guides
https://github.com/o2r-project/erc-spec
Last synced: 3 months ago
JSON representation
Executable Research Compendium specification and guides
- Host: GitHub
- URL: https://github.com/o2r-project/erc-spec
- Owner: o2r-project
- License: cc0-1.0
- Created: 2017-01-12T11:33:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T09:59:39.000Z (almost 2 years ago)
- Last Synced: 2024-07-14T12:38:05.140Z (4 months ago)
- Homepage: https://o2r.info/erc-spec/
- Size: 9.11 MB
- Stars: 7
- Watchers: 8
- Forks: 5
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - o2r-project/erc-spec - Executable Research Compendium specification and guides (others)
README
# erc-spec
Executable Research Compendium (ERC) specification and guides
Project description: [https://o2r.info](https://o2r.info)
**Read online: [https://o2r.info/erc-spec](https://o2r.info/erc-spec)**
## Guidelines
See [CONTRIBUTING.md](CONTRIBUTING.md)
## Build
This specification is written in [Markdown](https://daringfireball.net/projects/markdown/), rendered with [MkDocs](http://www.mkdocs.org/) and deployed automatically using Github Actions.
![badge for workflow status](https://github.com/o2r-project/erc-spec/actions/workflows/deploy_site.yml/badge.svg)
Use `mkdocs` to render it locally.
```bash
# pip install mkdocs mkdocs-cinder pymdown-extensions
mkdocs serve
```### Automated Builds
Our `deploy_site.yml` will run the `mkdocs` command on every direct commit or merge on the master branch and deploy the rendered HTML documents to the `gh-pages` branch in this repository.
The action authenticates its push to the `gh-pages` branch using the [checkout action](https://github.com/actions/checkout) and the credentials of the user [@o2r-user](https://github.com/o2r-user), who has write access to this repository. It is finalized through the [github pages deploy action](https://github.com/marketplace/actions/deploy-to-github-pages).
## License
The o2r Executable Research Compendium specification is licensed under [Creative Commons CC0 1.0 Universal License](https://creativecommons.org/publicdomain/zero/1.0/), see file `LICENSE`.
To the extent possible under law, the people who associated CC0 with this work have waived all copyright and related or neighboring rights to this work.
This work is published from: Germany.