From 76c1376d5d3dd4574de9fa9199d18e9bb2e9c1f8 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 25 Dec 2024 13:17:21 +0100 Subject: [PATCH] Move /zurihac2025-preview to /zurihac2025 --- content/zurihac2025-preview/index.html | 174 ----------------- content/zurihac2025/index.html | 259 ++++++++++++++++--------- src/Main.hs | 4 +- 3 files changed, 168 insertions(+), 269 deletions(-) delete mode 100644 content/zurihac2025-preview/index.html diff --git a/content/zurihac2025-preview/index.html b/content/zurihac2025-preview/index.html deleted file mode 100644 index 4d609e0..0000000 --- a/content/zurihac2025-preview/index.html +++ /dev/null @@ -1,174 +0,0 @@ -
-
-

ZuriHac 2025

-

- ZuriHac is the biggest Haskell community - event in the world: a completely free, three-day grassroots - coding festival co-organized by - the Zürich Friends of Haskell and the - OST Eastern Switzerland University of - Applied Science. - It is not your standard conference with papers and presentations, but - features fantastic keynotes, hands-on tracks, hacking on many of your - favourite projects, - and of course lots of socializing! -

-

- ZuriHac takes place Saturday 7 June — Monday 9 June 2025 - as a physical event at the - beautiful - Rapperswil-Jona campus of OST located right next to lake Zürich. - We hope to see you there! -

-
- -
- Registration will open in January! -
- -

Speakers

-
-
-
-
- Rebecca Skinner -
- Rebecca Skinner - -
-
-

- Rebecca is a Haskell programmer at - Mercury - and the author of - Effective Haskell. - She currently chairs the - Haskell.org committee. -

-
-
-
-
- Lennart Augustsson -
- Lennart Augustsson - -
-
-

- Lennart Augustsson works at - Epic Games - and was previously a lecturer at - Chalmers University - of Technology. He likely holds the world record for the most Haskell - compiler implementations. -

-
-
-
-
- Brent Yorgey -
- Brent Yorgey - -
-
-

- Brent Yorgey is an assistant professor at - Hendrix College. - He is one of the people behind - diagrams, - which you may have used before. Currently, he is working on a - 2D programming game called - Swarm. -

-
-
- -
-

ZuriHac Prelude

-

- The Haskell Ecosystem Workshop and the Haskell - Implementors’ Workshop will take place on the two days just prior - to ZuriHac 2025, June 5 & 6 2025. - Organised by the - Haskell Foundation and the - OST - Eastern Switzerland University of Applied Sciences - in Rapperswil, these events are co-located with the ZuriHac. -

-

Haskell Ecosystem Workshop

-

- The Haskell Ecosystem Workshop is for those of you who want to gain a deeper - understanding of the Haskell tooling ecosystem, whether to better leverage - those tools or to become contributors. Contact Jose Calderon, executive - director of the Haskell Foundation, if you have any questions. -

-

Haskell Implementors’ Workshop

-

- The Haskell Implementors’ Workshop (HIW) is a community event for people - involved in the design and development of Haskell implementations, tools, - libraries, and supporting infrastructure to share their work and to discuss - future directions and collaborations with others. Until 2024, the HIW - used to be co-located with ICFP (International Conference on Functional - Programming). In 2025, it will be co-located with ZuriHac to be accessible - to a broader audience. Contact Andreas Herrmann, the HIW program chair, if - you have any questions. -

-
- -

Supported by

-
- OST - Well-Typed - -

Community Partners

- BOB Konf - Haskell Foundation - Swiss Informatics Research Association - Swiss Dev Jobs - -
- We are still looking for sponsors for this year's event! Since we attract - many - exceptionally good programmers from all over the world, it - is an excellent place to do recruiting. Please contact zurihac at zfoh.ch - for more information. - Individual donations are accepted as - well. -
-
- -
-

About

-

Contact

- -

- If you have any questions before the event, please reach out to - to the organizers. - You can also interact with us on our social media accounts: - Mastodon, - Twitter. -

-

Legal

-

- Each participant will retain ownership of any and all intellectual and - industrial property rights to their work created or used during the - Hackathon. -

-

- ZuriHac uses the - Berlin Code of Conduct. -

-
diff --git a/content/zurihac2025/index.html b/content/zurihac2025/index.html index 8fff563..60f702e 100644 --- a/content/zurihac2025/index.html +++ b/content/zurihac2025/index.html @@ -1,99 +1,174 @@ - - - - - +
+
+

ZuriHac 2025

+

+ ZuriHac is the biggest Haskell community + event in the world: a completely free, three-day grassroots + coding festival co-organized by + the Zürich Friends of Haskell and the + OST Eastern Switzerland University of + Applied Science. + It is not your standard conference with papers and presentations, but + features fantastic keynotes, hands-on tracks, hacking on many of your + favourite projects, + and of course lots of socializing! +

+

+ ZuriHac takes place Saturday 7 June — Monday 9 June 2025 + as a physical event at the + beautiful + Rapperswil-Jona campus of OST located right next to lake Zürich. + We hope to see you there! +

+
- - - +
+ Registration will open in January! +
- ZuriHac 2025 - - - - - - - ZURIHAC 2025
- 7-9 June
- OST Campus
- Rapperswil -
+
+ We are still looking for sponsors for this year's event! Since we attract + many + exceptionally good programmers from all over the world, it + is an excellent place to do recruiting. Please contact zurihac at zfoh.ch + for more information. + Individual donations are accepted as + well. +
+ - - - +
+

About

+

Contact

+ +

+ If you have any questions before the event, please reach out to + to the organizers. + You can also interact with us on our social media accounts: + Mastodon, + Twitter. +

+

Legal

+

+ Each participant will retain ownership of any and all intellectual and + industrial property rights to their work created or used during the + Hackathon. +

+

+ ZuriHac uses the + Berlin Code of Conduct. +

+
diff --git a/src/Main.hs b/src/Main.hs index 4ce191c..9d71c29 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -55,7 +55,7 @@ main = hakyll $ do , ("content/zurihac2022/index.html", "templates/zurihac2022.html") , ("content/zurihac2023/index.html", "templates/zurihac2023.html") , ("content/zurihac2024/index.html", "templates/zurihac2024.html") - , ("content/zurihac2025-preview/index.html", "templates/zurihac2025.html") + , ("content/zurihac2025/index.html", "templates/zurihac2025.html") ] forM_ zurihacs $ \(index, tpl) -> match index $ do @@ -85,8 +85,6 @@ main = hakyll $ do , "content/zurihac2023/3d/index.html" -- Not really related to projects -- 2024 , "content/zurihac2024/logo/*" -- Not really related to projects - -- 2025 - , "content/zurihac2025/index.html" -- Temporarily ] forM_ projectsStaticFiles $ \pattern -> match pattern $ do