Compare commits

...

31 Commits

Author SHA1 Message Date
fc46e769a8 Point CV menu element to PDF instead of a page. 2025-06-15 17:17:24 +02:00
a0c4a63c7d update pfp 2025-06-15 17:01:21 +02:00
a22a8afb5d fix typo in cv 2025-06-09 10:28:43 +02:00
6fc51fad46 Fix typo in skills 2025-06-09 10:28:06 +02:00
0958003a69 update tagline 2025-06-09 10:24:27 +02:00
874410c870 add hpc2n workshop to skills 2025-06-09 10:24:27 +02:00
cf15d87283 fix inconsistencies on CV page 2025-06-09 10:24:27 +02:00
2a465a28df Update README.md 2025-06-09 10:14:25 +02:00
a0f29eef6b add biome class project 2025-06-09 10:13:46 +02:00
1e4216f921 Add new project 2025-05-14 22:16:51 +02:00
fed71f657d update skills 2025-05-14 14:55:50 +02:00
3df08b0c9a update bsc thesis page 2025-05-14 14:54:32 +02:00
4bd5cf82a9 update cv 2025-05-14 14:44:30 +02:00
b94f7ca725 Update projects 2025-05-14 14:44:10 +02:00
5e0782286f update timeline 2025-05-11 10:44:54 +02:00
9558f48d08 Delete .gitea/workflows/build.yml 2025-05-06 22:19:05 +02:00
e94150aaca Latest build
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2025-05-06 22:03:05 +02:00
efa7c4daf4 Add languages. Update CV. Update skills page. Update index page.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2025-05-06 21:59:01 +02:00
cd4607061d update themes
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2025-05-05 22:35:20 +02:00
5dd57060e1 update themes
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2025-05-05 22:21:44 +02:00
d4f2d742c1 add new theme
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2025-05-05 22:07:25 +02:00
258f4742cb update copyright
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
2025-05-05 21:58:20 +02:00
878df2c9fa update copyright
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2025-05-05 21:55:14 +02:00
59018602d9 update copyright
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2025-05-05 21:45:45 +02:00
a8fd8dcc8b Add phone number
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
2025-05-05 21:41:54 +02:00
7beb5482f0 readme update
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
2025-05-05 21:25:16 +02:00
14d0578a08 add test workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m42s
2025-05-05 20:46:23 +02:00
af73dc0da6 latest public build 2025-05-05 20:01:08 +02:00
931ad5434f add avatar 2025-05-05 19:56:02 +02:00
8ba05d7d2f initial contact page 2025-05-05 19:55:40 +02:00
1172547705 update config 2025-05-05 19:55:23 +02:00
93 changed files with 9325 additions and 208 deletions

0
.hugo_build.lock Normal file
View File

View File

@ -1,2 +1,3 @@
# website
# PimNel.com Hugo website
Visit at https://pimnel.com.

View File

@ -1,4 +1,79 @@
baseURL: ""
languageCode: en-us
languageCode: "en"
defaultContentLanguage: "en"
defaultContentLanguageInSubdir: true
enableEmoji: true
title: Pim Nelissen
theme: hugo-coder
theme: hugo-coder
markup:
goldmark:
renderer:
unsafe: true
languages:
en:
languageName: ":uk: English"
weight: 1
contentDir: "content/en"
menu:
main:
- identifier: cv
name: CV
url: https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf
weight: 1
- identifier: skills
name: Skills
url: /en/skills/
weight: 2
- identifier: projects
name: Projects
url: /en/projects/
weight: 3
- identifier: contact
name: Contact
url: /en/contact/
weight: 4
# nl:
# languageName: ":netherlands: Nederlands"
# weight: 2
# contentDir: "content/nl"
# menu:
# main:
# - identifier: cv
# name: CV
# url: /nl/cv/
# weight: 10
# - identifier: projecten
# name: Projecten
# url: /nl/projects/
# weight: 20
# - identifier: contact
# name: Contact
# url: /nl/contact/
# weight: 30
params:
colorScheme: "auto"
hidecolorschemetoggle: false
author: "Pim Nelissen"
info: ["M.Sc. Candidate in Computational Science/Physics", "B.Sc. Physics"]
avatarURL: "images/avatar.jpg"
since: 2024
social:
- name: "Gitea"
icon: "fa-brands fa-git-alt fa-2x"
weight: 2
url: "https://git.pimnel.com/pim"
- name: "LinkedIn"
icon: "fa-brands fa-linkedin fa-2x"
weight: 1
url: "https://www.linkedin.com/in/pim-nelissen/"
- name: "Email"
icon: "fa-solid fa-envelope fa-2x"
weight: 3
url: "mailto:pi0274ne-s@student.lu.se"
- name: "Phone"
icon: "fa-solid fa-phone fa-2x"
weight: 4
url: "tel:+46760226691"

6
content/en/contact.md Normal file
View File

@ -0,0 +1,6 @@
+++
title = "Contact"
slug = "contact"
+++
Email: pi0274ne-s@student.lu.se

86
content/en/cv.md Normal file
View File

@ -0,0 +1,86 @@
+++
title = "CV"
slug = "cv"
+++
<head>
<link rel="stylesheet" href="/css/timeline.css">
</head>
## 🎓 Education
<div class="timeline">
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2024 - <i>now</i></div>
<div class="timeline-content">
<h4>M.Sc. in Computational Science (Physics)</h4>
<p><i class="fas fa-university"></i> Lund University, Sweden 🇸🇪</p>
<p><i class="fas fa-lightbulb"></i> <code>Numerical ODE/PDE solvers</code> <code>MATLAB</code> <code>Monte Carlo</code> <code>Subatomic Physics</code></p>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2020 - 2024</div>
<div class="timeline-content">
<h4>B.Sc. in Physics</h4>
<p><i class="fas fa-university"></i> Lund University, Sweden 🇸🇪</p>
<p><i class="fas fa-lightbulb"></i> <code>Python</code> <code>Deep learning</code> <code>Monte Carlo</code> <code>C#</code> <code>SQL</code></p>
<li class="timeline-content">Bachelor thesis: <i>"Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains"</i>, Lund University Publications, 2024. <a href="http://lup.lub.lu.se/student-papers/record/9168893" target="_blank">Open Access</a></li>
</div>
</div>
</div>
---
## 💼 Professional Experience
<div class="timeline">
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2018 - 2020</div>
<div class="timeline-content">
<h4>Sales Specialist</h4>
<p><i class="fas fa-briefcase"></i> Jumbo Supermarkten, Netherlands 🇳🇱</p>
<p><i class="fas fa-lightbulb"></i> <code>Leadership</code></p>
<li class="timeline-content">Managed product presentation and customer experience.</li>
<li class="timeline-content">Occasionally led a team of 35 employees.</li>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2015 - 2018</div>
<div class="timeline-content">
<h4>Sales Assistant</h4>
<p><i class="fas fa-briefcase"></i> Jumbo Supermarkten, Netherlands 🇳🇱</p>
</div>
</div>
</div>
---
## 🙌 Volunteering
<div class="timeline">
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Jun - Aug 2023</div>
<div class="timeline-content">
<h4>System Administrator</h4>
<p><i class="fas fa-server"></i> DFRI, Sweden 🇸🇪</p>
<p><i class="fas fa-lightbulb"></i> <code>GNU/Linux</code> <code>Docker</code> <code>Nextcloud</code></p>
<li class="timeline-content">Maintained Linux infrastructure for a digital rights non-profit.</li>
<li class="timeline-content">Migrated Nextcloud to containerised Docker instance.</li>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2013 - 2014</div>
<div class="timeline-content">
<h4>Digital Literacy Instructor</h4>
<p><i class="fas fa-book"></i> City Library Oss, Netherlands 🇳🇱</p>
<p><i class="fas fa-lightbulb"></i> <code>Teaching</code> <code>Organising</code> <code>Nextcloud</code></p>
<li class="timeline-content">I organised and taught a digital skills course to uplift senior citizens in the community.</li>
</div>
</div>
</div>

View File

@ -0,0 +1,19 @@
+++
authors = ["Pim Nelissen"]
title = "Random forest models for the prediction of biome types and climate variables"
date = "2024-11-14"
+++
{{< notice tip >}} The report is available [here](/files/random-forests-biomes.pdf). {{< /notice >}}
# Reflection
This project was a big learning moment when it comes selecting training and testing datasets appropriately in statistical learning. The model can only ever be as good as the data we use. It was one of the first times working with geographical, grid-based data, which was also interesting. Since all of the data worked with was directly fed from a model, it's also important to know the limits of one's original model which provided the data. Sometimes, the problem may not be our classifier or regression model, but simply that we did not have enough, or the right, information to properly distinguish data in the first place.
# Summary
In this project, I developed some random forest models to predict biome classes (both binary and multi-class) as well as two continuous climate variables: vegetation carbon pool (VegC) and net primary productivity (NPP). To adress class imbalances, I used SMOTE up-sampling, which notably improved recall for underrepresented classes. By grid-search cross-validation I tried to tune the models better. Performance was evaluated using accuracy, precision, recall, and F₁ score for classifiers, and RMSE for regressors. Finally, I analyzed feature importance to better understand which climate variables, such as seasonal precipitation or extreme temperatures, were driving the model predictions.
# Results
The binary biome classifier achieved up to 85.7% accuracy after SMOTE resampling, effectively distinguishing between temperate deciduous and mixed forests, with winter temperature and autumn precipitation emerging as key predictors. The multi-class classifier reached a weighted F₁ score of around 0.65, although it struggled to separate closely related biomes, reflecting the continuity between the biomes proves challenging for ML to solve. The regression models performed well overall, but revealed spatial biases around coastal and desert areas, suggesting the need to account for additional local processes like soil variability or ocean influences.

View File

