Skip to content

Latest commit

 

History

History
104 lines (96 loc) · 2.72 KB

Publikationen.md

File metadata and controls

104 lines (96 loc) · 2.72 KB
layout lang key
page
de
rdmo-pub

Publikationen über RDMO

RDMO wurde bereits in zahlreichen Publikationen erwähnt. Im Folgenden sind diese nach bestimmten Inhalten gegliedert aufgelistet. Falls die Liste nicht vollständig sein sollte, schreiben Sie bitte eine Mail an die interne Mailingliste.

RDMO Development

    {% for publication in site.data.publications.RDMO_development %}
  • {{ publication.type }}
    {{ publication.title }}
    {{ publication.authors }}
    {{ publication.date }}
    {% if publication.uri %} Details {% endif %}
    {% if publication.doi %} {{ publication.doi }} {% endif %}
  • {% endfor %}

RDMO Implementation and Applications

    {% for publication in site.data.publications.RDMO_implementation %}
  • {{ publication.type }}
    {{ publication.title }}
    {{ publication.authors }}
    {{ publication.date }}
    {% if publication.uri %} Details {% endif %}
    {% if publication.doi %} {{ publication.doi }} {% endif %}
  • {% endfor %}

DMP Tools

    {% for publication in site.data.publications.DMP_Tools %}
  • {{ publication.type }}
    {{ publication.title }}
    {{ publication.authors }}
    {{ publication.date }}
    {% if publication.uri %} Details {% endif %}
    {% if publication.doi %} {{ publication.doi }} {% endif %}
  • {% endfor %}

DMP and SMP Templates

    {% for publication in site.data.publications.DMP_SMP %}
  • {{ publication.type }}
    {{ publication.title }}
    {{ publication.authors }}
    {{ publication.date }}
    {% if publication.uri %} Details {% endif %}
    {% if publication.doi %} {{ publication.doi }} {% endif %}
  • {% endfor %}