Compare commits

..

8 Commits

Author SHA1 Message Date
2d923756e6 update notebook 2026-04-20 10:23:28 +02:00
4d12399a80 add Särdal project notebook 2026-04-17 16:49:36 +02:00
e3a4f082a9 april 2026 update 2026-04-03 14:42:23 +02:00
104c7796ae Merge pull request 'update' (#1) from test-actions into main
Reviewed-on: #1
2026-03-30 12:08:07 +02:00
f5c4f62468 point CV link to GitHub hosted file. fix gitea link to point to profile
Some checks failed
Deploy Hugo Site / deploy (push) Has been cancelled
2026-03-30 12:06:51 +02:00
9963ca278e Update .gitea/workflows/deploy-hugo.yaml
Some checks failed
Deploy Hugo Site / deploy (push) Has been cancelled
2026-02-08 19:31:13 +01:00
eaa383a28a Trigger workflow test 2026-02-08 19:29:07 +01:00
58ab022661 add hugo deploy workflow 2026-02-08 19:28:33 +01:00
8 changed files with 4476 additions and 23 deletions

View File

@ -0,0 +1,24 @@
name: Deploy Hugo Site
on:
push:
branches:
- test-actions
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.147' # specify your Hugo version
- name: Build Hugo site
run: hugo --destination /home/pim/website-live
- name: Sync to live
run: rsync -av --delete ./public/ /home/pim/website-live/

View File

@ -20,7 +20,7 @@ languages:
main:
- identifier: cv
name: CV
url: https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf
url: https://github.com/pim-n/CV/raw/main/cv.pdf
weight: 1
- identifier: skills
name: Skills
@ -34,30 +34,12 @@ languages:
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: ["Computational Physics student in Nuclear Science"]
info: ["M.Sc. Computational Science, Physics", "Nuclear specialisation"]
avatarURL: "images/avatar.jpg"
since: 2024
social:

View File

@ -5,4 +5,4 @@ slug = "contact"
Email: pi0274ne-s@student.lu.se
Phone: See my [CV](https://git.pimnel.com/pim/CV/raw/branch/main/cv.pdf).
Phone: See my [CV](https://github.com/pim-n/CV/blob/main/cv.pdf).

View File

@ -0,0 +1,7 @@
+++
authors = ["Pim Nelissen"]
title = "Bayesian model for radionuclide concentrations on the Swedish west coast"
date = "2026-01-14"
+++
{{< staticpage url="/files/sardal-notebook.html" >}}

View File

@ -9,9 +9,9 @@ From my background in physics and computational science, I have a strong foundat
I am particularly interested in using those skills for peaceful applications of nuclear science. My [bachelor degree thesis](http://lup.lub.lu.se/student-papers/record/9168893) was about applying machine learning on radioactive decay data. I am proficient in Python, experienced with R and MATLAB, and have some exposure to C++, C# and SQL. I am very comfortable with GNU/Linux and Git workflows.
My master degree thesis will be on furthering the development of a Bayesian algorithm for multisource detection in mobile gamma spectroscopy.
I am currently working on my masters thesis. In the first half of my masters thesis I have developed [PG-RAD](http://github.com/pim-n/pg-rad), a Python simulation tool for generating realistic mobile gamma spectrometry data that mimics real-world data. It is particularly useful for simulating localization scenarios of radioactive point sources using car-borne spectrometry setups. In the second half of my thesis, I am using the generated data to quickly generate various scenarios, in order to test Bayesian source localization algorithms for their effectiveness at localizing sources as a function of source activity, source distance from the road, and more.
{{< notice tip >}}A selection of code can be found on my [git instance](http://git.pimnel.com).{{< /notice >}}
{{< notice tip >}}A selection of code can be found on my [git instance](http://git.pimnel.com/pim).{{< /notice >}}
---

View File

@ -0,0 +1 @@
<iframe src="{{ .Get "url" | relURL }}" frameborder="0" style="width: 100%; height: 100vh;"></iframe>

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 170 KiB