Skip to content

Commit

Permalink
Merge pull request #19 from inesouledelhaj/main
Browse files Browse the repository at this point in the history
Add imprint
  • Loading branch information
doigl authored Dec 18, 2024
2 parents 9b8ad35 + b19ca5b commit 3834491
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions docs/hidden/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hide: true
56 changes: 56 additions & 0 deletions docs/hidden/imprint.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ markdown_extensions:

plugins:
- search
- awesome-pages
- gen-files:
scripts:
- docs/gen_detail_pages.py
Expand All @@ -49,3 +50,5 @@ plugins:
- mkdocs-simple-hooks:
hooks:
on_pre_build: "data.hooks:generate_cards"

copyright: <a href="/hidden/imprint" target="_blank">Legal Notice</a>

0 comments on commit 3834491

Please sign in to comment.