@ -0,0 +1,28 @@
+++
authors = ["Pim Nelissen"]
title = "Machine learning applied to radioactive decay data (Bachelor thesis)"
date = "2024-06-27"
+++
{{< notice tip >}} The paper is available for [open access](http://lup.lub.lu.se/student-papers/record/9168893). {{< /notice >}}
{{< notice tip >}} The code I wrote for the decay chain simulations is openly available on my [Git instance](https://git.pimnel.com/pim/shn-decay-chains). {{< /notice >}}
# Reflection
This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.
On an intellectual level, it was a challenge in the beginning to adjust to the academic writing style of papers. Information is more dense and sometimes not explained in detail, referring the reader to some other paper. This trail of research papers that one can go down, even in a small topic as the one I was researching, is truly eye-opening to me. The amount of information that is out there is unimaginable to me. The project also introduced me to new applications of statistics and tested some old statistical knowledge, such as that on exponential distributions, statistical moments like variance and higher order ones. On top of that, I enjoyed learning about Monte Carlo simulations. I had always figured this term to sound complicated, but to learn that it is a rather easy methodology which has such strong use cases in various real-world applications was very interesting to learn. While not the main focus of my thesis, I also enjoyed researching the experimental background, of the process of superheavy synthesis and how detection is done.
# Official abstract
Experimental nuclear structure data coming from superheavy nuclei synthesis experiments often consists of correlated alpha decay chains. In the absence of neutron detectors - which would fully characterize the exit channel after the fusion-evaporation reaction - the sequence of decay energies and half-lives are the 'fingerprint' of the exit channel itself. Experimental data in this region is sparse, and its interpretation can be liable to error or confirmation bias. A so-called "Schmidt test" is a method for determining the congruence of correlation times for a set of measurements of one decay step. Its outcome is not always entirely conclusive, however. This study evaluates the congruence derived from the Schmidt test using Monte Carlo simulated data with various level of contamination from incongruent data. Furthermore, the study also includes the evaluation of congruence of data stemming from single decays and multi-step decay chains. A multi-layer perceptron was trained on extracted features from simulated decay chain sets with one step. The Schmidt test performs well with larger decay sets and when the half-life of the contaminating species is longer than the original species by a factor 5 or 10. However, the test performs poorly in low counting statistics, where few recorded decay times are available. The newly proposed machine learning model outperforms the Schmidt test in certain high statistics scenarios, but also fails when few decay times are available. Its performance is also poor when the half-life of the contaminant is shorter than the original half-life. The learning behaviour of the model is analysed, showing significant contributions from higher statistical moments in training. Future work involves including chain correlations across multiple steps, alpha decay energies, as well as the potential use of alternative machine learning models.
# Results
One of the key results of the thesis was the heatmap in Figure 1, showing how the amount of contamination in a decay time data set (that is, number of decay times from a species other than the one we are interested in) affects the Schmidt test and its conclusions. This was tested for various factors of contaminant half lives. The result is that the Schmidt test seems rather unsensitive to any contaminants with a half life on the same order of magnitude as the species we seek to study. This was further motivation to look beyond the Schmidt test, which solely relies on variance of the dataset, to see if other statistical methods (e.g. machine learning) could be used.
{{< figure
src="/images/st_factors.png"
caption="Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure σ(Θ,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination."
>}}

View File

@ -0,0 +1,12 @@
+++
authors = ["Pim Nelissen"]
title = "Coupled Pendula & The Kuramoto Model (1st year experimental project)"
date = "2021-06-15"
+++
{{< notice tip >}} Lund University wrote an article about our project. You can find it [here](https://www.fysik.lu.se/artikel/pandemisakert-nar-fysikstudenter-redovisar).
(Note: the article is written in Swedish). {{< /notice >}}
{{< youtube roK2gRDHWeE >}}

59
content/en/skills.md Normal file
View File

@ -0,0 +1,59 @@
+++
title = "Skills"
slug = "skills"
+++
## Core Competencies
From my background in physics and computational science, I have a strong foundation in numerical methods and Monte Carlo simulations for solving physical problems. I am particularly interested by nuclear physics. My [bachelor degree thesis](http://lup.lub.lu.se/student-papers/record/9168893) is about applying machine learning on radioactive decay data. I am proficient in Python and have some exposure to C#, MATLAB, and SQL. I am very comfortable with GNU/Linux and Git workflows.
On the note of Git, I have some projects available publicly on my self-hosted [Git instance](https://git.pimnel.com/pim/).
`Python` `MATLAB` `TensorFlow` `C#` `SQL` `Git` `GNU/Linux`
---
## 🧪 Attended Workshops
I like to attend (online) workshops in order to broaden my knowledge or refresh some old skills. Below is a timeline of selected workshops which I have followed in the past.
<div class="timeline">
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Jun 2025</div>
<div class="timeline-content">
<h4>Intermediate Bash and Linux</h4>
<p><i class="fas fa-graduation-cap"></i> <a href="https://www.hpc2n.umu.se/" target="_blank">HPC2N, Umeå University</a>, Sweden 🇸🇪</p>
<p><code>grep</code> <code>Sed and AWK</code> <code>Bash scripting</code></p>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Mar 2025</div>
<div class="timeline-content">
<h4>Bayesian Statistical Learning</h4>
<p><i class="fas fa-graduation-cap"></i> <a href="https://www.fz-juelich.de/en/ias/jsc" target="_blank">Jülich Supercomputing Centre</a>, Germany 🇩🇪</p>
<p><code>MCMC</code> <code>PyMC3</code> <code>Supercomputer usage</code></p>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Mar 2025</div>
<div class="timeline-content">
<h4>Programming with Fortran</h4>
<p><i class="fas fa-graduation-cap"></i> <a href="https://www.sc.lrz.de/" target="_blank">Leibniz Supercomputing Centre</a>, Germany 🇩🇪</p>
<p><code>Arrays</code> <code>Subroutines</code> <code>Derived Types</code> <code>I/O</code> <code>Performance considerations</code></p>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Feb 2025</div>
<div class="timeline-content">
<h4>Code & Collaborate: The FAIRytale of Software Development</h4>
<p><i class="fas fa-graduation-cap"></i> <a href="https://www.cecam.org/" target="_blank">EPFL CECAM</a> & <a href="https://biont-training.eu/" target="_blank">BioNT</a>, Switzerland 🇨🇭</p>
<p><code>Git (CLI)</code> <code>Continuous Integration</code> <code>Code Documentation</code></p>
</div>
</div>
</div>
## 🎓 Selection of courses

View File

@ -0,0 +1 @@
<link rel="stylesheet" href="{{ "css/timeline.css" | relURL }}">

View File

@ -10,6 +10,7 @@
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
@ -21,7 +22,7 @@
<meta property="og:url" content="//localhost:1313/404.html">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en_us">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
@ -44,6 +45,12 @@
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
@ -74,7 +81,9 @@
<body class="preload-transitions colorscheme-light">
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
@ -92,6 +101,29 @@
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
@ -113,8 +145,10 @@
<section class="container">
©
2025
2023 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

BIN
public/avatar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -10,6 +10,7 @@
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
@ -21,7 +22,7 @@
<meta property="og:url" content="//localhost:1313/categories/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="en_us">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
@ -44,6 +45,12 @@
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
@ -75,7 +82,9 @@
<body class="preload-transitions colorscheme-light">
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
@ -93,6 +102,29 @@
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
@ -119,8 +151,10 @@
<section class="container">
©
2025
2023 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.

View File

@ -5,7 +5,7 @@
<link>//localhost:1313/categories/</link>
<description>Recent content in Categories on Pim Nelissen</description>
<generator>Hugo</generator>
<language>en-us</language>
<language>en</language>
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

219
public/contact/index.html Normal file
View File

@ -0,0 +1,219 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
Contact · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="Email: pi0274ne-s@student.lu.se">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Contact">
<meta name="twitter:description" content="Email: pi0274ne-s@student.lu.se">
<meta property="og:url" content="//localhost:1313/contact/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Contact">
<meta property="og:description" content="Email: pi0274ne-s@student.lu.se">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<link rel="canonical" href="//localhost:1313/contact/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/contact/">
Contact
</a>
</h1>
</header>
<p>Email: <a href="mailto:pi0274ne-s@student.lu.se" >pi0274ne-s@student.lu.se</a></p>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

835
public/css/coder-dark.css Normal file
View File

@ -0,0 +1,835 @@
body.colorscheme-dark {
color: #dadada;
background-color: #212121; }
body.colorscheme-dark a {
color: #42a5f5; }
body.colorscheme-dark h1,
body.colorscheme-dark h2,
body.colorscheme-dark h3,
body.colorscheme-dark h4,
body.colorscheme-dark h5,
body.colorscheme-dark h6 {
color: #dadada; }
body.colorscheme-dark h1:hover .heading-link,
body.colorscheme-dark h2:hover .heading-link,
body.colorscheme-dark h3:hover .heading-link,
body.colorscheme-dark h4:hover .heading-link,
body.colorscheme-dark h5:hover .heading-link,
body.colorscheme-dark h6:hover .heading-link {
visibility: visible; }
body.colorscheme-dark h1 .heading-link,
body.colorscheme-dark h2 .heading-link,
body.colorscheme-dark h3 .heading-link,
body.colorscheme-dark h4 .heading-link,
body.colorscheme-dark h5 .heading-link,
body.colorscheme-dark h6 .heading-link {
color: #42a5f5;
font-weight: inherit;
text-decoration: none;
font-size: 80%;
visibility: hidden; }
body.colorscheme-dark h1 .title-link,
body.colorscheme-dark h2 .title-link,
body.colorscheme-dark h3 .title-link,
body.colorscheme-dark h4 .title-link,
body.colorscheme-dark h5 .title-link,
body.colorscheme-dark h6 .title-link {
color: inherit;
font-weight: inherit;
text-decoration: none; }
body.colorscheme-dark pre code {
background-color: inherit;
color: inherit; }
body.colorscheme-dark code {
background-color: #4f4f4f;
color: #dadada; }
body.colorscheme-dark blockquote {
border-left: 2px solid #424242; }
body.colorscheme-dark th,
body.colorscheme-dark td {
padding: 1.6rem; }
body.colorscheme-dark table {
border-collapse: collapse; }
body.colorscheme-dark table td,
body.colorscheme-dark table th {
border: 2px solid #dadada; }
body.colorscheme-dark table tr:first-child th {
border-top: 0; }
body.colorscheme-dark table tr:last-child td {
border-bottom: 0; }
body.colorscheme-dark table tr td:first-child,
body.colorscheme-dark table tr th:first-child {
border-left: 0; }
body.colorscheme-dark table tr td:last-child,
body.colorscheme-dark table tr th:last-child {
border-right: 0; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto {
color: #dadada;
background-color: #212121; }
body.colorscheme-auto a {
color: #42a5f5; }
body.colorscheme-auto h1,
body.colorscheme-auto h2,
body.colorscheme-auto h3,
body.colorscheme-auto h4,
body.colorscheme-auto h5,
body.colorscheme-auto h6 {
color: #dadada; }
body.colorscheme-auto h1:hover .heading-link,
body.colorscheme-auto h2:hover .heading-link,
body.colorscheme-auto h3:hover .heading-link,
body.colorscheme-auto h4:hover .heading-link,
body.colorscheme-auto h5:hover .heading-link,
body.colorscheme-auto h6:hover .heading-link {
visibility: visible; }
body.colorscheme-auto h1 .heading-link,
body.colorscheme-auto h2 .heading-link,
body.colorscheme-auto h3 .heading-link,
body.colorscheme-auto h4 .heading-link,
body.colorscheme-auto h5 .heading-link,
body.colorscheme-auto h6 .heading-link {
color: #42a5f5;
font-weight: inherit;
text-decoration: none;
font-size: 80%;
visibility: hidden; }
body.colorscheme-auto h1 .title-link,
body.colorscheme-auto h2 .title-link,
body.colorscheme-auto h3 .title-link,
body.colorscheme-auto h4 .title-link,
body.colorscheme-auto h5 .title-link,
body.colorscheme-auto h6 .title-link {
color: inherit;
font-weight: inherit;
text-decoration: none; }
body.colorscheme-auto pre code {
background-color: inherit;
color: inherit; }
body.colorscheme-auto code {
background-color: #4f4f4f;
color: #dadada; }
body.colorscheme-auto blockquote {
border-left: 2px solid #424242; }
body.colorscheme-auto th,
body.colorscheme-auto td {
padding: 1.6rem; }
body.colorscheme-auto table {
border-collapse: collapse; }
body.colorscheme-auto table td,
body.colorscheme-auto table th {
border: 2px solid #dadada; }
body.colorscheme-auto table tr:first-child th {
border-top: 0; }
body.colorscheme-auto table tr:last-child td {
border-bottom: 0; }
body.colorscheme-auto table tr td:first-child,
body.colorscheme-auto table tr th:first-child {
border-left: 0; }
body.colorscheme-auto table tr td:last-child,
body.colorscheme-auto table tr th:last-child {
border-right: 0; } }
body.colorscheme-dark .content .post .tags .tag {
background-color: #424242; }
body.colorscheme-dark .content .post .tags .tag a {
color: #dadada; }
body.colorscheme-dark .content .post .tags .tag a:active {
color: #dadada; }
body.colorscheme-dark .content .list ul li .title {
color: #dadada; }
body.colorscheme-dark .content .list ul li .title:hover, body.colorscheme-dark .content .list ul li .title:focus {
color: #42a5f5; }
body.colorscheme-dark .content .centered .about ul li a {
color: #dadada; }
body.colorscheme-dark .content .centered .about ul li a:hover, body.colorscheme-dark .content .centered .about ul li a:focus {
color: #42a5f5; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .content .post .tags .tag {
background-color: #424242; }
body.colorscheme-auto .content .post .tags .tag a {
color: #dadada; }
body.colorscheme-auto .content .post .tags .tag a:active {
color: #dadada; }
body.colorscheme-auto .content .list ul li .title {
color: #dadada; }
body.colorscheme-auto .content .list ul li .title:hover, body.colorscheme-auto .content .list ul li .title:focus {
color: #42a5f5; }
body.colorscheme-auto .content .centered .about ul li a {
color: #dadada; }
body.colorscheme-auto .content .centered .about ul li a:hover, body.colorscheme-auto .content .centered .about ul li a:focus {
color: #42a5f5; } }
body.colorscheme-dark .notice .notice-title {
border-bottom: 1px solid #212121; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .notice .notice-title {
border-bottom: 1px solid #212121; } }
body.colorscheme-dark .navigation a,
body.colorscheme-dark .navigation span {
color: #dadada; }
body.colorscheme-dark .navigation a:hover, body.colorscheme-dark .navigation a:focus {
color: #42a5f5; }
@media only screen and (max-width: 768px) {
body.colorscheme-dark .navigation .navigation-list {
background-color: #212121;
border-top: solid 2px #424242;
border-bottom: solid 2px #424242; } }
@media only screen and (max-width: 768px) {
body.colorscheme-dark .navigation .navigation-list .menu-separator {
border-top: 2px solid #dadada; } }
@media only screen and (max-width: 768px) {
body.colorscheme-dark .navigation #menu-toggle:checked + label > i {
color: #424242; } }
body.colorscheme-dark .navigation i {
color: #dadada; }
body.colorscheme-dark .navigation i:hover, body.colorscheme-dark .navigation i:focus {
color: #42a5f5; }
body.colorscheme-dark .navigation .menu-button i:hover, body.colorscheme-dark .navigation .menu-button i:focus {
color: #dadada; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .navigation a,
body.colorscheme-auto .navigation span {
color: #dadada; }
body.colorscheme-auto .navigation a:hover, body.colorscheme-auto .navigation a:focus {
color: #42a5f5; } }
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
body.colorscheme-auto .navigation .navigation-list {
background-color: #212121;
border-top: solid 2px #424242;
border-bottom: solid 2px #424242; } }
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
body.colorscheme-auto .navigation .navigation-list .menu-separator {
border-top: 2px solid #dadada; } }
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
body.colorscheme-auto .navigation #menu-toggle:checked + label > i {
color: #424242; } }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .navigation i {
color: #dadada; }
body.colorscheme-auto .navigation i:hover, body.colorscheme-auto .navigation i:focus {
color: #42a5f5; }
body.colorscheme-auto .navigation .menu-button i:hover, body.colorscheme-auto .navigation .menu-button i:focus {
color: #dadada; } }
body.colorscheme-dark .tabs label.tab-label {
background-color: #424242;
border-color: #4f4f4f; }
body.colorscheme-dark .tabs input.tab-input:checked + label.tab-label {
background-color: #212121; }
body.colorscheme-dark .tabs .tab-content {
background-color: #212121;
border-color: #4f4f4f; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .tabs label.tab-label {
background-color: #424242;
border-color: #4f4f4f; }
body.colorscheme-auto .tabs input.tab-input:checked + label.tab-label {
background-color: #212121; }
body.colorscheme-auto .tabs .tab-content {
background-color: #212121;
border-color: #4f4f4f; } }
body.colorscheme-dark .taxonomy-element {
background-color: #424242; }
body.colorscheme-dark .taxonomy-element a {
color: #dadada; }
body.colorscheme-dark .taxonomy-element a:active {
color: #dadada; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .taxonomy-element {
background-color: #424242; }
body.colorscheme-auto .taxonomy-element a {
color: #dadada; }
body.colorscheme-auto .taxonomy-element a:active {
color: #dadada; } }
body.colorscheme-dark .footer a {
color: #42a5f5; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .footer a {
color: #42a5f5; } }
body.colorscheme-dark .float-container a {
color: #dadada;
background-color: #424242; }
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
color: #42a5f5; }
@media only screen and (max-width: 768px) {
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
color: #dadada; } }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .float-container a {
color: #dadada;
background-color: #424242; }
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
color: #42a5f5; } }
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
color: #dadada; } }
body.colorscheme-dark {
/* Background */
/* PreWrapper */
/* Other */
/* Error */
/* CodeLine */
/* LineLink */
/* LineTableTD */
/* LineTable */
/* LineHighlight */
/* LineNumbersTable */
/* LineNumbers */
/* Line */
/* Keyword */
/* KeywordConstant */
/* KeywordDeclaration */
/* KeywordNamespace */
/* KeywordPseudo */
/* KeywordReserved */
/* KeywordType */
/* Name */
/* NameAttribute */
/* NameBuiltin */
/* NameBuiltinPseudo */
/* NameClass */
/* NameConstant */
/* NameDecorator */
/* NameEntity */
/* NameException */
/* NameFunction */
/* NameFunctionMagic */
/* NameLabel */
/* NameNamespace */
/* NameOther */
/* NameProperty */
/* NameTag */
/* NameVariable */
/* NameVariableClass */
/* NameVariableGlobal */
/* NameVariableInstance */
/* NameVariableMagic */
/* Literal */
/* LiteralDate */
/* LiteralString */
/* LiteralStringAffix */
/* LiteralStringBacktick */
/* LiteralStringChar */
/* LiteralStringDelimiter */
/* LiteralStringDoc */
/* LiteralStringDouble */
/* LiteralStringEscape */
/* LiteralStringHeredoc */
/* LiteralStringInterpol */
/* LiteralStringOther */
/* LiteralStringRegex */
/* LiteralStringSingle */
/* LiteralStringSymbol */
/* LiteralNumber */
/* LiteralNumberBin */
/* LiteralNumberFloat */
/* LiteralNumberHex */
/* LiteralNumberInteger */
/* LiteralNumberIntegerLong */
/* LiteralNumberOct */
/* Operator */
/* OperatorWord */
/* Punctuation */
/* Comment */
/* CommentHashbang */
/* CommentMultiline */
/* CommentSingle */
/* CommentSpecial */
/* CommentPreproc */
/* CommentPreprocFile */
/* Generic */
/* GenericDeleted */
/* GenericEmph */
/* GenericError */
/* GenericHeading */
/* GenericInserted */
/* GenericOutput */
/* GenericPrompt */
/* GenericStrong */
/* GenericSubheading */
/* GenericTraceback */
/* GenericUnderline */
/* TextWhitespace */ }
body.colorscheme-dark .bg {
color: #c9d1d9;
background-color: #0d1117; }
body.colorscheme-dark .chroma {
color: #c9d1d9;
background-color: #0d1117; }
body.colorscheme-dark .chroma .err {
color: #f85149; }
body.colorscheme-dark .chroma .lnlinks {
outline: none;
text-decoration: none;
color: inherit; }
body.colorscheme-dark .chroma .lntd {
vertical-align: top;
padding: 0;
margin: 0;
border: 0; }
body.colorscheme-dark .chroma .lntable {
border-spacing: 0;
padding: 0;
margin: 0;
border: 0; }
body.colorscheme-dark .chroma .hl {
background-color: #ffffcc; }
body.colorscheme-dark .chroma .lnt {
white-space: pre;
user-select: none;
margin-right: 0.4em;
padding: 0 0.4em 0 0.4em;
color: #64686c; }
body.colorscheme-dark .chroma .ln {
white-space: pre;
user-select: none;
margin-right: 0.4em;
padding: 0 0.4em 0 0.4em;
color: #6e7681; }
body.colorscheme-dark .chroma .line {
display: flex; }
body.colorscheme-dark .chroma .k {
color: #ff7b72; }
body.colorscheme-dark .chroma .kc {
color: #79c0ff; }
body.colorscheme-dark .chroma .kd {
color: #ff7b72; }
body.colorscheme-dark .chroma .kn {
color: #ff7b72; }
body.colorscheme-dark .chroma .kp {
color: #79c0ff; }
body.colorscheme-dark .chroma .kr {
color: #ff7b72; }
body.colorscheme-dark .chroma .kt {
color: #ff7b72; }
body.colorscheme-dark .chroma .nc {
color: #f0883e;
font-weight: bold; }
body.colorscheme-dark .chroma .no {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-dark .chroma .nd {
color: #d2a8ff;
font-weight: bold; }
body.colorscheme-dark .chroma .ni {
color: #ffa657; }
body.colorscheme-dark .chroma .ne {
color: #f0883e;
font-weight: bold; }
body.colorscheme-dark .chroma .nf {
color: #d2a8ff;
font-weight: bold; }
body.colorscheme-dark .chroma .nl {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-dark .chroma .nn {
color: #ff7b72; }
body.colorscheme-dark .chroma .py {
color: #79c0ff; }
body.colorscheme-dark .chroma .nt {
color: #7ee787; }
body.colorscheme-dark .chroma .nv {
color: #79c0ff; }
body.colorscheme-dark .chroma .l {
color: #a5d6ff; }
body.colorscheme-dark .chroma .ld {
color: #79c0ff; }
body.colorscheme-dark .chroma .s {
color: #a5d6ff; }
body.colorscheme-dark .chroma .sa {
color: #79c0ff; }
body.colorscheme-dark .chroma .sb {
color: #a5d6ff; }
body.colorscheme-dark .chroma .sc {
color: #a5d6ff; }
body.colorscheme-dark .chroma .dl {
color: #79c0ff; }
body.colorscheme-dark .chroma .sd {
color: #a5d6ff; }
body.colorscheme-dark .chroma .s2 {
color: #a5d6ff; }
body.colorscheme-dark .chroma .se {
color: #79c0ff; }
body.colorscheme-dark .chroma .sh {
color: #79c0ff; }
body.colorscheme-dark .chroma .si {
color: #a5d6ff; }
body.colorscheme-dark .chroma .sx {
color: #a5d6ff; }
body.colorscheme-dark .chroma .sr {
color: #79c0ff; }
body.colorscheme-dark .chroma .s1 {
color: #a5d6ff; }
body.colorscheme-dark .chroma .ss {
color: #a5d6ff; }
body.colorscheme-dark .chroma .m {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mb {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mf {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mh {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mi {
color: #a5d6ff; }
body.colorscheme-dark .chroma .il {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mo {
color: #a5d6ff; }
body.colorscheme-dark .chroma .o {
color: #ff7b72;
font-weight: bold; }
body.colorscheme-dark .chroma .ow {
color: #ff7b72;
font-weight: bold; }
body.colorscheme-dark .chroma .c {
color: #8b949e;
font-style: italic; }
body.colorscheme-dark .chroma .ch {
color: #8b949e;
font-style: italic; }
body.colorscheme-dark .chroma .cm {
color: #8b949e;
font-style: italic; }
body.colorscheme-dark .chroma .c1 {
color: #8b949e;
font-style: italic; }
body.colorscheme-dark .chroma .cs {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-dark .chroma .cp {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-dark .chroma .cpf {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-dark .chroma .gd {
color: #ffa198;
background-color: #490202; }
body.colorscheme-dark .chroma .ge {
font-style: italic; }
body.colorscheme-dark .chroma .gr {
color: #ffa198; }
body.colorscheme-dark .chroma .gh {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-dark .chroma .gi {
color: #56d364;
background-color: #0f5323; }
body.colorscheme-dark .chroma .go {
color: #8b949e; }
body.colorscheme-dark .chroma .gp {
color: #8b949e; }
body.colorscheme-dark .chroma .gs {
font-weight: bold; }
body.colorscheme-dark .chroma .gu {
color: #79c0ff; }
body.colorscheme-dark .chroma .gt {
color: #ff7b72; }
body.colorscheme-dark .chroma .gl {
text-decoration: underline; }
body.colorscheme-dark .chroma .w {
color: #6e7681; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto {
/* Background */
/* PreWrapper */
/* Other */
/* Error */
/* CodeLine */
/* LineLink */
/* LineTableTD */
/* LineTable */
/* LineHighlight */
/* LineNumbersTable */
/* LineNumbers */
/* Line */
/* Keyword */
/* KeywordConstant */
/* KeywordDeclaration */
/* KeywordNamespace */
/* KeywordPseudo */
/* KeywordReserved */
/* KeywordType */
/* Name */
/* NameAttribute */
/* NameBuiltin */
/* NameBuiltinPseudo */
/* NameClass */
/* NameConstant */
/* NameDecorator */
/* NameEntity */
/* NameException */
/* NameFunction */
/* NameFunctionMagic */
/* NameLabel */
/* NameNamespace */
/* NameOther */
/* NameProperty */
/* NameTag */
/* NameVariable */
/* NameVariableClass */
/* NameVariableGlobal */
/* NameVariableInstance */
/* NameVariableMagic */
/* Literal */
/* LiteralDate */
/* LiteralString */
/* LiteralStringAffix */
/* LiteralStringBacktick */
/* LiteralStringChar */
/* LiteralStringDelimiter */
/* LiteralStringDoc */
/* LiteralStringDouble */
/* LiteralStringEscape */
/* LiteralStringHeredoc */
/* LiteralStringInterpol */
/* LiteralStringOther */
/* LiteralStringRegex */
/* LiteralStringSingle */
/* LiteralStringSymbol */
/* LiteralNumber */
/* LiteralNumberBin */
/* LiteralNumberFloat */
/* LiteralNumberHex */
/* LiteralNumberInteger */
/* LiteralNumberIntegerLong */
/* LiteralNumberOct */
/* Operator */
/* OperatorWord */
/* Punctuation */
/* Comment */
/* CommentHashbang */
/* CommentMultiline */
/* CommentSingle */
/* CommentSpecial */
/* CommentPreproc */
/* CommentPreprocFile */
/* Generic */
/* GenericDeleted */
/* GenericEmph */
/* GenericError */
/* GenericHeading */
/* GenericInserted */
/* GenericOutput */
/* GenericPrompt */
/* GenericStrong */
/* GenericSubheading */
/* GenericTraceback */
/* GenericUnderline */
/* TextWhitespace */ }
body.colorscheme-auto .bg {
color: #c9d1d9;
background-color: #0d1117; }
body.colorscheme-auto .chroma {
color: #c9d1d9;
background-color: #0d1117; }
body.colorscheme-auto .chroma .err {
color: #f85149; }
body.colorscheme-auto .chroma .lnlinks {
outline: none;
text-decoration: none;
color: inherit; }
body.colorscheme-auto .chroma .lntd {
vertical-align: top;
padding: 0;
margin: 0;
border: 0; }
body.colorscheme-auto .chroma .lntable {
border-spacing: 0;
padding: 0;
margin: 0;
border: 0; }
body.colorscheme-auto .chroma .hl {
background-color: #ffffcc; }
body.colorscheme-auto .chroma .lnt {
white-space: pre;
user-select: none;
margin-right: 0.4em;
padding: 0 0.4em 0 0.4em;
color: #64686c; }
body.colorscheme-auto .chroma .ln {
white-space: pre;
user-select: none;
margin-right: 0.4em;
padding: 0 0.4em 0 0.4em;
color: #6e7681; }
body.colorscheme-auto .chroma .line {
display: flex; }
body.colorscheme-auto .chroma .k {
color: #ff7b72; }
body.colorscheme-auto .chroma .kc {
color: #79c0ff; }
body.colorscheme-auto .chroma .kd {
color: #ff7b72; }
body.colorscheme-auto .chroma .kn {
color: #ff7b72; }
body.colorscheme-auto .chroma .kp {
color: #79c0ff; }
body.colorscheme-auto .chroma .kr {
color: #ff7b72; }
body.colorscheme-auto .chroma .kt {
color: #ff7b72; }
body.colorscheme-auto .chroma .nc {
color: #f0883e;
font-weight: bold; }
body.colorscheme-auto .chroma .no {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-auto .chroma .nd {
color: #d2a8ff;
font-weight: bold; }
body.colorscheme-auto .chroma .ni {
color: #ffa657; }
body.colorscheme-auto .chroma .ne {
color: #f0883e;
font-weight: bold; }
body.colorscheme-auto .chroma .nf {
color: #d2a8ff;
font-weight: bold; }
body.colorscheme-auto .chroma .nl {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-auto .chroma .nn {
color: #ff7b72; }
body.colorscheme-auto .chroma .py {
color: #79c0ff; }
body.colorscheme-auto .chroma .nt {
color: #7ee787; }
body.colorscheme-auto .chroma .nv {
color: #79c0ff; }
body.colorscheme-auto .chroma .l {
color: #a5d6ff; }
body.colorscheme-auto .chroma .ld {
color: #79c0ff; }
body.colorscheme-auto .chroma .s {
color: #a5d6ff; }
body.colorscheme-auto .chroma .sa {
color: #79c0ff; }
body.colorscheme-auto .chroma .sb {
color: #a5d6ff; }
body.colorscheme-auto .chroma .sc {
color: #a5d6ff; }
body.colorscheme-auto .chroma .dl {
color: #79c0ff; }
body.colorscheme-auto .chroma .sd {
color: #a5d6ff; }
body.colorscheme-auto .chroma .s2 {
color: #a5d6ff; }
body.colorscheme-auto .chroma .se {
color: #79c0ff; }
body.colorscheme-auto .chroma .sh {
color: #79c0ff; }
body.colorscheme-auto .chroma .si {
color: #a5d6ff; }
body.colorscheme-auto .chroma .sx {
color: #a5d6ff; }
body.colorscheme-auto .chroma .sr {
color: #79c0ff; }
body.colorscheme-auto .chroma .s1 {
color: #a5d6ff; }
body.colorscheme-auto .chroma .ss {
color: #a5d6ff; }
body.colorscheme-auto .chroma .m {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mb {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mf {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mh {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mi {
color: #a5d6ff; }
body.colorscheme-auto .chroma .il {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mo {
color: #a5d6ff; }
body.colorscheme-auto .chroma .o {
color: #ff7b72;
font-weight: bold; }
body.colorscheme-auto .chroma .ow {
color: #ff7b72;
font-weight: bold; }
body.colorscheme-auto .chroma .c {
color: #8b949e;
font-style: italic; }
body.colorscheme-auto .chroma .ch {
color: #8b949e;
font-style: italic; }
body.colorscheme-auto .chroma .cm {
color: #8b949e;
font-style: italic; }
body.colorscheme-auto .chroma .c1 {
color: #8b949e;
font-style: italic; }
body.colorscheme-auto .chroma .cs {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-auto .chroma .cp {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-auto .chroma .cpf {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-auto .chroma .gd {
color: #ffa198;
background-color: #490202; }
body.colorscheme-auto .chroma .ge {
font-style: italic; }
body.colorscheme-auto .chroma .gr {
color: #ffa198; }
body.colorscheme-auto .chroma .gh {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-auto .chroma .gi {
color: #56d364;
background-color: #0f5323; }
body.colorscheme-auto .chroma .go {
color: #8b949e; }
body.colorscheme-auto .chroma .gp {
color: #8b949e; }
body.colorscheme-auto .chroma .gs {
font-weight: bold; }
body.colorscheme-auto .chroma .gu {
color: #79c0ff; }
body.colorscheme-auto .chroma .gt {
color: #ff7b72; }
body.colorscheme-auto .chroma .gl {
text-decoration: underline; }
body.colorscheme-auto .chroma .w {
color: #6e7681; } }
/*# sourceMappingURL=coder-dark.css.map */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

50
public/css/timeline.css Normal file
View File

@ -0,0 +1,50 @@
.timeline {
position: relative;
margin-left: 150px;
border-left: 3px solid var(--fg-color, #999);
padding-left: 20px;
margin-bottom: 2em;
margin-top: 2em;
}
.timeline-item {
position: relative;
margin-bottom: 3em;
}
.timeline-item .dot {
width: 10px;
height: 10px;
background-color: var(--fg-color, #999);
border-radius: 50%;
position: absolute;
left: -26px; /* Position the dot on the line */
top: 8px;
}
.timeline-item .timeline-date {
position: absolute;
text-align: right;
transform: translateX(-140%);
top: -3px;
font-weight: normal;
color: var(--fg-color, #999);
}
.timeline-content p {
margin-top: 0;
margin-bottom: 0;
}
.timeline-content h4 {
margin-top: 0;
margin-bottom: 0;
}
.timeline-content li {
margin-left: 1em;
}
.timeline-item .timeline-content {
margin-left: 1em;
}

418
public/cv/index.html Normal file
View File

@ -0,0 +1,418 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
CV · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="
🎓 Education
Link to heading
M.Sc. in Computational Science (Physics)
Lund University
📅 Sep 2024 Present
Focus on numerical methods for ODEs/PDEs using MATLAB.
B.Sc. in Physics
Lund University
📅 Sep 2020 Jun 2024
Python Deep learning Monte Carlo C# SQL
Thesis: Machine Learning for Statistical Assessment of Radioactive Decay Chains
Topics: Monte Carlo simulation, deep learning, C#, SQL, Python
💼 Professional Experience
Link to heading
Sales Specialist
Jumbo Supermarkten Oss, Netherlands
📅 2018 2020">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="CV">
<meta name="twitter:description" content="🎓 Education Link to heading M.Sc. in Computational Science (Physics)
Lund University
📅 Sep 2024 Present
Focus on numerical methods for ODEs/PDEs using MATLAB. B.Sc. in Physics
Lund University
📅 Sep 2020 Jun 2024
Python Deep learning Monte Carlo C# SQL
Thesis: Machine Learning for Statistical Assessment of Radioactive Decay Chains Topics: Monte Carlo simulation, deep learning, C#, SQL, Python 💼 Professional Experience Link to heading Sales Specialist
Jumbo Supermarkten Oss, Netherlands
📅 2018 2020">
<meta property="og:url" content="//localhost:1313/cv/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="CV">
<meta property="og:description" content="🎓 Education Link to heading M.Sc. in Computational Science (Physics)
Lund University
📅 Sep 2024 Present
Focus on numerical methods for ODEs/PDEs using MATLAB. B.Sc. in Physics
Lund University
📅 Sep 2020 Jun 2024
Python Deep learning Monte Carlo C# SQL
Thesis: Machine Learning for Statistical Assessment of Radioactive Decay Chains Topics: Monte Carlo simulation, deep learning, C#, SQL, Python 💼 Professional Experience Link to heading Sales Specialist
Jumbo Supermarkten Oss, Netherlands
📅 2018 2020">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<link rel="canonical" href="//localhost:1313/cv/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/cv/">
CV
</a>
</h1>
</header>
<h2 id="-education">
🎓 Education
<a class="heading-link" href="#-education">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<p><strong>M.Sc. in Computational Science (Physics)</strong><br>
<em>Lund University</em><br>
📅 <em>Sep 2024 Present</em></p>
<ul>
<li>Focus on numerical methods for ODEs/PDEs using MATLAB.</li>
</ul>
<p><strong>B.Sc. in Physics</strong><br>
<em>Lund University</em><br>
📅 <em>Sep 2020 Jun 2024</em></p>
<p><code>Python</code> <code>Deep learning</code> <code>Monte Carlo</code> <code>C#</code> <code>SQL</code></p>
<ul>
<li>Thesis: <em>Machine Learning for Statistical Assessment of Radioactive Decay Chains</em></li>
<li>Topics: Monte Carlo simulation, deep learning, C#, SQL, Python</li>
</ul>
<hr>
<h2 id="-professional-experience">
💼 Professional Experience
<a class="heading-link" href="#-professional-experience">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<p><strong>Sales Specialist</strong><br>
<em>Jumbo Supermarkten Oss, Netherlands</em><br>
📅 <em>2018 2020</em></p>
<ul>
<li>Managed product presentation and customer experience.</li>
<li>Occasionally led a team of 35 employees.</li>
</ul>
<p><strong>Sales Assistant</strong><br>
<em>Jumbo Supermarkten Oss, Netherlands</em><br>
📅 <em>2015 2018</em></p>
<hr>
<h2 id="-volunteering">
🙌 Volunteering
<a class="heading-link" href="#-volunteering">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<p><strong>System Administrator</strong><br>
<em>DFRI Sweden</em><br>
📅 <em>Jun Aug 2023</em></p>
<ul>
<li>Maintained Linux infrastructure for a non-profit focused on digital rights.</li>
<li>Projects included Docker containers and Nextcloud instance management.</li>
</ul>
<p><strong>Digital Literacy Instructor</strong><br>
<em>City Library Oss, Netherlands</em><br>
📅 <em>Sep 2013 Jun 2014</em></p>
<ul>
<li>Taught digital skills to senior citizens in community sessions.</li>
</ul>
<hr>
<h2 id="-skills">
🛠️ Skills
<a class="heading-link" href="#-skills">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<p><strong>Languages &amp; Tools:</strong><br>
<code>Python</code>, <code>MATLAB</code>, <code>TensorFlow</code>, <code>C#</code>, <code>SQL</code>, <code>Git</code>, <code>Linux</code></p>
<p><strong>Core Competencies:</strong></p>
<ul>
<li>Numerical simulation</li>
<li>Scientific computing</li>
<li>Deep learning pipelines</li>
<li>Version control and documentation</li>
<li>System administration</li>
</ul>
<hr>
<h2 id="-workshops">
🧪 Workshops
<a class="heading-link" href="#-workshops">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<ul>
<li>
<p><strong>Programming with Fortran</strong><br>
<em>Leibniz Supercomputing Centre</em><em>Mar 1113, 2025</em></p>
</li>
<li>
<p><strong>Git, Code Testing &amp; Documentation</strong><br>
<em>EPFL CECAM (BioNT)</em><em>Feb 46, 2025</em></p>
</li>
</ul>
<hr>
<h2 id="-languages">
🌍 Languages
<a class="heading-link" href="#-languages">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<table>
<thead>
<tr>
<th>Language</th>
<th>Proficiency</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dutch</td>
<td>Native</td>
</tr>
<tr>
<td>English</td>
<td>IELTS Certified</td>
</tr>
<tr>
<td>German</td>
<td>Advanced</td>
</tr>
<tr>
<td>Swedish</td>
<td>Intermediate</td>
</tr>
</tbody>
</table>
<hr>
<h2 id="-publication">
📖 Publication
<a class="heading-link" href="#-publication">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<p><strong>Bachelors Thesis</strong><br>
<strong>P. Nelissen</strong>, <em>Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains</em>, Lund University, 2024.<br>
📄 <a href="http://lup.lub.lu.se/student-papers/record/9168893" class="external-link" target="_blank" rel="noopener">Read Online</a></p>
<hr>
<h2 id="-about-me">
👤 About Me
<a class="heading-link" href="#-about-me">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<p>I enjoy both in-depth technical challenges and broader scientific learning. Im an avid reader, enjoy the outdoors, and thrive in environments that balance curiosity, creativity, and rigor.</p>
<hr>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

208
public/en/404.html Normal file
View File

@ -0,0 +1,208 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found">
<meta property="og:url" content="//localhost:1313/en/404.html">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/en/404.html">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, this page does not exist.<br />You can head back to the <a href="//localhost:1313/">homepage</a>.</p>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,214 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Categories · Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Categories">
<meta property="og:url" content="//localhost:1313/en/categories/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/en/categories/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/en/categories/index.xml" title="Pim Nelissen" />
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container taxonomy">
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/categories/">Categories</a>
</h1>
</header>
<ul>
</ul>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Pim Nelissen</title>
<link>//localhost:1313/en/categories/</link>
<description>Recent content in Categories on Pim Nelissen</description>
<generator>Hugo</generator>
<language>en</language>
<atom:link href="//localhost:1313/en/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -0,0 +1,220 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
Contact · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="Email: pi0274ne-s@student.lu.se">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Contact">
<meta name="twitter:description" content="Email: pi0274ne-s@student.lu.se">
<meta property="og:url" content="//localhost:1313/en/contact/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Contact">
<meta property="og:description" content="Email: pi0274ne-s@student.lu.se">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<link rel="canonical" href="//localhost:1313/en/contact/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/contact/">
Contact
</a>
</h1>
</header>
<p>Email: <a href="mailto:pi0274ne-s@student.lu.se" >pi0274ne-s@student.lu.se</a></p>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

362
public/en/cv/index.html Normal file
View File

@ -0,0 +1,362 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
CV · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="
🎓 Education
Link to heading
2024 - now
M.Sc. in Computational Science (Physics)
Lund University, Sweden 🇸🇪
Numerical ODE/PDE solvers MATLAB Monte Carlo Subatomic Physics
2020 - 2024
B.Sc. in Physics
Lund University, Sweden 🇸🇪
Python Deep learning Monte Carlo C# SQL
Bachelor thesis: &#34;Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains&#34;, Lund University Publications, 2024. Open Access
💼 Professional Experience
Link to heading
2018 - 2020
Sales Specialist
Jumbo Supermarkten, Netherlands 🇳🇱">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="CV">
<meta name="twitter:description" content="🎓 Education Link to heading 2024 - now M.Sc. in Computational Science (Physics) Lund University, Sweden 🇸🇪
Numerical ODE/PDE solvers MATLAB Monte Carlo Subatomic Physics
2020 - 2024 B.Sc. in Physics Lund University, Sweden 🇸🇪
Python Deep learning Monte Carlo C# SQL
Bachelor thesis: &#34;Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains&#34;, Lund University Publications, 2024. Open Access 💼 Professional Experience Link to heading 2018 - 2020 Sales Specialist Jumbo Supermarkten, Netherlands 🇳🇱">
<meta property="og:url" content="//localhost:1313/en/cv/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="CV">
<meta property="og:description" content="🎓 Education Link to heading 2024 - now M.Sc. in Computational Science (Physics) Lund University, Sweden 🇸🇪
Numerical ODE/PDE solvers MATLAB Monte Carlo Subatomic Physics
2020 - 2024 B.Sc. in Physics Lund University, Sweden 🇸🇪
Python Deep learning Monte Carlo C# SQL
Bachelor thesis: &#34;Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains&#34;, Lund University Publications, 2024. Open Access 💼 Professional Experience Link to heading 2018 - 2020 Sales Specialist Jumbo Supermarkten, Netherlands 🇳🇱">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<link rel="canonical" href="//localhost:1313/en/cv/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/cv/">
CV
</a>
</h1>
</header>
<head>
<link rel="stylesheet" href="/css/timeline.css">
</head>
<h2 id="-education">
🎓 Education
<a class="heading-link" href="#-education">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<div class="timeline">
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2024 - <i>now</i></div>
<div class="timeline-content">
<h4>M.Sc. in Computational Science (Physics)</h4>
<p><i class="fas fa-university"></i> Lund University, Sweden 🇸🇪</p>
<p><i class="fas fa-lightbulb"></i> <code>Numerical ODE/PDE solvers</code> <code>MATLAB</code> <code>Monte Carlo</code> <code>Subatomic Physics</code></p>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2020 - 2024</div>
<div class="timeline-content">
<h4>B.Sc. in Physics</h4>
<p><i class="fas fa-university"></i> Lund University, Sweden 🇸🇪</p>
<p><i class="fas fa-lightbulb"></i> <code>Python</code> <code>Deep learning</code> <code>Monte Carlo</code> <code>C#</code> <code>SQL</code></p>
<li class="timeline-content">Bachelor thesis: <i>"Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains"</i>, Lund University Publications, 2024. <a href="http://lup.lub.lu.se/student-papers/record/9168893" target="_blank">Open Access</a></li>
</div>
</div>
</div>
<hr>
<h2 id="-professional-experience">
💼 Professional Experience
<a class="heading-link" href="#-professional-experience">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<div class="timeline">
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2018 - 2020</div>
<div class="timeline-content">
<h4>Sales Specialist</h4>
<p><i class="fas fa-briefcase"></i> Jumbo Supermarkten, Netherlands 🇳🇱</p>
<p><i class="fas fa-lightbulb"></i> <code>Leadership</code></p>
<li class="timeline-content">Managed product presentation and customer experience.</li>
<li class="timeline-content">Occasionally led a team of 35 employees.</li>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2015 - 2018</div>
<div class="timeline-content">
<h4>Sales Assistant</h4>
<p><i class="fas fa-briefcase"></i> Jumbo Supermarkten, Netherlands 🇳🇱</p>
</div>
</div>
</div>
<hr>
<h2 id="-volunteering">
🙌 Volunteering
<a class="heading-link" href="#-volunteering">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<div class="timeline">
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Jun - Aug 2023</div>
<div class="timeline-content">
<h4>System Administrator</h4>
<p><i class="fas fa-server"></i> DFRI, Sweden 🇸🇪</p>
<p><i class="fas fa-lightbulb"></i> <code>GNU/Linux</code> <code>Docker</code> <code>Nextcloud</code></p>
<li class="timeline-content">Maintained Linux infrastructure for a digital rights non-profit.</li>
<li class="timeline-content">Migrated Nextcloud to containerised Docker instance.</li>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">2013 - 2014</div>
<div class="timeline-content">
<h4>Digital Literacy Instructor</h4>
<p><i class="fas fa-book"></i> City Library Oss, Netherlands 🇳🇱</p>
<p><i class="fas fa-lightbulb"></i> <code>Teaching</code> <code>Organising</code> <code>Nextcloud</code></p>
<li class="timeline-content">I organised and taught a digital skills course to uplift senior citizens in the community.</li>
</div>
</div>
</div>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

261
public/en/index.html Normal file
View File

@ -0,0 +1,261 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Pim Nelissen">
<meta property="og:url" content="//localhost:1313/en/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Pim Nelissen">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/en/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/en/index.xml" title="Pim Nelissen" />
<meta name="generator" content="Hugo 0.145.0">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="about">
<div class="avatar"><img src="/images/avatar.jpg" alt="avatar"></div>
<h1>Pim Nelissen</h1>
<h2>M.Sc. Candidate in Computational Science/Physics<br>B.Sc. Physics<br></h2>
<ul>
<li>
<a href="https://www.linkedin.com/in/pim-nelissen/" aria-label="LinkedIn" >
<i class="fa-brands fa-linkedin fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://git.pimnel.com/pim" aria-label="Gitea" >
<i class="fa-brands fa-git-alt fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="mailto:pi0274ne-s@student.lu.se" aria-label="Email" >
<i class="fa-solid fa-envelope fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="tel:&#43;46760226691" aria-label="Phone" >
<i class="fa-solid fa-phone fa-2x" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

54
public/en/index.xml Normal file
View File

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pim Nelissen</title>
<link>//localhost:1313/en/</link>
<description>Recent content on Pim Nelissen</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Thu, 14 Nov 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/en/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Random forest models for the prediction of biome types and climate variables</title>
<link>//localhost:1313/en/projects/biome-classification/</link>
<pubDate>Thu, 14 Nov 2024 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/projects/biome-classification/</guid>
<description>&lt;div class=&#34;notice tip&#34;&gt;&#xA; &lt;div class=&#34;notice-title&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-lightbulb&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;Tip&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;notice-content&#34;&gt;The report is available &lt;a href=&#34;//localhost:1313/files/random-forests-biomes.pdf&#34; &gt;here&lt;/a&gt;.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h1 id=&#34;reflection&#34;&gt;&#xA; Reflection&#xA; &lt;a class=&#34;heading-link&#34; href=&#34;#reflection&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA; &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA; &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;This project was a big learning moment when it comes selecting training and testing datasets appropriately in statistical learning. The model can only ever be as good as the data we use. It was one of the first times working with geographical, grid-based data, which was also interesting. Since all of the data worked with was directly fed from a model, it&amp;rsquo;s also important to know the limits of one&amp;rsquo;s original model which provided the data. Sometimes, the problem may not be our classifier or regression model, but simply that we did not have enough, or the right, information to properly distinguish data in the first place.&lt;/p&gt;</description>
</item>
<item>
<title>Machine learning applied to radioactive decay data (Bachelor thesis)</title>
<link>//localhost:1313/en/projects/bsc-thesis/</link>
<pubDate>Thu, 27 Jun 2024 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/projects/bsc-thesis/</guid>
<description>&lt;div class=&#34;notice tip&#34;&gt;&#xA; &lt;div class=&#34;notice-title&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-lightbulb&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;Tip&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;notice-content&#34;&gt;The paper is available for &lt;a href=&#34;http://lup.lub.lu.se/student-papers/record/9168893&#34; class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;open access&lt;/a&gt;.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;div class=&#34;notice tip&#34;&gt;&#xA; &lt;div class=&#34;notice-title&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-lightbulb&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;Tip&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;notice-content&#34;&gt;The code I wrote for the decay chain simulations is openly available on my &lt;a href=&#34;https://git.pimnel.com/pim/shn-decay-chains&#34; class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Git instance&lt;/a&gt;.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h1 id=&#34;reflection&#34;&gt;&#xA; Reflection&#xA; &lt;a class=&#34;heading-link&#34; href=&#34;#reflection&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA; &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA; &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.&lt;/p&gt;</description>
</item>
<item>
<title>Coupled Pendula &amp; The Kuramoto Model (1st year experimental project)</title>
<link>//localhost:1313/en/projects/first-year-project/</link>
<pubDate>Tue, 15 Jun 2021 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/projects/first-year-project/</guid>
<description>&lt;div class=&#34;notice tip&#34;&gt;&#xA; &lt;div class=&#34;notice-title&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-lightbulb&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;Tip&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;notice-content&#34;&gt;&lt;p&gt;Lund University wrote an article about our project. You can find it &lt;a href=&#34;https://www.fysik.lu.se/artikel/pandemisakert-nar-fysikstudenter-redovisar&#34; class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;(Note: the article is written in Swedish).&lt;/p&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA; &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/roK2gRDHWeE?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA; &lt;/div&gt;</description>
</item>
<item>
<title>Contact</title>
<link>//localhost:1313/en/contact/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/contact/</guid>
<description>&lt;p&gt;Email: &lt;a href=&#34;mailto:pi0274ne-s@student.lu.se&#34; &gt;pi0274ne-s@student.lu.se&lt;/a&gt;&lt;/p&gt;</description>
</item>
<item>
<title>CV</title>
<link>//localhost:1313/en/cv/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/cv/</guid>
<description>&lt;head&gt;&#xA; &lt;link rel=&#34;stylesheet&#34; href=&#34;//localhost:1313/css/timeline.css&#34;&gt;&#xA;&lt;/head&gt;&#xA;&lt;h2 id=&#34;-education&#34;&gt;&#xA; 🎓 Education&#xA; &lt;a class=&#34;heading-link&#34; href=&#34;#-education&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA; &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA; &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;timeline&#34;&gt;&#xA; &lt;div class=&#34;timeline-item&#34;&gt;&#xA; &lt;div class=&#34;dot&#34;&gt;&lt;/div&gt;&#xA; &lt;div class=&#34;timeline-date&#34;&gt;2024 - &lt;i&gt;now&lt;/i&gt;&lt;/div&gt;&#xA; &lt;div class=&#34;timeline-content&#34;&gt;&#xA; &lt;h4&gt;M.Sc. in Computational Science (Physics)&lt;/h4&gt;&#xA; &lt;p&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; Lund University, Sweden 🇸🇪&lt;/p&gt;&#xA; &lt;p&gt;&lt;i class=&#34;fas fa-lightbulb&#34;&gt;&lt;/i&gt; &lt;code&gt;Numerical ODE/PDE solvers&lt;/code&gt; &lt;code&gt;MATLAB&lt;/code&gt; &lt;code&gt;Monte Carlo&lt;/code&gt; &lt;code&gt;Subatomic Physics&lt;/code&gt;&lt;/p&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;timeline-item&#34;&gt;&#xA; &lt;div class=&#34;dot&#34;&gt;&lt;/div&gt;&#xA; &lt;div class=&#34;timeline-date&#34;&gt;2020 - 2024&lt;/div&gt;&#xA; &lt;div class=&#34;timeline-content&#34;&gt;&#xA; &lt;h4&gt;B.Sc. in Physics&lt;/h4&gt;&#xA; &lt;p&gt;&lt;i class=&#34;fas fa-university&#34;&gt;&lt;/i&gt; Lund University, Sweden 🇸🇪&lt;/p&gt;&#xA; &lt;p&gt;&lt;i class=&#34;fas fa-lightbulb&#34;&gt;&lt;/i&gt; &lt;code&gt;Python&lt;/code&gt; &lt;code&gt;Deep learning&lt;/code&gt; &lt;code&gt;Monte Carlo&lt;/code&gt; &lt;code&gt;C#&lt;/code&gt; &lt;code&gt;SQL&lt;/code&gt;&lt;/p&gt;&#xA; &lt;li class=&#34;timeline-content&#34;&gt;Bachelor thesis: &lt;i&gt;&#34;Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains&#34;&lt;/i&gt;, Lund University Publications, 2024. &lt;a href=&#34;http://lup.lub.lu.se/student-papers/record/9168893&#34; target=&#34;_blank&#34;&gt;Open Access&lt;/a&gt;&lt;/li&gt;&#xA; &lt;/div&gt;&#xA; &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-professional-experience&#34;&gt;&#xA; 💼 Professional Experience&#xA; &lt;a class=&#34;heading-link&#34; href=&#34;#-professional-experience&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA; &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA; &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;div class=&#34;timeline&#34;&gt;&#xA; &lt;div class=&#34;timeline-item&#34;&gt;&#xA; &lt;div class=&#34;dot&#34;&gt;&lt;/div&gt;&#xA; &lt;div class=&#34;timeline-date&#34;&gt;2018 - 2020&lt;/div&gt;&#xA; &lt;div class=&#34;timeline-content&#34;&gt;&#xA; &lt;h4&gt;Sales Specialist&lt;/h4&gt;&#xA; &lt;p&gt;&lt;i class=&#34;fas fa-briefcase&#34;&gt;&lt;/i&gt; Jumbo Supermarkten, Netherlands 🇳🇱&lt;/p&gt;</description>
</item>
<item>
<title>Skills</title>
<link>//localhost:1313/en/skills/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/skills/</guid>
<description>&lt;h2 id=&#34;core-competencies&#34;&gt;&#xA; Core Competencies&#xA; &lt;a class=&#34;heading-link&#34; href=&#34;#core-competencies&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA; &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA; &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;From my background in physics and computational science, I have a strong foundation in numerical methods and Monte Carlo simulations for solving physical problems. I am particularly interested by nuclear physics. My &lt;a href=&#34;http://lup.lub.lu.se/student-papers/record/9168893&#34; class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;bachelor degree thesis&lt;/a&gt; is about applying machine learning on radioactive decay data. I am proficient in Python and have some exposure to C#, MATLAB, and SQL. I am very comfortable with GNU/Linux and Git workflows.&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,267 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
Random forest models for the prediction of biome types and climate variables · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="
Tip
The report is available here.
Reflection
Link to heading
This project was a big learning moment when it comes selecting training and testing datasets appropriately in statistical learning. The model can only ever be as good as the data we use. It was one of the first times working with geographical, grid-based data, which was also interesting. Since all of the data worked with was directly fed from a model, it&rsquo;s also important to know the limits of one&rsquo;s original model which provided the data. Sometimes, the problem may not be our classifier or regression model, but simply that we did not have enough, or the right, information to properly distinguish data in the first place.">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Random forest models for the prediction of biome types and climate variables">
<meta name="twitter:description" content="Tip The report is available here. Reflection Link to heading This project was a big learning moment when it comes selecting training and testing datasets appropriately in statistical learning. The model can only ever be as good as the data we use. It was one of the first times working with geographical, grid-based data, which was also interesting. Since all of the data worked with was directly fed from a model, its also important to know the limits of ones original model which provided the data. Sometimes, the problem may not be our classifier or regression model, but simply that we did not have enough, or the right, information to properly distinguish data in the first place.">
<meta property="og:url" content="//localhost:1313/en/projects/biome-classification/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Random forest models for the prediction of biome types and climate variables">
<meta property="og:description" content="Tip The report is available here. Reflection Link to heading This project was a big learning moment when it comes selecting training and testing datasets appropriately in statistical learning. The model can only ever be as good as the data we use. It was one of the first times working with geographical, grid-based data, which was also interesting. Since all of the data worked with was directly fed from a model, its also important to know the limits of ones original model which provided the data. Sometimes, the problem may not be our classifier or regression model, but simply that we did not have enough, or the right, information to properly distinguish data in the first place.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="projects">
<meta property="article:published_time" content="2024-11-14T00:00:00+00:00">
<meta property="article:modified_time" content="2024-11-14T00:00:00+00:00">
<link rel="canonical" href="//localhost:1313/en/projects/biome-classification/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/projects/biome-classification/">
Random forest models for the prediction of biome types and climate variables
</a>
</h1>
</header>
<div class="notice tip">
<div class="notice-title">
<i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip
</div>
<div class="notice-content">The report is available <a href="/files/random-forests-biomes.pdf" >here</a>.</div>
</div>
<h1 id="reflection">
Reflection
<a class="heading-link" href="#reflection">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>This project was a big learning moment when it comes selecting training and testing datasets appropriately in statistical learning. The model can only ever be as good as the data we use. It was one of the first times working with geographical, grid-based data, which was also interesting. Since all of the data worked with was directly fed from a model, it&rsquo;s also important to know the limits of one&rsquo;s original model which provided the data. Sometimes, the problem may not be our classifier or regression model, but simply that we did not have enough, or the right, information to properly distinguish data in the first place.</p>
<h1 id="summary">
Summary
<a class="heading-link" href="#summary">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>In this project, I developed some random forest models to predict biome classes (both binary and multi-class) as well as two continuous climate variables: vegetation carbon pool (VegC) and net primary productivity (NPP). To adress class imbalances, I used SMOTE up-sampling, which notably improved recall for underrepresented classes. By grid-search cross-validation I tried to tune the models better. Performance was evaluated using accuracy, precision, recall, and F₁ score for classifiers, and RMSE for regressors. Finally, I analyzed feature importance to better understand which climate variables, such as seasonal precipitation or extreme temperatures, were driving the model predictions.</p>
<h1 id="results">
Results
<a class="heading-link" href="#results">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>The binary biome classifier achieved up to 85.7% accuracy after SMOTE resampling, effectively distinguishing between temperate deciduous and mixed forests, with winter temperature and autumn precipitation emerging as key predictors. The multi-class classifier reached a weighted F₁ score of around 0.65, although it struggled to separate closely related biomes, reflecting the continuity between the biomes proves challenging for ML to solve. The regression models performed well overall, but revealed spatial biases around coastal and desert areas, suggesting the need to account for additional local processes like soil variability or ocean influences.</p>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,288 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
Solar forcing and its effect on seasonal climate variability in the Northern Hemisphere · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="
Tip
The paper is available here.
Tip
The code I wrote for the decay chain simulations is openly available on my Git instance.
Reflection
Link to heading
This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Solar forcing and its effect on seasonal climate variability in the Northern Hemisphere">
<meta name="twitter:description" content="Tip The paper is available here. Tip The code I wrote for the decay chain simulations is openly available on my Git instance. Reflection Link to heading This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta property="og:url" content="//localhost:1313/en/projects/biome_/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Solar forcing and its effect on seasonal climate variability in the Northern Hemisphere">
<meta property="og:description" content="Tip The paper is available here. Tip The code I wrote for the decay chain simulations is openly available on my Git instance. Reflection Link to heading This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="projects">
<meta property="article:published_time" content="2025-01-17T00:00:00+00:00">
<meta property="article:modified_time" content="2025-01-17T00:00:00+00:00">
<link rel="canonical" href="//localhost:1313/en/projects/biome_/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/en/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/projects/biome_/">
Solar forcing and its effect on seasonal climate variability in the Northern Hemisphere
</a>
</h1>
</header>
<div class="notice tip">
<div class="notice-title">
<i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip
</div>
<div class="notice-content">The paper is available <a href="/files/solar-forcing.pdf" >here</a>.</div>
</div>
<div class="notice tip">
<div class="notice-title">
<i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip
</div>
<div class="notice-content">The code I wrote for the decay chain simulations is openly available on my <a href="https://git.pimnel.com/pim/shn-decay-chains" class="external-link" target="_blank" rel="noopener">Git instance</a>.</div>
</div>
<h1 id="reflection">
Reflection
<a class="heading-link" href="#reflection">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.</p>
<p>On an intellectual level, it was a challenge in the beginning to adjust to the academic writing style of papers. Information is more dense and sometimes not explained in detail, referring the reader to some other paper. This trail of research papers that one can go down, even in a small topic as the one I was researching, is truly eye-opening to me. The amount of information that is out there is unimaginable to me. The project also introduced me to new applications of statistics and tested some old statistical knowledge, such as that on exponential distributions, statistical moments like variance and higher order ones. On top of that, I enjoyed learning about Monte Carlo simulations. I had always figured this term to sound complicated, but to learn that it is a rather easy methodology which has such strong use cases in various real-world applications was very interesting to learn. While not the main focus of my thesis, I also enjoyed researching the experimental background, of the process of superheavy synthesis and how detection is done.</p>
<h1 id="official-abstract">
Official abstract
<a class="heading-link" href="#official-abstract">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>Experimental nuclear structure data coming from superheavy nuclei synthesis experiments often consists of correlated alpha decay chains. In the absence of neutron detectors - which would fully characterize the exit channel after the fusion-evaporation reaction - the sequence of decay energies and half-lives are the &lsquo;fingerprint&rsquo; of the exit channel itself. Experimental data in this region is sparse, and its interpretation can be liable to error or confirmation bias. A so-called &ldquo;Schmidt test&rdquo; is a method for determining the congruence of correlation times for a set of measurements of one decay step. Its outcome is not always entirely conclusive, however. This study evaluates the congruence derived from the Schmidt test using Monte Carlo simulated data with various level of contamination from incongruent data. Furthermore, the study also includes the evaluation of congruence of data stemming from single decays and multi-step decay chains. A multi-layer perceptron was trained on extracted features from simulated decay chain sets with one step. The Schmidt test performs well with larger decay sets and when the half-life of the contaminating species is longer than the original species by a factor 5 or 10. However, the test performs poorly in low counting statistics, where few recorded decay times are available. The newly proposed machine learning model outperforms the Schmidt test in certain high statistics scenarios, but also fails when few decay times are available. Its performance is also poor when the half-life of the contaminant is shorter than the original half-life. The learning behaviour of the model is analysed, showing significant contributions from higher statistical moments in training. Future work involves including chain correlations across multiple steps, alpha decay energies, as well as the potential use of alternative machine learning models.</p>
<h1 id="results">
Results
<a class="heading-link" href="#results">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>One of the key results of the thesis was the heatmap in Figure 1, showing how the amount of contamination in a decay time data set (that is, number of decay times from a species other than the one we are interested in) affects the Schmidt test and its conclusions. This was tested for various factors of contaminant half lives. The result is that the Schmidt test seems rather unsensitive to any contaminants with a half life on the same order of magnitude as the species we seek to study. This was further motivation to look beyond the Schmidt test, which solely relies on variance of the dataset, to see if other statistical methods (e.g. machine learning) could be used.</p>
<figure><img src="/images/st_factors.png"
alt="Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure σ(Θ,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination."><figcaption>
<p>Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure σ(Θ,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination.</p>
</figcaption>
</figure>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,268 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
Machine learning applied to radioactive decay data (Bachelor thesis) · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="
Tip
The paper is available for open access.
Reflection
Link to heading
This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Machine learning applied to radioactive decay data (Bachelor thesis)">
<meta name="twitter:description" content="Tip The paper is available for open access. Reflection Link to heading This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta property="og:url" content="//localhost:1313/en/projects/bsc-thesis-copy/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Machine learning applied to radioactive decay data (Bachelor thesis)">
<meta property="og:description" content="Tip The paper is available for open access. Reflection Link to heading This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="projects">
<meta property="article:published_time" content="2024-06-27T00:00:00+00:00">
<meta property="article:modified_time" content="2024-06-27T00:00:00+00:00">
<link rel="canonical" href="//localhost:1313/en/projects/bsc-thesis-copy/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/en/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/projects/bsc-thesis-copy/">
Machine learning applied to radioactive decay data (Bachelor thesis)
</a>
</h1>
</header>
<div class="notice tip">
<div class="notice-title">
<i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip
</div>
<div class="notice-content">The paper is available for <a href="http://lup.lub.lu.se/student-papers/record/9168893" class="external-link" target="_blank" rel="noopener">open access</a>.</div>
</div>
<h1 id="reflection">
Reflection
<a class="heading-link" href="#reflection">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.</p>
<p>On an intellectual level, it was a challenge in the beginning to adjust to the academic writing style of papers. Information is more dense and sometimes not explained in detail, referring the reader to some other paper. This trail of research papers that one can go down, even in a small topic as the one I was researching, is truly eye-opening to me. The amount of information that is out there is unimaginable to me. The project also introduced me to new applications of statistics and tested some old statistical knowledge, such as that on exponential distributions, statistical moments like variance and higher order ones. On top of that, I enjoyed learning about Monte Carlo simulations. I had always figured this term to sound complicated, but to learn that it is a rather easy methodology which has such strong use cases in various real-world applications was very interesting to learn. While not the main focus of my thesis, I also enjoyed researching the experimental background, of the process of superheavy synthesis and how detection is done.</p>
<h1 id="official-abstract">
Official abstract
<a class="heading-link" href="#official-abstract">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>Experimental nuclear structure data coming from superheavy nuclei synthesis experiments often consists of correlated alpha decay chains. In the absence of neutron detectors - which would fully characterize the exit channel after the fusion-evaporation reaction - the sequence of decay energies and half-lives are the &lsquo;fingerprint&rsquo; of the exit channel itself. Experimental data in this region is sparse, and its interpretation can be liable to error or confirmation bias. A so-called &ldquo;Schmidt test&rdquo; is a method for determining the congruence of correlation times for a set of measurements of one decay step. Its outcome is not always entirely conclusive, however. This study evaluates the congruence derived from the Schmidt test using Monte Carlo simulated data with various level of contamination from incongruent data. Furthermore, the study also includes the evaluation of congruence of data stemming from single decays and multi-step decay chains. A multi-layer perceptron was trained on extracted features from simulated decay chain sets with one step. The Schmidt test performs well with larger decay sets and when the half-life of the contaminating species is longer than the original species by a factor 5 or 10. However, the test performs poorly in low counting statistics, where few recorded decay times are available. The newly proposed machine learning model outperforms the Schmidt test in certain high statistics scenarios, but also fails when few decay times are available. Its performance is also poor when the half-life of the contaminant is shorter than the original half-life. The learning behaviour of the model is analysed, showing significant contributions from higher statistical moments in training. Future work involves including chain correlations across multiple steps, alpha decay energies, as well as the potential use of alternative machine learning models.</p>
<h1 id="results">
Results
<a class="heading-link" href="#results">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p><img src="st_factors.png" alt="Schmidt Test heatmaps"></p>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,288 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
Machine learning applied to radioactive decay data (Bachelor thesis) · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="
Tip
The paper is available for open access.
Tip
The code I wrote for the decay chain simulations is openly available on my Git instance.
Reflection
Link to heading
This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Machine learning applied to radioactive decay data (Bachelor thesis)">
<meta name="twitter:description" content="Tip The paper is available for open access. Tip The code I wrote for the decay chain simulations is openly available on my Git instance. Reflection Link to heading This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta property="og:url" content="//localhost:1313/en/projects/bsc-thesis/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Machine learning applied to radioactive decay data (Bachelor thesis)">
<meta property="og:description" content="Tip The paper is available for open access. Tip The code I wrote for the decay chain simulations is openly available on my Git instance. Reflection Link to heading This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="projects">
<meta property="article:published_time" content="2024-06-27T00:00:00+00:00">
<meta property="article:modified_time" content="2024-06-27T00:00:00+00:00">
<link rel="canonical" href="//localhost:1313/en/projects/bsc-thesis/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/projects/bsc-thesis/">
Machine learning applied to radioactive decay data (Bachelor thesis)
</a>
</h1>
</header>
<div class="notice tip">
<div class="notice-title">
<i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip
</div>
<div class="notice-content">The paper is available for <a href="http://lup.lub.lu.se/student-papers/record/9168893" class="external-link" target="_blank" rel="noopener">open access</a>.</div>
</div>
<div class="notice tip">
<div class="notice-title">
<i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip
</div>
<div class="notice-content">The code I wrote for the decay chain simulations is openly available on my <a href="https://git.pimnel.com/pim/shn-decay-chains" class="external-link" target="_blank" rel="noopener">Git instance</a>.</div>
</div>
<h1 id="reflection">
Reflection
<a class="heading-link" href="#reflection">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.</p>
<p>On an intellectual level, it was a challenge in the beginning to adjust to the academic writing style of papers. Information is more dense and sometimes not explained in detail, referring the reader to some other paper. This trail of research papers that one can go down, even in a small topic as the one I was researching, is truly eye-opening to me. The amount of information that is out there is unimaginable to me. The project also introduced me to new applications of statistics and tested some old statistical knowledge, such as that on exponential distributions, statistical moments like variance and higher order ones. On top of that, I enjoyed learning about Monte Carlo simulations. I had always figured this term to sound complicated, but to learn that it is a rather easy methodology which has such strong use cases in various real-world applications was very interesting to learn. While not the main focus of my thesis, I also enjoyed researching the experimental background, of the process of superheavy synthesis and how detection is done.</p>
<h1 id="official-abstract">
Official abstract
<a class="heading-link" href="#official-abstract">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>Experimental nuclear structure data coming from superheavy nuclei synthesis experiments often consists of correlated alpha decay chains. In the absence of neutron detectors - which would fully characterize the exit channel after the fusion-evaporation reaction - the sequence of decay energies and half-lives are the &lsquo;fingerprint&rsquo; of the exit channel itself. Experimental data in this region is sparse, and its interpretation can be liable to error or confirmation bias. A so-called &ldquo;Schmidt test&rdquo; is a method for determining the congruence of correlation times for a set of measurements of one decay step. Its outcome is not always entirely conclusive, however. This study evaluates the congruence derived from the Schmidt test using Monte Carlo simulated data with various level of contamination from incongruent data. Furthermore, the study also includes the evaluation of congruence of data stemming from single decays and multi-step decay chains. A multi-layer perceptron was trained on extracted features from simulated decay chain sets with one step. The Schmidt test performs well with larger decay sets and when the half-life of the contaminating species is longer than the original species by a factor 5 or 10. However, the test performs poorly in low counting statistics, where few recorded decay times are available. The newly proposed machine learning model outperforms the Schmidt test in certain high statistics scenarios, but also fails when few decay times are available. Its performance is also poor when the half-life of the contaminant is shorter than the original half-life. The learning behaviour of the model is analysed, showing significant contributions from higher statistical moments in training. Future work involves including chain correlations across multiple steps, alpha decay energies, as well as the potential use of alternative machine learning models.</p>
<h1 id="results">
Results
<a class="heading-link" href="#results">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>One of the key results of the thesis was the heatmap in Figure 1, showing how the amount of contamination in a decay time data set (that is, number of decay times from a species other than the one we are interested in) affects the Schmidt test and its conclusions. This was tested for various factors of contaminant half lives. The result is that the Schmidt test seems rather unsensitive to any contaminants with a half life on the same order of magnitude as the species we seek to study. This was further motivation to look beyond the Schmidt test, which solely relies on variance of the dataset, to see if other statistical methods (e.g. machine learning) could be used.</p>
<figure><img src="/images/st_factors.png"
alt="Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure σ(Θ,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination."><figcaption>
<p>Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure σ(Θ,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination.</p>
</figcaption>
</figure>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,246 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
Coupled Pendula &amp; The Kuramoto Model (1st year experimental project) · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="
Tip
Lund University wrote an article about our project. You can find it here.
(Note: the article is written in Swedish).
">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Coupled Pendula & The Kuramoto Model (1st year experimental project)">
<meta name="twitter:description" content="Tip Lund University wrote an article about our project. You can find it here.
(Note: the article is written in Swedish).">
<meta property="og:url" content="//localhost:1313/en/projects/first-year-project/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Coupled Pendula & The Kuramoto Model (1st year experimental project)">
<meta property="og:description" content="Tip Lund University wrote an article about our project. You can find it here.
(Note: the article is written in Swedish).">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="projects">
<meta property="article:published_time" content="2021-06-15T00:00:00+00:00">
<meta property="article:modified_time" content="2021-06-15T00:00:00+00:00">
<link rel="canonical" href="//localhost:1313/en/projects/first-year-project/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/projects/first-year-project/">
Coupled Pendula &amp; The Kuramoto Model (1st year experimental project)
</a>
</h1>
</header>
<div class="notice tip">
<div class="notice-title">
<i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip
</div>
<div class="notice-content"><p>Lund University wrote an article about our project. You can find it <a href="https://www.fysik.lu.se/artikel/pandemisakert-nar-fysikstudenter-redovisar" class="external-link" target="_blank" rel="noopener">here</a>.</p>
<p>(Note: the article is written in Swedish).</p></div>
</div>
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/roK2gRDHWeE?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe>
</div>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,235 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Projects · Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Projects">
<meta property="og:url" content="//localhost:1313/en/projects/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Projects">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/en/projects/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/en/projects/index.xml" title="Pim Nelissen" />
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container list">
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/projects/">Projects</a>
</h1>
</header>
<ul>
<li>
<span class="date">November 14, 2024</span>
<a class="title" href="/en/projects/biome-classification/">Random forest models for the prediction of biome types and climate variables</a>
</li>
<li>
<span class="date">June 27, 2024</span>
<a class="title" href="/en/projects/bsc-thesis/">Machine learning applied to radioactive decay data (Bachelor thesis)</a>
</li>
<li>
<span class="date">June 15, 2021</span>
<a class="title" href="/en/projects/first-year-project/">Coupled Pendula &amp; The Kuramoto Model (1st year experimental project)</a>
</li>
</ul>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Projects on Pim Nelissen</title>
<link>//localhost:1313/en/projects/</link>
<description>Recent content in Projects on Pim Nelissen</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Thu, 14 Nov 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/en/projects/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Random forest models for the prediction of biome types and climate variables</title>
<link>//localhost:1313/en/projects/biome-classification/</link>
<pubDate>Thu, 14 Nov 2024 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/projects/biome-classification/</guid>
<description>&lt;div class=&#34;notice tip&#34;&gt;&#xA; &lt;div class=&#34;notice-title&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-lightbulb&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;Tip&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;notice-content&#34;&gt;The report is available &lt;a href=&#34;//localhost:1313/files/random-forests-biomes.pdf&#34; &gt;here&lt;/a&gt;.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h1 id=&#34;reflection&#34;&gt;&#xA; Reflection&#xA; &lt;a class=&#34;heading-link&#34; href=&#34;#reflection&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA; &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA; &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;This project was a big learning moment when it comes selecting training and testing datasets appropriately in statistical learning. The model can only ever be as good as the data we use. It was one of the first times working with geographical, grid-based data, which was also interesting. Since all of the data worked with was directly fed from a model, it&amp;rsquo;s also important to know the limits of one&amp;rsquo;s original model which provided the data. Sometimes, the problem may not be our classifier or regression model, but simply that we did not have enough, or the right, information to properly distinguish data in the first place.&lt;/p&gt;</description>
</item>
<item>
<title>Machine learning applied to radioactive decay data (Bachelor thesis)</title>
<link>//localhost:1313/en/projects/bsc-thesis/</link>
<pubDate>Thu, 27 Jun 2024 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/projects/bsc-thesis/</guid>
<description>&lt;div class=&#34;notice tip&#34;&gt;&#xA; &lt;div class=&#34;notice-title&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-lightbulb&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;Tip&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;notice-content&#34;&gt;The paper is available for &lt;a href=&#34;http://lup.lub.lu.se/student-papers/record/9168893&#34; class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;open access&lt;/a&gt;.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;div class=&#34;notice tip&#34;&gt;&#xA; &lt;div class=&#34;notice-title&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-lightbulb&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;Tip&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;notice-content&#34;&gt;The code I wrote for the decay chain simulations is openly available on my &lt;a href=&#34;https://git.pimnel.com/pim/shn-decay-chains&#34; class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Git instance&lt;/a&gt;.&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h1 id=&#34;reflection&#34;&gt;&#xA; Reflection&#xA; &lt;a class=&#34;heading-link&#34; href=&#34;#reflection&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA; &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA; &lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.&lt;/p&gt;</description>
</item>
<item>
<title>Coupled Pendula &amp; The Kuramoto Model (1st year experimental project)</title>
<link>//localhost:1313/en/projects/first-year-project/</link>
<pubDate>Tue, 15 Jun 2021 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/projects/first-year-project/</guid>
<description>&lt;div class=&#34;notice tip&#34;&gt;&#xA; &lt;div class=&#34;notice-title&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-lightbulb&#34; aria-hidden=&#34;true&#34;&gt;&lt;/i&gt;Tip&#xA; &lt;/div&gt;&#xA; &lt;div class=&#34;notice-content&#34;&gt;&lt;p&gt;Lund University wrote an article about our project. You can find it &lt;a href=&#34;https://www.fysik.lu.se/artikel/pandemisakert-nar-fysikstudenter-redovisar&#34; class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;(Note: the article is written in Swedish).&lt;/p&gt;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA; &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&#34; allowfullscreen=&#34;allowfullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/roK2gRDHWeE?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA; &lt;/div&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>//localhost:1313/en/projects/</title>
<link rel="canonical" href="//localhost:1313/en/projects/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=//localhost:1313/en/projects/">
</head>
</html>

View File

@ -0,0 +1,288 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
Solar forcing and its effect on seasonal climate variability in the Northern Hemisphere · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="
Tip
The paper is available here.
Tip
The code I wrote for the decay chain simulations is openly available on my Git instance.
Reflection
Link to heading
This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Solar forcing and its effect on seasonal climate variability in the Northern Hemisphere">
<meta name="twitter:description" content="Tip The paper is available here. Tip The code I wrote for the decay chain simulations is openly available on my Git instance. Reflection Link to heading This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta property="og:url" content="//localhost:1313/en/projects/solar-forcing/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Solar forcing and its effect on seasonal climate variability in the Northern Hemisphere">
<meta property="og:description" content="Tip The paper is available here. Tip The code I wrote for the decay chain simulations is openly available on my Git instance. Reflection Link to heading This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="article:section" content="projects">
<meta property="article:published_time" content="2025-01-17T00:00:00+00:00">
<meta property="article:modified_time" content="2025-01-17T00:00:00+00:00">
<link rel="canonical" href="//localhost:1313/en/projects/solar-forcing/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/en/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/projects/solar-forcing/">
Solar forcing and its effect on seasonal climate variability in the Northern Hemisphere
</a>
</h1>
</header>
<div class="notice tip">
<div class="notice-title">
<i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip
</div>
<div class="notice-content">The paper is available <a href="/files/solar-forcing.pdf" >here</a>.</div>
</div>
<div class="notice tip">
<div class="notice-title">
<i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip
</div>
<div class="notice-content">The code I wrote for the decay chain simulations is openly available on my <a href="https://git.pimnel.com/pim/shn-decay-chains" class="external-link" target="_blank" rel="noopener">Git instance</a>.</div>
</div>
<h1 id="reflection">
Reflection
<a class="heading-link" href="#reflection">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before.</p>
<p>On an intellectual level, it was a challenge in the beginning to adjust to the academic writing style of papers. Information is more dense and sometimes not explained in detail, referring the reader to some other paper. This trail of research papers that one can go down, even in a small topic as the one I was researching, is truly eye-opening to me. The amount of information that is out there is unimaginable to me. The project also introduced me to new applications of statistics and tested some old statistical knowledge, such as that on exponential distributions, statistical moments like variance and higher order ones. On top of that, I enjoyed learning about Monte Carlo simulations. I had always figured this term to sound complicated, but to learn that it is a rather easy methodology which has such strong use cases in various real-world applications was very interesting to learn. While not the main focus of my thesis, I also enjoyed researching the experimental background, of the process of superheavy synthesis and how detection is done.</p>
<h1 id="official-abstract">
Official abstract
<a class="heading-link" href="#official-abstract">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>Experimental nuclear structure data coming from superheavy nuclei synthesis experiments often consists of correlated alpha decay chains. In the absence of neutron detectors - which would fully characterize the exit channel after the fusion-evaporation reaction - the sequence of decay energies and half-lives are the &lsquo;fingerprint&rsquo; of the exit channel itself. Experimental data in this region is sparse, and its interpretation can be liable to error or confirmation bias. A so-called &ldquo;Schmidt test&rdquo; is a method for determining the congruence of correlation times for a set of measurements of one decay step. Its outcome is not always entirely conclusive, however. This study evaluates the congruence derived from the Schmidt test using Monte Carlo simulated data with various level of contamination from incongruent data. Furthermore, the study also includes the evaluation of congruence of data stemming from single decays and multi-step decay chains. A multi-layer perceptron was trained on extracted features from simulated decay chain sets with one step. The Schmidt test performs well with larger decay sets and when the half-life of the contaminating species is longer than the original species by a factor 5 or 10. However, the test performs poorly in low counting statistics, where few recorded decay times are available. The newly proposed machine learning model outperforms the Schmidt test in certain high statistics scenarios, but also fails when few decay times are available. Its performance is also poor when the half-life of the contaminant is shorter than the original half-life. The learning behaviour of the model is analysed, showing significant contributions from higher statistical moments in training. Future work involves including chain correlations across multiple steps, alpha decay energies, as well as the potential use of alternative machine learning models.</p>
<h1 id="results">
Results
<a class="heading-link" href="#results">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h1>
<p>One of the key results of the thesis was the heatmap in Figure 1, showing how the amount of contamination in a decay time data set (that is, number of decay times from a species other than the one we are interested in) affects the Schmidt test and its conclusions. This was tested for various factors of contaminant half lives. The result is that the Schmidt test seems rather unsensitive to any contaminants with a half life on the same order of magnitude as the species we seek to study. This was further motivation to look beyond the Schmidt test, which solely relies on variance of the dataset, to see if other statistical methods (e.g. machine learning) could be used.</p>
<figure><img src="/images/st_factors.png"
alt="Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure σ(Θ,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination."><figcaption>
<p>Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure σ(Θ,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination.</p>
</figcaption>
</figure>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

30
public/en/sitemap.xml Normal file
View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>//localhost:1313/en/</loc>
<lastmod>2024-11-14T00:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/en/projects/</loc>
<lastmod>2024-11-14T00:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/en/projects/biome-classification/</loc>
<lastmod>2024-11-14T00:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/en/projects/bsc-thesis/</loc>
<lastmod>2024-06-27T00:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/en/projects/first-year-project/</loc>
<lastmod>2021-06-15T00:00:00+00:00</lastmod>
</url><url>
<loc>//localhost:1313/en/categories/</loc>
</url><url>
<loc>//localhost:1313/en/contact/</loc>
</url><url>
<loc>//localhost:1313/en/cv/</loc>
</url><url>
<loc>//localhost:1313/en/skills/</loc>
</url><url>
<loc>//localhost:1313/en/tags/</loc>
</url>
</urlset>

290
public/en/skills/index.html Normal file
View File

@ -0,0 +1,290 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>
Skills · Pim Nelissen
</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="
Core Competencies
Link to heading
From my background in physics and computational science, I have a strong foundation in numerical methods and Monte Carlo simulations for solving physical problems. I am particularly interested by nuclear physics. My bachelor degree thesis is about applying machine learning on radioactive decay data. I am proficient in Python and have some exposure to C#, MATLAB, and SQL. I am very comfortable with GNU/Linux and Git workflows.">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Skills">
<meta name="twitter:description" content="Core Competencies Link to heading From my background in physics and computational science, I have a strong foundation in numerical methods and Monte Carlo simulations for solving physical problems. I am particularly interested by nuclear physics. My bachelor degree thesis is about applying machine learning on radioactive decay data. I am proficient in Python and have some exposure to C#, MATLAB, and SQL. I am very comfortable with GNU/Linux and Git workflows.">
<meta property="og:url" content="//localhost:1313/en/skills/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Skills">
<meta property="og:description" content="Core Competencies Link to heading From my background in physics and computational science, I have a strong foundation in numerical methods and Monte Carlo simulations for solving physical problems. I am particularly interested by nuclear physics. My bachelor degree thesis is about applying machine learning on radioactive decay data. I am proficient in Python and have some exposure to C#, MATLAB, and SQL. I am very comfortable with GNU/Linux and Git workflows.">
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<link rel="canonical" href="//localhost:1313/en/skills/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container page">
<article>
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/skills/">
Skills
</a>
</h1>
</header>
<h2 id="core-competencies">
Core Competencies
<a class="heading-link" href="#core-competencies">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<p>From my background in physics and computational science, I have a strong foundation in numerical methods and Monte Carlo simulations for solving physical problems. I am particularly interested by nuclear physics. My <a href="http://lup.lub.lu.se/student-papers/record/9168893" class="external-link" target="_blank" rel="noopener">bachelor degree thesis</a> is about applying machine learning on radioactive decay data. I am proficient in Python and have some exposure to C#, MATLAB, and SQL. I am very comfortable with GNU/Linux and Git workflows.</p>
<p>On the note of Git, I have some projects available publicly on my self-hosted <a href="https://git.pimnel.com/pim/" class="external-link" target="_blank" rel="noopener">Git instance</a>.</p>
<p><code>Python</code> <code>MATLAB</code> <code>TensorFlow</code> <code>C#</code> <code>SQL</code> <code>Git</code> <code>GNU/Linux</code></p>
<hr>
<h2 id="-attended-workshops">
🧪 Attended Workshops
<a class="heading-link" href="#-attended-workshops">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
<p>I like to attend (online) workshops in order to broaden my knowledge or refresh some old skills. Below is a timeline of selected workshops which I have followed in the past.</p>
<div class="timeline">
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Jun 2025</div>
<div class="timeline-content">
<h4>Intermediate Bash and Linux</h4>
<p><i class="fas fa-graduation-cap"></i> <a href="https://www.hpc2n.umu.se/" target="_blank">HPC2N, Umeå University</a>, Sweden 🇸🇪</p>
<p><code>grep</code> <code>Sed and AWK</code> <code>Bash scripting</code></p>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Mar 2025</div>
<div class="timeline-content">
<h4>Bayesian Statistical Learning</h4>
<p><i class="fas fa-graduation-cap"></i> <a href="https://www.fz-juelich.de/en/ias/jsc" target="_blank">Jülich Supercomputing Centre</a>, Germany 🇩🇪</p>
<p><code>MCMC</code> <code>PyMC3</code> <code>Supercomputer usage</code></p>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Mar 2025</div>
<div class="timeline-content">
<h4>Programming with Fortran</h4>
<p><i class="fas fa-graduation-cap"></i> <a href="https://www.sc.lrz.de/" target="_blank">Leibniz Supercomputing Centre</a>, Germany 🇩🇪</p>
<p><code>Arrays</code> <code>Subroutines</code> <code>Derived Types</code> <code>I/O</code> <code>Performance considerations</code></p>
</div>
</div>
<div class="timeline-item">
<div class="dot"></div>
<div class="timeline-date">Feb 2025</div>
<div class="timeline-content">
<h4>Code & Collaborate: The FAIRytale of Software Development</h4>
<p><i class="fas fa-graduation-cap"></i> <a href="https://www.cecam.org/" target="_blank">EPFL CECAM</a> & <a href="https://biont-training.eu/" target="_blank">BioNT</a>, Switzerland 🇨🇭</p>
<p><code>Git (CLI)</code> <code>Continuous Integration</code> <code>Code Documentation</code></p>
</div>
</div>
</div>
<h2 id="-selection-of-courses">
🎓 Selection of courses
<a class="heading-link" href="#-selection-of-courses">
<i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"></i>
<span class="sr-only">Link to heading</span>
</a>
</h2>
</article>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

214
public/en/tags/index.html Normal file
View File

@ -0,0 +1,214 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Tags · Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Tags">
<meta property="og:url" content="//localhost:1313/en/tags/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Tags">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/en/tags/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/en/tags/index.xml" title="Pim Nelissen" />
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container taxonomy">
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/tags/">Tags</a>
</h1>
</header>
<ul>
</ul>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

11
public/en/tags/index.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Pim Nelissen</title>
<link>//localhost:1313/en/tags/</link>
<description>Recent content in Tags on Pim Nelissen</description>
<generator>Hugo</generator>
<language>en</language>
<atom:link href="//localhost:1313/en/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -0,0 +1,225 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Tag: Markdown · Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Markdown">
<meta property="og:url" content="//localhost:1313/en/tags/markdown/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Markdown">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/en/tags/markdown/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/en/tags/markdown/index.xml" title="Pim Nelissen" />
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/en/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container list">
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/tags/markdown/">Tag: Markdown</a>
</h1>
</header>
<ul>
<li>
<span class="date">July 5, 2023</span>
<a class="title" href="/en/projects/bsc-thesis/">Machine learning applied to radioactive decay data</a>
</li>
</ul>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Markdown on Pim Nelissen</title>
<link>//localhost:1313/en/tags/markdown/</link>
<description>Recent content in Markdown on Pim Nelissen</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Wed, 05 Jul 2023 00:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/en/tags/markdown/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Machine learning applied to radioactive decay data</title>
<link>//localhost:1313/en/projects/bsc-thesis/</link>
<pubDate>Wed, 05 Jul 2023 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/projects/bsc-thesis/</guid>
<description></description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>//localhost:1313/en/tags/markdown/</title>
<link rel="canonical" href="//localhost:1313/en/tags/markdown/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=//localhost:1313/en/tags/markdown/">
</head>
</html>

View File

@ -0,0 +1,225 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Tag: Text · Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Text">
<meta property="og:url" content="//localhost:1313/en/tags/text/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Text">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/en/tags/text/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/en/tags/text/index.xml" title="Pim Nelissen" />
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/en/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/en/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/skills/">Skills</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/en/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container list">
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/en/tags/text/">Tag: Text</a>
</h1>
</header>
<ul>
<li>
<span class="date">July 5, 2023</span>
<a class="title" href="/en/projects/bsc-thesis/">Machine learning applied to radioactive decay data</a>
</li>
</ul>
</section>
</div>
<footer class="footer">
<section class="container">
©
2024 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Text on Pim Nelissen</title>
<link>//localhost:1313/en/tags/text/</link>
<description>Recent content in Text on Pim Nelissen</description>
<generator>Hugo</generator>
<language>en</language>
<lastBuildDate>Wed, 05 Jul 2023 00:00:00 +0000</lastBuildDate>
<atom:link href="//localhost:1313/en/tags/text/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Machine learning applied to radioactive decay data</title>
<link>//localhost:1313/en/projects/bsc-thesis/</link>
<pubDate>Wed, 05 Jul 2023 00:00:00 +0000</pubDate>
<guid>//localhost:1313/en/projects/bsc-thesis/</guid>
<description></description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>//localhost:1313/en/tags/text/</title>
<link rel="canonical" href="//localhost:1313/en/tags/text/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=//localhost:1313/en/tags/text/">
</head>
</html>

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Binary file not shown.

BIN
public/images/avatar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

View File

@ -1,186 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Pim Nelissen">
<meta property="og:url" content="//localhost:1313/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Pim Nelissen">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Pim Nelissen" />
<meta name="generator" content="Hugo 0.147.1">
</head>
<body class="preload-transitions colorscheme-light">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/">
Pim Nelissen
</a>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="about">
<h1></h1>
<h2> </h2>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
©
2025
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
<head>
<title>//localhost:1313/en/</title>
<link rel="canonical" href="//localhost:1313/en/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=//localhost:1313/en/">
</head>
</html>

View File

@ -5,7 +5,21 @@
<link>//localhost:1313/</link>
<description>Recent content on Pim Nelissen</description>
<generator>Hugo</generator>
<language>en-us</language>
<language>en</language>
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Contact</title>
<link>//localhost:1313/contact/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/contact/</guid>
<description>&lt;p&gt;Email: &lt;a href=&#34;mailto:pi0274ne-s@student.lu.se&#34; &gt;pi0274ne-s@student.lu.se&lt;/a&gt;&lt;/p&gt;</description>
</item>
<item>
<title>CV</title>
<link>//localhost:1313/cv/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>//localhost:1313/cv/</guid>
<description>&lt;h2 id=&#34;-education&#34;&gt;&#xA; 🎓 Education&#xA; &lt;a class=&#34;heading-link&#34; href=&#34;#-education&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA; &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA; &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;M.Sc. in Computational Science (Physics)&lt;/strong&gt;&lt;br&gt;&#xA;&lt;em&gt;Lund University&lt;/em&gt;&lt;br&gt;&#xA;📅 &lt;em&gt;Sep 2024 Present&lt;/em&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Focus on numerical methods for ODEs/PDEs using MATLAB.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;B.Sc. in Physics&lt;/strong&gt;&lt;br&gt;&#xA;&lt;em&gt;Lund University&lt;/em&gt;&lt;br&gt;&#xA;📅 &lt;em&gt;Sep 2020 Jun 2024&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;Python&lt;/code&gt; &lt;code&gt;Deep learning&lt;/code&gt; &lt;code&gt;Monte Carlo&lt;/code&gt; &lt;code&gt;C#&lt;/code&gt; &lt;code&gt;SQL&lt;/code&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Thesis: &lt;em&gt;Machine Learning for Statistical Assessment of Radioactive Decay Chains&lt;/em&gt;&lt;/li&gt;&#xA;&lt;li&gt;Topics: Monte Carlo simulation, deep learning, C#, SQL, Python&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;-professional-experience&#34;&gt;&#xA; 💼 Professional Experience&#xA; &lt;a class=&#34;heading-link&#34; href=&#34;#-professional-experience&#34;&gt;&#xA; &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA; &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA; &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Sales Specialist&lt;/strong&gt;&lt;br&gt;&#xA;&lt;em&gt;Jumbo Supermarkten Oss, Netherlands&lt;/em&gt;&lt;br&gt;&#xA;📅 &lt;em&gt;2018 2020&lt;/em&gt;&lt;/p&gt;</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
const sitePreference=document.documentElement.getAttribute("data-default-appearance"),userPreference=localStorage.getItem("appearance");function getCSSValue(e){var t=window.getComputedStyle(document.documentElement).getPropertyValue(e);return"rgb("+t.replace(/\s+/g,"")+")"}function setThemeColor(){var e=document.querySelector("meta[name=theme-color]");return document.documentElement.classList.contains("dark")?e.setAttribute("content",getCSSValue("--color-neutral-800")):e.setAttribute("content",getCSSValue("--color-neutral")),!0}(sitePreference==="dark"&&userPreference===null||userPreference==="dark")&&(document.documentElement.classList.add("dark"),setThemeColor()),document.documentElement.getAttribute("data-auto-appearance")==="true"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches&&userPreference!=="light"&&(document.documentElement.classList.add("dark"),setThemeColor()),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",e=>{e.matches?document.documentElement.classList.add("dark"):document.documentElement.classList.remove("dark"),setThemeColor()}));function add_to_top_elem(){var n=document.body,e=document.documentElement;const s=Math.max(n.scrollHeight,n.offsetHeight,e.clientHeight,e.scrollHeight,e.offsetHeight)-150,t=document.getElementById("to-top");if(t==null)return;t.hidden=s<window.innerHeight}window.addEventListener("DOMContentLoaded",e=>{add_to_top_elem(),setThemeColor();var t=document.querySelectorAll("[id^='appearance-switcher']");t.forEach(e=>{e.addEventListener("click",()=>{document.documentElement.classList.toggle("dark"),setThemeColor(),localStorage.setItem("appearance",document.documentElement.classList.contains("dark")?"dark":"light")}),e.addEventListener("contextmenu",e=>{e.preventDefault(),localStorage.removeItem("appearance")})})})

View File

@ -0,0 +1 @@
const body=document.body,darkModeToggle=document.getElementById("dark-mode-toggle"),darkModeMediaQuery=window.matchMedia("(prefers-color-scheme: dark)");localStorage.getItem("colorscheme")?setTheme(localStorage.getItem("colorscheme")):setTheme(body.classList.contains("colorscheme-light")||body.classList.contains("colorscheme-dark")?body.classList.contains("colorscheme-dark")?"dark":"light":darkModeMediaQuery.matches?"dark":"light"),darkModeToggle&&darkModeToggle.addEventListener("click",()=>{let e=body.classList.contains("colorscheme-dark")?"light":"dark";setTheme(e),rememberTheme(e)}),darkModeMediaQuery.addListener(e=>{setTheme(e.matches?"dark":"light")}),document.addEventListener("DOMContentLoaded",function(){let e=document.querySelector(".preload-transitions");e.classList.remove("preload-transitions")});function setTheme(e){body.classList.remove("colorscheme-auto");let n=e==="dark"?"light":"dark";body.classList.remove("colorscheme-"+n),body.classList.add("colorscheme-"+e),document.documentElement.style["color-scheme"]=e;function t(e){return new Promise(t=>{if(document.querySelector(e))return t(document.querySelector(e));const n=new MutationObserver(s=>{document.querySelector(e)&&(t(document.querySelector(e)),n.disconnect())});n.observe(document.body,{childList:!0,subtree:!0})})}if(e==="dark"){const e={type:"set-theme",theme:"github-dark"};t(".utterances-frame").then(t=>{t.contentWindow.postMessage(e,"https://utteranc.es")})}else{const e={type:"set-theme",theme:"github-light"};t(".utterances-frame").then(t=>{t.contentWindow.postMessage(e,"https://utteranc.es")})}function s(e){const t=document.querySelector("iframe.giscus-frame");if(!t)return;t.contentWindow.postMessage({giscus:e},"https://giscus.app")}s({setConfig:{theme:e}});const o=new Event("themeChanged");document.dispatchEvent(o)}function rememberTheme(e){localStorage.setItem("colorscheme",e)}

220
public/nl/404.html Normal file
View File

@ -0,0 +1,220 @@
<!DOCTYPE html>
<html lang="nl">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found">
<meta property="og:url" content="//localhost:1313/nl/404.html">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="nl">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/nl/404.html">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/nl/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/nl/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/nl/projects/">Projecten</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/nl/contact/">Contact</a>
</li>
<li class="navigation-item menu-separator">
<span>|</span>
</li>
<li class="navigation-item">
<a href="/en/404.html">🇬🇧 English</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Pagina niet gevonden</h2>
<p>Sorry, deze pagina bestaat niet.<br />U kunt terugkeren naar de <a href="//localhost:1313/">thuispagina</a>.</p>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Aangedreven door <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,226 @@
<!DOCTYPE html>
<html lang="nl">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Categorieën · Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Categories">
<meta property="og:url" content="//localhost:1313/nl/categories/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="nl">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/nl/categories/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/nl/categories/index.xml" title="Pim Nelissen" />
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/nl/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/nl/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/nl/projects/">Projecten</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/nl/contact/">Contact</a>
</li>
<li class="navigation-item menu-separator">
<span>|</span>
</li>
<li class="navigation-item">
<a href="/en/categories/">🇬🇧 English</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container taxonomy">
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/nl/categories/">Categorieën</a>
</h1>
</header>
<ul>
</ul>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Aangedreven door <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Pim Nelissen</title>
<link>//localhost:1313/nl/categories/</link>
<description>Recent content in Categories on Pim Nelissen</description>
<generator>Hugo</generator>
<language>nl</language>
<atom:link href="//localhost:1313/nl/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

273
public/nl/index.html Normal file
View File

@ -0,0 +1,273 @@
<!DOCTYPE html>
<html lang="nl">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Pim Nelissen">
<meta property="og:url" content="//localhost:1313/nl/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Pim Nelissen">
<meta property="og:locale" content="nl">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/nl/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/nl/index.xml" title="Pim Nelissen" />
<meta name="generator" content="Hugo 0.145.0">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/nl/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/nl/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/nl/projects/">Projecten</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/nl/contact/">Contact</a>
</li>
<li class="navigation-item menu-separator">
<span>|</span>
</li>
<li class="navigation-item">
<a href="/en/">🇬🇧 English</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="about">
<div class="avatar"><img src="/images/avatar.jpg" alt="avatar"></div>
<h1>Pim Nelissen</h1>
<h2>Physicist<br>Computational Scientist<br></h2>
<ul>
<li>
<a href="https://www.linkedin.com/in/pim-nelissen/" aria-label="LinkedIn" >
<i class="fa-brands fa-linkedin fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://git.pimnel.com/pim" aria-label="Gitea" >
<i class="fa-brands fa-git-alt fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="mailto:pi0274ne-s@student.lu.se" aria-label="Email" >
<i class="fa-solid fa-envelope fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="tel:&#43;46760226691" aria-label="Phone" >
<i class="fa-solid fa-phone fa-2x" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Aangedreven door <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

11
public/nl/index.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pim Nelissen</title>
<link>//localhost:1313/nl/</link>
<description>Recent content on Pim Nelissen</description>
<generator>Hugo</generator>
<language>nl</language>
<atom:link href="//localhost:1313/nl/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

41
public/nl/sitemap.xml Normal file
View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>//localhost:1313/nl/categories/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
href="//localhost:1313/en/categories/"
/>
<xhtml:link
rel="alternate"
hreflang="nl"
href="//localhost:1313/nl/categories/"
/>
</url><url>
<loc>//localhost:1313/nl/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
href="//localhost:1313/en/"
/>
<xhtml:link
rel="alternate"
hreflang="nl"
href="//localhost:1313/nl/"
/>
</url><url>
<loc>//localhost:1313/nl/tags/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
href="//localhost:1313/en/tags/"
/>
<xhtml:link
rel="alternate"
hreflang="nl"
href="//localhost:1313/nl/tags/"
/>
</url>
</urlset>

226
public/nl/tags/index.html Normal file
View File

@ -0,0 +1,226 @@
<!DOCTYPE html>
<html lang="nl">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Labels · Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Tags">
<meta property="og:url" content="//localhost:1313/nl/tags/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Tags">
<meta property="og:locale" content="nl">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/nl/tags/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/nl/tags/index.xml" title="Pim Nelissen" />
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/nl/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/nl/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/nl/projects/">Projecten</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/nl/contact/">Contact</a>
</li>
<li class="navigation-item menu-separator">
<span>|</span>
</li>
<li class="navigation-item">
<a href="/en/tags/">🇬🇧 English</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container taxonomy">
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/nl/tags/">Labels</a>
</h1>
</header>
<ul>
</ul>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Aangedreven door <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

11
public/nl/tags/index.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Pim Nelissen</title>
<link>//localhost:1313/nl/tags/</link>
<description>Recent content in Tags on Pim Nelissen</description>
<generator>Hugo</generator>
<language>nl</language>
<atom:link href="//localhost:1313/nl/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

230
public/se/404.html Normal file
View File

@ -0,0 +1,230 @@
<!DOCTYPE html>
<html lang="se">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found">
<meta property="og:url" content="//localhost:1313/se/404.html">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="se">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/se/404.html">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/se/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/se/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/se/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/se/contact/">Contact</a>
</li>
<li class="navigation-item menu-separator">
<span>|</span>
</li>
<li class="navigation-item">
<a href="/en/404.html">English</a>
</li>
<li class="navigation-item">
<a href="/nl/404.html">Nederlands</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Sida hittades inte</h2>
<p>Ursäkta, men denna sida existerar inte.<br />Här kan du komma tillbaka till <a href="//localhost:1313/">startsidan</a>.</p>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Byggd med <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,236 @@
<!DOCTYPE html>
<html lang="se">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Katgorier · Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Categories">
<meta property="og:url" content="//localhost:1313/se/categories/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Categories">
<meta property="og:locale" content="se">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/se/categories/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/se/categories/index.xml" title="Pim Nelissen" />
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/se/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/se/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/se/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/se/contact/">Contact</a>
</li>
<li class="navigation-item menu-separator">
<span>|</span>
</li>
<li class="navigation-item">
<a href="/en/categories/">English</a>
</li>
<li class="navigation-item">
<a href="/nl/categories/">Nederlands</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container taxonomy">
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/se/categories/">Katgorier</a>
</h1>
</header>
<ul>
</ul>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Byggd med <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on Pim Nelissen</title>
<link>//localhost:1313/se/categories/</link>
<description>Recent content in Categories on Pim Nelissen</description>
<generator>Hugo</generator>
<language>se</language>
<atom:link href="//localhost:1313/se/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

283
public/se/index.html Normal file
View File

@ -0,0 +1,283 @@
<!DOCTYPE html>
<html lang="se">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Pim Nelissen">
<meta property="og:url" content="//localhost:1313/se/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Pim Nelissen">
<meta property="og:locale" content="se">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/se/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/se/index.xml" title="Pim Nelissen" />
<meta name="generator" content="Hugo 0.145.0">
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/se/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/se/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/se/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/se/contact/">Contact</a>
</li>
<li class="navigation-item menu-separator">
<span>|</span>
</li>
<li class="navigation-item">
<a href="/en/">English</a>
</li>
<li class="navigation-item">
<a href="/nl/">Nederlands</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container centered">
<div class="about">
<div class="avatar"><img src="/images/avatar.jpg" alt="avatar"></div>
<h1>Pim Nelissen</h1>
<h2>Physicist<br>Computational Scientist<br></h2>
<ul>
<li>
<a href="https://www.linkedin.com/in/pim-nelissen/" aria-label="LinkedIn" >
<i class="fa-brands fa-linkedin fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://git.pimnel.com/pim" aria-label="Gitea" >
<i class="fa-brands fa-git-alt fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="mailto:pi0274ne-s@student.lu.se" aria-label="Email" >
<i class="fa-solid fa-envelope fa-2x" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="tel:&#43;46760226691" aria-label="Phone" >
<i class="fa-solid fa-phone fa-2x" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Byggd med <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

11
public/se/index.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pim Nelissen</title>
<link>//localhost:1313/se/</link>
<description>Recent content on Pim Nelissen</description>
<generator>Hugo</generator>
<language>se</language>
<atom:link href="//localhost:1313/se/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

56
public/se/sitemap.xml Normal file
View File

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>//localhost:1313/se/categories/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
href="//localhost:1313/en/categories/"
/>
<xhtml:link
rel="alternate"
hreflang="nl"
href="//localhost:1313/nl/categories/"
/>
<xhtml:link
rel="alternate"
hreflang="se"
href="//localhost:1313/se/categories/"
/>
</url><url>
<loc>//localhost:1313/se/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
href="//localhost:1313/en/"
/>
<xhtml:link
rel="alternate"
hreflang="nl"
href="//localhost:1313/nl/"
/>
<xhtml:link
rel="alternate"
hreflang="se"
href="//localhost:1313/se/"
/>
</url><url>
<loc>//localhost:1313/se/tags/</loc>
<xhtml:link
rel="alternate"
hreflang="en"
href="//localhost:1313/en/tags/"
/>
<xhtml:link
rel="alternate"
hreflang="nl"
href="//localhost:1313/nl/tags/"
/>
<xhtml:link
rel="alternate"
hreflang="se"
href="//localhost:1313/se/tags/"
/>
</url>
</urlset>

236
public/se/tags/index.html Normal file
View File

@ -0,0 +1,236 @@
<!DOCTYPE html>
<html lang="se">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<title>Taggar · Pim Nelissen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Tags">
<meta property="og:url" content="//localhost:1313/se/tags/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Tags">
<meta property="og:locale" content="se">
<meta property="og:type" content="website">
<link rel="canonical" href="//localhost:1313/se/tags/">
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/css/coder.css" media="screen">
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="alternate" type="application/rss+xml" href="/se/tags/index.xml" title="Pim Nelissen" />
</head>
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
</a>
</div>
<main class="wrapper">
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="//localhost:1313/se/">
Pim Nelissen
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/se/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/se/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/se/contact/">Contact</a>
</li>
<li class="navigation-item menu-separator">
<span>|</span>
</li>
<li class="navigation-item">
<a href="/en/tags/">English</a>
</li>
<li class="navigation-item">
<a href="/nl/tags/">Nederlands</a>
</li>
</ul>
</section>
</nav>
<div class="content">
<section class="container taxonomy">
<header>
<h1 class="title">
<a class="title-link" href="//localhost:1313/se/tags/">Taggar</a>
</h1>
</header>
<ul>
</ul>
</section>
</div>
<footer class="footer">
<section class="container">
©
2023 -
2025
Pim Nelissen
·
Byggd med <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
</section>
</footer>
</main>
<script src="/js/coder.js"></script>
</body>
</html>

11
public/se/tags/index.xml Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on Pim Nelissen</title>
<link>//localhost:1313/se/tags/</link>
<description>Recent content in Tags on Pim Nelissen</description>
<generator>Hugo</generator>
<language>se</language>
<atom:link href="//localhost:1313/se/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

21
public/site.webmanifest Normal file
View File

@ -0,0 +1,21 @@
{
"name": "Congo",
"short_name": "Congo",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#7c3aed",
"display": "standalone"
}

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>//localhost:1313/categories/</loc>
</url><url>
<loc>//localhost:1313/</loc>
</url><url>
<loc>//localhost:1313/tags/</loc>
</url>
</urlset>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>//localhost:1313/en/sitemap.xml</loc>
<lastmod>2024-11-14T00:00:00+00:00</lastmod>
</sitemap>
</sitemapindex>

View File

@ -10,6 +10,7 @@
<meta name="author" content="Pim Nelissen">
<meta name="description" content="">
<meta name="keywords" content="">
@ -21,7 +22,7 @@
<meta property="og:url" content="//localhost:1313/tags/">
<meta property="og:site_name" content="Pim Nelissen">
<meta property="og:title" content="Tags">
<meta property="og:locale" content="en_us">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
@ -44,6 +45,12 @@
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
@ -75,7 +82,9 @@
<body class="preload-transitions colorscheme-light">
<body class="preload-transitions colorscheme-auto">
<div class="float-container">
<a id="dark-mode-toggle" class="colorscheme-toggle">
@ -93,6 +102,29 @@
</a>
<input type="checkbox" id="menu-toggle" />
<label class="menu-button float-right" for="menu-toggle">
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
</label>
<ul class="navigation-list">
<li class="navigation-item">
<a class="navigation-link " href="/cv/">CV</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/projects/">Projects</a>
</li>
<li class="navigation-item">
<a class="navigation-link " href="/contact/">Contact</a>
</li>
</ul>
</section>
</nav>
@ -119,8 +151,10 @@
<section class="container">
©
2025
2023 -
2025
Pim Nelissen
·
Powered by <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.

View File

@ -5,7 +5,7 @@
<link>//localhost:1313/tags/</link>
<description>Recent content in Tags on Pim Nelissen</description>
<generator>Hugo</generator>
<language>en-us</language>
<language>en</language>
<atom:link href="//localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -0,0 +1,835 @@
body.colorscheme-dark {
color: #dadada;
background-color: #212121; }
body.colorscheme-dark a {
color: #42a5f5; }
body.colorscheme-dark h1,
body.colorscheme-dark h2,
body.colorscheme-dark h3,
body.colorscheme-dark h4,
body.colorscheme-dark h5,
body.colorscheme-dark h6 {
color: #dadada; }
body.colorscheme-dark h1:hover .heading-link,
body.colorscheme-dark h2:hover .heading-link,
body.colorscheme-dark h3:hover .heading-link,
body.colorscheme-dark h4:hover .heading-link,
body.colorscheme-dark h5:hover .heading-link,
body.colorscheme-dark h6:hover .heading-link {
visibility: visible; }
body.colorscheme-dark h1 .heading-link,
body.colorscheme-dark h2 .heading-link,
body.colorscheme-dark h3 .heading-link,
body.colorscheme-dark h4 .heading-link,
body.colorscheme-dark h5 .heading-link,
body.colorscheme-dark h6 .heading-link {
color: #42a5f5;
font-weight: inherit;
text-decoration: none;
font-size: 80%;
visibility: hidden; }
body.colorscheme-dark h1 .title-link,
body.colorscheme-dark h2 .title-link,
body.colorscheme-dark h3 .title-link,
body.colorscheme-dark h4 .title-link,
body.colorscheme-dark h5 .title-link,
body.colorscheme-dark h6 .title-link {
color: inherit;
font-weight: inherit;
text-decoration: none; }
body.colorscheme-dark pre code {
background-color: inherit;
color: inherit; }
body.colorscheme-dark code {
background-color: #4f4f4f;
color: #dadada; }
body.colorscheme-dark blockquote {
border-left: 2px solid #424242; }
body.colorscheme-dark th,
body.colorscheme-dark td {
padding: 1.6rem; }
body.colorscheme-dark table {
border-collapse: collapse; }
body.colorscheme-dark table td,
body.colorscheme-dark table th {
border: 2px solid #dadada; }
body.colorscheme-dark table tr:first-child th {
border-top: 0; }
body.colorscheme-dark table tr:last-child td {
border-bottom: 0; }
body.colorscheme-dark table tr td:first-child,
body.colorscheme-dark table tr th:first-child {
border-left: 0; }
body.colorscheme-dark table tr td:last-child,
body.colorscheme-dark table tr th:last-child {
border-right: 0; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto {
color: #dadada;
background-color: #212121; }
body.colorscheme-auto a {
color: #42a5f5; }
body.colorscheme-auto h1,
body.colorscheme-auto h2,
body.colorscheme-auto h3,
body.colorscheme-auto h4,
body.colorscheme-auto h5,
body.colorscheme-auto h6 {
color: #dadada; }
body.colorscheme-auto h1:hover .heading-link,
body.colorscheme-auto h2:hover .heading-link,
body.colorscheme-auto h3:hover .heading-link,
body.colorscheme-auto h4:hover .heading-link,
body.colorscheme-auto h5:hover .heading-link,
body.colorscheme-auto h6:hover .heading-link {
visibility: visible; }
body.colorscheme-auto h1 .heading-link,
body.colorscheme-auto h2 .heading-link,
body.colorscheme-auto h3 .heading-link,
body.colorscheme-auto h4 .heading-link,
body.colorscheme-auto h5 .heading-link,
body.colorscheme-auto h6 .heading-link {
color: #42a5f5;
font-weight: inherit;
text-decoration: none;
font-size: 80%;
visibility: hidden; }
body.colorscheme-auto h1 .title-link,
body.colorscheme-auto h2 .title-link,
body.colorscheme-auto h3 .title-link,
body.colorscheme-auto h4 .title-link,
body.colorscheme-auto h5 .title-link,
body.colorscheme-auto h6 .title-link {
color: inherit;
font-weight: inherit;
text-decoration: none; }
body.colorscheme-auto pre code {
background-color: inherit;
color: inherit; }
body.colorscheme-auto code {
background-color: #4f4f4f;
color: #dadada; }
body.colorscheme-auto blockquote {
border-left: 2px solid #424242; }
body.colorscheme-auto th,
body.colorscheme-auto td {
padding: 1.6rem; }
body.colorscheme-auto table {
border-collapse: collapse; }
body.colorscheme-auto table td,
body.colorscheme-auto table th {
border: 2px solid #dadada; }
body.colorscheme-auto table tr:first-child th {
border-top: 0; }
body.colorscheme-auto table tr:last-child td {
border-bottom: 0; }
body.colorscheme-auto table tr td:first-child,
body.colorscheme-auto table tr th:first-child {
border-left: 0; }
body.colorscheme-auto table tr td:last-child,
body.colorscheme-auto table tr th:last-child {
border-right: 0; } }
body.colorscheme-dark .content .post .tags .tag {
background-color: #424242; }
body.colorscheme-dark .content .post .tags .tag a {
color: #dadada; }
body.colorscheme-dark .content .post .tags .tag a:active {
color: #dadada; }
body.colorscheme-dark .content .list ul li .title {
color: #dadada; }
body.colorscheme-dark .content .list ul li .title:hover, body.colorscheme-dark .content .list ul li .title:focus {
color: #42a5f5; }
body.colorscheme-dark .content .centered .about ul li a {
color: #dadada; }
body.colorscheme-dark .content .centered .about ul li a:hover, body.colorscheme-dark .content .centered .about ul li a:focus {
color: #42a5f5; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .content .post .tags .tag {
background-color: #424242; }
body.colorscheme-auto .content .post .tags .tag a {
color: #dadada; }
body.colorscheme-auto .content .post .tags .tag a:active {
color: #dadada; }
body.colorscheme-auto .content .list ul li .title {
color: #dadada; }
body.colorscheme-auto .content .list ul li .title:hover, body.colorscheme-auto .content .list ul li .title:focus {
color: #42a5f5; }
body.colorscheme-auto .content .centered .about ul li a {
color: #dadada; }
body.colorscheme-auto .content .centered .about ul li a:hover, body.colorscheme-auto .content .centered .about ul li a:focus {
color: #42a5f5; } }
body.colorscheme-dark .notice .notice-title {
border-bottom: 1px solid #212121; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .notice .notice-title {
border-bottom: 1px solid #212121; } }
body.colorscheme-dark .navigation a,
body.colorscheme-dark .navigation span {
color: #dadada; }
body.colorscheme-dark .navigation a:hover, body.colorscheme-dark .navigation a:focus {
color: #42a5f5; }
@media only screen and (max-width: 768px) {
body.colorscheme-dark .navigation .navigation-list {
background-color: #212121;
border-top: solid 2px #424242;
border-bottom: solid 2px #424242; } }
@media only screen and (max-width: 768px) {
body.colorscheme-dark .navigation .navigation-list .menu-separator {
border-top: 2px solid #dadada; } }
@media only screen and (max-width: 768px) {
body.colorscheme-dark .navigation #menu-toggle:checked + label > i {
color: #424242; } }
body.colorscheme-dark .navigation i {
color: #dadada; }
body.colorscheme-dark .navigation i:hover, body.colorscheme-dark .navigation i:focus {
color: #42a5f5; }
body.colorscheme-dark .navigation .menu-button i:hover, body.colorscheme-dark .navigation .menu-button i:focus {
color: #dadada; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .navigation a,
body.colorscheme-auto .navigation span {
color: #dadada; }
body.colorscheme-auto .navigation a:hover, body.colorscheme-auto .navigation a:focus {
color: #42a5f5; } }
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
body.colorscheme-auto .navigation .navigation-list {
background-color: #212121;
border-top: solid 2px #424242;
border-bottom: solid 2px #424242; } }
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
body.colorscheme-auto .navigation .navigation-list .menu-separator {
border-top: 2px solid #dadada; } }
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
body.colorscheme-auto .navigation #menu-toggle:checked + label > i {
color: #424242; } }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .navigation i {
color: #dadada; }
body.colorscheme-auto .navigation i:hover, body.colorscheme-auto .navigation i:focus {
color: #42a5f5; }
body.colorscheme-auto .navigation .menu-button i:hover, body.colorscheme-auto .navigation .menu-button i:focus {
color: #dadada; } }
body.colorscheme-dark .tabs label.tab-label {
background-color: #424242;
border-color: #4f4f4f; }
body.colorscheme-dark .tabs input.tab-input:checked + label.tab-label {
background-color: #212121; }
body.colorscheme-dark .tabs .tab-content {
background-color: #212121;
border-color: #4f4f4f; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .tabs label.tab-label {
background-color: #424242;
border-color: #4f4f4f; }
body.colorscheme-auto .tabs input.tab-input:checked + label.tab-label {
background-color: #212121; }
body.colorscheme-auto .tabs .tab-content {
background-color: #212121;
border-color: #4f4f4f; } }
body.colorscheme-dark .taxonomy-element {
background-color: #424242; }
body.colorscheme-dark .taxonomy-element a {
color: #dadada; }
body.colorscheme-dark .taxonomy-element a:active {
color: #dadada; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .taxonomy-element {
background-color: #424242; }
body.colorscheme-auto .taxonomy-element a {
color: #dadada; }
body.colorscheme-auto .taxonomy-element a:active {
color: #dadada; } }
body.colorscheme-dark .footer a {
color: #42a5f5; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .footer a {
color: #42a5f5; } }
body.colorscheme-dark .float-container a {
color: #dadada;
background-color: #424242; }
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
color: #42a5f5; }
@media only screen and (max-width: 768px) {
body.colorscheme-dark .float-container a:hover, body.colorscheme-dark .float-container a:focus {
color: #dadada; } }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto .float-container a {
color: #dadada;
background-color: #424242; }
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
color: #42a5f5; } }
@media only screen and (prefers-color-scheme: dark) and (max-width: 768px) {
body.colorscheme-auto .float-container a:hover, body.colorscheme-auto .float-container a:focus {
color: #dadada; } }
body.colorscheme-dark {
/* Background */
/* PreWrapper */
/* Other */
/* Error */
/* CodeLine */
/* LineLink */
/* LineTableTD */
/* LineTable */
/* LineHighlight */
/* LineNumbersTable */
/* LineNumbers */
/* Line */
/* Keyword */
/* KeywordConstant */
/* KeywordDeclaration */
/* KeywordNamespace */
/* KeywordPseudo */
/* KeywordReserved */
/* KeywordType */
/* Name */
/* NameAttribute */
/* NameBuiltin */
/* NameBuiltinPseudo */
/* NameClass */
/* NameConstant */
/* NameDecorator */
/* NameEntity */
/* NameException */
/* NameFunction */
/* NameFunctionMagic */
/* NameLabel */
/* NameNamespace */
/* NameOther */
/* NameProperty */
/* NameTag */
/* NameVariable */
/* NameVariableClass */
/* NameVariableGlobal */
/* NameVariableInstance */
/* NameVariableMagic */
/* Literal */
/* LiteralDate */
/* LiteralString */
/* LiteralStringAffix */
/* LiteralStringBacktick */
/* LiteralStringChar */
/* LiteralStringDelimiter */
/* LiteralStringDoc */
/* LiteralStringDouble */
/* LiteralStringEscape */
/* LiteralStringHeredoc */
/* LiteralStringInterpol */
/* LiteralStringOther */
/* LiteralStringRegex */
/* LiteralStringSingle */
/* LiteralStringSymbol */
/* LiteralNumber */
/* LiteralNumberBin */
/* LiteralNumberFloat */
/* LiteralNumberHex */
/* LiteralNumberInteger */
/* LiteralNumberIntegerLong */
/* LiteralNumberOct */
/* Operator */
/* OperatorWord */
/* Punctuation */
/* Comment */
/* CommentHashbang */
/* CommentMultiline */
/* CommentSingle */
/* CommentSpecial */
/* CommentPreproc */
/* CommentPreprocFile */
/* Generic */
/* GenericDeleted */
/* GenericEmph */
/* GenericError */
/* GenericHeading */
/* GenericInserted */
/* GenericOutput */
/* GenericPrompt */
/* GenericStrong */
/* GenericSubheading */
/* GenericTraceback */
/* GenericUnderline */
/* TextWhitespace */ }
body.colorscheme-dark .bg {
color: #c9d1d9;
background-color: #0d1117; }
body.colorscheme-dark .chroma {
color: #c9d1d9;
background-color: #0d1117; }
body.colorscheme-dark .chroma .err {
color: #f85149; }
body.colorscheme-dark .chroma .lnlinks {
outline: none;
text-decoration: none;
color: inherit; }
body.colorscheme-dark .chroma .lntd {
vertical-align: top;
padding: 0;
margin: 0;
border: 0; }
body.colorscheme-dark .chroma .lntable {
border-spacing: 0;
padding: 0;
margin: 0;
border: 0; }
body.colorscheme-dark .chroma .hl {
background-color: #ffffcc; }
body.colorscheme-dark .chroma .lnt {
white-space: pre;
user-select: none;
margin-right: 0.4em;
padding: 0 0.4em 0 0.4em;
color: #64686c; }
body.colorscheme-dark .chroma .ln {
white-space: pre;
user-select: none;
margin-right: 0.4em;
padding: 0 0.4em 0 0.4em;
color: #6e7681; }
body.colorscheme-dark .chroma .line {
display: flex; }
body.colorscheme-dark .chroma .k {
color: #ff7b72; }
body.colorscheme-dark .chroma .kc {
color: #79c0ff; }
body.colorscheme-dark .chroma .kd {
color: #ff7b72; }
body.colorscheme-dark .chroma .kn {
color: #ff7b72; }
body.colorscheme-dark .chroma .kp {
color: #79c0ff; }
body.colorscheme-dark .chroma .kr {
color: #ff7b72; }
body.colorscheme-dark .chroma .kt {
color: #ff7b72; }
body.colorscheme-dark .chroma .nc {
color: #f0883e;
font-weight: bold; }
body.colorscheme-dark .chroma .no {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-dark .chroma .nd {
color: #d2a8ff;
font-weight: bold; }
body.colorscheme-dark .chroma .ni {
color: #ffa657; }
body.colorscheme-dark .chroma .ne {
color: #f0883e;
font-weight: bold; }
body.colorscheme-dark .chroma .nf {
color: #d2a8ff;
font-weight: bold; }
body.colorscheme-dark .chroma .nl {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-dark .chroma .nn {
color: #ff7b72; }
body.colorscheme-dark .chroma .py {
color: #79c0ff; }
body.colorscheme-dark .chroma .nt {
color: #7ee787; }
body.colorscheme-dark .chroma .nv {
color: #79c0ff; }
body.colorscheme-dark .chroma .l {
color: #a5d6ff; }
body.colorscheme-dark .chroma .ld {
color: #79c0ff; }
body.colorscheme-dark .chroma .s {
color: #a5d6ff; }
body.colorscheme-dark .chroma .sa {
color: #79c0ff; }
body.colorscheme-dark .chroma .sb {
color: #a5d6ff; }
body.colorscheme-dark .chroma .sc {
color: #a5d6ff; }
body.colorscheme-dark .chroma .dl {
color: #79c0ff; }
body.colorscheme-dark .chroma .sd {
color: #a5d6ff; }
body.colorscheme-dark .chroma .s2 {
color: #a5d6ff; }
body.colorscheme-dark .chroma .se {
color: #79c0ff; }
body.colorscheme-dark .chroma .sh {
color: #79c0ff; }
body.colorscheme-dark .chroma .si {
color: #a5d6ff; }
body.colorscheme-dark .chroma .sx {
color: #a5d6ff; }
body.colorscheme-dark .chroma .sr {
color: #79c0ff; }
body.colorscheme-dark .chroma .s1 {
color: #a5d6ff; }
body.colorscheme-dark .chroma .ss {
color: #a5d6ff; }
body.colorscheme-dark .chroma .m {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mb {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mf {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mh {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mi {
color: #a5d6ff; }
body.colorscheme-dark .chroma .il {
color: #a5d6ff; }
body.colorscheme-dark .chroma .mo {
color: #a5d6ff; }
body.colorscheme-dark .chroma .o {
color: #ff7b72;
font-weight: bold; }
body.colorscheme-dark .chroma .ow {
color: #ff7b72;
font-weight: bold; }
body.colorscheme-dark .chroma .c {
color: #8b949e;
font-style: italic; }
body.colorscheme-dark .chroma .ch {
color: #8b949e;
font-style: italic; }
body.colorscheme-dark .chroma .cm {
color: #8b949e;
font-style: italic; }
body.colorscheme-dark .chroma .c1 {
color: #8b949e;
font-style: italic; }
body.colorscheme-dark .chroma .cs {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-dark .chroma .cp {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-dark .chroma .cpf {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-dark .chroma .gd {
color: #ffa198;
background-color: #490202; }
body.colorscheme-dark .chroma .ge {
font-style: italic; }
body.colorscheme-dark .chroma .gr {
color: #ffa198; }
body.colorscheme-dark .chroma .gh {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-dark .chroma .gi {
color: #56d364;
background-color: #0f5323; }
body.colorscheme-dark .chroma .go {
color: #8b949e; }
body.colorscheme-dark .chroma .gp {
color: #8b949e; }
body.colorscheme-dark .chroma .gs {
font-weight: bold; }
body.colorscheme-dark .chroma .gu {
color: #79c0ff; }
body.colorscheme-dark .chroma .gt {
color: #ff7b72; }
body.colorscheme-dark .chroma .gl {
text-decoration: underline; }
body.colorscheme-dark .chroma .w {
color: #6e7681; }
@media (prefers-color-scheme: dark) {
body.colorscheme-auto {
/* Background */
/* PreWrapper */
/* Other */
/* Error */
/* CodeLine */
/* LineLink */
/* LineTableTD */
/* LineTable */
/* LineHighlight */
/* LineNumbersTable */
/* LineNumbers */
/* Line */
/* Keyword */
/* KeywordConstant */
/* KeywordDeclaration */
/* KeywordNamespace */
/* KeywordPseudo */
/* KeywordReserved */
/* KeywordType */
/* Name */
/* NameAttribute */
/* NameBuiltin */
/* NameBuiltinPseudo */
/* NameClass */
/* NameConstant */
/* NameDecorator */
/* NameEntity */
/* NameException */
/* NameFunction */
/* NameFunctionMagic */
/* NameLabel */
/* NameNamespace */
/* NameOther */
/* NameProperty */
/* NameTag */
/* NameVariable */
/* NameVariableClass */
/* NameVariableGlobal */
/* NameVariableInstance */
/* NameVariableMagic */
/* Literal */
/* LiteralDate */
/* LiteralString */
/* LiteralStringAffix */
/* LiteralStringBacktick */
/* LiteralStringChar */
/* LiteralStringDelimiter */
/* LiteralStringDoc */
/* LiteralStringDouble */
/* LiteralStringEscape */
/* LiteralStringHeredoc */
/* LiteralStringInterpol */
/* LiteralStringOther */
/* LiteralStringRegex */
/* LiteralStringSingle */
/* LiteralStringSymbol */
/* LiteralNumber */
/* LiteralNumberBin */
/* LiteralNumberFloat */
/* LiteralNumberHex */
/* LiteralNumberInteger */
/* LiteralNumberIntegerLong */
/* LiteralNumberOct */
/* Operator */
/* OperatorWord */
/* Punctuation */
/* Comment */
/* CommentHashbang */
/* CommentMultiline */
/* CommentSingle */
/* CommentSpecial */
/* CommentPreproc */
/* CommentPreprocFile */
/* Generic */
/* GenericDeleted */
/* GenericEmph */
/* GenericError */
/* GenericHeading */
/* GenericInserted */
/* GenericOutput */
/* GenericPrompt */
/* GenericStrong */
/* GenericSubheading */
/* GenericTraceback */
/* GenericUnderline */
/* TextWhitespace */ }
body.colorscheme-auto .bg {
color: #c9d1d9;
background-color: #0d1117; }
body.colorscheme-auto .chroma {
color: #c9d1d9;
background-color: #0d1117; }
body.colorscheme-auto .chroma .err {
color: #f85149; }
body.colorscheme-auto .chroma .lnlinks {
outline: none;
text-decoration: none;
color: inherit; }
body.colorscheme-auto .chroma .lntd {
vertical-align: top;
padding: 0;
margin: 0;
border: 0; }
body.colorscheme-auto .chroma .lntable {
border-spacing: 0;
padding: 0;
margin: 0;
border: 0; }
body.colorscheme-auto .chroma .hl {
background-color: #ffffcc; }
body.colorscheme-auto .chroma .lnt {
white-space: pre;
user-select: none;
margin-right: 0.4em;
padding: 0 0.4em 0 0.4em;
color: #64686c; }
body.colorscheme-auto .chroma .ln {
white-space: pre;
user-select: none;
margin-right: 0.4em;
padding: 0 0.4em 0 0.4em;
color: #6e7681; }
body.colorscheme-auto .chroma .line {
display: flex; }
body.colorscheme-auto .chroma .k {
color: #ff7b72; }
body.colorscheme-auto .chroma .kc {
color: #79c0ff; }
body.colorscheme-auto .chroma .kd {
color: #ff7b72; }
body.colorscheme-auto .chroma .kn {
color: #ff7b72; }
body.colorscheme-auto .chroma .kp {
color: #79c0ff; }
body.colorscheme-auto .chroma .kr {
color: #ff7b72; }
body.colorscheme-auto .chroma .kt {
color: #ff7b72; }
body.colorscheme-auto .chroma .nc {
color: #f0883e;
font-weight: bold; }
body.colorscheme-auto .chroma .no {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-auto .chroma .nd {
color: #d2a8ff;
font-weight: bold; }
body.colorscheme-auto .chroma .ni {
color: #ffa657; }
body.colorscheme-auto .chroma .ne {
color: #f0883e;
font-weight: bold; }
body.colorscheme-auto .chroma .nf {
color: #d2a8ff;
font-weight: bold; }
body.colorscheme-auto .chroma .nl {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-auto .chroma .nn {
color: #ff7b72; }
body.colorscheme-auto .chroma .py {
color: #79c0ff; }
body.colorscheme-auto .chroma .nt {
color: #7ee787; }
body.colorscheme-auto .chroma .nv {
color: #79c0ff; }
body.colorscheme-auto .chroma .l {
color: #a5d6ff; }
body.colorscheme-auto .chroma .ld {
color: #79c0ff; }
body.colorscheme-auto .chroma .s {
color: #a5d6ff; }
body.colorscheme-auto .chroma .sa {
color: #79c0ff; }
body.colorscheme-auto .chroma .sb {
color: #a5d6ff; }
body.colorscheme-auto .chroma .sc {
color: #a5d6ff; }
body.colorscheme-auto .chroma .dl {
color: #79c0ff; }
body.colorscheme-auto .chroma .sd {
color: #a5d6ff; }
body.colorscheme-auto .chroma .s2 {
color: #a5d6ff; }
body.colorscheme-auto .chroma .se {
color: #79c0ff; }
body.colorscheme-auto .chroma .sh {
color: #79c0ff; }
body.colorscheme-auto .chroma .si {
color: #a5d6ff; }
body.colorscheme-auto .chroma .sx {
color: #a5d6ff; }
body.colorscheme-auto .chroma .sr {
color: #79c0ff; }
body.colorscheme-auto .chroma .s1 {
color: #a5d6ff; }
body.colorscheme-auto .chroma .ss {
color: #a5d6ff; }
body.colorscheme-auto .chroma .m {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mb {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mf {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mh {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mi {
color: #a5d6ff; }
body.colorscheme-auto .chroma .il {
color: #a5d6ff; }
body.colorscheme-auto .chroma .mo {
color: #a5d6ff; }
body.colorscheme-auto .chroma .o {
color: #ff7b72;
font-weight: bold; }
body.colorscheme-auto .chroma .ow {
color: #ff7b72;
font-weight: bold; }
body.colorscheme-auto .chroma .c {
color: #8b949e;
font-style: italic; }
body.colorscheme-auto .chroma .ch {
color: #8b949e;
font-style: italic; }
body.colorscheme-auto .chroma .cm {
color: #8b949e;
font-style: italic; }
body.colorscheme-auto .chroma .c1 {
color: #8b949e;
font-style: italic; }
body.colorscheme-auto .chroma .cs {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-auto .chroma .cp {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-auto .chroma .cpf {
color: #8b949e;
font-weight: bold;
font-style: italic; }
body.colorscheme-auto .chroma .gd {
color: #ffa198;
background-color: #490202; }
body.colorscheme-auto .chroma .ge {
font-style: italic; }
body.colorscheme-auto .chroma .gr {
color: #ffa198; }
body.colorscheme-auto .chroma .gh {
color: #79c0ff;
font-weight: bold; }
body.colorscheme-auto .chroma .gi {
color: #56d364;
background-color: #0f5323; }
body.colorscheme-auto .chroma .go {
color: #8b949e; }
body.colorscheme-auto .chroma .gp {
color: #8b949e; }
body.colorscheme-auto .chroma .gs {
font-weight: bold; }
body.colorscheme-auto .chroma .gu {
color: #79c0ff; }
body.colorscheme-auto .chroma .gt {
color: #ff7b72; }
body.colorscheme-auto .chroma .gl {
text-decoration: underline; }
body.colorscheme-auto .chroma .w {
color: #6e7681; } }
/*# sourceMappingURL=coder-dark.css.map */

View File

@ -0,0 +1 @@
{"Target":"css/coder-dark.css","MediaType":"text/css","Data":{}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css","MediaType":"text/css","Data":{"Integrity":"sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8="}}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"css/coder.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css","MediaType":"text/css","Data":{"Integrity":"sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0="}}

50
static/css/timeline.css Normal file
View File

@ -0,0 +1,50 @@
.timeline {
position: relative;
margin-left: 150px;
border-left: 3px solid var(--fg-color, #999);
padding-left: 20px;
margin-bottom: 2em;
margin-top: 2em;
}
.timeline-item {
position: relative;
margin-bottom: 3em;
}
.timeline-item .dot {
width: 10px;
height: 10px;
background-color: var(--fg-color, #999);
border-radius: 50%;
position: absolute;
left: -26px; /* Position the dot on the line */
top: 8px;
}
.timeline-item .timeline-date {
position: absolute;
text-align: right;
transform: translateX(-140%);
top: -3px;
font-weight: normal;
color: var(--fg-color, #999);
}
.timeline-content p {
margin-top: 0;
margin-bottom: 0;
}
.timeline-content h4 {
margin-top: 0;
margin-bottom: 0;
}
.timeline-content li {
margin-left: 1em;
}
.timeline-item .timeline-content {
margin-left: 1em;
}

Binary file not shown.

BIN
static/images/avatar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB