mirror of
https://github.com/agdamsbo/agdamsbo.github.io.git
synced 2024-11-24 13:01:55 +01:00
Compare commits
2 Commits
fa96b40496
...
f1a618e6ac
Author | SHA1 | Date | |
---|---|---|---|
|
f1a618e6ac | ||
|
ffcd1c295f |
@ -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 # CHANGE HERE
|
href: mailto:agdasmbo@clin.au.dk
|
||||||
- text: "GitHub"
|
- text: "GitHub"
|
||||||
icon: fa-github
|
icon: fa-github
|
||||||
href: https://github.com/agdamsbo # CHANGE HERE
|
href: https://github.com/agdamsbo
|
||||||
output:
|
output:
|
||||||
html_document:
|
html_document:
|
||||||
theme: cosmo
|
theme: cosmo
|
||||||
|
@ -311,7 +311,8 @@ $(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 neuroscience.</p>
|
<p>My name is Andreas. I am a medical doctor working in clinical
|
||||||
|
neuroscience.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
21
cv.html
21
cv.html
@ -309,7 +309,8 @@ $(document).ready(function () {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<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="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>
|
||||||
@ -318,16 +319,26 @@ $(document).ready(function () {
|
|||||||
<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 Performance’, <a href="https://doi.org/10.1159/000511490">DOI: 10.1159/000511490</a></li>
|
<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>
|
</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 Mental Health after Stroke’, <a href="https://doi.org/10.1016/j.jad.2019.12.032">DOI: 10.1159/000498911</a></li>
|
<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>
|
</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: The Role of Antidepressant Treatment and Genetic Variation’, <a href="https://doi.org/10.1159/000498911">DOI: 10.1159/000498911</a></li>
|
<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>
|
</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 Citalopram in Acute Ischemic Stroke (TALOS)’, <a href="https://doi.org/10.1161/STROKEAHA.117.020067">DOI: 10.1161/STROKEAHA.117.020067</a></li>
|
<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>
|
</ol></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,5 +2,7 @@
|
|||||||
title: "Welcome to my website!"
|
title: "Welcome to my website!"
|
||||||
---
|
---
|
||||||
|
|
||||||
I am currently doing Advanced R course.
|
I am a medical doctor currently doing my PhD in clinical neurosciance on physical activity and sequelae after stroke.
|
||||||
|
|
||||||
|
I am the maintainer of the [stRoke-package](agdamsbo.github.io/stRoke/).
|
||||||
|
|
||||||
|
@ -309,7 +309,10 @@ $(document).ready(function () {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<p>I am currently doing Advanced R course.</p>
|
<p>I am a medical doctor currently doing my PhD in clinical neurosciance
|
||||||
|
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