diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a679e8d..4f48d82 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.x - - run: pip install mkdocs-material mkdocs-gen-files mkdocs-macros-plugin mkdocs-simple-hooks neoteroi-mkdocs + - run: pip install mkdocs-material mkdocs-gen-files mkdocs-macros-plugin mkdocs-simple-hooks neoteroi-mkdocs mkdocs-awesome-pages-plugin - name: github pages deploy if: ${{ !env.ACT }} run: mkdocs gh-deploy --force diff --git a/docs/hidden/.pages b/docs/hidden/.pages new file mode 100644 index 0000000..0dcafb3 --- /dev/null +++ b/docs/hidden/.pages @@ -0,0 +1 @@ +hide: true \ No newline at end of file diff --git a/docs/hidden/imprint.md b/docs/hidden/imprint.md new file mode 100644 index 0000000..10a4bb2 --- /dev/null +++ b/docs/hidden/imprint.md @@ -0,0 +1,56 @@ +# Imprint + +## Forschungszentrum Jülich GmbH + +Wilhelm-Johnen-Straße +52428 Jülich + +Entered in the Commercial Register of the District Court of Düren, Germany: No. HR B 3498 + +Value Added Tax ID No. in accordance with § 27 a of the German VAT Law +(Umsatzsteuergesetz): DE 122624631 Tax No.: 213/5700/0033 + +**Board of Directors** +Prof. Dr. Astrid Lambrecht (Chair of the Board of Directors) +Karsten Beneke (Vice-Chairman) +Prof. Dr. Ir. Pieter Jansens + +**Supervisory Board** +Ministerialdirektor Stefan Müller + +## Contact + +**General inquiries:** +49 2461 61-0 +**General fax no.:** +49 2461 61-8100 +**Internet:** http://www.fz-juelich.de +**Email address:** info@fz-juelich.de + +## Copyright +Copyright and all other rights concerning this website are held by Forschungszentrum Jülich +GmbH. Use of the information contained on the website, including excerpts, is permitted for +educational, scientific or private purposes, provided the source is quoted (unless otherwise +expressly stated on the respective website). Use for commercial purposes is not permitted unless +explicit permission has been granted by Forschungszentrum Jülich. + +## Disclaimer + +Contents of this Website This website has been compiled with due diligence. However, +Forschungszentrum Jülich neither guarantees nor accepts liability for the information being +continual up-to-date, complete or accurate. + +## Links to External Websites + +This website may contain links to external third-party websites. These links to third party sites do +not imply approval of their contents. Responsibility for the content of these websites lies solely +with the respective provider or operator of the site. Illegal contents were not recognizable at the +time of setting the link. We do not accept any liability for the continual accessibility or up-to- +dateness, completeness or correctness of the contents of such websites. If we become aware of +any infringements of the law, we will remove such links immediately. + +## Data protection + +Every time a user accesses a website hosted by Forschungszentrum Jülich GmbH and every +time a file is requested, data connected to these processes are stored in a log. These data do not +contain personal information; we are unable to trace which user accessed what information. +Personal user profiles therefore cannot be created. The data that is saved and will be used for +statistical purposes only. This information will not be disclosed to third parties. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 4bf7ee8..9398ef2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,6 +41,7 @@ markdown_extensions: plugins: - search + - awesome-pages - gen-files: scripts: - docs/gen_detail_pages.py @@ -49,3 +50,5 @@ plugins: - mkdocs-simple-hooks: hooks: on_pre_build: "data.hooks:generate_cards" + +copyright: Legal Notice