diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 37324729f35107b6e0aa70943680c735023bd92e..c3df12071bf4200c73f27409221327112972e098 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -13,9 +13,12 @@ main: - name: People url: people weight: 30 - - name: Collaborate - url: collaborate + - name: Thesis ideas + url: topics weight: 40 + - name: Jobs + url: jobs + weight: 42 - name: Publications url: publication weight: 50 diff --git a/content/collaborate/index.md b/content/collaborate/index.md deleted file mode 100644 index c3be8c7de75bde77f591d274b3b582b095069426..0000000000000000000000000000000000000000 --- a/content/collaborate/index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -# Files in this folder represent a Widget Page -type: landing - -sections: - - block: markdown - content: - title: Collaborate with us - text: We are always looking for bright minds who want to work with us. - If you are interested in what you see (or are inspired by the outlines), get in touch, we may have open positions or are happy to supervise you. - - block: collection - content: - title: Open positions - text: We are (almost) always looking for exceptional student researchers. Below you can find a list of currently open positions. Please note, that this list might not be up-to-date. - filters: - category: Job ad - sort_by: 'Date' - sort_ascending: false - design: - view: compact - - block: collection - content: - title: Project ideas - text: Here is a list of project ideas that have the potential for a great master thesis... - filters: - category: Thesis proposal - sort_by: 'Date' - sort_ascending: false - design: - view: list ---- - diff --git a/content/collaborate/jobs/_index.md b/content/collaborate/jobs/_index.md deleted file mode 100644 index df3535d573a6c003e7127e14a0d4d2339f185ee7..0000000000000000000000000000000000000000 --- a/content/collaborate/jobs/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Open positions - -# Listing view -view: card - -# Optional banner image (relative to `assets/media/` folder). -banner: - caption: '' - image: '' ---- diff --git a/content/collaborate/topics/_index.md b/content/collaborate/topics/_index.md deleted file mode 100644 index 8b19d6c739b0996d57788e8456f508d5346f4977..0000000000000000000000000000000000000000 --- a/content/collaborate/topics/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Thesis topic ideas - -# Listing view -view: card - -# Optional banner image (relative to `assets/media/` folder). -banner: - caption: '' - image: '' ---- diff --git a/content/collaborate/jobs/2024_FMH/_index.md b/content/jobs/2024_FMH/_index.md similarity index 97% rename from content/collaborate/jobs/2024_FMH/_index.md rename to content/jobs/2024_FMH/_index.md index 0ca0ae13ddf519e15540d7b3e32548bdce44420d..e6ba635562b906daea568cc13f769e2d4289091d 100644 --- a/content/collaborate/jobs/2024_FMH/_index.md +++ b/content/jobs/2024_FMH/_index.md @@ -3,6 +3,8 @@ title: Carbon Removal and Innovation Research date: 2024-08-20 categories: - Job ad +tags: + - Job ad authors: - Finn Müller-Hansen summary: "Contribute to data analyses and innovation research in the field of carbon removal as part of the GENIE and State of CDR project" diff --git a/content/collaborate/jobs/2024_FMH/ad.pdf b/content/jobs/2024_FMH/ad.pdf similarity index 100% rename from content/collaborate/jobs/2024_FMH/ad.pdf rename to content/jobs/2024_FMH/ad.pdf diff --git a/content/collaborate/jobs/2024_TR/_index.md b/content/jobs/2024_TR/_index.md similarity index 100% rename from content/collaborate/jobs/2024_TR/_index.md rename to content/jobs/2024_TR/_index.md diff --git a/content/collaborate/jobs/2024_TR/ad.pdf b/content/jobs/2024_TR/ad.pdf similarity index 100% rename from content/collaborate/jobs/2024_TR/ad.pdf rename to content/jobs/2024_TR/ad.pdf diff --git a/content/jobs/_index.md b/content/jobs/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..7ae57b3fd200a71f7bde59c2553cbc0e006f5c92 --- /dev/null +++ b/content/jobs/_index.md @@ -0,0 +1,15 @@ +--- +title: Open positions + +# Listing view +view: card + +# Optional banner image (relative to `assets/media/` folder). +banner: + caption: '' + image: '' +--- + +We are (almost) always looking for exceptional student researchers. +Below, you find a list of currently open positions. +Please note, that this list might not be up-to-date. diff --git a/content/topics/_index.md b/content/topics/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..3ccc71efa37b12b7fa9667b1cd1cc291a4fd8090 --- /dev/null +++ b/content/topics/_index.md @@ -0,0 +1,14 @@ +--- +title: Thesis topic ideas + +# Listing view +view: card + +# Optional banner image (relative to `assets/media/` folder). +banner: + caption: '' + image: '' +--- +We are always looking for bright minds who want to work with us. +If you are interested in what you see (or are inspired by the outlines), get in touch, we are happy to supervise you. +You may also consider having a look at our open positions... diff --git a/content/collaborate/topics/deploy-tracking.md b/content/topics/deploy-tracking.md similarity index 100% rename from content/collaborate/topics/deploy-tracking.md rename to content/topics/deploy-tracking.md diff --git a/content/collaborate/topics/gpt-labelling.md b/content/topics/gpt-labelling.md similarity index 100% rename from content/collaborate/topics/gpt-labelling.md rename to content/topics/gpt-labelling.md diff --git a/content/collaborate/topics/image-analysis.md b/content/topics/image-analysis.md similarity index 100% rename from content/collaborate/topics/image-analysis.md rename to content/topics/image-analysis.md diff --git a/content/collaborate/topics/scaling.md b/content/topics/scaling.md similarity index 100% rename from content/collaborate/topics/scaling.md rename to content/topics/scaling.md diff --git a/content/collaborate/topics/twitter-links.md b/content/topics/twitter-links.md similarity index 100% rename from content/collaborate/topics/twitter-links.md rename to content/topics/twitter-links.md