Skip to content

Commit

Permalink
adjust orcid
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack-83 committed Jan 30, 2025
1 parent c89414f commit 4e32863
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Community.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
13 changes: 11 additions & 2 deletions _includes/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@
<td style="width: 80%; padding-left:10px;"/>
</tr>
<tr style="border-bottom: 1pt solid darkgrey;">
<th style="width: 20%;">{{ announcement.date | markdownify }}</th>
<td style="width: 90%; padding-left:10px;">{{ announcement.event[page.lang] | markdownify }}</td>
<th style="width: 20%;">{{ event.date | markdownify }}<br />{{ event.place }}</th>
<td style="width: 90%; padding-left:10px;">
<b>{{ event.name[page.lang] | markdownify }}</b>
<u><a href='{{ event.registration }}' target='_blank'>Registration</a></u>
<u><a href='{{ event.program }}' target='_blank'>Program</a></u>
<u><a href='{{ event.report }}' target='_blank'>Report</a></u>
<br />
{{ event.description[page.lang] | markdownify }}
<br />
<u><a href='{{ event.further_info }}' target='_blank'>Further information</a></u>
</td>
</tr>
</table>
{% endfor %}
Expand Down
10 changes: 10 additions & 0 deletions _includes/persons.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<div class="team-member">
<img src="{{ site.baseurl }}/{{ member.image}}" />
<div class="team-member-info">
<strong>{{ member.name }}</strong>
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'>
<img src='/img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID'/>
</a>
{{ member.text[page.lang] | markdownify }}
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/persons_de.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="team-member-info">
<strong>{{ member.name }}</strong>
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'>
<img src='//img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
<img src='/img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID'/>
</a>
{{ member.text.de | markdownify }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/persons_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="team-member-info">
<strong>{{ member.name }}</strong>
<a href='https://orcid.org/{{ member.orcid }}' target='_blank'>
<img src='//img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID Logo'/>
<img src='/img/logos/ORCiD.PNG' style='width:16px; height:16px; vertical-align:super;' alt='ORCID'/>
</a>
{{ member.text.en | markdownify }}
</div>
Expand Down
11 changes: 6 additions & 5 deletions _includes/publications.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<li class="publication">
{{ publication.authors }} ({{ publication.date }}). <b>{{ publication.title }}</b> [{{ publication.type }}]<br />.
{% if publication.ads %}ADS: <a href="{{ publication.ads }}">{{ publication.ads }}</a><br />{% endif %}
{% if publication.doi %}DOI: <a href="{{ publication.doi }}">{{ publication.doi }}</a><br />{% endif %}
{% if publication.urn %}URN: <a href="{{ publication.urn }}">{{ publication.urn }}</a><br />{% endif %}
{% if publication.uri %}URL: <a href="{{ publication.urn }}">{{ publication.uri }}</a><br />{% endif %}
{{ publication.authors }} ({{ publication.date }}).<br />
<b>{{ publication.title }}</b> [{{ publication.type }}].<br />
{% if publication.ads %}ADS: <a href="{{ publication.ads }}">{{ publication.ads }}</a>.<br />{% endif %}
{% if publication.doi %}DOI: <a href="{{ publication.doi }}">{{ publication.doi }}</a>.<br />{% endif %}
{% if publication.urn %}URN: <a href="{{ publication.urn }}">{{ publication.urn }}</a>.<br />{% endif %}
{% if publication.uri %}URL: <a href="{{ publication.urn }}">{{ publication.uri }}</a>.<br />{% endif %}
<br />
</li>

0 comments on commit 4e32863

Please sign in to comment.