Skip to content

base4nfdi/dmp4nfdi-website

Repository files navigation

Welcome to DMP4NFDI!

DMP4NFDI-Logo

DMP4NFDI

DMP4NFDI is the central service for managing Data and Software Management Plans across the NFDI. Hosting the open-source tool RDMO, it supports template creation, standardisation, and guidance for consortia. By fostering interoperability and enhancing collaboration, the service streamlines DMP processes and integrates them into the NFDI's research data ecosystem.

Website

Check out our website dmp.services.base4nfdi.de). (The website is hosted in this repository.)

You can also find our service also on the Base4NFDI website.

License

This repository and the website content dmp.services.base4nfdi.de are licensed under Creative Commons CC-BY-SA-4.0 licence.

Using this template

  1. Click here to use this template in your own repository or ask the Base4NFDI staff to create one for you in the Base4NFDI organisation
  2. Enable GitHub pages from GitHub actions in the settings (Settings ➜ Pages ➜ Source: GitHub Actions)
  3. Re-run the action to deploy the site (Actions ➜ click on last failed action ➜ top-right ‘re-run all actions’)
  4. The site should be available under https://base4nfdi.github.io/your-repo-name, where base4nfdi is the organisation or user under which you created the repository

Adding a custom domain name

GitHub has extensive documentation on this. Basically it boils down to:

  1. Ask the Base4NFDI team to set a DNS CNAME record for your desired domain with looks like todo.services.base4nfdi.de. CNAME base4nfdi.github.io. Where of course todo.services.base4nfdi.de. needs to be replaced by your subdomain and if you used another GitHub organisation base4nfdi.github.io by the GitHub organisation your repository belongs to
  2. Now the custom domain can be set in the project. Again in Settings ➜ Pages enter your domain (todo.services.base4nfdi.de) into the custom domain box and hit save. If the DNS check fails, wait a bit to make sure the change is published, otherwise make sure your DNS record is correct (e.g. missing dot at the end)
  3. After the DNS check passes, lastly set the new domain in the website configuration itself, so for this template in config/_default/hugo.yaml. After the GitHub action ran again, your site should be ready and available under the new domain!

About the design

  1. Font type: Fira Sans
  2. Primary color (paragraph, titles, top navi bar, link hover): #45546B
  3. Secondary color (link, buttons): #0ABAF0

Acknowledgements

Significant primary work was done by M. Lange.