Skip to content

Commit 0908345

Browse files
committed
Fix publications md files
1 parent b59313a commit 0908345

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Publikationen.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ key: rdmo-pub
66

77
# Publikationen über RDMO
88

9-
RDMO wurde bereits in zahlreichen Publikationen erwähnt. Im Folgenden sind diese nach bestimmten Inhalten gegliedert aufgelistet.
10-
Falls die Liste nicht vollständig sein sollte, schreiben Sie bitte eine <a href="mailto:rdmo-contact@listserv.dfn.de">Mail</a> an die interne Mailingliste.<br/>
9+
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 <a href="mailto:rdmo-contact@listserv.dfn.de">Mail</a> an die interne Mailingliste.<br/>
1110

1211
<details>
1312
<summary><h2>RDMO Development</h2>
@@ -19,7 +18,7 @@ Falls die Liste nicht vollständig sein sollte, schreiben Sie bitte eine <a href
1918
<i>{{ publication.authors }}</i> ({{ publication.date }}).<br />
2019
<strong>{{ publication.title }}</strong> [{{ publication.type }}].<br />
2120
{% if publication.doi %}<a href="{{ publication.doi }}">Download</a>
22-
{% elif publication.uri %}<a href="{{ publication.uri }}">Download</a>
21+
{% else if publication.uri %}<a href="{{ publication.uri }}">Download</a>
2322
{% endif %}
2423
</li>
2524
{% endfor %}
@@ -36,7 +35,7 @@ Falls die Liste nicht vollständig sein sollte, schreiben Sie bitte eine <a href
3635
<i>{{ publication.authors }}</i> ({{ publication.date }}).<br />
3736
<strong>{{ publication.title }}</strong> [{{ publication.type }}].<br />
3837
{% if publication.doi %}<a href="{{ publication.doi }}">Download</a>
39-
{% elif publication.uri %}<a href="{{ publication.uri }}">Download</a>
38+
{% else if publication.uri %}<a href="{{ publication.uri }}">Download</a>
4039
{% endif %}
4140
</li>
4241
{% endfor %}
@@ -53,7 +52,7 @@ Falls die Liste nicht vollständig sein sollte, schreiben Sie bitte eine <a href
5352
<i>{{ publication.authors }}</i> ({{ publication.date }}).<br />
5453
<strong>{{ publication.title }}</strong> [{{ publication.type }}].<br />
5554
{% if publication.doi %}<a href="{{ publication.doi }}">Download</a>
56-
{% elif publication.uri %}<a href="{{ publication.uri }}">Download</a>
55+
{% else if publication.uri %}<a href="{{ publication.uri }}">Download</a>
5756
{% endif %}
5857
</li>
5958
{% endfor %}
@@ -70,7 +69,7 @@ Falls die Liste nicht vollständig sein sollte, schreiben Sie bitte eine <a href
7069
<i>{{ publication.authors }}</i> ({{ publication.date }}).<br />
7170
<strong>{{ publication.title }}</strong> [{{ publication.type }}].<br />
7271
{% if publication.doi %}<a href="{{ publication.doi }}">Download</a>
73-
{% elif publication.uri %}<a href="{{ publication.uri }}">Download</a>
72+
{% else if publication.uri %}<a href="{{ publication.uri }}">Download</a>
7473
{% endif %}
7574
</li>
7675
{% endfor %}

en/Publications.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ key: rdmo-pub
66

77
# Publications about RDMO
88

9-
RDMO has already been mentioned in numerous publications. These are listed below, broken down according to specific content.
10-
If the list is not complete, please write an <a href="mailto:rdmo-contact@listserv.dfn.de">Mail</a> to the internal mailing list.<br/>
9+
RDMO has already been mentioned in numerous publications. These are listed below, broken down according to specific content. If the list is not complete, please write an <a href="mailto:rdmo-contact@listserv.dfn.de">Mail</a> to the internal mailing list.<br/>
1110

1211
<details>
1312
<summary><h2>RDMO Development</h2>
@@ -19,7 +18,7 @@ If the list is not complete, please write an <a href="mailto:rdmo-contact@listse
1918
<i>{{ publication.authors }}</i> ({{ publication.date }}).<br />
2019
<strong>{{ publication.title }}</strong> [{{ publication.type }}].<br />
2120
{% if publication.doi %}<a href="{{ publication.doi }}">Download</a>
22-
{% elif publication.uri %}<a href="{{ publication.uri }}">Download</a>
21+
{% else if publication.uri %}<a href="{{ publication.uri }}">Download</a>
2322
{% endif %}
2423
</li>
2524
{% endfor %}
@@ -36,7 +35,7 @@ If the list is not complete, please write an <a href="mailto:rdmo-contact@listse
3635
<i>{{ publication.authors }}</i> ({{ publication.date }}).<br />
3736
<strong>{{ publication.title }}</strong> [{{ publication.type }}].<br />
3837
{% if publication.doi %}<a href="{{ publication.doi }}">Download</a>
39-
{% elif publication.uri %}<a href="{{ publication.uri }}">Download</a>
38+
{% else if publication.uri %}<a href="{{ publication.uri }}">Download</a>
4039
{% endif %}
4140
</li>
4241
{% endfor %}
@@ -53,7 +52,7 @@ If the list is not complete, please write an <a href="mailto:rdmo-contact@listse
5352
<i>{{ publication.authors }}</i> ({{ publication.date }}).<br />
5453
<strong>{{ publication.title }}</strong> [{{ publication.type }}].<br />
5554
{% if publication.doi %}<a href="{{ publication.doi }}">Download</a>
56-
{% elif publication.uri %}<a href="{{ publication.uri }}">Download</a>
55+
{% else if publication.uri %}<a href="{{ publication.uri }}">Download</a>
5756
{% endif %}
5857
</li>
5958
{% endfor %}
@@ -70,10 +69,9 @@ If the list is not complete, please write an <a href="mailto:rdmo-contact@listse
7069
<i>{{ publication.authors }}</i> ({{ publication.date }}).<br />
7170
<strong>{{ publication.title }}</strong> [{{ publication.type }}].<br />
7271
{% if publication.doi %}<a href="{{ publication.doi }}">Download</a>
73-
{% elif publication.uri %}<a href="{{ publication.uri }}">Download</a>
72+
{% else if publication.uri %}<a href="{{ publication.uri }}">Download</a>
7473
{% endif %}
7574
</li>
7675
{% endfor %}
7776
</ul>
7877
</details>
79-

0 commit comments

Comments
 (0)