Skip to content

Commit 4e32863

Browse files
committed
adjust orcid
1 parent c89414f commit 4e32863

File tree

6 files changed

+30
-10
lines changed

6 files changed

+30
-10
lines changed

Community.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lang: de
88
# RDMO Arbeitsgemeinschaft
99

1010
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.
11-
Mit Unterzeichnung des [Memorandum of Understanding (MoU)]({{ site.baseurl}}/docs/Memorandum-of-Understanding-RDMO.pdf) haben sie ihre Unterstützung bekundet.
11+
Mit Unterzeichnung des [Memorandum of Understanding (MoU)]({{ site.baseurl }}/docs/Memorandum-of-Understanding-RDMO.pdf) haben sie ihre Unterstützung bekundet.
1212

1313
Die Organisationsstruktur mit verschiedenen Gremien soll diese Entwicklung tragen und ist im MoU detailliert ausgeführt.
1414

_includes/events.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@
55
<td style="width: 80%; padding-left:10px;"/>
66
</tr>
77
<tr style="border-bottom: 1pt solid darkgrey;">
8-
<th style="width: 20%;">{{ announcement.date | markdownify }}</th>
9-
<td style="width: 90%; padding-left:10px;">{{ announcement.event[page.lang] | markdownify }}</td>
8+
<th style="width: 20%;">{{ event.date | markdownify }}<br />{{ event.place }}</th>
9+
<td style="width: 90%; padding-left:10px;">
10+
<b>{{ event.name[page.lang] | markdownify }}</b>
11+
<u><a href='{{ event.registration }}' target='_blank'>Registration</a></u>
12+
<u><a href='{{ event.program }}' target='_blank'>Program</a></u>
13+
<u><a href='{{ event.report }}' target='_blank'>Report</a></u>
14+
<br />
15+
{{ event.description[page.lang] | markdownify }}
16+
<br />
17+
<u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>
18+
</td>
1019
</tr>
1120
</table>
1221
{% endfor %}

_includes/persons.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<div class="team-member">
2+
<img src="{{ site.baseurl }}/{{ member.image}}" />
3+
<div class="team-member-info">
4+
<strong>{{ member.name }}</strong>
5+
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'>
6+
<img src='/img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID'/>
7+
</a>
8+
{{ member.text[page.lang] | markdownify }}
9+
</div>
10+
</div>

_includes/persons_de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="team-member-info">
44
<strong>{{ member.name }}</strong>
55
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'>
6-
<img src='//img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
6+
<img src='/img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID'/>
77
</a>
88
{{ member.text.de | markdownify }}
99
</div>

_includes/persons_en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="team-member-info">
44
<strong>{{ member.name }}</strong>
55
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'>
6-
<img src='//img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
6+
<img src='/img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID'/>
77
</a>
88
{{ member.text.en | markdownify }}
99
</div>

_includes/publications.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<li class="publication">
2-
{{ publication.authors }} ({{ publication.date }}). <b>{{ publication.title }}</b> [{{ publication.type }}]<br />.
3-
{% if publication.ads %}ADS: <a href="{{ publication.ads }}">{{ publication.ads }}</a><br />{% endif %}
4-
{% if publication.doi %}DOI: <a href="{{ publication.doi }}">{{ publication.doi }}</a><br />{% endif %}
5-
{% if publication.urn %}URN: <a href="{{ publication.urn }}">{{ publication.urn }}</a><br />{% endif %}
6-
{% if publication.uri %}URL: <a href="{{ publication.urn }}">{{ publication.uri }}</a><br />{% endif %}
2+
{{ publication.authors }} ({{ publication.date }}).<br />
3+
<b>{{ publication.title }}</b> [{{ publication.type }}].<br />
4+
{% if publication.ads %}ADS: <a href="{{ publication.ads }}">{{ publication.ads }}</a>.<br />{% endif %}
5+
{% if publication.doi %}DOI: <a href="{{ publication.doi }}">{{ publication.doi }}</a>.<br />{% endif %}
6+
{% if publication.urn %}URN: <a href="{{ publication.urn }}">{{ publication.urn }}</a>.<br />{% endif %}
7+
{% if publication.uri %}URL: <a href="{{ publication.urn }}">{{ publication.uri }}</a>.<br />{% endif %}
78
<br />
89
</li>

0 commit comments

Comments
 (0)