diff --git a/docs/_static/media/survey2025.pdf b/docs/_static/media/survey2025.pdf new file mode 100644 index 0000000000..a4a7fcdd50 Binary files /dev/null and b/docs/_static/media/survey2025.pdf differ diff --git a/docs/surveys.md b/docs/surveys.md new file mode 100644 index 0000000000..9ec0eabfb1 --- /dev/null +++ b/docs/surveys.md @@ -0,0 +1,7 @@ +# Surveys + +## 2025 + +In 2025, we conducted a staff survey on the state of research software engineering at Paul Scherrer Institut (PSI). The survey was open in September and October 2025, and we received responses from over 50 research software engineers (RSEs) across all centers at PSI. On average, every respondent spent over half an hour on the survey. + +![Alt text](_static/media/survey2025.pdf){ type=application/pdf style="width:100%; aspect-ratio: 1 / 1;"} diff --git a/mkdocs.yaml b/mkdocs.yaml index fa79679c45..042b94a618 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -4,6 +4,7 @@ copyright: © Paul Scherrer Institute (PSI) | Content under CC0 License nav: - Home: 'index.md' - About: 'about.md' + - Surveys: 'surveys.md' - Offers: 'offers.md' - Events: 'events.md' - Links: 'links.md' @@ -42,6 +43,7 @@ plugins: - autorefs - include-markdown - blog + - mkdocs-pdf markdown_extensions: - admonition - pymdownx.superfences diff --git a/requirements.txt b/requirements.txt index ffba163e3f..7fb3db4d52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ -mkdocs==1.6.1 -mkdocs-autorefs==1.4.2 -mkdocs-material==9.6.14 -pymdown-extensions==10.15 -mkdocs-include-markdown-plugin==7.1.5 \ No newline at end of file +mkdocs +mkdocs-autorefs +mkdocs-material +pymdown-extensions +mkdocs-include-markdown-plugin +mkdocs-pdf \ No newline at end of file