Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add katalog #177

Merged
merged 21 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
271 changes: 271 additions & 0 deletions _data/unternehmen_2024.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _includes/index/unternehmen_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2 class="text-center text-gray text-uppercase text-secondary mb-0 h2-fontsize"
<hr class="star-dark">

<div class="row justify-content-center">
{% for unternehmen in site.data.unternehmen_2023 %}
{% for unternehmen in site.data.unternehmen_2024 %}
<div class="col-xl-3 col-md-4 col-6 grid-col">
<a class="mx-auto"
href="{% if unternehmen.text and unternehmen.text != '' %}{% link katalog.html %}#{{ unternehmen.name | url_encode }}{% else %}{{ unternehmen.url }}{% endif %}"
Expand Down
7 changes: 1 addition & 6 deletions _includes/katalog/katalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
<h2 class="text-center text-gray text-uppercase text-secondary mb-0 h2-fontsize">Unternehmen 2024</h2>
<hr class="star-dark">

Hier werden demnächst die Unternehmen der PhysiKon 2024 vorgestellt.

{% comment %}
<!-- Carousel -->
<div id="katalog-carousel" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner">

{% assign katalog_unternehmen = site.data.unternehmen_2023 | where_exp: "unternehmen", "unternehmen.text and
{% assign katalog_unternehmen = site.data.unternehmen_2024 | where_exp: "unternehmen", "unternehmen.text and
unternehmen.text != ''" %}
{% for unternehmen in katalog_unternehmen %}
<div class="carousel-item {%- if forloop.first == true %} active {%- endif -%}"
Expand Down Expand Up @@ -95,6 +92,4 @@ <h5> Gewünschte Zusatzqualifikationen </h5>
</a>
</div>

{% endcomment %}

</section>
41 changes: 16 additions & 25 deletions _includes/programm/programm.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,30 @@ <h2 class="h2-fontsize py-5">Was machen MINT-Studierende nach dem Studium?</h2>

<h3>Online-Programm </h3>

Hier wird demnächst das Online-Programm der PhysiKon 2024 erscheinen.
{% comment %}

<p style="font-size: 1.2rem">
Zusätzlich zu der Jobmesse am 20.04.2023 auf dem Campus der TU Dortmund bieten wir im Zeitraum 17. - 19.04.2023
Zusätzlich zu der Jobmesse am 18.04.2024 auf dem Campus der TU Dortmund bieten wir im Zeitraum 15. - 17.04.2024
ein breites Online-Angebot via Zoom an.
Hier haben Unternehmen eine Stunde Zeit sich euch im Rahmen eines Vortrags via Zoom vorzustellen.
Ihr habt hier die Gelegenheit, die Aussteller schon mal kennen zu lernen und sie mit Fragen zu löchern.
<a href="https://tu-dortmund.zoom.us/meeting/register/tJEvcO-hqTwoE9XUJGa-DMRQ6jSmnImSYf3J"><b>Hier könnt ihr euch
für das Zoom Meeting registrieren.</b></a>
<!-- <a href="https://tu-dortmund.zoom.us/meeting/register/tJEvcO-hqTwoE9XUJGa-DMRQ6jSmnImSYf3J"><b>Hier könnt ihr euch -->
<!-- für das Zoom Meeting registrieren.</b></a> -->

<table class="styled-table">

<thead>
<tr>
<th>Zeit</th>
<th>17.04.2023</th>
<th>18.04.2023</th>
<th>19.04.2023</th>
<th>15.04.2024</th>
<th>16.04.2024</th>
<th>17.04.2024</th>
</tr>
</thead>
<tr>
<td>13 – 14 Uhr</td>
<td> <a href="https://www.nrwbank.de/de/die-nrw-bank/karriere/" targe="_blank">NRW.BANK</a></td>
{% capture _unternehmen %}VetVise+d-fine{% endcapture %}
{% capture _unternehmen %}KPMG++{% endcapture %}
{% assign __unternehmen = _unternehmen | split: '+' %}
{% for unternehmen_name in __unternehmen %}
{% assign unternehmen = site.data.unternehmen_2023 | where: "name", unternehmen_name | first %}
{% assign unternehmen = site.data.unternehmen_2024 | where: "name", unternehmen_name | first %}
<td> <a
href="{% if unternehmen.text and unternehmen.text != '' %}{% link katalog.html %}#{{ unternehmen.name | url_encode }}{% else %}{{ unternehmen.url }}{% endif %}"
{% unless unternehmen.text and unternehmen.text !='' %}target="_blank" {% endunless %}>{{ unternehmen.name
Expand All @@ -47,10 +43,10 @@ <h3>Online-Programm </h3>
</tr>
<tr>
<td>14 – 15 Uhr</td>
{% capture _unternehmen %}Materna IPS+Amprion+Infineon{% endcapture %}
{% capture _unternehmen %}Elmos++{% endcapture %}
{% assign __unternehmen = _unternehmen | split: '+' %}
{% for unternehmen_name in __unternehmen %}
{% assign unternehmen = site.data.unternehmen_2023 | where: "name", unternehmen_name | first %}
{% assign unternehmen = site.data.unternehmen_2024 | where: "name", unternehmen_name | first %}
<td> <a
href="{% if unternehmen.text and unternehmen.text != '' %}{% link katalog.html %}#{{ unternehmen.name | url_encode }}{% else %}{{ unternehmen.url }}{% endif %}"
{% unless unternehmen.text and unternehmen.text !='' %}target="_blank" {% endunless %}>{{ unternehmen.name
Expand All @@ -59,10 +55,10 @@ <h3>Online-Programm </h3>
</tr>
<tr>
<td>15 – 16 Uhr</td>
{% capture _unternehmen %}ROSEN+Deichmann+Point8{% endcapture %}
{% capture _unternehmen %}Amprion+Infineon+{% endcapture %}
{% assign __unternehmen = _unternehmen | split: '+' %}
{% for unternehmen_name in __unternehmen %}
{% assign unternehmen = site.data.unternehmen_2023 | where: "name", unternehmen_name | first %}
{% assign unternehmen = site.data.unternehmen_2024 | where: "name", unternehmen_name | first %}
<td> <a
href="{% if unternehmen.text and unternehmen.text != '' %}{% link katalog.html %}#{{ unternehmen.name | url_encode }}{% else %}{{ unternehmen.url }}{% endif %}"
{% unless unternehmen.text and unternehmen.text !='' %}target="_blank" {% endunless %}>{{ unternehmen.name
Expand All @@ -71,10 +67,10 @@ <h3>Online-Programm </h3>
</tr>
<tr>
<td>16 – 17 Uhr</td>
{% capture _unternehmen %}Zeiss+Cohausz&Florack+CGI{% endcapture %}
{% capture _unternehmen %}+Point8+{% endcapture %}
{% assign __unternehmen = _unternehmen | split: '+' %}
{% for unternehmen_name in __unternehmen %}
{% assign unternehmen = site.data.unternehmen_2023 | where: "name", unternehmen_name | first %}
{% assign unternehmen = site.data.unternehmen_2024 | where: "name", unternehmen_name | first %}
<td> <a
href="{% if unternehmen.text and unternehmen.text != '' %}{% link katalog.html %}#{{ unternehmen.name | url_encode }}{% else %}{{ unternehmen.url }}{% endif %}"
{% unless unternehmen.text and unternehmen.text !='' %}target="_blank" {% endunless %}>{{ unternehmen.name
Expand All @@ -83,21 +79,16 @@ <h3>Online-Programm </h3>
</tr>
<tr>
<td>17 – 18 Uhr</td>
{% capture _unternehmen %} +RAITH Nanofabrictions+Forschungszentrum Jülich{% endcapture %}
{% capture _unternehmen %}++{% endcapture %}
{% assign __unternehmen = _unternehmen | split: '+' %}
{% for unternehmen_name in __unternehmen %}
{% assign unternehmen = site.data.unternehmen_2023 | where: "name", unternehmen_name | first %}
{% assign unternehmen = site.data.unternehmen_2024 | where: "name", unternehmen_name | first %}
<td> <a
href="{% if unternehmen.text and unternehmen.text != '' %}{% link katalog.html %}#{{ unternehmen.name | url_encode }}{% else %}{{ unternehmen.url }}{% endif %}"
{% unless unternehmen.text and unternehmen.text !='' %}target="_blank" {% endunless %}>{{ unternehmen.name
}}</a></td>
{% endfor %}
</tr>
</table>
Das Ministerium für Schule und Bildung NRW hat seine Teilnahme an der PhysiKon (Onlinevortrag 17.04.23 sowie
Messestand am 20.04.23) abgesagt.


{% endcomment %}

</div>
2 changes: 1 addition & 1 deletion _layouts/index_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{% include navbar.html %}
{% include index/header.html %}
<!-- Nächstes Jahr wieder einfügen: grid.html oder carousel.html, information.html -->
{% comment %}
{% include index/unternehmen_grid.html %}
{% comment %}
{% include index/unternehmen_carousel.html name="carousel" %}
{% include index/information.html %}
{% endcomment %}
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/catalogue_ads/RI_reinraeume_ad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/catalogue_ads/Schulministerium_2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/catalogue_ads/comnovo_together.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/catalogue_ads/point8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logos/IMS-Logo_RGB_Vektorformat.eps
Binary file not shown.
Binary file added img/logos/IMS-Logo_RGB_Vektorformat.pdf
Binary file not shown.
Binary file added img/logos/IMS-Logo_RGB_Vektorformat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logos/KPMG_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logos/RI_Research_Instruments.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logos/comnovo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading