Skip to content

Commit

Permalink
Add ORCID, Scholar, DBLP and HAL
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 19, 2024
1 parent 8c7f4c9 commit 4552130
Show file tree
Hide file tree
Showing 8 changed files with 2,467 additions and 1 deletion.
26 changes: 26 additions & 0 deletions pandoc/template.html4
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ $if(description-meta)$
<meta name="description" content="$description-meta$">
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>

<link rel="stylesheet" href="academicons/css/academicons.min.css"/>
$for(css)$
<link rel="stylesheet" href="$css$">
$endfor$
Expand Down Expand Up @@ -48,6 +50,30 @@ $endif$
$if(email)$
<p>✉️ <code>$email$</code></p>
$endif$
$if(orcid)$
<a href="https://orcid.org/$orcid$">
<i class="ai ai-orcid ai-fw icon-pad-right"></i>
$orcid$
</a>
$endif$
$if(dblp)$
<a href="$dblp$">
<i class="ai ai-dblp ai-fw icon-pad-right"></i>
DBLP
</a>
$endif$
$if(hal)$
<a href="$hal$">
<i class="ai ai-hal ai-fw icon-pad-right"></i>
HAL
</a>
$endif$
$if(scholar)$
<a href="$scholar$">
<i class="ai ai-google-scholar ai-fw icon-pad-right"></i>
Google Scholar
</a>
$endif$
</header>
$if(toc)$
<nav>
Expand Down
11 changes: 10 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ author: Templato
shortbio: PhD student in 👽 science
email: [email protected]
picture: img/profile.png
github: basicpage
orcid: 0000-0000-0000-0000
dblp: https://dblp.org/
scholar: https://scholar.google.com/
hal: https://hal.science/
---

I am a fake researcher and this is my personal page.
Expand Down Expand Up @@ -43,7 +48,11 @@ Templato, U. N. Owen

## Journal papers

None ☠️
### How to tame your wagon

Templato

*Journal of Automatic Rejection (JAR), 2022*

# My PhD subject

Expand Down
Loading

0 comments on commit 4552130

Please sign in to comment.