From 734e055d0b0c7b13dadf7571fab2896a0d2107b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:41:31 +0200 Subject: [PATCH 1/2] Update publications --- docs/source/_data/publications.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/_data/publications.yml b/docs/source/_data/publications.yml index cde9094d9..d82bee475 100644 --- a/docs/source/_data/publications.yml +++ b/docs/source/_data/publications.yml @@ -20,6 +20,8 @@ - doi: "10.1088/1741-4326/ad56a0" - doi: "10.1088/1741-4326/abd95f" - doi: "10.5281/zenodo.19596859" +- doi: "10.1103/nbwm-bs8m" +- doi: "10.1016/j.nme.2026.102153" # Thesis - by title (auto-fetched from OpenAlex) - title: "Hydrogen transport in tokamaks : Estimation of the ITER divertor tritium inventory and influence of helium exposure" @@ -42,4 +44,8 @@ degree: "BSc thesis" - doi: "10.1016/j.nme.2025.102026" -- doi: "10.48550/arXiv.2605.12750" \ No newline at end of file +- doi: "10.48550/arXiv.2605.12750" + +- openalex_id: "W7164459034" + type: thesis + degree: "MSc thesis" From f863cdf457ecc5395a2ee1b9e62fcb42dc91474e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:43:30 +0200 Subject: [PATCH 2/2] Update OS version to ubuntu-lts-latest --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f8f14f50..99c829ef2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ conda: environment: docs/environment.yml build: - os: "ubuntu-20.04" + os: "ubuntu-lts-latest" tools: python: "mambaforge-4.10"