From 5bfd910600c9957af781f30b5f1034ebba7fc3e7 Mon Sep 17 00:00:00 2001 From: Lucia Enriquez Bos <81951721+luciaenriquezbos@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:01:24 +0200 Subject: [PATCH 1/3] fiz speakers title --- 2024/speakers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/speakers.html b/2024/speakers.html index 131fa0b..9b5c638 100644 --- a/2024/speakers.html +++ b/2024/speakers.html @@ -2,7 +2,7 @@
-Thursday, October 17 | +||||
8:30 | +Registration | +|||
+ | Track 1. Salon de Grados | +|||
9:00 | +Welcome | +|||
9:30 | +
+ OPENING KEYNOTE + Domain-specific languages: towards increased adoption of + model-based system engineering + |
+ Marcel Verhoef — ESA | +||
10:00 | ++ + Transitioning to MBSE in Space Projects at GMV: Insights, + Challenges and Lessons Learned + | +Elena Alaña — GMV | +||
10:30 | +Coffee break | +|||
11:00 | ++ + Application of modeling techniques for on-board satellite + applications + + | +Óscar R. Polo & Pablo Parra — UAH | +||
11:30 | ++ Feature Models with dimensions in Space Missions + | +Pedro J. Molina — Metadev | +||
12:00 | ++ + A SysML-based Framework for Analyzing Security and Safety + Properties Applied on an Aerospace Data Link Uplink Feed System + + | +Deni Raco — RWTH Aachen | +||
12:30 | ++ Towards Iterative and Low-code DSL Development + | +Benoit Combemale — U. of Rennes | +||
13:00 | +Lunch | +|||
14:30 | ++ Cinco Cloud — Live Metamodeling of Graphical DSLs + | +Daniel S. Mitwalli & Daniel Busch | +||
15:00 | ++ Building AI-based assistants for DSLs with ModelMate + | +Jesús Sánchez — U. of Murcia | +||
15:30 | ++ Enriching Models with Extra-Functional Information + | +Sebastian Stüber — RWTH Aachen | +||
16:00 | ++ Introducing Rustemo: A LR/GLR Parser Generator for Rust + | +Igor Dejanović — U. of Novi Sad | +||
16:30 | +Coffee break | +|||
17:00 | ++ Introducing Typir for Type Checking in the Web + | +Johannes Meier — Typefox | +||
17:30 | ++ Common modeling mistakes and the necessity of declarative + modeling + | +Wim Bast — Modeling Value Group | +||
18:00 | + ++ Language Engineering for Language Migrations + | +Federico Tomassetti — Strumenta | +||
21:00 | ++ Social Dinner + Kiosko de las Flores + Calle Betis 74, 41010 Triana, Sevilla (map) + | +
Friday, October 18 | @@ -422,7 +731,6 @@Closing session |
Saturday, October 19 | diff --git a/assets/2024/seville.css b/assets/2024/seville.css index c48f9de..79ac754 100644 --- a/assets/2024/seville.css +++ b/assets/2024/seville.css @@ -654,6 +654,21 @@ table.schedule tr.break td:nth-child(2) { text-align: center; } +table.schedule.mobile { + display: none; +} + +@media (max-width: 768px) { + table.schedule.day1 { + display: none; + } + table.schedule.mobile { + display: block; + margin-top: 1rem; + padding: 0; + } +} + .empty { background-color: #424a56; } From 8f7075df959eda300b98c2e5ebe8d5e68b3aff75 Mon Sep 17 00:00:00 2001 From: "Pedro J. Molina"