An open API service indexing awesome lists of open source software.

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"

Awesome Lists containing this project

README

        

# Data Management Plan "eMLP-MD"

[![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](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.