Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions _includes/themes/lab/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,20 @@
<div class="bigspacer"></div>
{% endif %}

{% if member.impactstory %}
<div class="smallhead">
ImpactStory
</div>
<div class="pad-left note">
<div class="smallspacer"></div>
<i class="ai ai-impactstory"></i>
<a class="social impactstory" href="https://profiles.impactstory.org/u/{{ member.impactstory }}">
{{ member.title }}
</a>
</div>
<div class="bigspacer"></div>
{% endif %}

{% if member.orcid %}
<div class="smallhead">
ORCID
Expand Down
4 changes: 4 additions & 0 deletions assets/themes/lab/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ a.researchgate:hover {
color: #D69C4E;
}

a.impactstory:hover {
color: #C7CEF6;
}

a.publons:hover {
color: #ABDDDE;
}
Expand Down
1 change: 1 addition & 0 deletions team/_posts/2017-04-06-salo-taylor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ orcid: 0000-0001-9813-3167
osf: iwpvm
publons:
researchgate: Taylor_Salo
impactstory: 0000-0001-9813-3167
scholar: YbH1akIAAAAJ
site: "https://tsalo.github.io"
twitter: taylor_salo
Expand Down
1 change: 1 addition & 0 deletions team/_posts/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ orcid:
osf:
publons:
researchgate:
impactstory:
scholar:
site:
twitter:
Expand Down
6 changes: 6 additions & 0 deletions team/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
</a>
{% endif %}

{% if member.impactstory %}
<a class="social impactstory" href="https://profiles.impactstory.org/u/{{ member.impactstory }}">
<i class="ai ai-impactstory-square ai-lg"></i>
</a>
{% endif %}

{% if member.orcid %}
<a class="social orcid" href="https://orcid.org/{{ member.orcid }}">
<i class="ai ai-orcid-square ai-lg"></i>
Expand Down