diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/config.yml b/config.yml index 26d8260..82d1d73 100644 --- a/config.yml +++ b/config.yml @@ -1,32 +1,65 @@ baseURL: "" languageCode: "en" defaultContentLanguage: "en" +defaultContentLanguageInSubdir: true enableEmoji: true title: Pim Nelissen theme: hugo-coder -menu: - main: - - identifier: cv - name: CV - url: /cv/ - weight: 10 - - identifier: projects - name: Projects - url: /projects/ - weight: 20 - - identifier: contact - name: Contact - url: /contact/ - weight: 30 +markup: + goldmark: + renderer: + unsafe: true + +languages: + en: + languageName: ":uk: English" + weight: 1 + contentDir: "content/en" + menu: + main: + - identifier: cv + name: CV + url: /en/cv/ + weight: 1 + - identifier: skills + name: Skills + url: /en/skills/ + weight: 2 + - identifier: projects + name: Projects + url: /en/projects/ + weight: 3 + - identifier: contact + name: Contact + url: /en/contact/ + weight: 4 + # nl: + # languageName: ":netherlands: Nederlands" + # weight: 2 + # contentDir: "content/nl" + # menu: + # main: + # - identifier: cv + # name: CV + # url: /nl/cv/ + # weight: 10 + # - identifier: projecten + # name: Projecten + # url: /nl/projects/ + # weight: 20 + # - identifier: contact + # name: Contact + # url: /nl/contact/ + # weight: 30 params: colorScheme: "auto" hidecolorschemetoggle: false author: "Pim Nelissen" - info: ["Physicist", "Computational Scientist"] + info: ["Master's student in Computational Science/Physics", "B.Sc. Physics"] avatarURL: "images/avatar.jpg" - since: 2023 + since: 2024 social: - name: "Gitea" icon: "fa-brands fa-git-alt fa-2x" @@ -43,4 +76,4 @@ params: - name: "Phone" icon: "fa-solid fa-phone fa-2x" weight: 4 - url: "tel:+46760226691" + url: "tel:+46760226691" \ No newline at end of file diff --git a/content/contact.md b/content/en/contact.md similarity index 100% rename from content/contact.md rename to content/en/contact.md diff --git a/content/en/cv.md b/content/en/cv.md new file mode 100644 index 0000000..fc3cbab --- /dev/null +++ b/content/en/cv.md @@ -0,0 +1,101 @@ ++++ +title = "CV" +slug = "cv" ++++ + + + + + +## 🎓 Education + +
+
+
+
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 + +
    +
    +
    +
    2018 - 2020
    +
    +

    Sales Specialist

    +

    Jumbo Supermarkten, Netherlands 🇳🇱

    +

    Leadership

    +
  • Managed product presentation and customer experience.
  • +
  • Occasionally led a team of 3–5 employees.
  • +
    +
    +
    +
    +
    2015 - 2018
    +
    +

    Sales Assistant

    +

    Jumbo Supermarkten, Netherlands 🇳🇱

    +
    +
    +
    + +--- + +## 🙌 Volunteering + +
    +
    +
    +
    Jun - Aug 2023
    +
    +

    System Administrator

    +

    DFRI, Sweden 🇸🇪

    +

    GNU/Linux Docker Nextcloud

    +
  • Maintained Linux infrastructure for a digital rights non-profit.
  • +
  • Migrated Nextcloud to containerised Docker instance.
  • +
    +
    +
    +
    +
    2013 - 2014
    +
    +

    Digital Literacy Instructor

    +

    City Library Oss, Netherlands 🇳🇱

    +

    Teaching Organising Nextcloud

    +
  • I organised and taught a digital skills course to uplift senior citizens in the community.
  • +
    +
    +
    + + +## 📖 Publication + +**Bachelor’s Thesis** +**P. Nelissen**, *Scrutinizing the Schmidt Test and Exploring the Use of Machine Learning for Statistical Assessment of Radioactive Decay Chains*, Lund University, 2024. + + +--- + +## 👤 About Me + +I enjoy both in-depth technical challenges and broader scientific learning. I’m an avid reader, enjoy the outdoors, and thrive in environments that balance curiosity, creativity, and rigor. + +--- diff --git a/content/en/projects.md b/content/en/projects.md new file mode 100644 index 0000000..eadc993 --- /dev/null +++ b/content/en/projects.md @@ -0,0 +1,6 @@ ++++ +title = "Projects" +slug = "projects" ++++ + +Lorem \ No newline at end of file diff --git a/content/en/skills.md b/content/en/skills.md new file mode 100644 index 0000000..113ebaa --- /dev/null +++ b/content/en/skills.md @@ -0,0 +1,45 @@ ++++ +title = "Skills" +slug = "skills" ++++ + +## Core Competencies + +From my background in physics and computational science, I have a strong foundation in numerical methods and Monte Carlo simulations for solving physical problems. I am particularly interested by nuclear physics. My [bachelor degree thesis](http://lup.lub.lu.se/student-papers/record/9168893) is about applying machine learning on radioactive decay data. I am proficient in Python and have some exposure to C#, MATLAB, and SQL. I am very comfortable with GNU/Linux and Git workflows. + +`Python` `MATLAB` `TensorFlow` `C#` `SQL` `Git` `GNU/Linux` + +--- + +## 🧪 Attended Workshops +I like to attend (online) workshops in order to broaden my knowledge or refresh some old skills. Below is a timeline of selected workshops which I have followed in the past. + +
    +
    +
    +
    Mar 2025
    +
    +

    Bayesian Statistical Learning

    +

    Jülich Supercomputing Centre, Germany 🇩🇪

    +

    MCMC PyMC3 Supercomputer usage

    +
    +
    +
    +
    +
    Mar 2025
    +
    +

    Programming with Fortran

    +

    Leibniz Supercomputing Centre, Germany 🇩🇪

    +

    Arrays Subroutines Derived Types I/O Performance considerations

    +
    +
    +
    +
    +
    Feb 2025
    +
    +

    Code & Collaborate: The FAIRytale of Software Development

    +

    EPFL CECAM & BioNT, Switzerland 🇨🇭

    +

    Git (CLI) Continuous Integration Code Documentation

    +
    +
    +
    \ No newline at end of file diff --git a/layouts/partials/head/custom-styles.html b/layouts/partials/head/custom-styles.html new file mode 100644 index 0000000..7d8ddba --- /dev/null +++ b/layouts/partials/head/custom-styles.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/404.html b/public/404.html index e65209e..3f4ef5f 100644 --- a/public/404.html +++ b/public/404.html @@ -1,7 +1,7 @@ - + Pim Nelissen @@ -19,7 +19,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -38,13 +38,19 @@ - + + + + + + + @@ -75,7 +81,9 @@ - + + +
    @@ -88,7 +96,7 @@