From ab2b212839c3d1ff5cc3761e6d6583a61f37da03 Mon Sep 17 00:00:00 2001 From: Marcel Rieser Date: Thu, 9 Jan 2025 13:55:57 +0100 Subject: [PATCH] add info about MUM 2025 --- config/collections/index.js | 5 +++-- src/conferences/mum2025/index.md | 35 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 src/conferences/mum2025/index.md diff --git a/config/collections/index.js b/config/collections/index.js index 724dfd9..ca20c42 100644 --- a/config/collections/index.js +++ b/config/collections/index.js @@ -34,14 +34,14 @@ const getAllGalleryItems = collection => { /** All future events. */ const getFutureEvents = collection => { - const now = new Date() + const now = new Date(); const events = collection.getFilteredByGlob('./src/conferences/*/*.md').filter(p => p.data.date >= now); return events.reverse(); }; /** All past events. */ const getPastEvents = collection => { - const now = new Date() + const now = new Date(); const events = collection.getFilteredByGlob('./src/conferences/*/*.md').filter(p => p.data.date < now); return events.reverse(); }; @@ -59,5 +59,6 @@ module.exports = { getAllJobs, getAllGalleryItems, getPastEvents, + getFutureEvents, onlyMarkdown }; diff --git a/src/conferences/mum2025/index.md b/src/conferences/mum2025/index.md new file mode 100644 index 0000000..c320461 --- /dev/null +++ b/src/conferences/mum2025/index.md @@ -0,0 +1,35 @@ +--- +permalink: /conferences/mum2025.html +title: 'MATSim User Meeting 2025' +description: 'The MATSim User Meeting 2025 takes place on June 12-13, 2025 in Munich, Germany.' +layout: event +date: 2025-06-12 +date_display: June 12-13, 2025 +location: Munich, Germany +--- + +
+ +The MATSim Association plans to hold a MATSim User Meeting 2025 after the [heart-conference](https://www.heart2025.vtk.ed.tum.de) +in Munich, Germany, in June 2025. We are currently organizing the event and will update this page when more information becomes available. + +
+ +
+ +
+ +## Submissions + +Once submission is open, we will add a link here. +
+ +
+ +## Registration + +Once registration is possible, we will add a link here. + +
+
+