From bdca89e0c5fe1bc6985eb7417d7e0f43f3ba65c9 Mon Sep 17 00:00:00 2001 From: "Foerster, Thomas" <thomas.foerster@hzdr.de> Date: Wed, 17 Aug 2022 17:20:42 +0200 Subject: [PATCH] Resolve "Subsite: Software Engineering Consulting Manual" --- .gitignore | 4 +++- _data/navigation.yml | 2 ++ consulting-handbook/.gitkeep | 0 fetch_external_content.sh | 6 ++++++ services/software/consulting.html | 22 ++++++++++++++++++++-- 5 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 consulting-handbook/.gitkeep diff --git a/.gitignore b/.gitignore index 6d37eac67..36cba39a2 100644 --- a/.gitignore +++ b/.gitignore @@ -35,5 +35,7 @@ assets/img/jumbotrons/tablet/ # Places for artifacts to be downloaded automatically from respective repositories workshop-materials/*/ +consulting-handbook/ doc/ -assets/videos/video_full.mp4 \ No newline at end of file +assets/videos/video_full.mp4 + diff --git a/_data/navigation.yml b/_data/navigation.yml index 509c8e702..1bbc3580e 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -39,6 +39,8 @@ header: external: True - title: "Learning Materials" url: "services/overall/learning-materials" + - title: "Consulting Handbook" + url: "consulting-handbook/" - title: "FAQ" url: "faq" - title: "Tutorial: Using AAI to login to services" diff --git a/consulting-handbook/.gitkeep b/consulting-handbook/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/fetch_external_content.sh b/fetch_external_content.sh index 03e068666..4bbe6d40b 100755 --- a/fetch_external_content.sh +++ b/fetch_external_content.sh @@ -40,3 +40,9 @@ wget https://gitlab.hzdr.de/hifis/overall/communication/hifis-teaser-video/-/job # 4. Get Administrative and Technical Documentation # tbd + +# 5. Get content for consulting-handbook. +include_mkdocs \ + "https://gitlab.hzdr.de/hifis/software/consulting/consulting-handbook/-/jobs/artifacts/main/download?job=pages" \ + "consulting-handbook/" + diff --git a/services/software/consulting.html b/services/software/consulting.html index 29e5d32f4..9fb8d5a6b 100644 --- a/services/software/consulting.html +++ b/services/software/consulting.html @@ -109,7 +109,24 @@ excerpt: >- <div class="image-attrib">Images by Katerina Limpitsouni via <a href="https://undraw.co/">undraw.co</a></div> -<h1>Getting Started</h1> +<h2> Handbook </h2> + +<p> + For a more in-depth look at the consulting process, please have a look at our + <a href={{ "consulting-handbook/" | relative_url }}>HIFIS Consulting Handbook</a>. + It provides information on the process and the corresponding services we use for a successful consultation. +</p> + +<h2> Helpful Resources </h2> + +<p> + The awesome-rse list is a curated awesome list of resources for Research Software Engineering (RSE). The list contains + various tools and process recommendations that maybe made to the client. + <br><br> + <a href="https://github.com/hifis-net/awesome-rse">https://github.com/hifis-net/awesome-rse</a>. +</p> + +<h2>Getting Started</h2> <p> You can request a new consultation by using the link below. @@ -121,4 +138,5 @@ excerpt: >- <p> If anything goes wrong during the process, feel free to <a href="mailto:{{site.contact_mail}}">email us</a> directly. -</p> \ No newline at end of file +</p> + -- GitLab