From f312ed24fc29e481a73f33443cd8b75c6c52ae7f Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Mon, 7 Feb 2022 14:54:00 +0100 Subject: [PATCH] Add acknowledgment section --- .../docs/application/acknowledgement.md | 25 +++++++++++++++++++ doc.zih.tu-dresden.de/mkdocs.yml | 1 + 2 files changed, 26 insertions(+) create mode 100644 doc.zih.tu-dresden.de/docs/application/acknowledgement.md diff --git a/doc.zih.tu-dresden.de/docs/application/acknowledgement.md b/doc.zih.tu-dresden.de/docs/application/acknowledgement.md new file mode 100644 index 000000000..2cbb89c2b --- /dev/null +++ b/doc.zih.tu-dresden.de/docs/application/acknowledgement.md @@ -0,0 +1,25 @@ +# Acknowledgment + +To provide you with modern and powerful HPC systems in future as well, we have to show that these +systems help to advance research. For that purpose we rely on your help. In most cases, the results +of your computations are used for presentations and publications, especially in peer-reviewed +magazines, journals, and conference proceedings. We kindly ask you to mention the HPC resource usage +in the acknowledgment section of all publications that are based on granted HPC resources of the TU +Dresden. Examples: + +!!! example + + The authors gratefully acknowledge the GWK support for funding this project by providing + computing time through the Center for Information Services and HPC (ZIH) at TU Dresden. + +!!! example + + The authors are grateful to the Center for Information Services and High Performance Computing + [Zentrum für Informationsdienste und Hochleistungsrechnen (ZIH)] at TU Dresden for providing its + facilities for high throughput calculations. + +!!! example + + Die Autoren danken Bund und Land Sachsen für die Unterstützung bei der Finanzierung dieses + Projektes mit der Bereitstellung von Rechenzeit durch das Zentrum für Informationsdienste und + Hochleistungsrechnen (ZIH) an der TU Dresden. diff --git a/doc.zih.tu-dresden.de/mkdocs.yml b/doc.zih.tu-dresden.de/mkdocs.yml index 51885fab7..1fc8591aa 100644 --- a/doc.zih.tu-dresden.de/mkdocs.yml +++ b/doc.zih.tu-dresden.de/mkdocs.yml @@ -6,6 +6,7 @@ nav: - Request for Resources: application/request_for_resources.md - Project Request Form: application/project_request_form.md - Project Management: application/project_management.md + - Acknowledgement: application/acknowledgement.md - Access to ZIH Systems: - Overview: access/overview.md - Connecting with SSH: access/ssh_login.md -- GitLab