Skip to content

Commit

Permalink
add description to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroelfs committed Oct 11, 2023
1 parent 42bb730 commit 33cb4a8
Show file tree
Hide file tree
Showing 34 changed files with 44 additions and 12 deletions.
5 changes: 3 additions & 2 deletions content/about/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "About"
title: About
description: About
hidetopnav: true
---

Expand All @@ -11,4 +12,4 @@ Hi, I'm Daniel Roelfs! I'm currently working as a Data Scientist at the Norwegia

Born and raised in the Netherlands, I have also studied in France and Sweden before moving to Norway. In my free time I run, ski, hike, and take photos. This blog serves as a way to share some of the code I write in R and Python for personal and professional interests.

If you have any questions or comments about the tutorials and posts here, or just want to get in touch, please send me an e-mail at <a href="mailto:daniel.roelfs@medisin.uio.no">daniel.roelfs\[a\]medisin.uio.no</a>.
If you have any questions or comments about the tutorials and posts here, or just want to get in touch, please send me an e-mail at [daniel.roelfs\[a\]medisin.uio.no](mailto:daniel.roelfs@medisin.uio.no).
5 changes: 3 additions & 2 deletions content/about/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "About"
title: About
description: About
hidetopnav: true
---

Expand All @@ -11,4 +12,4 @@ Hi, I'm Daniel Roelfs! I'm currently working as a Data Scientist at the Norwegia

Born and raised in the Netherlands, I have also studied in France and Sweden before moving to Norway. In my free time I run, ski, hike, and take photos. This blog serves as a way to share some of the code I write in R and Python for personal and professional interests.

