-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/orcid #61
Feature/orcid #61
Changes from 8 commits
2871217
44f40b9
a3c5432
485eda8
b8bd312
a052781
3bb4282
bfb7057
c9889e2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
- name: Martin Albrecht-Hohmaier | ||
sortkey: Albrecht-Hohmaier | ||
orcid: 0000-0002-5279-7408 | ||
email: [email protected] | ||
affiliation: | ||
- nfdi | ||
|
@@ -27,6 +28,7 @@ | |
- name: Daniel Röwenstrunk | ||
sortkey: Röwenstrunk | ||
email: [email protected] | ||
orcid: 0000-0001-6271-2095 | ||
affiliation: | ||
- edirom | ||
- freidi | ||
|
@@ -38,6 +40,7 @@ | |
- name: Katharina Bergmann | ||
sortkey: Bergmann | ||
email: [email protected] | ||
orcid: 0000-0002-0758-9917 | ||
affiliation: | ||
- nfdi | ||
image: /assets/img/team_katharina.jpg | ||
|
@@ -102,6 +105,7 @@ | |
phone: +49 5231 975–669 | ||
- name: Kristina Richts-Matthaei | ||
sortkey: Richts | ||
orcid: 0000-0001-8569-1995 | ||
email: [email protected] | ||
affiliation: | ||
- mei | ||
|
@@ -111,6 +115,7 @@ | |
phone: +49 5231 975–665 | ||
- name: Andreas Münzmay | ||
sortkey: Münzmay | ||
orcid: 0000-0002-8373-4055 | ||
email: [email protected] | ||
affiliation: | ||
- zenmem | ||
|
@@ -121,6 +126,7 @@ | |
phone: +49 5231 975–672 | ||
- name: Anastasia Wawilow | ||
sortkey: Wawiliow | ||
orcid: 0000-0003-2840-128X | ||
email: [email protected] | ||
affiliation: | ||
- zenmem | ||
|
@@ -145,12 +151,14 @@ | |
image: /assets/img/team_agnes.jpeg | ||
- name: Anne Ferger | ||
sortkey: Ferger | ||
orcid: 0000-0002-1382-2658 | ||
email: [email protected] | ||
affiliation: | ||
- nfdi | ||
image: /assets/img/team_anne.jpg | ||
- name: Daniel Jettka | ||
sortkey: Jettka | ||
orcid: 0000-0002-2375-2227 | ||
email: [email protected] | ||
affiliation: | ||
- nfdi | ||
|
@@ -217,6 +225,7 @@ | |
image: /assets/img/team_dunja.jpg | ||
- name: Tobias Bachmann | ||
sortkey: Bachmann | ||
email: [email protected] | ||
image: /assets/img/team_tobias.jpg | ||
affiliation: | ||
- openedirom | ||
|
@@ -240,3 +249,7 @@ | |
image: assets/img/team_lisa.jpg | ||
affiliation: | ||
- tamudi | ||
- name: Silke Reich | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could we ask her for an image? Otherwise she'll be the only one without … There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Silke will add an image next week |
||
sortkey: Reich | ||
affiliation: | ||
- korngold |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,3 +160,14 @@ figure { | |
font-style: italic; | ||
} | ||
} | ||
|
||
.orcid_icon { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you recheck with the newest version? |
||
background-image: url('/assets/img/ORCID-iD_icon_unauth_BW_vector.svg'); | ||
background-size: 18px 18px; | ||
width: 18px; | ||
height: 18px; | ||
text-align: center; | ||
vertical-align: middle; | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
usually we keep the former affiliations. Of course if @daniel-jettka wants this removed please remove it