#61 [en] credits Ausir & Szymon
This commit is contained in:
parent
2e0ab36055
commit
f6c3f5682d
|
@ -34,6 +34,10 @@
|
||||||
<Icon v="envelope"/>
|
<Icon v="envelope"/>
|
||||||
Email
|
Email
|
||||||
</a>
|
</a>
|
||||||
|
<a v-if="author.orcid" :href="'https://orcid.org/' + author.orcid" target="_blank" rel="noopener" class="badge badge-light border">
|
||||||
|
<Icon v="file"/>
|
||||||
|
ORCID
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -204,6 +204,8 @@ contact:
|
||||||
profile: 'szymon'
|
profile: 'szymon'
|
||||||
pronouns: 'he'
|
pronouns: 'he'
|
||||||
pronounsLink: '/he'
|
pronounsLink: '/he'
|
||||||
|
mail: 'misiek.sz.93@gmail.com'
|
||||||
|
orcid: '0000-0002-0214-0387'
|
||||||
areas:
|
areas:
|
||||||
language: ~
|
language: ~
|
||||||
sources: '/sources'
|
sources: '/sources'
|
||||||
|
|
Reference in New Issue