diff --git a/content/positions/2026_PhD-position_MBTM-compartmentalized-systems.md b/content/positions/2026_PhD-position_MBTM-compartmentalized-systems.md index 185e7c673..76fcfe797 100644 --- a/content/positions/2026_PhD-position_MBTM-compartmentalized-systems.md +++ b/content/positions/2026_PhD-position_MBTM-compartmentalized-systems.md @@ -9,6 +9,7 @@ contact: Arnaud BLOUIN email: arnaud.blouin@irisa.fr summary: Develop cutting-edge threat modeling tools for next-generation compartmentalized embedded systems pdf: /pdf/2026_PhD-position_MBTM-compartmentalized-systems.pdf +hide: false ---   diff --git a/content/positions/idm4ac.md b/content/positions/obsolete_idm4ac.md similarity index 94% rename from content/positions/idm4ac.md rename to content/positions/obsolete_idm4ac.md index 568ea7417..b906d8680 100644 --- a/content/positions/idm4ac.md +++ b/content/positions/obsolete_idm4ac.md @@ -4,4 +4,5 @@ title: Conception d'un meta-modèle (ontologie) d'architectures cryptographiques duration: 6-8 months starts: Summer 2020 pdf: /pdf/2020_stage-ete_IDM4AC.pdf ---- \ No newline at end of file +hide: true +--- diff --git a/layouts/positions/list.html b/layouts/positions/list.html index e93360583..a8385e233 100644 --- a/layouts/positions/list.html +++ b/layouts/positions/list.html @@ -1,6 +1,7 @@ {{ define "content" }} {{ $data := newScratch }} {{ $data.Set "filter" "phd" }} +{{ $previousYear := (now.AddDate -1 0 0).Year }}