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

News item for FOSDEM 2024 and its talks #2

Merged
merged 3 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
35 changes: 35 additions & 0 deletions content/news/2024-02-13-fosdem-devroom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Recordings of the FOSDEM Railways and Open Transport devroom available
date: 2024-02-09
image:
src: images/news/fosdem-2024-devroom.jpg
alt: Picture of the crowded devroom in 2024
class: image-position-center
---

For the second time, team members of the OpenRail Association have coordinated the **Railways and Open Transport devroom** at FOSDEM. For this 4-hours track we chose 10 presentations by experts with diverse backgrounds from the large amount of submissions.

While most talks at FOSDEM circulated around programming, cloud, or system administration topics, we experienced an overwhelming interest in railways and transportation. Our devroom was constantly overcrowded with around 100 participants, with many interested people still standing outside who couldn't get in the room any more.

### How Open Source is being used from planning to operations

The talks in the devroom were following a consistent story: we started with a primer into the open standards and open data that powers the sector. We then looked at data to model pessenger data, followed by simulations and building timetables. Afterwards, we've seen examples how all this information is being used in the day-to-day operations in companies and community projects. Via the respective links you can find the video recording and slides of each talk, so please enjoy these great presentations:

| Title | Speaker | Link |
|---|---|---|
| **Opening Railways and Open Transport devroom** | Max Mehl, Cornelius Schumacher, Simon Clavier, Loic Hamelin, Peter Keller | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2601-opening-railways-and-open-transport-devroom/) |
| **Open standards, open data, open-source tools: their governance and future** | Tu-Tho Thai, Brede Dammen | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-1898-open-standards-open-data-open-source-tools-their-governance-and-future/) |
| **Rust-transit: libraries to manage transit data in rust** | Tristram Gräbener | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2202-rust-transit-libraries-to-manage-transit-data-in-rust/) |
| **Counting on openness: Privacy-safe passenger counting** | Henri Seijo | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2203-matsim-at-sbb-using-and-contributing-to-the-open-source-transport-simulation-for-advanced-passenger-demand-modeling-/) |
| **MATSim at SBB: Using and contributing to the open-source transport simulation for advanced passenger demand modeling** | Joschka Bischoff | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2203-matsim-at-sbb-using-and-contributing-to-the-open-source-transport-simulation-for-advanced-passenger-demand-modeling-/) |
| **Bending geographic maps for enhanced railway space-time diagrams** | Alexis Jacomy | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2594-bending-geographic-maps-for-enhanced-railway-space-time-diagrams/) |
| **MARECO algorithm: how to drive a train using the least amount of energy** | Alex Rolland | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2650-mareco-algorithm-how-to-drive-a-train-using-the-least-amount-of-energy/) |
| **Railway signaling: detecting conflicts in a complex world** | Younes Khoudli | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2665-railway-signaling-detecting-conflicts-in-a-complex-world/) |
| **How we at Deutsche Bahn develop IoT use cases quickly and cost-effectively** | Holger Koch | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2409-how-we-at-deutsche-bahn-develop-iot-use-cases-quickly-and-cost-effectively/) |
| **Transportr: the Past, the Present and the Future** | Mikolai Gütschow | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2363-transportr-the-past-the-present-and-the-future/) |
| **Software needs of a volunteer operated heritage railway** | Nils Pickert | [Abstract and video](https://fosdem.org/2024/schedule/event/fosdem-2024-2602-closing-railways-and-open-transport-devroom/) |


### About FOSDEM

FOSDEM is Europe's largest gathering of Free and Open Source Software developers and enthusiasts with almost 8000+ participants each year. It took place on the weekend of 3 and 4 February 2024 in Brussels at the ULB university. It was a perfect opportunity for the wider OpenRail community to get to know each other, learn and connect as the audience is developers and enthusiasts of Open Source. This includes a good number of railway fans and people active in related communities.
10 changes: 10 additions & 0 deletions static/css/openrail-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ p {
text-align: left !important;
}

/* Position news images rather on top */
@media screen and (orientation: landscape) {
section.news {
align-items: flex-start !important;
}
section.news div.image {
margin-top: 100px !important;
}
}

/* Make image between 469-736px smaller than default (15.75rem) */
@media screen and (min-width: 469px)and (max-width: 736px) {
.spotlight.style2 .image {
Expand Down
Binary file added static/images/news/fosdem-2024-devroom.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading