diff --git a/content/about/index.md b/content/about/index.md index 5af7149..802451e 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,5 +1,6 @@ --- -title: "About" +title: About +description: About hidetopnav: true --- @@ -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 daniel.roelfs\[a\]medisin.uio.no. +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). diff --git a/content/about/index.qmd b/content/about/index.qmd index cbe421e..b0db240 100644 --- a/content/about/index.qmd +++ b/content/about/index.qmd @@ -1,5 +1,6 @@ --- -title: "About" +title: About +description: About hidetopnav: true --- @@ -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 daniel.roelfs[a]medisin.uio.no. \ No newline at end of file +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). \ No newline at end of file diff --git a/content/blog/2019-analyzing-bach/index.md b/content/blog/2019-analyzing-bach/index.md index 2c0d470..d7eb155 100644 --- a/content/blog/2019-analyzing-bach/index.md +++ b/content/blog/2019-analyzing-bach/index.md @@ -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 diff --git a/content/blog/2019-analyzing-bach/index.qmd b/content/blog/2019-analyzing-bach/index.qmd index 64332d3..57fb017 100644 --- a/content/blog/2019-analyzing-bach/index.qmd +++ b/content/blog/2019-analyzing-bach/index.qmd @@ -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 diff --git a/content/blog/2019-how-i-create-manhattan-plots-using-ggplot/index.md b/content/blog/2019-how-i-create-manhattan-plots-using-ggplot/index.md index c955256..bd35e87 100644 --- a/content/blog/2019-how-i-create-manhattan-plots-using-ggplot/index.md +++ b/content/blog/2019-how-i-create-manhattan-plots-using-ggplot/index.md @@ -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 diff --git a/content/blog/2019-how-i-create-manhattan-plots-using-ggplot/index.qmd b/content/blog/2019-how-i-create-manhattan-plots-using-ggplot/index.qmd index 16c97a4..3ad0694 100644 --- a/content/blog/2019-how-i-create-manhattan-plots-using-ggplot/index.qmd +++ b/content/blog/2019-how-i-create-manhattan-plots-using-ggplot/index.qmd @@ -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 diff --git a/content/blog/2019-how-i-plot-erps-in-r/index.md b/content/blog/2019-how-i-plot-erps-in-r/index.md index e1b5cc2..f29d7af 100644 --- a/content/blog/2019-how-i-plot-erps-in-r/index.md +++ b/content/blog/2019-how-i-plot-erps-in-r/index.md @@ -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 diff --git a/content/blog/2019-how-i-plot-erps-in-r/index.qmd b/content/blog/2019-how-i-plot-erps-in-r/index.qmd index 1391ed8..aebeb37 100644 --- a/content/blog/2019-how-i-plot-erps-in-r/index.qmd +++ b/content/blog/2019-how-i-plot-erps-in-r/index.qmd @@ -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 diff --git a/content/blog/2020-how-i-make-qq-plots-using-ggplot/index.md b/content/blog/2020-how-i-make-qq-plots-using-ggplot/index.md index 8b38e93..5cf53be 100644 --- a/content/blog/2020-how-i-make-qq-plots-using-ggplot/index.md +++ b/content/blog/2020-how-i-make-qq-plots-using-ggplot/index.md @@ -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 diff --git a/content/blog/2020-how-i-make-qq-plots-using-ggplot/index.qmd b/content/blog/2020-how-i-make-qq-plots-using-ggplot/index.qmd index b3ced3e..6e33364 100644 --- a/content/blog/2020-how-i-make-qq-plots-using-ggplot/index.qmd +++ b/content/blog/2020-how-i-make-qq-plots-using-ggplot/index.qmd @@ -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 diff --git a/content/blog/2020-plotting-star-destroyers-in-r/index.md b/content/blog/2020-plotting-star-destroyers-in-r/index.md index 790c66f..1588555 100644 --- a/content/blog/2020-plotting-star-destroyers-in-r/index.md +++ b/content/blog/2020-plotting-star-destroyers-in-r/index.md @@ -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 diff --git a/content/blog/2020-plotting-star-destroyers-in-r/index.qmd b/content/blog/2020-plotting-star-destroyers-in-r/index.qmd index caa36fe..4b749ac 100644 --- a/content/blog/2020-plotting-star-destroyers-in-r/index.qmd +++ b/content/blog/2020-plotting-star-destroyers-in-r/index.qmd @@ -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 diff --git a/content/blog/2020-running-an-ica-on-questionnaires/index.md b/content/blog/2020-running-an-ica-on-questionnaires/index.md index 33d2b76..a36a7df 100644 --- a/content/blog/2020-running-an-ica-on-questionnaires/index.md +++ b/content/blog/2020-running-an-ica-on-questionnaires/index.md @@ -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 diff --git a/content/blog/2020-running-an-ica-on-questionnaires/index.qmd b/content/blog/2020-running-an-ica-on-questionnaires/index.qmd index 6fdf0b2..66dbae1 100644 --- a/content/blog/2020-running-an-ica-on-questionnaires/index.qmd +++ b/content/blog/2020-running-an-ica-on-questionnaires/index.qmd @@ -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 diff --git a/content/blog/2021-amsterdam-housing-market/index.md b/content/blog/2021-amsterdam-housing-market/index.md index 5014635..5e4c4fd 100644 --- a/content/blog/2021-amsterdam-housing-market/index.md +++ b/content/blog/2021-amsterdam-housing-market/index.md @@ -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 diff --git a/content/blog/2021-amsterdam-housing-market/index.qmd b/content/blog/2021-amsterdam-housing-market/index.qmd index 196e745..bb897de 100644 --- a/content/blog/2021-amsterdam-housing-market/index.qmd +++ b/content/blog/2021-amsterdam-housing-market/index.qmd @@ -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 diff --git a/content/blog/2021-comparison-fa-pca-ica/index.md b/content/blog/2021-comparison-fa-pca-ica/index.md index 3949cef..00f9c7c 100644 --- a/content/blog/2021-comparison-fa-pca-ica/index.md +++ b/content/blog/2021-comparison-fa-pca-ica/index.md @@ -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 diff --git a/content/blog/2021-comparison-fa-pca-ica/index.qmd b/content/blog/2021-comparison-fa-pca-ica/index.qmd index cb2e8e7..8cc0c05 100644 --- a/content/blog/2021-comparison-fa-pca-ica/index.qmd +++ b/content/blog/2021-comparison-fa-pca-ica/index.qmd @@ -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 diff --git a/content/blog/2021-easy-map-norway/index.md b/content/blog/2021-easy-map-norway/index.md index 5172439..0249baf 100644 --- a/content/blog/2021-easy-map-norway/index.md +++ b/content/blog/2021-easy-map-norway/index.md @@ -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 diff --git a/content/blog/2021-easy-map-norway/index.qmd b/content/blog/2021-easy-map-norway/index.qmd index 37b2f52..c52efc6 100644 --- a/content/blog/2021-easy-map-norway/index.qmd +++ b/content/blog/2021-easy-map-norway/index.qmd @@ -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 diff --git a/content/blog/2022-dutch-performance-olympic-speed-skating/index.md b/content/blog/2022-dutch-performance-olympic-speed-skating/index.md index 29ca7b1..b7ef3d0 100644 --- a/content/blog/2022-dutch-performance-olympic-speed-skating/index.md +++ b/content/blog/2022-dutch-performance-olympic-speed-skating/index.md @@ -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 diff --git a/content/blog/2022-dutch-performance-olympic-speed-skating/index.qmd b/content/blog/2022-dutch-performance-olympic-speed-skating/index.qmd index 8229c41..2294ff4 100644 --- a/content/blog/2022-dutch-performance-olympic-speed-skating/index.qmd +++ b/content/blog/2022-dutch-performance-olympic-speed-skating/index.qmd @@ -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 diff --git a/content/blog/2022-everything-is-a-linear-model/index.md b/content/blog/2022-everything-is-a-linear-model/index.md index 912d542..46bfcb2 100644 --- a/content/blog/2022-everything-is-a-linear-model/index.md +++ b/content/blog/2022-everything-is-a-linear-model/index.md @@ -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 diff --git a/content/blog/2022-everything-is-a-linear-model/index.qmd b/content/blog/2022-everything-is-a-linear-model/index.qmd index 4d267a6..2591a27 100644 --- a/content/blog/2022-everything-is-a-linear-model/index.qmd +++ b/content/blog/2022-everything-is-a-linear-model/index.qmd @@ -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 diff --git a/content/blog/2023-nyt-books-api/index.md b/content/blog/2023-nyt-books-api/index.md index 789ef10..1a1df34 100644 --- a/content/blog/2023-nyt-books-api/index.md +++ b/content/blog/2023-nyt-books-api/index.md @@ -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 diff --git a/content/blog/2023-nyt-books-api/index.qmd b/content/blog/2023-nyt-books-api/index.qmd index 30eedc8..946fbf7 100644 --- a/content/blog/2023-nyt-books-api/index.qmd +++ b/content/blog/2023-nyt-books-api/index.qmd @@ -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 diff --git a/content/blog/2023-sunrise-sunset-differences/index.md b/content/blog/2023-sunrise-sunset-differences/index.md index abfd8da..21ca6c0 100644 --- a/content/blog/2023-sunrise-sunset-differences/index.md +++ b/content/blog/2023-sunrise-sunset-differences/index.md @@ -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 diff --git a/content/blog/2023-sunrise-sunset-differences/index.qmd b/content/blog/2023-sunrise-sunset-differences/index.qmd index 272a8db..272ca35 100644 --- a/content/blog/2023-sunrise-sunset-differences/index.qmd +++ b/content/blog/2023-sunrise-sunset-differences/index.qmd @@ -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 diff --git a/content/cv/index.md b/content/cv/index.md index 046345e..a6f5de4 100644 --- a/content/cv/index.md +++ b/content/cv/index.md @@ -1,5 +1,6 @@ --- -title: "Curriculum Vitae" +title: Curriculum Vitae +description: Curriculum Vitae hidetopnav: true --- diff --git a/content/cv/index.qmd b/content/cv/index.qmd index c7e0cbe..6e2d650 100644 --- a/content/cv/index.qmd +++ b/content/cv/index.qmd @@ -1,5 +1,6 @@ --- -title: "Curriculum Vitae" +title: Curriculum Vitae +description: Curriculum Vitae hidetopnav: true --- diff --git a/content/photography/index.md b/content/photography/index.md index b487690..3f3d710 100644 --- a/content/photography/index.md +++ b/content/photography/index.md @@ -1,5 +1,6 @@ --- -title: "Photography" +title: Photography +description: Photography hidetopnav: true --- diff --git a/content/photography/index.qmd b/content/photography/index.qmd index 1fbb852..0f758ea 100644 --- a/content/photography/index.qmd +++ b/content/photography/index.qmd @@ -1,5 +1,6 @@ --- -title: "Photography" +title: Photography +description: Photography hidetopnav: true --- diff --git a/content/publications/index.md b/content/publications/index.md index ef867ea..c1ff069 100644 --- a/content/publications/index.md +++ b/content/publications/index.md @@ -1,5 +1,6 @@ --- -title: "Publications" +title: Publications +description: Publications engine: knitr hidetopnav: true --- diff --git a/content/publications/index.qmd b/content/publications/index.qmd index f28577d..4f9a8fa 100644 --- a/content/publications/index.qmd +++ b/content/publications/index.qmd @@ -1,5 +1,6 @@ --- -title: "Publications" +title: Publications +description: Publications engine: knitr hidetopnav: true ---