{% extends "base_generic.html" %} {% block title %}Chair of Materials Science and Nanotechnology{% endblock %} {% block head %} {% endblock %} {% block content0 %} {% load static %} {% if main.mainImages_main.all %}
{% for image in main.mainImages_main.all %} {% if image.public %} {% if image.get_extension == ".mp4" %}
{% if image.title %}
{% if image.description %}
{{image.title|safe}}
{{image.description|safe|linebreaksbr}}
{% else %}
{{image.title|safe}}
{% endif %}
{%else%}
{% endif %}
{% else %}
{% if image.title %}
{% if image.description %}
{{image.title|safe}}
{{image.description|safe|linebreaksbr}}
{% else %}
{{image.title|safe}}
{% endif %}
{%else%}
{% if image.description %}
{{image.description|safe|linebreaksbr}}
{% else %}
{{image.title|safe}}
{% endif %}
{% endif %}
{% endif %} {% endif %} {% endfor %}
{% endif %} {% endblock %} {% block content %} {% block small %}

{{num_members}} active members

{{ num_formers_professors }} alumni now professors

{{num_openjobs}} current job offers

{{num_opentheses}} thesis opportunities

every year: {{ average_pubs_per_year}} papers
and {{ average_citations_per_year}} citations

{{num_patents }} patents since 2013

{{ num_spinoffs }} spinoff companies

{{ num_projects }} running projects

{% if seminars %}

next nanoSeminar

{% include "seminar_list.html" with seminar_list=seminars no_text=True %}
{% endif %} {% if outreach %}

latest press news

{% include "outreach_list.html" with outreach_list=outreach %}
{% endif %} {% if news %}

latest news

{% include "news_list.html" with news_list=news %}
{% endif %} {% if publications %}

latest publication

{% include "publication_list.html" with height=100 publication_list=publications small=True %}
{% endif %} {% if event_list %}

upcoming conferences

{% include "event_list.html" with no_text=True %}
{% endif %} {% endblock %} {% endblock %} {% block content2 %}

cover images

{% for cov in cover %}
{% endfor %}
{% endblock %} {% block javascripts %} {% endblock %}