https://github.com/softwarepub/project.software-metadata.pub
The HERMES project repository, mostly used to capture meta elements at project level and do project management.
https://github.com/softwarepub/project.software-metadata.pub
deposition deposition-metadata helmholtz hermes metadata project research-software software-publication
Last synced: 5 months ago
JSON representation
The HERMES project repository, mostly used to capture meta elements at project level and do project management.
- Host: GitHub
- URL: https://github.com/softwarepub/project.software-metadata.pub
- Owner: softwarepub
- Created: 2021-12-02T08:12:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T11:35:05.000Z (over 1 year ago)
- Last Synced: 2024-12-18T12:33:16.662Z (over 1 year ago)
- Topics: deposition, deposition-metadata, helmholtz, hermes, metadata, project, research-software, software-publication
- Language: Python
- Homepage: https://software-metadata.pub
- Size: 3.16 MB
- Stars: 11
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HElmholtz Rich MEtadata Software publication (HERMES)
This code repository contains the [Sphinx](https://www.sphinx-doc.org), [MyST](https://myst-parser.readthedocs.io) and [sphinx-book-theme](https://sphinx-book-theme.readthedocs.io) based website for the HERMES project.
**Please visit https://project.software-metadata.pub for further reading.**
## Build locally
To use the convenient `Makefile`, you need to have `make` installed.
[You might want to use a virtual Python environment.](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/)
```shell
pip install -r requirements.txt
make html
- OR -
pip install -r requirements.txt
make livehtml
```