Skip to content

Commit

Permalink
Merge pull request #111 from Edirom/update/programm-initiallly
Browse files Browse the repository at this point in the history
Insert Programm for 2024
  • Loading branch information
peterstadler authored May 8, 2024
2 parents 90a3571 + 057df94 commit bece7f4
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.16.3)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -39,24 +39,24 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
public_suffix (5.0.5)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.0.1)
rexml (3.2.6)
rouge (4.2.1)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webrick (1.8.1)

PLATFORMS
Expand Down
Binary file added _archiv/2024/img/ESS2024-Programm.pdf
Binary file not shown.
Binary file added _archiv/2024/img/ESS2024-Programm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions _archiv/2024/programm.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: program
title: "Kursprogramm ESS 2024"
programm_pdf: /2024/img/ESS2024-Programm.pdf
programm_img: /2024/img/ESS2024-Programm.png
---

<div>
<div class="row justify-content-center">
<div class="col">
<p>Das vorläufige Programm zur 15. Edirom-Summer-School</p>
<p>Die Anmeldephase beginnt voraussichtlich <b>Ende Juni/Anfang Juli</b>.</p>
<p>Weitere Informationen folgen hier. Die Programme der vergangenen
Jahrgänge sind im <a href="{{ '/archiv.html' | relative_url }}">Archiv</a> zu finden.</p>
</div>
</div>

{% include program-list.html %}

</div>
6 changes: 3 additions & 3 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
- name: About
link: /about.html
- name: Kursprogramm
link: /2023/programm.html
- name: Registrierung
link: /2023/registrierung.html
link: /2024/programm.html
#- name: Registrierung
# link: /2024/registrierung.html
- name: Veranstaltungsort
link: /veranstaltungsort.html
- name: Archiv
Expand Down
52 changes: 52 additions & 0 deletions _data/timeslots/2024.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
Mo1:
date: "2024-09-23"
time_start: "14:15"
time_end: "17:45"
Mo2:
date: "2024-09-23"
time_start: "18:15"
time_end: "19:45"
Di1:
date: "2024-09-24"
time_start: "09:15"
time_end: "10:45"
Di2:
date: "2024-09-24"
time_start: "11:15"
time_end: "12:45"
Di3:
date: "2024-09-24"
time_start: "14:15"
time_end: "15:45"
Di4:
date: "2024-09-24"
time_start: "16:15"
time_end: "17:45"
Mi1:
date: "2024-09-25"
time_start: "9:15"
time_end: "12:45"
Mi2:
date: "2024-09-25"
time_start: "14:15"
time_end: "17:45"
Mi3:
date: "2024-09-25"
time_start: "18:00"
time_end: "21:00"
Do1:
date: "2024-09-26"
time_start: "09:15"
time_end: "10:45"
Do2:
date: "2024-09-26"
time_start: "11:15"
time_end: "12:45"
Do3:
date: "2024-09-26"
time_start: "14:15"
time_end: "17:45"
Fr1:
date: "2024-09-27"
time_start: "9:15"
time_end: "12:45"

0 comments on commit bece7f4

Please sign in to comment.