diff --git a/doc.zih.tu-dresden.de/docs/application/overview.md b/doc.zih.tu-dresden.de/docs/application/overview.md
index bacc900b05bdae28b830de73abec9ee440eb991c..729927221b3585722a28eb1d872ecc416e28f24f 100644
--- a/doc.zih.tu-dresden.de/docs/application/overview.md
+++ b/doc.zih.tu-dresden.de/docs/application/overview.md
@@ -7,8 +7,8 @@
 ##### Below you will find the information about:
 
 - [NHR-center](#nhr-center)
-- [Acknowledgment in Publications](#acknowledgment-in-publications)
-- [Terms of Use](#terms-of-use)
+- [Acknowledgment in Publications](acknowledgement.md)
+- [Terms of Use](terms_of_use.md)
 
 ## NHR-center
 In order to use the HPC systems installed at ZIH, it is necessary to apply for the resources.
@@ -47,107 +47,6 @@ for their research and to strengthen their skills in the efficient use of these
     research topic provides you with the advantage of
     receiving topic specific support.
 
-## Acknowledgment in Publications
-
-In order to provide modern and powerful HPC systems for you now and in the future, 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
-[NHR-center at TU Dresden][4].
-
-We provide some acknowledgment examples below.
-
-**Examples:**
-
-??? note "Standard case"
-
-    The authors gratefully acknowledge the computing time
-    made available to them on
-    the high-performance computer <cluster name\> at the NHR Center of
-    TU Dresden. This center is jointly
-    supported by the Federal Ministry of Education and
-    Research and the state governments
-    participating in the NHR
-    (www.nhr-verein.de/unsere-partner).
-
-??? note "Two NHR centers"
-
-    The authors gratefully acknowledge the computing time
-    made available to them on
-    the high-performance computers <cluster name\> and <other cluster name\> at the NHR
-    Centers at TU Dresden and <second center\>.
-    These centers are jointly supported by the Federal
-    Ministry of Education and Research
-    and the state governments participating in the NHR
-    (www.nhr-verein.de/unsere-partner).
-
-??? note "German"
-
-    Die Autoren bedanken sich für die ihnen zur Verfügung
-    gestellte Rechenzeit auf
-    dem Hochleistungsrechner <Cluster Name\> am NHR-Zentrum der TU
-    Dresden. Dieses wird gemeinsam durch
-    das Bundesministerium für Bildung und Forschung und den
-    am NHR beteiligten
-    Landesregierungen (www.nhr-verein.de/unsere-partner)
-    unterstützt.
-
-## Terms of Use
-
-!!! attention
-
-    Only the German version of the *Terms of Use* is binding.
-
-These new Terms of Use are valid from April 1, 2018: [HPC-Nutzungsbedingungen_20180305.pdf][5]
-
-The key points are are:
-
-- For support reasons, we store your contact data according to our [identity management system][9].
-  (Will be anonymized at least 15 months after the cancellation of the HPC login.)
-  The data of the HPC project (incl. contact of project leader) will be kept for
-  further reference.
-    - Our HPC resources may only be used according to the project description.
-- Responsibilities for the project leader:
-    - Has to assign a team member with an HPC login as the technical project
-      administrator. She can do this herself if she has a login at our systems.
-    - The project leader or the administrator will have to add/remove members to
-      their project and has access to accounting data for the project.
-- These issues cover the data storage in our systems:
-    - Please work in the scratch filesystems.
-    - Upon request, the project leader or the administrator can be given access
-      to a user's directory.
-    - The scratch filesystems (`/tmp`, `/data/horse`) are for
-      temporary use only. After a certain time, files may be removed
-      automatically (for `/tmp` after 7 days, parallel `/data/horse`: after 100 days).
-    - Before a user leaves a project the leader/administrator has to store away
-      worthy data. For this, the storage services of ZIH (long term storage) can be used.
-- Project termination (**new**)
-    - Upon a project's end, jobs cannot be submitted and started any longer.
-    - Logins are valid for 30 more days for saving data.
-    - Hundred days after project termination, it's files will be deleted in
-      the HPC filesystems.
-- The HPC user agrees to follow the instructions and hints of the support
-  team. In case of non-compliance, she can be disabled for the batch system
-  or banned from the system.
-
-- Working with logs and HPC performance data (**new**)
-    - For HPC related research ZIH will collect and analyze
-      performance data. Anonymized, it might be shared with research partners.
-    - Log data will be kept for long term analyzes.
-
-These key points are only a brief summary. If in doubt, please consult the German original.
-
-## History
-
-| Valid                           | Document                                     |
-|:--------------------------------|:---------------------------------------------|
-| 1 April 2018 - present          | [HPC-Nutzungsbedingungen_20180305.pdf][5]    |
-| 1 October 2016 - 31 March 2018  | [HPC-Nutzungsbedingungen_20160901.pdf][6]    |
-| 5 June 2014 - 30 September 2016 | [HPC-Nutzungsbedingungen_20140606.pdf][7]    |
-
-- Not binding translation in english: [Terms-of-use-HPC-20180305-engl.pdf][8]
-
 [1]: https://tu-dresden.de/zih/hochleistungsrechnen/zugang
 [2]: https://selfservice.zih.tu-dresden.de/index.php/hpclogin/noLogin
 [3]: https://selfservice.zih.tu-dresden.de/l/index.php/hpclogin
diff --git a/doc.zih.tu-dresden.de/mkdocs.yml b/doc.zih.tu-dresden.de/mkdocs.yml
index 40860ed71c47fc425a986aeac9d009049ffc681a..0fe3932b40affa7a0eefcf4a7ce306f016e5eea9 100644
--- a/doc.zih.tu-dresden.de/mkdocs.yml
+++ b/doc.zih.tu-dresden.de/mkdocs.yml
@@ -4,7 +4,9 @@ nav:
   - Application for HPC Resources:
     - Overview: application/overview.md
     - Application Workflow: application/project_request_form.md
+    - Terms of Use: application/terms_of_use.md
     - User Management for Project Leaders: application/project_management.md
+    - Acknowledgement: application/acknowledgement.md
   - Access to ZIH Systems:
     - Overview: access/overview.md
     - Connecting with SSH: