update bsc thesis page
This commit is contained in:
@ -6,6 +6,7 @@ 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
|
||||
|
||||
|
@ -1,208 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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="/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 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>
|
||||
<!doctype html><html lang=en><head><title>Pim Nelissen</title>
|
||||
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><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="/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=/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.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css integrity="sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin=anonymous 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=/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 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=/>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.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script></body></html>
|
@ -1,214 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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="/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 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>
|
||||
<!doctype html><html lang=en><head><title>Categories · Pim Nelissen</title>
|
||||
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><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="/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=/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.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css integrity="sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin=anonymous 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=/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 taxonomy"><header><h1 class=title><a class=title-link href=/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.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script></body></html>
|
@ -1,11 +1 @@
|
||||
<?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>
|
||||
<?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>/en/categories/</link><description>Recent content in Categories on Pim Nelissen</description><generator>Hugo</generator><language>en</language><atom:link href="/en/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
@ -1,220 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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="/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/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>
|
||||
<!doctype html><html lang=en><head><title>Contact · Pim Nelissen
|
||||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><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="/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=/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.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css integrity="sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin=anonymous 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=/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=/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.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script></body></html>
|
@ -1,19 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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="
|
||||
<!doctype html><html lang=en><head><title>CV · Pim Nelissen
|
||||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=color-scheme content="light dark"><meta name=author content="Pim Nelissen"><meta name=description content='
|
||||
|
||||
|
||||
|
||||
@ -40,7 +26,7 @@
|
||||
B.Sc. in Physics
|
||||
Lund University, Sweden 🇸🇪
|
||||
Python Deep learning Monte Carlo C# SQL
|
||||
Bachelor thesis: "Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains", Lund University Publications, 2024. Open Access
|
||||
Bachelor thesis: "Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains", Lund University Publications, 2024. Open Access
|
||||
|
||||
|
||||
|
||||
@ -58,305 +44,25 @@
|
||||
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 🇸🇪
|
||||
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: "Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains", 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 🇸🇪
|
||||
Bachelor thesis: "Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains", Lund University Publications, 2024. Open Access 💼 Professional Experience Link to heading 2018 - 2020 Sales Specialist Jumbo Supermarkten, Netherlands 🇳🇱'><meta property="og:url" content="/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: "Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains", 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="/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/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><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><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 3–5 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-university"></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>
|
||||
Bachelor thesis: "Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains", 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=/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.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css integrity="sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin=anonymous 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=/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=/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><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><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 3–5 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-university"></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.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script></body></html>
|
@ -1,261 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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="/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 centered">
|
||||
<div class="about">
|
||||
|
||||
|
||||
<div class="avatar"><img src="/images/avatar.jpg" alt="avatar"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h1>Pim Nelissen</h1>
|
||||
|
||||
<h2>Master’s student 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:+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>
|
||||
<!doctype html><html lang=en><head><title>Pim Nelissen</title>
|
||||
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><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="/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=/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.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css integrity="sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin=anonymous 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=/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 centered"><div class=about><div class=avatar><img src=/images/avatar.jpg alt=avatar></div><h1>Pim Nelissen</h1><h2>Master’s student 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:+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.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script></body></html>
|
@ -13,7 +13,7 @@
|
||||
<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><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></description>
|
||||
<description><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></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Coupled Pendula & The Kuramoto Model (1st year experimental project)</title>
|
||||
|
@ -21,6 +21,13 @@
|
||||
|
||||
|
||||
|
||||
|
||||
Tip
|
||||
|
||||
The code I wrote for the decay chain simulations is openly available on my Git instance.
|
||||
|
||||
|
||||
|
||||
Reflection
|
||||
|
||||
|
||||
@ -34,12 +41,12 @@ This 6 month journey has been one with many challenges, but also one of a lot of
|
||||
|
||||
<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 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. 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: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">
|
||||
@ -169,6 +176,13 @@ This 6 month journey has been one with many challenges, but also one of a lot of
|
||||
<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">
|
||||
|
@ -1,19 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<title>
|
||||
Coupled Pendula & 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="
|
||||
<!doctype html><html lang=en><head><title>Coupled Pendula & The Kuramoto Model (1st year experimental project) · Pim Nelissen
|
||||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=color-scheme content="light dark"><meta name=author content="Pim Nelissen"><meta name=description content="
|
||||
|
||||
Tip
|
||||
|
||||
@ -23,224 +9,13 @@
|
||||
|
||||
|
||||
|
||||
">
|
||||
<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="/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/first-year-project/">
|
||||
Coupled Pendula & 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&controls=1&end=0&loop=0&mute=0&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>
|
||||
"><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="/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=/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.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css integrity="sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin=anonymous 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=/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=/en/projects/first-year-project/>Coupled Pendula & 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 loading=eager referrerpolicy=strict-origin-when-cross-origin src="https://www.youtube.com/embed/roK2gRDHWeE?autoplay=0&controls=1&end=0&loop=0&mute=0&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.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script></body></html>
|
@ -13,7 +13,7 @@
|
||||
<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><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></description>
|
||||
<description><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></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Coupled Pendula & The Kuramoto Model (1st year experimental project)</title>
|
||||
|
@ -1,31 +1 @@
|
||||
<?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/projects/bsc-thesis/</loc>
|
||||
<lastmod>2023-07-05T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>//localhost:1313/en/tags/markdown/</loc>
|
||||
<lastmod>2023-07-05T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>//localhost:1313/en/</loc>
|
||||
<lastmod>2023-07-05T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>//localhost:1313/en/projects/</loc>
|
||||
<lastmod>2023-07-05T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>//localhost:1313/en/tags/</loc>
|
||||
<lastmod>2023-07-05T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>//localhost:1313/en/tags/text/</loc>
|
||||
<lastmod>2023-07-05T00: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>
|
||||
</urlset>
|
||||
<?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>/en/projects/bsc-thesis/</loc><lastmod>2024-06-27T00:00:00+00:00</lastmod></url><url><loc>/en/</loc><lastmod>2024-06-27T00:00:00+00:00</lastmod></url><url><loc>/en/projects/</loc><lastmod>2024-06-27T00:00:00+00:00</lastmod></url><url><loc>/en/projects/first-year-project/</loc><lastmod>2021-06-15T00:00:00+00:00</lastmod></url><url><loc>/en/categories/</loc></url><url><loc>/en/contact/</loc></url><url><loc>/en/cv/</loc></url><url><loc>/en/skills/</loc></url><url><loc>/en/tags/</loc></url></urlset>
|
@ -1,280 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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="
|
||||
<!doctype html><html lang=en><head><title>Skills · Pim Nelissen
|
||||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><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="/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/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><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">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>
|
||||
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="/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=/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.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css integrity="sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin=anonymous 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=/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=/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><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>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.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script></body></html>
|
@ -1,236 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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="/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 taxonomy">
|
||||
<header>
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="//localhost:1313/en/tags/">Tags</a>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
<ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="taxonomy-element">
|
||||
<a href="//localhost:1313/en/tags/markdown/">markdown</a>
|
||||
<sup>1</sup>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<span class="taxonomy-element">
|
||||
<a href="//localhost:1313/en/tags/text/">text</a>
|
||||
<sup>1</sup>
|
||||
</span>
|
||||
</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>
|
||||
<!doctype html><html lang=en><head><title>Tags · Pim Nelissen</title>
|
||||
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><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="/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=/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.min.7763f8bc6341ecf82378e867c285e1549abb063a899be313ccd25dbfcd24fa7d.css integrity="sha256-d2P4vGNB7PgjeOhnwoXhVJq7BjqJm+MTzNJdv80k+n0=" crossorigin=anonymous media=screen><link rel=stylesheet href=/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css integrity="sha256-oA5jZLrLyCZq0cyBIwd0oTlxmPjPt7y6KbfW/LVM5X8=" crossorigin=anonymous 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=/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 taxonomy"><header><h1 class=title><a class=title-link href=/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.min.6ae284be93d2d19dad1f02b0039508d9aab3180a12a06dcc71b0b0ef7825a317.js integrity="sha256-auKEvpPS0Z2tHwKwA5UI2aqzGAoSoG3McbCw73gloxc="></script></body></html>
|
@ -1,26 +1 @@
|
||||
<?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>
|
||||
<lastBuildDate>Wed, 05 Jul 2023 00:00:00 +0000</lastBuildDate>
|
||||
<atom:link href="//localhost:1313/en/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Markdown</title>
|
||||
<link>//localhost:1313/en/tags/markdown/</link>
|
||||
<pubDate>Wed, 05 Jul 2023 00:00:00 +0000</pubDate>
|
||||
<guid>//localhost:1313/en/tags/markdown/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Text</title>
|
||||
<link>//localhost:1313/en/tags/text/</link>
|
||||
<pubDate>Wed, 05 Jul 2023 00:00:00 +0000</pubDate>
|
||||
<guid>//localhost:1313/en/tags/text/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
<?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>/en/tags/</link><description>Recent content in Tags on Pim Nelissen</description><generator>Hugo</generator><language>en</language><atom:link href="/en/tags/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
@ -1,11 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<sitemap>
|
||||
<loc>//localhost:1313/en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-07-05T00:00:00+00:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
</sitemapindex>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/en/sitemap.xml</loc><lastmod>2024-06-27T00:00:00+00:00</lastmod></sitemap></sitemapindex>
|
Reference in New Issue
Block a user