mirror of
https://github.com/agdamsbo/agdamsbo.github.io.git
synced 2024-11-24 13:01:55 +01:00
Compare commits
No commits in common. "f1a618e6ac4422656752fba2faf259c450a8d256" and "fa96b404964160a8829e385f00648e55af3b72b1" have entirely different histories.
f1a618e6ac
...
fa96b40496
@ -19,10 +19,10 @@ navbar:
|
|||||||
right:
|
right:
|
||||||
- text: "Contact me"
|
- text: "Contact me"
|
||||||
icon: fa-envelope-o
|
icon: fa-envelope-o
|
||||||
href: mailto:agdasmbo@clin.au.dk
|
href: mailto:agdasmbo@clin.au.dk # CHANGE HERE
|
||||||
- text: "GitHub"
|
- text: "GitHub"
|
||||||
icon: fa-github
|
icon: fa-github
|
||||||
href: https://github.com/agdamsbo
|
href: https://github.com/agdamsbo # CHANGE HERE
|
||||||
output:
|
output:
|
||||||
html_document:
|
html_document:
|
||||||
theme: cosmo
|
theme: cosmo
|
||||||
|
@ -311,8 +311,7 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
<div id="hi" class="section level2">
|
<div id="hi" class="section level2">
|
||||||
<h2>Hi</h2>
|
<h2>Hi</h2>
|
||||||
<p>My name is Andreas. I am a medical doctor working in clinical
|
<p>My name is Andreas. I am a medical doctor working in clinical neuroscience.</p>
|
||||||
neuroscience.</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
21
cv.html
21
cv.html
@ -309,8 +309,7 @@ $(document).ready(function () {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<p><a href="CV.pdf#" class="download" title="Download CV as PDF">Download
|
<p><a href="CV.pdf#" class="download" title="Download CV as PDF">Download CV</a></p>
|
||||||
CV</a></p>
|
|
||||||
<div id="work" class="section level2">
|
<div id="work" class="section level2">
|
||||||
<h2>Work</h2>
|
<h2>Work</h2>
|
||||||
<p>I currently work as a PhD-student at Aarhus University Hospital.</p>
|
<p>I currently work as a PhD-student at Aarhus University Hospital.</p>
|
||||||
@ -319,26 +318,16 @@ CV</a></p>
|
|||||||
<h2>Publications</h2>
|
<h2>Publications</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><ol start="2020" style="list-style-type: decimal">
|
<li><ol start="2020" style="list-style-type: decimal">
|
||||||
<li>Damsbo et al., ‘Prestroke Physical Activity and Poststroke Cognitive
|
<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>
|
||||||
Performance’, <a href="https://doi.org/10.1159/000511490">DOI:
|
|
||||||
10.1159/000511490</a></li>
|
|
||||||
</ol></li>
|
</ol></li>
|
||||||
<li><ol start="2020" style="list-style-type: decimal">
|
<li><ol start="2020" style="list-style-type: decimal">
|
||||||
<li>Damsbo et al., ‘Predictors for Wellbeing and Characteristics of
|
<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>
|
||||||
Mental Health after Stroke’, <a
|
|
||||||
href="https://doi.org/10.1016/j.jad.2019.12.032">DOI:
|
|
||||||
10.1159/000498911</a></li>
|
|
||||||
</ol></li>
|
</ol></li>
|
||||||
<li><ol start="2019" style="list-style-type: decimal">
|
<li><ol start="2019" style="list-style-type: decimal">
|
||||||
<li>Damsbo et al., ‘Serotonergic Regulation and Cognition after Stroke:
|
<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>
|
||||||
The Role of Antidepressant Treatment and Genetic Variation’, <a
|
|
||||||
href="https://doi.org/10.1159/000498911">DOI: 10.1159/000498911</a></li>
|
|
||||||
</ol></li>
|
</ol></li>
|
||||||
<li><ol start="2018" style="list-style-type: decimal">
|
<li><ol start="2018" style="list-style-type: decimal">
|
||||||
<li>Kraglund et al., ‘Neuroregeneration and Vascular Protection by
|
<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>
|
||||||
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>
|
</ol></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,7 +2,5 @@
|
|||||||
title: "Welcome to my website!"
|
title: "Welcome to my website!"
|
||||||
---
|
---
|
||||||
|
|
||||||
I am a medical doctor currently doing my PhD in clinical neurosciance on physical activity and sequelae after stroke.
|
I am currently doing Advanced R course.
|
||||||
|
|
||||||
I am the maintainer of the [stRoke-package](agdamsbo.github.io/stRoke/).
|
|
||||||
|
|
||||||
|
@ -309,10 +309,7 @@ $(document).ready(function () {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<p>I am a medical doctor currently doing my PhD in clinical neurosciance
|
<p>I am currently doing Advanced R course.</p>
|
||||||
on physical activity and sequelae after stroke.</p>
|
|
||||||
<p>I am the maintainer of the <a
|
|
||||||
href="agdamsbo.github.io/stRoke/">stRoke-package</a>.</p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user