If you have any questions or comments about the tutorials and posts here, or just want to get in touch, please send me an e-mail at <a href="mailto:daniel.roelfs@medisin.uio.no">daniel.roelfs[a]medisin.uio.no</a>.
If you have any questions or comments about the tutorials and posts here, or just want to get in touch, please send me an e-mail at [daniel.roelfs[a]medisin.uio.no](mailto:daniel.roelfs@medisin.uio.no).
2 changes: 1 addition & 1 deletion content/blog/2019-analyzing-bach/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Analyzing Bach
date: 2019-12-01
description: Analyzing Bach with R
slug: analyzing-bach
categories:
- coding
tags:
- ggplot
- R
- Bach
execute:
fig.retina: 2
fig.align: center
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2019-analyzing-bach/index.qmd
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Analyzing Bach
date: 2019-12-01
description: Analyzing Bach with R
slug: analyzing-bach
categories:
- coding
tags:
- ggplot
- R
- Bach
execute:
fig.retina: 2
fig.align: center
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How I Create Manhattan Plots Using ggplot
date: 2019-04-24
description: How I Create Manhattan Plots Using ggplot
slug: how-i-create-manhattan-plots-using-ggplot
categories:
- coding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How I Create Manhattan Plots Using ggplot
date: 2019-04-24
description: How I Create Manhattan Plots Using ggplot
slug: how-i-create-manhattan-plots-using-ggplot
categories:
- coding
Expand Down
1 change: 1 addition & 0 deletions content/blog/2019-how-i-plot-erps-in-r/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How I Plot ERPs in R
date: 2019-03-30
description: How I Plot ERPs in R
slug: how-i-plot-erps-in-r
categories:
- coding
Expand Down
1 change: 1 addition & 0 deletions content/blog/2019-how-i-plot-erps-in-r/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How I Plot ERPs in R
date: 2019-03-30
description: How I Plot ERPs in R
slug: how-i-plot-erps-in-r
categories:
- coding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How I Make QQ Plots Using ggplot
date: 2020-04-10
description: How I Make QQ Plots Using ggplot
slug: how-i-make-qq-plots-using-ggplot
categories:
- coding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How I Make QQ Plots Using ggplot
date: 2020-04-10
description: How I Make QQ Plots Using ggplot
slug: how-i-make-qq-plots-using-ggplot
categories:
- coding
Expand Down
1 change: 1 addition & 0 deletions content/blog/2020-plotting-star-destroyers-in-r/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Plotting Star Destroyers in R
date: 2020-04-17
description: Plotting Star Destroyers in R
slug: plotting-star-destroyers-in-r
categories:
- coding
Expand Down
1 change: 1 addition & 0 deletions content/blog/2020-plotting-star-destroyers-in-r/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Plotting Star Destroyers in R
date: 2020-04-17
description: Plotting Star Destroyers in R
slug: plotting-star-destroyers-in-r
categories:
- coding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Running an ICA on Questionnaires
date: 2020-10-24
description: Running an ICA on Questionnaires
slug: running-an-ica-on-questionnaires
categories:
- coding
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Running an ICA on Questionnaires
date: 2020-10-24
description: Running an ICA on Questionnaires
slug: running-an-ica-on-questionnaires
categories:
- coding
Expand Down
1 change: 1 addition & 0 deletions content/blog/2021-amsterdam-housing-market/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Visualizing the State of the Amsterdam Housing Market
date: 2021-06-20
description: Visualizing the State of the Amsterdam Housing Market
slug: visualizing-the-state-of-the-amsterdam-housing-market
categories:
- society
Expand Down
1 change: 1 addition & 0 deletions content/blog/2021-amsterdam-housing-market/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Visualizing the State of the Amsterdam Housing Market
date: 2021-06-20
description: Visualizing the State of the Amsterdam Housing Market
slug: visualizing-the-state-of-the-amsterdam-housing-market
categories:
- society
Expand Down
1 change: 1 addition & 0 deletions content/blog/2021-comparison-fa-pca-ica/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: A Basic Comparison Between Factor Analysis, PCA, and ICA
date: 2021-09-14
description: A Basic Comparison Between Factor Analysis, PCA, and ICA
slug: a-basic-comparison-between-factor-analysis-pca-and-ica
categories:
- statistics
Expand Down
1 change: 1 addition & 0 deletions content/blog/2021-comparison-fa-pca-ica/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: A Basic Comparison Between Factor Analysis, PCA, and ICA
date: 2021-09-14
description: A Basic Comparison Between Factor Analysis, PCA, and ICA
slug: a-basic-comparison-between-factor-analysis-pca-and-ica
categories:
- statistics
Expand Down
1 change: 1 addition & 0 deletions content/blog/2021-easy-map-norway/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: The Easier Way to Create a Map of Norway Using {csmaps}
date: 2021-08-24
description: The Easier Way to Create a Map of Norway Using {csmaps}
slug: the-easier-way-to-create-a-map-of-norway-using-csmaps
categories:
- ggplot
Expand Down
1 change: 1 addition & 0 deletions content/blog/2021-easy-map-norway/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: The Easier Way to Create a Map of Norway Using {csmaps}
date: 2021-08-24
description: The Easier Way to Create a Map of Norway Using {csmaps}
slug: the-easier-way-to-create-a-map-of-norway-using-csmaps
categories:
- ggplot
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Dutch performance at Olympic speed skating
date: 2022-02-09
description: Dutch performance at Olympic speed skating
slug: dutch-performance-at-olympic-speed-skating
categories:
- miscellaneous
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Dutch performance at Olympic speed skating
date: 2022-02-09
description: Dutch performance at Olympic speed skating
slug: dutch-performance-at-olympic-speed-skating
categories:
- miscellaneous
Expand Down
1 change: 1 addition & 0 deletions content/blog/2022-everything-is-a-linear-model/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Everything is a Linear Model
date: 2022-03-18
description: Everything is a Linear Model
slug: everything-is-a-linear-model
categories:
- statistics
Expand Down
1 change: 1 addition & 0 deletions content/blog/2022-everything-is-a-linear-model/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Everything is a Linear Model
date: 2022-03-18
description: Everything is a Linear Model
slug: everything-is-a-linear-model
categories:
- statistics
Expand Down
1 change: 1 addition & 0 deletions content/blog/2023-nyt-books-api/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Analysing the NYT Best Sellers list using an API
date: 2023-09-17
description: Analysing the NYT Best Sellers list using an API
slug: analysing-the-nyt-best-sellers-list-using-an-api
categories:
- data science
Expand Down
1 change: 1 addition & 0 deletions content/blog/2023-nyt-books-api/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Analysing the NYT Best Sellers list using an API
date: 2023-09-17
description: Analysing the NYT Best Sellers list using an API
slug: analysing-the-nyt-best-sellers-list-using-an-api
categories:
- data science
Expand Down
1 change: 1 addition & 0 deletions content/blog/2023-sunrise-sunset-differences/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Difference in sunset times in Europe
date: 2023-04-06
description: Difference in sunset times in Europe
slug: difference-in-sunset-times-in-europe
categories:
- data science
Expand Down
1 change: 1 addition & 0 deletions content/blog/2023-sunrise-sunset-differences/index.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Difference in sunset times in Europe
date: 2023-04-06
description: Difference in sunset times in Europe
slug: difference-in-sunset-times-in-europe
categories:
- data science
Expand Down
3 changes: 2 additions & 1 deletion content/cv/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Curriculum Vitae"
title: Curriculum Vitae
description: Curriculum Vitae
hidetopnav: true
---

Expand Down
3 changes: 2 additions & 1 deletion content/cv/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Curriculum Vitae"
title: Curriculum Vitae
description: Curriculum Vitae
hidetopnav: true
---

Expand Down
3 changes: 2 additions & 1 deletion content/photography/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Photography"
title: Photography
description: Photography
hidetopnav: true
---

Expand Down
3 changes: 2 additions & 1 deletion content/photography/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Photography"
title: Photography
description: Photography
hidetopnav: true
---

Expand Down
3 changes: 2 additions & 1 deletion content/publications/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Publications"
title: Publications
description: Publications
engine: knitr
hidetopnav: true
---
Expand Down
3 changes: 2 additions & 1 deletion content/publications/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Publications"
title: Publications
description: Publications
engine: knitr
hidetopnav: true
---
Expand Down

0 comments on commit 33cb4a8

Please sign in to comment.