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

https://github.com/qbicsoftware/research-data-management

Documentation about the life science research data management at QBiC
https://github.com/qbicsoftware/research-data-management

data data-management data-stewardship documentation hacktoberfest life-science management metadata rdm reasearch-data-management

Last synced: 4 months ago
JSON representation

Documentation about the life science research data management at QBiC

Awesome Lists containing this project

README

          

# Research Data Management

This repo provides the documentation for the research data management processes at the [Quantitative Biology Center](https://ror.org/00v34f693) [](https://ror.org/00v34f693), [University of Tübingen](https://ror.org/03a1kwz48) [](https://ror.org/00v34f693).

[![Built with Material for MkDocs](https://img.shields.io/badge/Material_for_MkDocs-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](https://squidfunk.github.io/mkdocs-material/)

> #### Latest documentation
>
> [qbicsoftware.github.io/research-data-management](https://qbicsoftware.github.io/research-data-management)
>

## Local Development

The documentation is written in pure Markdown, rendered and deployed with [MkDocs](https://www.mkdocs.org/) and [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/), versioning is realised with [mike](https://github.com/jimporter/mike). All can be installed with the Python tool [pip](https://pypi.org/project/pip/):

```bash
pip install mkdocs mkdocs-material mike
```

If you want to see the live preview, run:

```bash
mkdocs serve
```

If you want to see the live preview with versioning activated, run:

```bash
mike deploy --update-aliases latest
mike serve
```

In the default configuration, you can see a live preview following the URL displayed in the console log, e.g. http://127.0.0.1:8000:

```bash
mkdocs serve
INFO - Building documentation...
INFO - Cleaning site directory
INFO - Documentation built in 0.24 seconds
INFO - [08:41:47] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO - [08:41:47] Serving on http://127.0.0.1:8000/

```

## Documentation

The documentation source files themselves are located in this repository's `./docs` folder. You can use simple [Markdown](https://www.markdownguide.org/) syntax for providing more content.

## Deployment

The deployment of the live side is implemented with Github actions, once a commit is done to the `main` branch.

The live site of the build documentation can be then found on https://qbicsoftware.github.io/research-data-management.

## License

Any **repository code** and configuration is licensed under the [MIT-license](https://mit-license.org/).

The **creative work** of the documentation found in the `./docs` directory of this repository is licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) .

Attribution to *QBiC, University of Tübingen*