Skip to content

Commit 624c932

Browse files
committed
Clean up example text from website
1 parent be7f03e commit 624c932

9 files changed

+483
-62
lines changed

Diff for: _data/navigation.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ main:
33
- title: "Publications"
44
url: /publications/
55

6-
- title: "Talks"
7-
url: /talks/
6+
# - title: "Talks"
7+
# url: /talks/
88

9-
- title: "Teaching"
10-
url: /teaching/
9+
# - title: "Teaching"
10+
# url: /teaching/
1111

12-
- title: "Portfolio"
13-
url: /portfolio/
12+
# - title: "Portfolio"
13+
# url: /portfolio/
1414

15-
- title: "Blog Posts"
16-
url: /year-archive/
15+
# - title: "Blog Posts"
16+
# url: /year-archive/
1717

1818
- title: "CV"
1919
url: /cv/
2020

21-
- title: "Guide"
22-
url: /markdown/
21+
# - title: "Guide"
22+
# url: /markdown/

Diff for: _drafts/post-draft.html

+460
Large diffs are not rendered by default.

Diff for: _talks/2012-03-01-talk-1.md

-11
This file was deleted.

Diff for: _talks/2013-03-01-tutorial-1.md

-13
This file was deleted.

Diff for: _talks/2014-02-01-talk-2.md

-13
This file was deleted.

Diff for: _talks/2014-03-01-talk-3.md

-11
This file was deleted.

Diff for: _talks/2021-06-01-talk.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: ""
3+
collection: talks
4+
type: ""
5+
permalink: /talks/2021-06-01-talk
6+
venue: ""
7+
date: 2022-09-04
8+
location: ""
9+
---

Diff for: markdown_generator/publications.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# In[3]:
3636

37-
publications = pd.read_csv("publications.tsv", sep="\t", header=0)
37+
publications = pd.read_csv("markdown_generator/publications.tsv", sep="\t", header=0)
3838
publications
3939

4040

Diff for: markdown_generator/publications.tsv

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pub_date title venue excerpt citation url_slug paper_url
2-
2009-10-01 Frailty is associated with elevated CRP trajectories and higher numbers of neutrophils and monocytes Experimental Gerontology Samson, L. D., Boots, A. M. H., Verschuren, W. M. M., Picavet, H. S. J., Engelfriet, P., & Buisman, A.-M. "Frailty is associated with elevated CRP trajectories and higher numbers of neutrophils and monocytes" <i>Experimental Gerontology</i>. 1(1). Frailty is associated with elevated CRP trajectories and higher numbers of neutrophils and monocytes http://academicpages.github.io/files/Samson_et_al_2019_Frailty_is_associated_with_elevated_CRP_trajectories.pdf
3-
2010-10-01 Paper Title Number 2 Journal 1 This paper is about the number 2. The number 3 is left for future work. Your Name, You. (2010). "Paper Title Number 2." <i>Journal 1</i>. 1(2). paper-title-number-2 http://academicpages.github.io/files/paper2.pdf
4-
2015-10-01 Paper Title Number 3 Journal 1 This paper is about the number 3. The number 4 is left for future work. Your Name, You. (2015). "Paper Title Number 3." <i>Journal 1</i>. 1(3). paper-title-number-3 http://academicpages.github.io/files/paper3.pdf
2+
01/10/2019 Frailty is associated with elevated CRP trajectories and higher numbers of neutrophils and monocytes Experimental Gerontology "Samson, L. D., Boots, A. M. H., Verschuren, W. M. M., Picavet, H. S. J., Engelfriet, P., & Buisman, A.-M. ""Frailty is associated with elevated CRP trajectories and higher numbers of neutrophils and monocytes"" <i>Experimental Gerontology</i>. 1(1)." Frailty_associated_with_CRP trajectories http://academicpages.github.io/files/Samson_et_al_2019_Frailty_is_associated_with_elevated_CRP_trajectories.pdf
3+
01/10/2020 The Healthy Aging Index analyzed over 15 years in the general population: The Doetinchem Cohort Study. Preventive Medicine "Dieteren, C. M., Samson, L. D., Schipper, M., van Exel, J., Brouwer, W. B. F., Verschuren, W. M. M., & Picavet, H. S. J. (2020). The Healthy Aging Index analyzed over 15 years in the general population: The Doetinchem Cohort Study. Preventive Medicine, 106193. https://doi.org/10.1016/j.ypmed.2020.106193" Healthy-Ageing-Index-DCS http://academicpages.github.io/files/paper2.pdf
4+

0 commit comments

Comments
 (0)