diff --git a/_includes/head.html b/_includes/head.html index 44504ec1b91..efe2ea895cb 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,22 +1,23 @@ + {% if page.summary %} {% endif %} - + {{ page.title }} | {{ site.site_title }} - + - + {% if page.summary -%} {%- elsif site.description -%} @@ -31,101 +32,113 @@ {%- elsif site.description -%} {%- endif %} - + -{% if page.url == "/index.html" -%} - -{%- else -%} - -{%- endif %} + - - - - + + + - - - + - - - - - - - - -{% if page.url == "/index.html" %} - + + + + + + + + +{% if page.url == "/" %} + {% endif %} - - + + - + - - + + - - - + + + - - + - - - - - + + + + + - - + + + diff --git a/content/about/about.md b/content/about/about.md index 3d59baed3dc..e6690d6f647 100644 --- a/content/about/about.md +++ b/content/about/about.md @@ -1,55 +1,28 @@ --- title: About the preCICE project -permalink: about.html +permalink: /about/ keywords: about, project leaders, timeline, impressum, legal summary: hide_sidebar: true toc: false editme: false redirect_from: - - /about/ + - /about.html - /timeline/ --- ## Development -preCICE is developed in the groups of [Benjamin Uekermann (Usability and Sustainability of Simulation Software)](https://www.ipvs.uni-stuttgart.de/departments/us3/) and [Miriam Schulte (Simulation of Large Systems)](https://www.ipvs.uni-stuttgart.de/departments/sgs/) at the University of Stuttgart and in the group of [Hans-Joachim Bungartz (Scientific Computing in Computer Science)](https://www.cs.cit.tum.de/en/sccs/home/) at the Technical University of Munich. [Support contracts](community-support-precice.html) are offered through [TTI GmbH](https://www.tti-stuttgart.de/). +preCICE is developed in the groups of [Benjamin Uekermann (Usability and Sustainability of Simulation Software)](https://www.ipvs.uni-stuttgart.de/departments/us3/) and [Miriam Schulte (Simulation of Large Systems)](https://www.ipvs.uni-stuttgart.de/departments/sgs/) at the University of Stuttgart and in the group of [Hans-Joachim Bungartz (Scientific Computing in Computer Science)](https://www.cs.cit.tum.de/en/sccs/home/) at the Technical University of Munich. [Support contracts](/community-support-precice/) are offered through [TTI GmbH](https://www.tti-stuttgart.de/).
-preCICE contributors +preCICE contributors
-For the full list of contributors to preCICE please see our [community page](community-contributors). - - +For the full list of contributors to preCICE please see our [community page](/community-contributors/). The conceptual ideas of preCICE are not completely new. preCICE is an advancement of FSI*ce, developed by Markus Brenk. @@ -62,36 +35,40 @@ The website in its current form was planned and implemented by CH Lorenz Researc
{% for item in site.data.funding %}
-
- -
-
-
- - Logo - -
-
- {% if item.description %}

{{ item.description }}

{% endif %} - {% if item.number %}

Funding number: {{ item.number }}

{% endif %} -

Years running: {{ item.period }}

-
-
-
+
+ +
+
+
+ + Logo + +
+
+ {% if item.description %} +

{{ item.description }}

+ {% endif %} + {% if item.number %} +

Funding number: {{ item.number }}

+ {% endif %} +

Years running: {{ item.period }}

+
+
+
{% endfor %}
## Prince XML -We use a non-commercial license of [Prince XML](http://www.princexml.com/) to generate the PDF version of the documentation. For more information see our [meta documentation page](docs-meta-publish-to-pdf.html). +We use a non-commercial license of [Prince XML](http://www.princexml.com/) to generate the PDF version of the documentation. For more information see our [meta documentation page](/docs-meta-publish-to-pdf/). ## Website analytics @@ -101,15 +78,15 @@ We use the open-source and privacy-friendly analytics service [Plausible](https: This website is maintained by -Benjamin Uekermann - -Universität Stuttgart - -Universitätsstraße 38 - -70569 Stuttgart +Benjamin Uekermann – +Universität Stuttgart – +Universitätsstraße 38 – +70569 Stuttgart ## Privacy -You can find the preCICE [privacy policy here](privacy.html). +You can find the preCICE [privacy policy here](/privacy/). -![preCICE doughnuts](images/doughnuts.jpg) +![preCICE doughnuts]({{ '/images/doughnuts.jpg' | relative_url }}) -preCICE is tasty because it is made with love by its contributors. +preCICE is tasty because it is made with love by its contributors. \ No newline at end of file