diff --git a/content/en/projects.md b/content/en/projects.md deleted file mode 100644 index eadc993..0000000 --- a/content/en/projects.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -title = "Projects" -slug = "projects" -+++ - -Lorem \ No newline at end of file diff --git a/content/en/projects/bsc-thesis.md b/content/en/projects/bsc-thesis.md new file mode 100644 index 0000000..85de885 --- /dev/null +++ b/content/en/projects/bsc-thesis.md @@ -0,0 +1,27 @@ ++++ +authors = ["Pim Nelissen"] +title = "Machine learning applied to radioactive decay data (Bachelor thesis)" +date = "2024-06-27" ++++ + +{{< notice tip >}} The paper is available for [open access](http://lup.lub.lu.se/student-papers/record/9168893). {{< /notice >}} + + +# Reflection + +This 6 month journey has been one with many challenges, but also one of a lot of personal growth. Life was not always easy during this semester, which had caused unfortunate delays in the project. As my supervisor assured me, this is how it always goes in research. Plans continuously change, timetables need adjusting and ambitious ideas put on hold. This project then certainly made me improve my planning skills. Dealing with setbacks was also more common in this rather independent project, compared to any coursework before. + +On an intellectual level, it was a challenge in the beginning to adjust to the academic writing style of papers. Information is more dense and sometimes not explained in detail, referring the reader to some other paper. This trail of research papers that one can go down, even in a small topic as the one I was researching, is truly eye-opening to me. The amount of information that is out there is unimaginable to me. The project also introduced me to new applications of statistics and tested some old statistical knowledge, such as that on exponential distributions, statistical moments like variance and higher order ones. On top of that, I enjoyed learning about Monte Carlo simulations. I had always figured this term to sound complicated, but to learn that it is a rather easy methodology which has such strong use cases in various real-world applications was very interesting to learn. While not the main focus of my thesis, I also enjoyed researching the experimental background, of the process of superheavy synthesis and how detection is done. + +# Official abstract + +Experimental nuclear structure data coming from superheavy nuclei synthesis experiments often consists of correlated alpha decay chains. In the absence of neutron detectors - which would fully characterize the exit channel after the fusion-evaporation reaction - the sequence of decay energies and half-lives are the 'fingerprint' of the exit channel itself. Experimental data in this region is sparse, and its interpretation can be liable to error or confirmation bias. A so-called "Schmidt test" is a method for determining the congruence of correlation times for a set of measurements of one decay step. Its outcome is not always entirely conclusive, however. This study evaluates the congruence derived from the Schmidt test using Monte Carlo simulated data with various level of contamination from incongruent data. Furthermore, the study also includes the evaluation of congruence of data stemming from single decays and multi-step decay chains. A multi-layer perceptron was trained on extracted features from simulated decay chain sets with one step. The Schmidt test performs well with larger decay sets and when the half-life of the contaminating species is longer than the original species by a factor 5 or 10. However, the test performs poorly in low counting statistics, where few recorded decay times are available. The newly proposed machine learning model outperforms the Schmidt test in certain high statistics scenarios, but also fails when few decay times are available. Its performance is also poor when the half-life of the contaminant is shorter than the original half-life. The learning behaviour of the model is analysed, showing significant contributions from higher statistical moments in training. Future work involves including chain correlations across multiple steps, alpha decay energies, as well as the potential use of alternative machine learning models. + +# Results + +One of the key results of the thesis was the heatmap in Figure 1, showing how the amount of contamination in a decay time data set (that is, number of decay times from a species other than the one we are interested in) affects the Schmidt test and its conclusions. This was tested for various factors of contaminant half lives. The result is that the Schmidt test seems rather unsensitive to any contaminants with a half life on the same order of magnitude as the species we seek to study. This was further motivation to look beyond the Schmidt test, which solely relies on variance of the dataset, to see if other statistical methods (e.g. machine learning) could be used. + +{{< figure + src="/images/st_factors.png" + caption="Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure 蟽(螛,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination." +>}} \ No newline at end of file diff --git a/content/en/projects/first-year-project.md b/content/en/projects/first-year-project.md new file mode 100644 index 0000000..afe0097 --- /dev/null +++ b/content/en/projects/first-year-project.md @@ -0,0 +1,12 @@ ++++ +authors = ["Pim Nelissen"] +title = "Coupled Pendula & The Kuramoto Model (1st year experimental project)" +date = "2021-06-15" ++++ + +{{< notice tip >}} Lund University wrote an article about our project. You can find it [here](https://www.fysik.lu.se/artikel/pandemisakert-nar-fysikstudenter-redovisar). + +(Note: the article is written in Swedish). {{< /notice >}} + + +{{< youtube roK2gRDHWeE >}} \ No newline at end of file diff --git a/public/en/index.xml b/public/en/index.xml index 95c93f3..1a55724 100644 --- a/public/en/index.xml +++ b/public/en/index.xml @@ -6,7 +6,22 @@ Recent content on Pim Nelissen Hugo en + Thu, 27 Jun 2024 00:00:00 +0000 + + Machine learning applied to radioactive decay data (Bachelor thesis) + //localhost:1313/en/projects/bsc-thesis/ + Thu, 27 Jun 2024 00:00:00 +0000 + //localhost:1313/en/projects/bsc-thesis/ + <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> + + + Coupled Pendula & The Kuramoto Model (1st year experimental project) + //localhost:1313/en/projects/first-year-project/ + Tue, 15 Jun 2021 00:00:00 +0000 + //localhost:1313/en/projects/first-year-project/ + <div class="notice tip"> <div class="notice-title"> <i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip </div> <div class="notice-content"><p>Lund University wrote an article about our project. You can find it <a href="https://www.fysik.lu.se/artikel/pandemisakert-nar-fysikstudenter-redovisar" class="external-link" target="_blank" rel="noopener">here</a>.</p> <p>(Note: the article is written in Swedish).</p></div> </div> <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"> <iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/roK2gRDHWeE?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe> </div> + Contact //localhost:1313/en/contact/ @@ -21,13 +36,6 @@ //localhost:1313/en/cv/ <head> <link rel="stylesheet" href="//localhost:1313/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> - - Projects - //localhost:1313/en/projects/ - Mon, 01 Jan 0001 00:00:00 +0000 - //localhost:1313/en/projects/ - <p>Lorem</p> - Skills //localhost:1313/en/skills/ diff --git a/public/en/projects/bsc-thesis-copy/index.html b/public/en/projects/bsc-thesis-copy/index.html new file mode 100644 index 0000000..ca511eb --- /dev/null +++ b/public/en/projects/bsc-thesis-copy/index.html @@ -0,0 +1,268 @@ + + + + + + Machine learning applied to radioactive decay data (Bachelor thesis) 路 Pim Nelissen + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+

+ + Machine learning applied to radioactive decay data (Bachelor thesis) + +

+
+ +
+
+ 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.

+

On an intellectual level, it was a challenge in the beginning to adjust to the academic writing style of papers. Information is more dense and sometimes not explained in detail, referring the reader to some other paper. This trail of research papers that one can go down, even in a small topic as the one I was researching, is truly eye-opening to me. The amount of information that is out there is unimaginable to me. The project also introduced me to new applications of statistics and tested some old statistical knowledge, such as that on exponential distributions, statistical moments like variance and higher order ones. On top of that, I enjoyed learning about Monte Carlo simulations. I had always figured this term to sound complicated, but to learn that it is a rather easy methodology which has such strong use cases in various real-world applications was very interesting to learn. While not the main focus of my thesis, I also enjoyed researching the experimental background, of the process of superheavy synthesis and how detection is done.

+

+ Official abstract + + + Link to heading + +

+

Experimental nuclear structure data coming from superheavy nuclei synthesis experiments often consists of correlated alpha decay chains. In the absence of neutron detectors - which would fully characterize the exit channel after the fusion-evaporation reaction - the sequence of decay energies and half-lives are the ‘fingerprint’ of the exit channel itself. Experimental data in this region is sparse, and its interpretation can be liable to error or confirmation bias. A so-called “Schmidt test” is a method for determining the congruence of correlation times for a set of measurements of one decay step. Its outcome is not always entirely conclusive, however. This study evaluates the congruence derived from the Schmidt test using Monte Carlo simulated data with various level of contamination from incongruent data. Furthermore, the study also includes the evaluation of congruence of data stemming from single decays and multi-step decay chains. A multi-layer perceptron was trained on extracted features from simulated decay chain sets with one step. The Schmidt test performs well with larger decay sets and when the half-life of the contaminating species is longer than the original species by a factor 5 or 10. However, the test performs poorly in low counting statistics, where few recorded decay times are available. The newly proposed machine learning model outperforms the Schmidt test in certain high statistics scenarios, but also fails when few decay times are available. Its performance is also poor when the half-life of the contaminant is shorter than the original half-life. The learning behaviour of the model is analysed, showing significant contributions from higher statistical moments in training. Future work involves including chain correlations across multiple steps, alpha decay energies, as well as the potential use of alternative machine learning models.

+

+ Results + + + Link to heading + +

+

Schmidt Test heatmaps

+ +
+
+ + + +
+ +
+
+ 漏 + + 2024 - + + 2025 + Pim Nelissen + 路 + + Powered by Hugo & Coder. + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/en/projects/bsc-thesis/index.html b/public/en/projects/bsc-thesis/index.html new file mode 100644 index 0000000..a1583a4 --- /dev/null +++ b/public/en/projects/bsc-thesis/index.html @@ -0,0 +1,274 @@ + + + + + + Machine learning applied to radioactive decay data (Bachelor thesis) 路 Pim Nelissen + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+
+

+ + Machine learning applied to radioactive decay data (Bachelor thesis) + +

+
+ +
+
+ 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.

+

On an intellectual level, it was a challenge in the beginning to adjust to the academic writing style of papers. Information is more dense and sometimes not explained in detail, referring the reader to some other paper. This trail of research papers that one can go down, even in a small topic as the one I was researching, is truly eye-opening to me. The amount of information that is out there is unimaginable to me. The project also introduced me to new applications of statistics and tested some old statistical knowledge, such as that on exponential distributions, statistical moments like variance and higher order ones. On top of that, I enjoyed learning about Monte Carlo simulations. I had always figured this term to sound complicated, but to learn that it is a rather easy methodology which has such strong use cases in various real-world applications was very interesting to learn. While not the main focus of my thesis, I also enjoyed researching the experimental background, of the process of superheavy synthesis and how detection is done.

+

+ Official abstract + + + Link to heading + +

+

Experimental nuclear structure data coming from superheavy nuclei synthesis experiments often consists of correlated alpha decay chains. In the absence of neutron detectors - which would fully characterize the exit channel after the fusion-evaporation reaction - the sequence of decay energies and half-lives are the ‘fingerprint’ of the exit channel itself. Experimental data in this region is sparse, and its interpretation can be liable to error or confirmation bias. A so-called “Schmidt test” is a method for determining the congruence of correlation times for a set of measurements of one decay step. Its outcome is not always entirely conclusive, however. This study evaluates the congruence derived from the Schmidt test using Monte Carlo simulated data with various level of contamination from incongruent data. Furthermore, the study also includes the evaluation of congruence of data stemming from single decays and multi-step decay chains. A multi-layer perceptron was trained on extracted features from simulated decay chain sets with one step. The Schmidt test performs well with larger decay sets and when the half-life of the contaminating species is longer than the original species by a factor 5 or 10. However, the test performs poorly in low counting statistics, where few recorded decay times are available. The newly proposed machine learning model outperforms the Schmidt test in certain high statistics scenarios, but also fails when few decay times are available. Its performance is also poor when the half-life of the contaminant is shorter than the original half-life. The learning behaviour of the model is analysed, showing significant contributions from higher statistical moments in training. Future work involves including chain correlations across multiple steps, alpha decay energies, as well as the potential use of alternative machine learning models.

+

+ Results + + + Link to heading + +

+

One of the key results of the thesis was the heatmap in Figure 1, showing how the amount of contamination in a decay time data set (that is, number of decay times from a species other than the one we are interested in) affects the Schmidt test and its conclusions. This was tested for various factors of contaminant half lives. The result is that the Schmidt test seems rather unsensitive to any contaminants with a half life on the same order of magnitude as the species we seek to study. This was further motivation to look beyond the Schmidt test, which solely relies on variance of the dataset, to see if other statistical methods (e.g. machine learning) could be used.

+
Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure 蟽(螛,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination.
+

Figure 1: Heatmaps for the Schmidt test congruence for various contaminant half-lives. Each pixel is a unique combination of set size N and C contaminated decay times, where the value of the pixel represents the percentage of i=100 simulated decay chain sets with j=1 step for which the measure 蟽(螛,exp) falls within the confidence interval, indicating likely congruence. The longer the contaminant half life is compared to the original, the more sets are deemed incongruent by the Schmidt test. Additionally, it can be seen that when nearly all of the decay times in the data set are from the contaminant species, the data becomes congruent again. The number of sets deemed congruent is somewhat symmetrical around the the line of 50% contamination.

+
+
+ + +
+
+ + + +
+ +
+
+ 漏 + + 2024 - + + 2025 + Pim Nelissen + 路 + + Powered by Hugo & Coder. + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/en/projects/first-year-project/index.html b/public/en/projects/first-year-project/index.html new file mode 100644 index 0000000..567e3c8 --- /dev/null +++ b/public/en/projects/first-year-project/index.html @@ -0,0 +1,246 @@ + + + + + + Coupled Pendula & The Kuramoto Model (1st year experimental project) 路 Pim Nelissen + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ +
+ + + +
+ +
+
+ 漏 + + 2024 - + + 2025 + Pim Nelissen + 路 + + Powered by Hugo & Coder. + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/en/projects/index.html b/public/en/projects/index.html index 8c9d984..5f809d9 100644 --- a/public/en/projects/index.html +++ b/public/en/projects/index.html @@ -2,9 +2,7 @@ - - Projects 路 Pim Nelissen - + Projects 路 Pim Nelissen @@ -13,21 +11,19 @@ - + - - - + @@ -70,6 +66,7 @@ + @@ -135,22 +132,35 @@
-
-
-
diff --git a/public/en/projects/index.xml b/public/en/projects/index.xml new file mode 100644 index 0000000..ab26d01 --- /dev/null +++ b/public/en/projects/index.xml @@ -0,0 +1,26 @@ + + + + Projects on Pim Nelissen + //localhost:1313/en/projects/ + Recent content in Projects on Pim Nelissen + Hugo + en + Thu, 27 Jun 2024 00:00:00 +0000 + + + Machine learning applied to radioactive decay data (Bachelor thesis) + //localhost:1313/en/projects/bsc-thesis/ + Thu, 27 Jun 2024 00:00:00 +0000 + //localhost:1313/en/projects/bsc-thesis/ + <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> + + + Coupled Pendula & The Kuramoto Model (1st year experimental project) + //localhost:1313/en/projects/first-year-project/ + Tue, 15 Jun 2021 00:00:00 +0000 + //localhost:1313/en/projects/first-year-project/ + <div class="notice tip"> <div class="notice-title"> <i class="fa-solid fa-lightbulb" aria-hidden="true"></i>Tip </div> <div class="notice-content"><p>Lund University wrote an article about our project. You can find it <a href="https://www.fysik.lu.se/artikel/pandemisakert-nar-fysikstudenter-redovisar" class="external-link" target="_blank" rel="noopener">here</a>.</p> <p>(Note: the article is written in Swedish).</p></div> </div> <div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"> <iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/roK2gRDHWeE?autoplay=0&amp;controls=1&amp;end=0&amp;loop=0&amp;mute=0&amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"></iframe> </div> + + + diff --git a/public/en/projects/page/1/index.html b/public/en/projects/page/1/index.html new file mode 100644 index 0000000..d8e6800 --- /dev/null +++ b/public/en/projects/page/1/index.html @@ -0,0 +1,10 @@ + + + + //localhost:1313/en/projects/ + + + + + + diff --git a/public/en/projects/st_factors.png b/public/en/projects/st_factors.png new file mode 100644 index 0000000..832c489 Binary files /dev/null and b/public/en/projects/st_factors.png differ diff --git a/public/en/sitemap.xml b/public/en/sitemap.xml index defe653..5bea1f5 100644 --- a/public/en/sitemap.xml +++ b/public/en/sitemap.xml @@ -2,18 +2,30 @@ + //localhost:1313/en/projects/bsc-thesis/ + 2023-07-05T00:00:00+00:00 + + //localhost:1313/en/tags/markdown/ + 2023-07-05T00:00:00+00:00 + + //localhost:1313/en/ + 2023-07-05T00:00:00+00:00 + + //localhost:1313/en/projects/ + 2023-07-05T00:00:00+00:00 + + //localhost:1313/en/tags/ + 2023-07-05T00:00:00+00:00 + + //localhost:1313/en/tags/text/ + 2023-07-05T00:00:00+00:00 + //localhost:1313/en/categories/ //localhost:1313/en/contact/ //localhost:1313/en/cv/ - - //localhost:1313/en/ - - //localhost:1313/en/projects/ //localhost:1313/en/skills/ - - //localhost:1313/en/tags/ diff --git a/public/en/skills/index.html b/public/en/skills/index.html index c906587..09f301c 100644 --- a/public/en/skills/index.html +++ b/public/en/skills/index.html @@ -199,9 +199,9 @@ From my background in physics and computational science, I have a strong foundat -

- Selection of courses - +

+ 馃帗 Selection of courses + Link to heading diff --git a/public/en/tags/index.html b/public/en/tags/index.html index 156b1ad..09257f1 100644 --- a/public/en/tags/index.html +++ b/public/en/tags/index.html @@ -142,6 +142,28 @@
    + + + +
  • + + markdown + 1 + +
  • + + + + + +
  • + + text + 1 + +
  • + +
diff --git a/public/en/tags/index.xml b/public/en/tags/index.xml index e28c758..db1f793 100644 --- a/public/en/tags/index.xml +++ b/public/en/tags/index.xml @@ -6,6 +6,21 @@ Recent content in Tags on Pim Nelissen Hugo en + Wed, 05 Jul 2023 00:00:00 +0000 + + Markdown + //localhost:1313/en/tags/markdown/ + Wed, 05 Jul 2023 00:00:00 +0000 + //localhost:1313/en/tags/markdown/ + + + + Text + //localhost:1313/en/tags/text/ + Wed, 05 Jul 2023 00:00:00 +0000 + //localhost:1313/en/tags/text/ + + diff --git a/public/en/tags/markdown/index.html b/public/en/tags/markdown/index.html new file mode 100644 index 0000000..90b62f5 --- /dev/null +++ b/public/en/tags/markdown/index.html @@ -0,0 +1,225 @@ + + + + + Tag: Markdown 路 Pim Nelissen + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+

+ Tag: Markdown +

+
+ + + + + + + + + +
+ + +
+ +
+
+ 漏 + + 2024 - + + 2025 + Pim Nelissen + 路 + + Powered by Hugo & Coder. + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/en/tags/markdown/index.xml b/public/en/tags/markdown/index.xml new file mode 100644 index 0000000..d7c9cb2 --- /dev/null +++ b/public/en/tags/markdown/index.xml @@ -0,0 +1,19 @@ + + + + Markdown on Pim Nelissen + //localhost:1313/en/tags/markdown/ + Recent content in Markdown on Pim Nelissen + Hugo + en + Wed, 05 Jul 2023 00:00:00 +0000 + + + Machine learning applied to radioactive decay data + //localhost:1313/en/projects/bsc-thesis/ + Wed, 05 Jul 2023 00:00:00 +0000 + //localhost:1313/en/projects/bsc-thesis/ + + + + diff --git a/public/en/tags/markdown/page/1/index.html b/public/en/tags/markdown/page/1/index.html new file mode 100644 index 0000000..17f24f5 --- /dev/null +++ b/public/en/tags/markdown/page/1/index.html @@ -0,0 +1,10 @@ + + + + //localhost:1313/en/tags/markdown/ + + + + + + diff --git a/public/en/tags/text/index.html b/public/en/tags/text/index.html new file mode 100644 index 0000000..fa94fba --- /dev/null +++ b/public/en/tags/text/index.html @@ -0,0 +1,225 @@ + + + + + Tag: Text 路 Pim Nelissen + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+
+

+ Tag: Text +

+
+ + + + + + + + + +
+ + +
+ +
+
+ 漏 + + 2024 - + + 2025 + Pim Nelissen + 路 + + Powered by Hugo & Coder. + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/en/tags/text/index.xml b/public/en/tags/text/index.xml new file mode 100644 index 0000000..8ea607a --- /dev/null +++ b/public/en/tags/text/index.xml @@ -0,0 +1,19 @@ + + + + Text on Pim Nelissen + //localhost:1313/en/tags/text/ + Recent content in Text on Pim Nelissen + Hugo + en + Wed, 05 Jul 2023 00:00:00 +0000 + + + Machine learning applied to radioactive decay data + //localhost:1313/en/projects/bsc-thesis/ + Wed, 05 Jul 2023 00:00:00 +0000 + //localhost:1313/en/projects/bsc-thesis/ + + + + diff --git a/public/en/tags/text/page/1/index.html b/public/en/tags/text/page/1/index.html new file mode 100644 index 0000000..83e0600 --- /dev/null +++ b/public/en/tags/text/page/1/index.html @@ -0,0 +1,10 @@ + + + + //localhost:1313/en/tags/text/ + + + + + + diff --git a/public/images/st_factors.png b/public/images/st_factors.png new file mode 100644 index 0000000..832c489 Binary files /dev/null and b/public/images/st_factors.png differ diff --git a/public/sitemap.xml b/public/sitemap.xml index 8ccc438..737e258 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -4,6 +4,8 @@ //localhost:1313/en/sitemap.xml + 2023-07-05T00:00:00+00:00 + diff --git a/static/images/st_factors.png b/static/images/st_factors.png new file mode 100644 index 0000000..832c489 Binary files /dev/null and b/static/images/st_factors.png differ