mirror of
https://github.com/agdamsbo/agdamsbo.github.io.git
synced 2024-11-24 05:01:53 +01:00
CV addition
This commit is contained in:
parent
c2df6f355c
commit
fa96b40496
@ -1,7 +1,7 @@
|
|||||||
name: "YOURNAME" # CHANGE HERE
|
name: "Andreas Gammelgaard Damsbo" # CHANGE HERE
|
||||||
output_dir: "."
|
output_dir: "."
|
||||||
navbar:
|
navbar:
|
||||||
title: "YOURNAME" # CHANGE HERE
|
title: "Andreas Gammelgaard Damsbo" # CHANGE HERE
|
||||||
type: inverse
|
type: inverse
|
||||||
left:
|
left:
|
||||||
- text: "Home"
|
- text: "Home"
|
||||||
@ -19,10 +19,10 @@ navbar:
|
|||||||
right:
|
right:
|
||||||
- text: "Contact me"
|
- text: "Contact me"
|
||||||
icon: fa-envelope-o
|
icon: fa-envelope-o
|
||||||
href: mailto:YOUREMAIL # CHANGE HERE
|
href: mailto:agdasmbo@clin.au.dk # CHANGE HERE
|
||||||
- text: "GitHub"
|
- text: "GitHub"
|
||||||
icon: fa-github
|
icon: fa-github
|
||||||
href: https://github.com/YOURGITHUB # CHANGE HERE
|
href: https://github.com/agdamsbo # CHANGE HERE
|
||||||
output:
|
output:
|
||||||
html_document:
|
html_document:
|
||||||
theme: cosmo
|
theme: cosmo
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
title: "About me"
|
title: "About me"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Header
|
## Hi
|
||||||
|
|
||||||
Say more about you here.
|
My name is Andreas. I am a medical doctor working in clinical neuroscience.
|
12
about.html
12
about.html
@ -247,7 +247,7 @@ $(document).ready(function () {
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="index.html">YOURNAME</a>
|
<a class="navbar-brand" href="index.html">Andreas Gammelgaard Damsbo</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar" class="navbar-collapse collapse">
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
@ -282,14 +282,14 @@ $(document).ready(function () {
|
|||||||
</ul>
|
</ul>
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li>
|
<li>
|
||||||
<a href="mailto:YOUREMAIL">
|
<a href="mailto:agdasmbo@clin.au.dk">
|
||||||
<span class="fa fa-envelope-o"></span>
|
<span class="fa fa-envelope-o"></span>
|
||||||
|
|
||||||
Contact me
|
Contact me
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/YOURGITHUB">
|
<a href="https://github.com/agdamsbo">
|
||||||
<span class="fa fa-github"></span>
|
<span class="fa fa-github"></span>
|
||||||
|
|
||||||
GitHub
|
GitHub
|
||||||
@ -309,9 +309,9 @@ $(document).ready(function () {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="header" class="section level2">
|
<div id="hi" class="section level2">
|
||||||
<h2>Header</h2>
|
<h2>Hi</h2>
|
||||||
<p>Say more about you here.</p>
|
<p>My name is Andreas. I am a medical doctor working in clinical neuroscience.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
11
cv.Rmd
11
cv.Rmd
@ -4,6 +4,13 @@ title: "CV"
|
|||||||
|
|
||||||
<a href="CV.pdf#" class="download" title="Download CV as PDF">Download CV</a>
|
<a href="CV.pdf#" class="download" title="Download CV as PDF">Download CV</a>
|
||||||
|
|
||||||
## Header
|
## Work
|
||||||
|
|
||||||
Say more about your CV here.
|
I currently work as a PhD-student at Aarhus University Hospital.
|
||||||
|
|
||||||
|
## Publications
|
||||||
|
|
||||||
|
- (2020) Damsbo et al., ‘Prestroke Physical Activity and Poststroke Cognitive Performance’, [DOI: 10.1159/000511490](https://doi.org/10.1159/000511490)
|
||||||
|
- (2020) Damsbo et al., ‘Predictors for Wellbeing and Characteristics of Mental Health after Stroke’, [DOI: 10.1159/000498911](https://doi.org/10.1016/j.jad.2019.12.032)
|
||||||
|
- (2019) Damsbo et al., ‘Serotonergic Regulation and Cognition after Stroke: The Role of Antidepressant Treatment and Genetic Variation’, [DOI: 10.1159/000498911](https://doi.org/10.1159/000498911)
|
||||||
|
- (2018) Kraglund et al., ‘Neuroregeneration and Vascular Protection by Citalopram in Acute Ischemic Stroke (TALOS)’, [DOI: 10.1161/STROKEAHA.117.020067](https://doi.org/10.1161/STROKEAHA.117.020067)
|
||||||
|
29
cv.html
29
cv.html
@ -247,7 +247,7 @@ $(document).ready(function () {
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="index.html">YOURNAME</a>
|
<a class="navbar-brand" href="index.html">Andreas Gammelgaard Damsbo</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar" class="navbar-collapse collapse">
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
@ -282,14 +282,14 @@ $(document).ready(function () {
|
|||||||
</ul>
|
</ul>
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li>
|
<li>
|
||||||
<a href="mailto:YOUREMAIL">
|
<a href="mailto:agdasmbo@clin.au.dk">
|
||||||
<span class="fa fa-envelope-o"></span>
|
<span class="fa fa-envelope-o"></span>
|
||||||
|
|
||||||
Contact me
|
Contact me
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/YOURGITHUB">
|
<a href="https://github.com/agdamsbo">
|
||||||
<span class="fa fa-github"></span>
|
<span class="fa fa-github"></span>
|
||||||
|
|
||||||
GitHub
|
GitHub
|
||||||
@ -310,9 +310,26 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
|
|
||||||
<p><a href="CV.pdf#" class="download" title="Download CV as PDF">Download CV</a></p>
|
<p><a href="CV.pdf#" class="download" title="Download CV as PDF">Download CV</a></p>
|
||||||
<div id="header" class="section level2">
|
<div id="work" class="section level2">
|
||||||
<h2>Header</h2>
|
<h2>Work</h2>
|
||||||
<p>Say more about your CV here.</p>
|
<p>I currently work as a PhD-student at Aarhus University Hospital.</p>
|
||||||
|
</div>
|
||||||
|
<div id="publications" class="section level2">
|
||||||
|
<h2>Publications</h2>
|
||||||
|
<ul>
|
||||||
|
<li><ol start="2020" style="list-style-type: decimal">
|
||||||
|
<li>Damsbo et al., ‘Prestroke Physical Activity and Poststroke Cognitive Performance’, <a href="https://doi.org/10.1159/000511490">DOI: 10.1159/000511490</a></li>
|
||||||
|
</ol></li>
|
||||||
|
<li><ol start="2020" style="list-style-type: decimal">
|
||||||
|
<li>Damsbo et al., ‘Predictors for Wellbeing and Characteristics of Mental Health after Stroke’, <a href="https://doi.org/10.1016/j.jad.2019.12.032">DOI: 10.1159/000498911</a></li>
|
||||||
|
</ol></li>
|
||||||
|
<li><ol start="2019" style="list-style-type: decimal">
|
||||||
|
<li>Damsbo et al., ‘Serotonergic Regulation and Cognition after Stroke: The Role of Antidepressant Treatment and Genetic Variation’, <a href="https://doi.org/10.1159/000498911">DOI: 10.1159/000498911</a></li>
|
||||||
|
</ol></li>
|
||||||
|
<li><ol start="2018" style="list-style-type: decimal">
|
||||||
|
<li>Kraglund et al., ‘Neuroregeneration and Vascular Protection by Citalopram in Acute Ischemic Stroke (TALOS)’, <a href="https://doi.org/10.1161/STROKEAHA.117.020067">DOI: 10.1161/STROKEAHA.117.020067</a></li>
|
||||||
|
</ol></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,4 +2,5 @@
|
|||||||
title: "Welcome to my website!"
|
title: "Welcome to my website!"
|
||||||
---
|
---
|
||||||
|
|
||||||
You're up and running!
|
I am currently doing Advanced R course.
|
||||||
|
|
||||||
|
@ -247,7 +247,7 @@ $(document).ready(function () {
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="index.html">YOURNAME</a>
|
<a class="navbar-brand" href="index.html">Andreas Gammelgaard Damsbo</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar" class="navbar-collapse collapse">
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
@ -282,14 +282,14 @@ $(document).ready(function () {
|
|||||||
</ul>
|
</ul>
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li>
|
<li>
|
||||||
<a href="mailto:YOUREMAIL">
|
<a href="mailto:agdasmbo@clin.au.dk">
|
||||||
<span class="fa fa-envelope-o"></span>
|
<span class="fa fa-envelope-o"></span>
|
||||||
|
|
||||||
Contact me
|
Contact me
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/YOURGITHUB">
|
<a href="https://github.com/agdamsbo">
|
||||||
<span class="fa fa-github"></span>
|
<span class="fa fa-github"></span>
|
||||||
|
|
||||||
GitHub
|
GitHub
|
||||||
@ -309,7 +309,7 @@ $(document).ready(function () {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<p>You’re up and running!</p>
|
<p>I am currently doing Advanced R course.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user