From efa7c4daf4ae840e3bf961b976d1db194c87d67a Mon Sep 17 00:00:00 2001 From: Pim Nelissen Date: Tue, 6 May 2025 21:59:01 +0200 Subject: [PATCH] Add languages. Update CV. Update skills page. Update index page. --- .hugo_build.lock | 0 config.yml | 67 +- content/{ => en}/contact.md | 0 content/en/cv.md | 101 +++ content/en/projects.md | 6 + content/en/skills.md | 45 + layouts/partials/head/custom-styles.html | 1 + public/404.html | 26 +- public/android-chrome-192x192.png | Bin 0 -> 708 bytes public/android-chrome-512x512.png | Bin 0 -> 1684 bytes public/apple-touch-icon.png | Bin 0 -> 559 bytes public/categories/index.html | 26 +- public/categories/index.xml | 4 +- public/contact/index.html | 26 +- public/css/coder-dark.css | 835 ++++++++++++++++++ public/css/coder-dark.css.map | 33 + ...0774a1397198f8cfb7bcba29b7d6fcb54ce57f.css | 1 + ...a42913221ebef8db37eeab7e291b45e1ec7b5a.css | 1 + public/css/timeline.css | 50 ++ public/cv/index.html | 418 +++++++++ public/en/404.html | 208 +++++ public/en/categories/index.html | 214 +++++ public/en/categories/index.xml | 11 + public/en/contact/index.html | 220 +++++ public/en/cv/index.html | 382 ++++++++ public/en/index.html | 261 ++++++ public/en/index.xml | 39 + public/en/projects/index.html | 220 +++++ public/en/sitemap.xml | 19 + public/en/skills/index.html | 272 ++++++ public/en/tags/index.html | 214 +++++ public/en/tags/index.xml | 11 + public/favicon-16x16.png | Bin 0 -> 105 bytes public/favicon-32x32.png | Bin 0 -> 147 bytes public/favicon.ico | Bin 0 -> 15086 bytes public/index.html | 248 +----- public/index.xml | 15 +- ...0bdc39787034cf2cc34d4669fbc9977c929023c.js | 1 + public/nl/404.html | 220 +++++ public/nl/categories/index.html | 226 +++++ public/nl/categories/index.xml | 11 + public/nl/index.html | 273 ++++++ public/nl/index.xml | 11 + public/nl/sitemap.xml | 41 + public/nl/tags/index.html | 226 +++++ public/nl/tags/index.xml | 11 + public/se/404.html | 230 +++++ public/se/categories/index.html | 236 +++++ public/se/categories/index.xml | 11 + public/se/index.html | 283 ++++++ public/se/index.xml | 11 + public/se/sitemap.xml | 56 ++ public/se/tags/index.html | 236 +++++ public/se/tags/index.xml | 11 + public/site.webmanifest | 21 + public/sitemap.xml | 20 +- public/tags/index.html | 26 +- public/tags/index.xml | 4 +- ...s_6d167e6c13a8e6e320b510e9e8efa28e.content | 835 ++++++++++++++++++ ...scss_6d167e6c13a8e6e320b510e9e8efa28e.json | 1 + ...s_9909fe12caa938878c0f06cd010153f1.content | 1 + ...scss_9909fe12caa938878c0f06cd010153f1.json | 1 + ...s_3309bf5eef245954e39c3edadcf84268.content | 11 + ...scss_3309bf5eef245954e39c3edadcf84268.json | 1 + static/css/timeline.css | 50 ++ 65 files changed, 6725 insertions(+), 314 deletions(-) create mode 100644 .hugo_build.lock rename content/{ => en}/contact.md (100%) create mode 100644 content/en/cv.md create mode 100644 content/en/projects.md create mode 100644 content/en/skills.md create mode 100644 layouts/partials/head/custom-styles.html create mode 100644 public/android-chrome-192x192.png create mode 100644 public/android-chrome-512x512.png create mode 100644 public/apple-touch-icon.png create mode 100644 public/css/coder-dark.css create mode 100644 public/css/coder-dark.css.map create mode 100644 public/css/coder-dark.min.a00e6364bacbc8266ad1cc81230774a1397198f8cfb7bcba29b7d6fcb54ce57f.css create mode 100644 public/css/main.bundle.min.03e2c805dbf9efd8ec5f6bdef2a42913221ebef8db37eeab7e291b45e1ec7b5a.css create mode 100644 public/css/timeline.css create mode 100644 public/cv/index.html create mode 100644 public/en/404.html create mode 100644 public/en/categories/index.html create mode 100644 public/en/categories/index.xml create mode 100644 public/en/contact/index.html create mode 100644 public/en/cv/index.html create mode 100644 public/en/index.html create mode 100644 public/en/index.xml create mode 100644 public/en/projects/index.html create mode 100644 public/en/sitemap.xml create mode 100644 public/en/skills/index.html create mode 100644 public/en/tags/index.html create mode 100644 public/en/tags/index.xml create mode 100644 public/favicon-16x16.png create mode 100644 public/favicon-32x32.png create mode 100644 public/favicon.ico create mode 100644 public/js/appearance.min.8a082f81b27f3cb2ee528df0b0bdc39787034cf2cc34d4669fbc9977c929023c.js create mode 100644 public/nl/404.html create mode 100644 public/nl/categories/index.html create mode 100644 public/nl/categories/index.xml create mode 100644 public/nl/index.html create mode 100644 public/nl/index.xml create mode 100644 public/nl/sitemap.xml create mode 100644 public/nl/tags/index.html create mode 100644 public/nl/tags/index.xml create mode 100644 public/se/404.html create mode 100644 public/se/categories/index.html create mode 100644 public/se/categories/index.xml create mode 100644 public/se/index.html create mode 100644 public/se/index.xml create mode 100644 public/se/sitemap.xml create mode 100644 public/se/tags/index.html create mode 100644 public/se/tags/index.xml create mode 100644 public/site.webmanifest create mode 100644 resources/_gen/assets/scss/coder-dark.scss_6d167e6c13a8e6e320b510e9e8efa28e.content create mode 100644 resources/_gen/assets/scss/coder-dark.scss_6d167e6c13a8e6e320b510e9e8efa28e.json create mode 100644 resources/_gen/assets/scss/coder-dark.scss_9909fe12caa938878c0f06cd010153f1.content create mode 100644 resources/_gen/assets/scss/coder-dark.scss_9909fe12caa938878c0f06cd010153f1.json create mode 100644 resources/_gen/assets/scss/coder.scss_3309bf5eef245954e39c3edadcf84268.content create mode 100644 resources/_gen/assets/scss/coder.scss_3309bf5eef245954e39c3edadcf84268.json create mode 100644 static/css/timeline.css 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 @@