https://github.com/reproducible-reporting/dmp-emlp-md
Data Management Plan for BOF project: "Groundbreaking models for spectroscopy and charge transport in molecular dynamics simulations"
https://github.com/reproducible-reporting/dmp-emlp-md
Last synced: 2 months ago
JSON representation
Data Management Plan for BOF project: "Groundbreaking models for spectroscopy and charge transport in molecular dynamics simulations"
- Host: GitHub
- URL: https://github.com/reproducible-reporting/dmp-emlp-md
- Owner: reproducible-reporting
- Created: 2024-05-20T13:21:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T09:03:27.000Z (2 months ago)
- Last Synced: 2025-02-13T09:33:36.815Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Management Plan "eMLP-MD"
[](http://creativecommons.org/licenses/by-nc-sa/4.0/)
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/).
This repository contains the version history of the data management plan (DMP) for the project:
> Groundbreaking models for spectroscopy and charge transport in molecular dynamics simulations
The DMP is built from source with
[StepUp RepRep](https://reproducible-reporting.github.io/stepup-reprep/)
and is based on the template in GitHub repository
[reproducible-reporting/dmp-template](https://github.com/reproducible-reporting/dmp-template).To rebuild and work on the data management plan, `dmp.pdf`, you must have
[Python](https://www.python.org/) 3,
[Git](https://git-scm.com/),
[Typst](https://github.com/typst/typst) 0.12,
and [direnv](https://direnv.net/)
installed on your computer.
It is assumed that you are familiar with these tools and know how to use them.The following terminal commands will clone this repository and build the PDF.
```bash
git clone [email protected]:reproducible-reporting/dmp-emlp-md.git
cd dmp-emlp-md
./setup-venv-pip.sh
direnv allow
pre-commit install
cd dmp
stepup
```This is a living document of which the latest Git commit contains the most up-to-date information.
No version numbers are assigned.
The generated `dmp.pdf` is automatically time-stamped with the date of the latest commit.