diff --git a/Community.md b/Community.md index 770b9bc7..c48410be 100644 --- a/Community.md +++ b/Community.md @@ -8,7 +8,7 @@ lang: de # RDMO Arbeitsgemeinschaft Mit dem Ende der DFG-Förderung für RDMO im Herbst 2020 hat sich die Arbeitsgemeinschaft RDMO bei der Nutzerversammlung am 07.10.2020 gegründet. Sie basiert auf der freiwilligen Mitarbeit von Institutionen und Individuen, um die Open Source Software RDMO weiterhin nutzbar zu halten und weiterzuentwickeln. -Mit Unterzeichnung des [Memorandum of Understanding (MoU)]({{ site.baseurl}}/docs/Memorandum-of-Understanding-RDMO.pdf) haben sie ihre Unterstützung bekundet. +Mit Unterzeichnung des [Memorandum of Understanding (MoU)]({{ site.baseurl }}/docs/Memorandum-of-Understanding-RDMO.pdf) haben sie ihre Unterstützung bekundet. Die Organisationsstruktur mit verschiedenen Gremien soll diese Entwicklung tragen und ist im MoU detailliert ausgeführt. diff --git a/_includes/events.html b/_includes/events.html index f58760d2..6d06e022 100644 --- a/_includes/events.html +++ b/_includes/events.html @@ -5,8 +5,17 @@ - {{ announcement.date | markdownify }} - {{ announcement.event[page.lang] | markdownify }} + {{ event.date | markdownify }}
{{ event.place }} + + {{ event.name[page.lang] | markdownify }} + Registration + Program + Report +
+ {{ event.description[page.lang] | markdownify }} +
+ Further information + {% endfor %} diff --git a/_includes/persons.html b/_includes/persons.html new file mode 100644 index 00000000..6d2589eb --- /dev/null +++ b/_includes/persons.html @@ -0,0 +1,10 @@ +
+ +
+ {{ member.name }} + + ORCID + + {{ member.text[page.lang] | markdownify }} +
+
diff --git a/_includes/persons_de.html b/_includes/persons_de.html index c201d02b..942836ab 100644 --- a/_includes/persons_de.html +++ b/_includes/persons_de.html @@ -3,7 +3,7 @@
{{ member.name }} - ORCID Logo + ORCID {{ member.text.de | markdownify }}
diff --git a/_includes/persons_en.html b/_includes/persons_en.html index 442c06cf..c269a81e 100644 --- a/_includes/persons_en.html +++ b/_includes/persons_en.html @@ -3,7 +3,7 @@
{{ member.name }} - ORCID Logo + ORCID {{ member.text.en | markdownify }}
diff --git a/_includes/publications.html b/_includes/publications.html index b41b9c55..59e188cc 100644 --- a/_includes/publications.html +++ b/_includes/publications.html @@ -1,8 +1,9 @@
  • - {{ publication.authors }} ({{ publication.date }}). {{ publication.title }} [{{ publication.type }}]
    . - {% if publication.ads %}ADS: {{ publication.ads }}
    {% endif %} - {% if publication.doi %}DOI: {{ publication.doi }}
    {% endif %} - {% if publication.urn %}URN: {{ publication.urn }}
    {% endif %} - {% if publication.uri %}URL: {{ publication.uri }}
    {% endif %} + {{ publication.authors }} ({{ publication.date }}).
    + {{ publication.title }} [{{ publication.type }}].
    + {% if publication.ads %}ADS: {{ publication.ads }}.
    {% endif %} + {% if publication.doi %}DOI: {{ publication.doi }}.
    {% endif %} + {% if publication.urn %}URN: {{ publication.urn }}.
    {% endif %} + {% if publication.uri %}URL: {{ publication.uri }}.
    {% endif %}