retrieve:
Return the details about the given Event id.

list:
List all Event objects.

GET /api/v1/events/?format=api&offset=150&ordering=event__end_time
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 203,
    "next": "https://memento.epfl.ch/api/v1/events/?format=api&limit=10&offset=160&ordering=event__end_time",
    "previous": "https://memento.epfl.ch/api/v1/events/?format=api&limit=10&offset=140&ordering=event__end_time",
    "results": [
        {
            "id": 71747,
            "title": "Computational Design and Optimization for Physically Intelligent Systems",
            "slug": "computational-design-and-optimization-for-physical",
            "event_url": "https://memento.epfl.ch/event/computational-design-and-optimization-for-physical",
            "visual_url": "https://memento.epfl.ch/image/33073/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33073/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33073/max-size.jpg",
            "lang": "en",
            "start_date": "2026-05-29",
            "end_date": "2026-05-29",
            "start_time": "13:00:00",
            "end_time": "15:00:00",
            "description": "<u>EDIC candidacy exam</u><br>\r\nExam president: Prof. Wenzel Jakob<br>\r\nThesis advisor: Prof. Mark Pauly<br>\r\nCo-examiner: Prof. Pascal Fua<br>\r\n<br>\r\n<u>Abstract</u><br>\r\nPhysically intelligent systems exploit geometry, physics, material distribution, and structural coupling to generate useful behaviors. This thesis develops computational design and optimization methods for lightweight mechanical systems with complex geometries and rich deformation behavior. The central goal is to create a simulation-driven inverse design framework in which shape, material, and structural parameters are optimized together so that the resulting physical system achieves desired equilibrium configurations, alignment targets, and crucially functional mechanical responses. By combining differentiable mechanics, compact design parameterizations, robust equilibrium solving, instructive shape space and functional space analysis, and optimization, the work investigates how complex physical behavior can be encoded directly into the design process.<br>\r\n<br>\r\n<u>Selected papers</u><br>\r\n- <a aria-describedby=\"sk-tooltip-21545\" href=\"https://dl.acm.org/doi/pdf/10.1145/3072959.3073695\" target=\"_blank\">Computational Design and Automated Fabrication of Kirchhoff-Plateau Surfaces</a>: <a href=\"https://dl.acm.org/doi/pdf/10.1145/3072959.3073695\">https://dl.acm.org/doi/pdf/10.1145/3072959.3073695</a><br>\r\n- <a href=\"https://cdl.ethz.ch/publications/the-design-space-of-plane-elastic-curves/\" target=\"_blank\">The Design Space of Plane Elastic Curves</a>: <a href=\"https://cdl.ethz.ch/publications/the-design-space-of-plane-elastic-curves/\">https://cdl.ethz.ch/publications/the-design-space-of-plane-elastic-curves/</a><br>\r\n- <a href=\"https://cdl.ethz.ch/publications/procedural-metamaterials-a-unified-procedural-graph-for-metamaterial-design/\" target=\"_blank\">Procedural Metamaterials: A Unified Procedural Graph for Metamaterial Design</a>: <a href=\"https://cdl.ethz.ch/publications/procedural-metamaterials-a-unified-procedural-graph-for-metamaterial-design/\">https://cdl.ethz.ch/publications/procedural-metamaterials-a-unified-procedural-graph-for-metamaterial-design/</a>",
            "image_description": "",
            "creation_date": "2026-04-29T09:14:57",
            "last_modification_date": "2026-04-29T09:51:11",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "BC 329",
            "url_place_and_room": "https://plan.epfl.ch/?room==BC%20329",
            "url_online_room": "",
            "spoken_languages": [],
            "speaker": "Junyu Liu",
            "organizer": "",
            "contact": "[email protected]",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "EDIC candidacy exam",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120578/",
            "category": {
                "id": 1,
                "code": "CONF",
                "fr_label": "Conférences - Séminaires",
                "en_label": "Conferences - Seminars",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/48/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/27/?format=api"
            ]
        },
        {
            "id": 71835,
            "title": "Testing the Hypervisor Boundary: Semantic Oracles and Adversarial Input Generation for pKVM",
            "slug": "testing-the-hypervisor-boundary-semantic-oracles-a",
            "event_url": "https://memento.epfl.ch/event/testing-the-hypervisor-boundary-semantic-oracles-a",
            "visual_url": "https://memento.epfl.ch/image/33155/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33155/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33155/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-22",
            "end_date": "2026-06-22",
            "start_time": "13:00:00",
            "end_time": "15:00:00",
            "description": "<u>EDIC candidacy exam</u><br>\r\nExam president: Prof. Katerina Argyraki<br>\r\nThesis advisor: Prof. Mathias Payer<br>\r\nCo-examiner: Prof. Thomas Bourgeat<br>\r\n<br>\r\n<u>Abstract</u><br>\r\nHypervisors underpin modern confidential computing stacks, yet their exposed interfaces - hypercalls, fault handlers, and device interactions - remain a large and under-tested attack surface. Existing approaches fall short: coverage-driven fuzzers (e.g., HYPERPILL) explore broadly but rely on crash oracles, missing non-crashing vulnerabilities, while specification-based systems (e.g., Ghost) detect semantic violations but constrain input generation and under explore adversarial cases.<br>\r\n<br>\r\nThis thesis focuses on systematic bug finding in pKVM by combining semantic oracles with coverage-guided, adversarial fuzzing. Executable interface specifications are used to flag behavioral inconsistencies, while mutation-based input generation deliberately produces both valid and model-violating inputs to reach boundary conditions and deep execution paths. The approach further incorporates EL2 coverage feedback and concurrent vCPU sequences to expose bugs such as silent state corruption, ownership violations, and TOCTOU races.<br>\r\n<br>\r\nThe goal is to uncover security-critical vulnerabilities that evade both crash-based fuzzing and model-constrained testing, particularly in unspecified or adversarial input classes. More broadly, the work aims to establish a practical methodology for bug-driven testing of production hypervisors.<br>\r\n<br>\r\n<u>Selected papers</u><br>\r\ncoming soon",
            "image_description": "",
            "creation_date": "2026-05-08T11:14:42",
            "last_modification_date": "2026-05-08T11:14:42",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "BC 133",
            "url_place_and_room": "https://plan.epfl.ch/?room==BC%20133",
            "url_online_room": "",
            "spoken_languages": [],
            "speaker": "Sofiia Saltovskaia",
            "organizer": "",
            "contact": "[email protected]",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "EDIC candidacy exam",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120701/",
            "category": {
                "id": 1,
                "code": "CONF",
                "fr_label": "Conférences - Séminaires",
                "en_label": "Conferences - Seminars",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/27/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/48/?format=api"
            ]
        },
        {
            "id": 71877,
            "title": "Aligning Models Throughout Training",
            "slug": "aligning-models-throughout-training",
            "event_url": "https://memento.epfl.ch/event/aligning-models-throughout-training",
            "visual_url": "https://memento.epfl.ch/image/33199/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33199/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33199/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-18",
            "end_date": "2026-06-18",
            "start_time": "13:00:00",
            "end_time": "15:00:00",
            "description": "<u>EDIC candidacy exam</u><br>\r\nExam president: Prof. Martin Jaggi<br>\r\nThesis advisor: Prof. Robert West<br>\r\nCo-examiner: Prof. Nicolas Flammarion<br>\r\n<br>\r\n<u>Abstract</u><br>\r\ncoming soon<br>\r\n<br>\r\n<u>Selected papers</u><br>\r\ncoming soon",
            "image_description": "",
            "creation_date": "2026-05-13T12:37:39",
            "last_modification_date": "2026-05-13T12:37:39",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "BC 333",
            "url_place_and_room": "https://plan.epfl.ch/?room==BC%20333",
            "url_online_room": "",
            "spoken_languages": [],
            "speaker": "Raghav Singhal",
            "organizer": "",
            "contact": "[email protected]",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "EDIC candidacy exam",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120764/",
            "category": {
                "id": 1,
                "code": "CONF",
                "fr_label": "Conférences - Séminaires",
                "en_label": "Conferences - Seminars",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/27/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/48/?format=api"
            ]
        },
        {
            "id": 71918,
            "title": "Brain-wide representations of olfactory behavior in C. elegans",
            "slug": "brain-wide-representations-of-olfactory-behavior-i",
            "event_url": "https://memento.epfl.ch/event/brain-wide-representations-of-olfactory-behavior-i",
            "visual_url": "https://memento.epfl.ch/image/33235/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33235/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33235/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-08",
            "end_date": "2026-06-08",
            "start_time": "14:30:00",
            "end_time": "15:30:00",
            "description": "<p>Abstract:<br>\r\nOlfactory navigation emerges from dynamic interactions among sensory input, brain activity, and the animal’s own movements. In C. elegans, a compact nervous system enables brain-wide imaging in behaving animals exposed to controlled olfactory environments, and undulatory locomotion reduces navigation to transitions among forward runs, reversals, and turns. Here, we used brain-wide tracking microscopy to record neural activity in freely crawling worms navigating spatial odor gradients or isotropic environments, and in immobilized worms responding to temporal odor pulses. Across conditions, we identified strongly correlated brain-wide activity patterns spanning olfactory sensory neurons, interneurons, and premotor neurons. Motor-state transitions and brain-wide correlation structure differed between freely moving and immobilized animals, demonstrating that olfactory sensory representations depend jointly on sensory input, motor activity, and behavioral context. Together, these findings show that brain-wide representations of olfactory behavior are extensively reconfigured by sensory input, self-motion, and behavioral context.<br>\r\n </p>",
            "image_description": "",
            "creation_date": "2026-05-21T13:36:09",
            "last_modification_date": "2026-05-21T13:36:09",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "GA 3 21",
            "url_place_and_room": "https://plan.epfl.ch/?room==GA%203%2021",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Prof. Aravinthan Samuel &lt;[email protected]&gt;\r\n\r\nDepartment of Physics &amp; Center for Brain Science, Harvard University",
            "organizer": "Prof. Sahand Jamal Rahi &lt;[email protected]&gt;\r\n\r\nJohanni Brea &lt;[email protected]&gt;",
            "contact": "Prof. Sahand Jamal Rahi &lt;[email protected]&gt;\r\n\r\nJohanni Brea &lt;[email protected]&gt;",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 2,
                "fr_label": "Public averti",
                "en_label": "Informed public"
            },
            "registration": {
                "id": 1,
                "fr_label": "Sur inscription",
                "en_label": "Registration required"
            },
            "keywords": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120823/",
            "category": {
                "id": 1,
                "code": "CONF",
                "fr_label": "Conférences - Séminaires",
                "en_label": "Conferences - Seminars",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/9/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/111/?format=api"
            ]
        },
        {
            "id": 70205,
            "title": "Coding Club for Girls in Luzern",
            "slug": "coding-club-for-girls-in-luzern-10",
            "event_url": "https://memento.epfl.ch/event/coding-club-for-girls-in-luzern-10",
            "visual_url": "https://memento.epfl.ch/image/31660/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/31660/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/31660/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-13",
            "end_date": "2026-06-22",
            "start_time": "09:30:00",
            "end_time": "16:00:00",
            "description": "<p>Eine App programmieren? Ein Computerspiel erfinden? Eine Animation gestalten?<br>\r\nWenn dich eines dieser Dinge interessiert, bist du hier am richtigen Ort! Tausche und teile deine Ideen, lerne zu programmieren und entdecke Informatikberufe.<br>\r\n<br>\r\nDie <a href=\"https://www.epfl.ch/education/education-and-science-outreach/de/jugendliche/coding-club/\">Coding Club for Girls</a> Workshops sind für Mädchen im Alter von 11 bis 15 Jahren und die Teilnahme ist kostenlos. Ab der Teilnahme an vier Workshops pro Jahr wird eine Teilnahmebestätigung ausgehändigt. <br>\r\n<br>\r\n<strong>Ort:</strong>  Kantonschule Musegg, Luzern<br>\r\n<br>\r\n<strong>Datum und Zeit:</strong><br>\r\n<strong>13. Juni 2026 : 09:30 bis 12:00 oder 13:30 bis 16:00 Uhr  // Schildkröte in Python<br>\r\n20. Juni 2026</strong><strong> : 09:30 bis 12:00 oder 13:30 bis 16:00 Uhr  // Pixel Art</strong><br>\r\n<br>\r\nDie Inhalte der Workshops sind untenstehend beschrieben.<br>\r\n<br>\r\n<strong>Bedingungen</strong>\r\n</p><ul>\r\n\t<li>Gratis</li>\r\n\t<li><a href=\"https://forms.gle/k6qANNDGW31RTRnD8\">Anmeldung unter diesem Link </a></li>\r\n\t<li><a href=\"https://www.epfl.ch/education/education-and-science-outreach/de/teilnahmebedingungen/\">Allgemeine Teilnahmebedingungen EPFL - SPS Aktivitäten</a> </li>\r\n</ul>\r\n<strong>Workshops:<br>\r\nSchildkröte in Python - 13. Juni 2026</strong><br>\r\nLerne die Python-Programmiersprache kennen die in vielen Bereichen angewendet wird. Dank der “Turtle” die in Python zur Verfügung steht, verwandelt Codierlinien in schöne Zeichnungen und dir somit erlaubt diese Sprache zu verstehen.<br>\r\n<br>\r\n<strong>Pixel Art - 22. Juni 2026</strong><br>\r\nEntdecke zwei neue Programmiersprachen, JavaScript und HTML, indem du deine eigenen pixelisierten Kunstwerke gestaltest. Du wirst mit deinem Zeichenprogramm auch ein Rätselspiel für zwei Spielerinnen entwickeln.<br>\r\n<br>\r\n<a href=\"https://forms.gle/k6qANNDGW31RTRnD8\"><strong>Anmeldung</strong></a><br>\r\n ",
            "image_description": "",
            "creation_date": "2025-10-24T11:11:36",
            "last_modification_date": "2025-11-20T09:10:22",
            "link_label": "Anmeldung",
            "link_url": "https://forms.gle/k6qANNDGW31RTRnD8",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "Kantonschule Musegg, Museggstrasse 22, Luzern",
            "url_place_and_room": "https://ksmusegg.lu.ch/",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/3/?format=api"
            ],
            "speaker": "",
            "organizer": "<a href=\"https://www.epfl.ch/education/education-and-science-outreach/fr/index-fr-html/promotion-des-sciences/\">A</a><a href=\"https://www.epfl.ch/education/education-and-science-outreach/de/wissenschaftsfoerderung/\">bteilung für Wissenschaftsförderung (SPS) der EPFL</a> ",
            "contact": "<a href=\"mailto:[email protected]\">[email protected]</a>",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 1,
                "fr_label": "Sur inscription",
                "en_label": "Registration required"
            },
            "keywords": "Coding Club for Girls, Deutsch, SPS, Jugendliche, Luzern, LU",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/118271/",
            "category": {
                "id": 18,
                "code": "YOUTHSCIENCE",
                "fr_label": "Activités scientifiques pour les jeunes",
                "en_label": "Sciences Activities for Youth",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/1/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/170/?format=api"
            ]
        },
        {
            "id": 70207,
            "title": "Coding Club for Girls in Zürich",
            "slug": "coding-club-for-girls-in-zurich-11",
            "event_url": "https://memento.epfl.ch/event/coding-club-for-girls-in-zurich-11",
            "visual_url": "https://memento.epfl.ch/image/31702/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/31702/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/31702/max-size.jpg",
            "lang": "en",
            "start_date": "2026-05-23",
            "end_date": "2026-05-30",
            "start_time": "09:30:00",
            "end_time": "16:00:00",
            "description": "<p>Eine App programmieren? Ein Computerspiel erfinden? Eine Animation gestalten?<br>\r\nWenn dich eines dieser Dinge interessiert, bist du hier am richtigen Ort! Tausche und teile deine Ideen, lerne zu programmieren und entdecke Informatikberufe.<br>\r\n<br>\r\nDie <a href=\"https://www.epfl.ch/education/education-and-science-outreach/de/jugendliche/coding-club/\">Coding Club for Girls</a> Workshops sind für Mädchen im Alter von 11 bis 15 Jahren und die Teilnahme ist kostenlos. Ab der Teilnahme an vier Workshops pro Jahr in Zürich wird eine Teilnahmebestätigung ausgehändigt. <br>\r\n<br>\r\n<strong>Ort:</strong>  <strong>Zürich, GZ Loogarten - Badenerstrasse 658 - 8048 Zürich</strong><br>\r\n<br>\r\n<strong>Datum und Zeit:</strong><br>\r\n<strong>23. Mai 2026 : 09:30 bis 12:00  oder 13:30 bis 16:00 Uhr  // Mit Computern chatten<br>\r\n30. Mai 2026 </strong><strong>: 09:30 bis 12:00 oder 13:30 bis 16:00 Uhr  // Aktion Internet</strong><br>\r\n<br>\r\nDie Inhalte der Workshops sind untenstehend beschrieben.<br>\r\n<br>\r\n<strong>Bedingungen</strong>\r\n</p><ul>\r\n\t<li>Gratis</li>\r\n\t<li><a href=\"https://forms.gle/3cJ4ur9xsiaR6y68A\">Anmeldung unter diesem Link </a></li>\r\n\t<li><a href=\"https://www.epfl.ch/education/education-and-science-outreach/de/teilnahmebedingungen/\">Allgemeine Teilnahmebedingungen EPFL - SPS Aktivitäten</a> </li>\r\n</ul>\r\n<strong>Workshops:<br>\r\nMit Computern chatten - Samstag, 23 Mai 2026</strong><br>\r\nComputer haben ihre eigene Sprache. Dank diesem Workshop wirst du lernen, mit einem Mikro-Computer zu kommunizieren, damit er macht, was du möchtest! Hilf uns einfache Programme zu debuggen und ein Spiel für zwei Spielerinnen zu entwerfen. <br>\r\n<br>\r\n<strong>Aktion Internet - Samstag, 30. Mai 2026</strong><br>\r\nDas Internet ist weitläufig und voller Informationen. Wie kannst du schnell Antworten auf deine Fragen finden? Bei diesem Workshop lernst du Suchmaschinen zu beherrschen und du wirst einer virtuellen Escape Room entkommen.<br>\r\n<br>\r\n<br>\r\n<a href=\"https://forms.gle/3cJ4ur9xsiaR6y68A\"><strong>Anmeldung</strong></a><br>\r\n ",
            "image_description": "",
            "creation_date": "2025-10-24T11:18:21",
            "last_modification_date": "2026-01-26T11:07:00",
            "link_label": "Anmeldung",
            "link_url": "https://forms.gle/3cJ4ur9xsiaR6y68A",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "Zürich, GZ Loogarten - Badenerstrasse 658 - 8048 Zürich",
            "url_place_and_room": "https://gz-zh.ch/gz-loogarten/",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/3/?format=api"
            ],
            "speaker": "",
            "organizer": "<a href=\"https://www.epfl.ch/education/education-and-science-outreach/fr/index-fr-html/promotion-des-sciences/\">A</a><a href=\"https://www.epfl.ch/education/education-and-science-outreach/de/wissenschaftsfoerderung/\">bteilung für Wissenschaftsförderung (SPS) der EPFL</a> ",
            "contact": "<a href=\"mailto:[email protected]\">[email protected]</a>",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 1,
                "fr_label": "Sur inscription",
                "en_label": "Registration required"
            },
            "keywords": "Coding Club for Girls, Deutsch, SPS, Jugendliche, Zürich, Zurich, ZH",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/118274/",
            "category": {
                "id": 18,
                "code": "YOUTHSCIENCE",
                "fr_label": "Activités scientifiques pour les jeunes",
                "en_label": "Sciences Activities for Youth",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/1/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/170/?format=api"
            ]
        },
        {
            "id": 71686,
            "title": "Coding Club for Girls in Schaffhausen",
            "slug": "coding-club-for-girls-in-schaffhausen-11",
            "event_url": "https://memento.epfl.ch/event/coding-club-for-girls-in-schaffhausen-11",
            "visual_url": "https://memento.epfl.ch/image/33016/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33016/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33016/max-size.jpg",
            "lang": "en",
            "start_date": "2026-12-02",
            "end_date": "2026-12-09",
            "start_time": "13:30:00",
            "end_time": "16:00:00",
            "description": "<p>Eine App programmieren? Ein Computerspiel erfinden? Eine Animation gestalten?<br>\r\nWenn dich eines dieser Dinge interessiert, bist du hier am richtigen Ort! Tausche und teile deine Ideen, lerne zu programmieren und entdecke Informatikberufe. Die <a href=\"https://www.epfl.ch/education/education-and-science-outreach/de/jugendliche/coding-club/\">Coding Club for Girls</a> Workshops sind für Mädchen im Alter von 11 bis 15 Jahren.<br>\r\n<br>\r\nDie Workshops werden in Zusammenarbeit mit go tec! organisiert. Die Workshops können individuell besucht werden und die Teilnahme ist kostenlos.<br>\r\nAb der Teilnahme an vier Workshops pro Jahr wird eine Teilnahmebestätigung ausgehändigt. <br>\r\n <br>\r\n<strong>Ort:</strong>  go tec! Labor, Neuhausen am Rheinfall<br>\r\n<br>\r\n<strong>Datum und Zeit:</strong><br>\r\n<strong>02. Dezember 2026 : Mittwoch von 13:30 bis 16:00 Uhr  // Scratch-me<br>\r\n09. Dezember 2026</strong><strong> : Mittwoch von 13:30 bis 16:00 Uhr  // GameDesign</strong><br>\r\nDie Inhalte der Workshops sind untenstehend beschrieben.<br>\r\n<br>\r\n<strong>Scratch-me - Mittwoch,  02. Dezember 2026</strong><br>\r\nEinführung in die Programmierlogik mit der Konzeption von Animationen, Spielen und vieles mehr! Codieren ist wie eine neue Sprache lernen. Worte zu kennen bedeutet nicht unbedingt, die Sprache zu beherrschen. Man muss die Worte auch in der richtigen Reihenfolge platzieren können. Bei diesem Workshop lernt ihr Scratch, eine vereinfachte Programmiersprache, die sich in der Form von Blöcken präsentiert, die man richtig zusammenstellen muss.<br>\r\n<br>\r\n<br>\r\n<strong>GameDesign - Mittowch, 09. Dezember 2026</strong><br>\r\nErlebe neue Abenteuer mit unserem Lieblingskater! Egal ob du Anfängerin oder bereits Scratch-Expertin bist, es warten neuen Aufgaben auf dich! <br>\r\n<br>\r\n<br>\r\n<strong>Bedingungen</strong>\r\n</p><ul>\r\n\t<li>Gratis</li>\r\n\t<li><a href=\"https://forms.gle/MyxricscPXZugpmu5\">Anmeldung unter diesem Link </a></li>\r\n\t<li><a href=\"https://www.epfl.ch/education/education-and-science-outreach/de/teilnahmebedingungen/\">Allgemeine Teilnahmebedingungen EPFL - SPS Aktivitäten</a> </li>\r\n</ul>",
            "image_description": "",
            "creation_date": "2026-04-23T13:41:13",
            "last_modification_date": "2026-04-23T14:08:44",
            "link_label": "Anmeldung",
            "link_url": "https://forms.gle/MyxricscPXZugpmu5",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "go tec! Labor, Neuhausen am Rheinfall",
            "url_place_and_room": "https://go-tec.ch/",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/3/?format=api"
            ],
            "speaker": "",
            "organizer": "<a href=\"https://www.epfl.ch/education/education-and-science-outreach/fr/index-fr-html/promotion-des-sciences/\">A</a><a href=\"https://www.epfl.ch/education/education-and-science-outreach/de/wissenschaftsfoerderung/\">bteilung für Wissenschaftsförderung (SPS) der EPFL</a> ",
            "contact": "[email protected] ",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 1,
                "fr_label": "Sur inscription",
                "en_label": "Registration required"
            },
            "keywords": "Coding Club for Girls, Deutsch, SPS, Jugendliche, Schaffhausen, go tec, Neuhausen, Schaffhausen, SH",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120500/",
            "category": {
                "id": 18,
                "code": "YOUTHSCIENCE",
                "fr_label": "Activités scientifiques pour les jeunes",
                "en_label": "Sciences Activities for Youth",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/1/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/170/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/27/?format=api"
            ]
        },
        {
            "id": 71707,
            "title": "QSE Center Spring Assembly",
            "slug": "qse-center-spring-assembly",
            "event_url": "https://memento.epfl.ch/event/qse-center-spring-assembly",
            "visual_url": "https://memento.epfl.ch/image/33033/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33033/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33033/max-size.jpg",
            "lang": "en",
            "start_date": "2026-05-29",
            "end_date": "2026-05-29",
            "start_time": "14:00:00",
            "end_time": "16:00:00",
            "description": "<p>The QSE Center Spring Assembly will take place on Friday May 29, 2026, from 14h-16h in CM 1 105. This event is an opportunity to bring the EPFL quantum community together and to share the breadth of our activities and collaborations.<br>\r\n <br>\r\n<strong>14h00-15h00: Flash talks</strong> – Eleven 5-minute talks will be given by a range of different QSE Center stakeholders including students, researchers, and internal and external collaborators.\r\n</p><ol>\r\n\t<li>Prof. Paul Dyson - The role of Centers at EPFL's Schools</li>\r\n\t<li>Dr. Anu Unnikrishnan - Quantum Centers’ collaborations within Switzerland and beyond</li>\r\n\t<li>Andrew Sutcliffe - Quantum education at EPFL</li>\r\n\t<li>Kate Pankovets - Quantum education at EPFL</li>\r\n\t<li>Gaia Stella Bolognini - Quantum outreach and scientific networking</li>\r\n\t<li>Dr. Aurelien Fabre – QSE Postdoctoral Fellowships</li>\r\n\t<li>Dr. Nahid Hosseini - QSE Innovation Seed Grant and innovating technologies in quantum</li>\r\n\t<li>Dr. Simone Frasca - Quantum Innogrant and start-up creation in the quantum domain</li>\r\n\t<li>Dr. Jonathan Conrad - Quantum science and technologies at the IC School</li>\r\n\t<li>Florian Micco / Dr. Katharina Füglister - International Affairs collaborations and activities</li>\r\n\t<li>Dr. Julian Jang-Jaccard - Armasuisse funding opportunities and collaborations</li>\r\n</ol>\r\n<strong>15h00-16h00: Poster session and coffee – </strong>A poster session showcasing quantum research at EPFL, accompanied by coffee and snacks. If you would like to present a poster, please let us know on the<a href=\"https://forms.gle/96ZXaHjD8w8nnHVy9\"> </a><a contenteditable=\"false\" href=\"https://forms.gle/LbdB5GhRjiNswMq59\" title=\"https://forms.gle/LbdB5GhRjiNswMq59\">registration form</a><a href=\"https://forms.gle/96ZXaHjD8w8nnHVy9\">.</a> Previously presented posters are welcome<strong>.</strong><br>\r\n <br>\r\nPlease<a href=\"https://forms.gle/96ZXaHjD8w8nnHVy9\"> </a><strong><a contenteditable=\"false\" href=\"https://forms.gle/LbdB5GhRjiNswMq59\" title=\"https://forms.gle/LbdB5GhRjiNswMq59\">register here</a></strong><a href=\"https://forms.gle/96ZXaHjD8w8nnHVy9\"> </a>for the event by <strong>May 26, 2026. </strong>Even if you can only come for part of the time, we still welcome you to attend.",
            "image_description": "",
            "creation_date": "2026-04-27T10:09:21",
            "last_modification_date": "2026-05-22T06:50:50",
            "link_label": "Registration and poster submission",
            "link_url": "https://forms.gle/96ZXaHjD8w8nnHVy9",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "CM 1 105",
            "url_place_and_room": "https://plan.epfl.ch/?room==CM%201%20105",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "",
            "organizer": "QSE Center",
            "contact": "[email protected]    ",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 1,
                "fr_label": "Sur inscription",
                "en_label": "Registration required"
            },
            "keywords": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120530/",
            "category": {
                "id": 1,
                "code": "CONF",
                "fr_label": "Conférences - Séminaires",
                "en_label": "Conferences - Seminars",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/1/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/5/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/8/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/9/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/27/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/145/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/191/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/389/?format=api"
            ]
        },
        {
            "id": 71753,
            "title": "Metric Sparsification of Inhomogeneous Random Graphs",
            "slug": "metric-sparsification-of-inhomogeneous-random-grap",
            "event_url": "https://memento.epfl.ch/event/metric-sparsification-of-inhomogeneous-random-grap",
            "visual_url": "https://memento.epfl.ch/image/33079/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33079/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33079/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-24",
            "end_date": "2026-06-24",
            "start_time": "14:00:00",
            "end_time": "16:00:00",
            "description": "<u>EDIC candidacy exam</u><br>\r\nExam president: Prof. Michael Gastpar<br>\r\nThesis advisor: Prof. Patrick Thiran<br>\r\nCo-examiner: Prof. Olivier Lévêque<br>\r\n<br>\r\n<u>Abstract</u><br>\r\ncoming soon<br>\r\n<br>\r\n<u>Selected papers</u><br>\r\n<a href=\"https://proceedings.neurips.cc/paper_files/paper/2024/hash/41ed4bd197d0a5fa036d361c1fc606ad-Abstract-Conference.html\">Why the Metric Backbone Preserves Community Structure </a><br>\r\n<a href=\"https://www.cambridge.org/core/services/aop-cambridge-core/content/view/ADC162CE72510EA1272B6F5C51FCFBA4/S0001867800007990a.pdf/first_passage_percolation_on_inhomogeneous_random_graphs.pdf\">First Passage Percolation on Inhomogeneous Random Graphs </a><br>\r\n<a href=\"https://projecteuclid.org/journalArticle/Download?urlId=10.1214%2F07-PS094\">A Survey of Random Processes with Reinforcement</a><br>\r\n ",
            "image_description": "",
            "creation_date": "2026-04-29T09:48:23",
            "last_modification_date": "2026-05-01T14:49:53",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "BC 129",
            "url_place_and_room": "https://plan.epfl.ch/?room==BC%20129",
            "url_online_room": "",
            "spoken_languages": [],
            "speaker": "Raphaël Fua",
            "organizer": "",
            "contact": "[email protected]",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "EDIC candidacy exam",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120585/",
            "category": {
                "id": 1,
                "code": "CONF",
                "fr_label": "Conférences - Séminaires",
                "en_label": "Conferences - Seminars",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/27/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/48/?format=api"
            ]
        },
        {
            "id": 71783,
            "title": "TBA",
            "slug": "tba-128",
            "event_url": "https://memento.epfl.ch/event/tba-128",
            "visual_url": "https://memento.epfl.ch/image/33123/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33123/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33123/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-01",
            "end_date": "2026-06-01",
            "start_time": "15:00:00",
            "end_time": "16:00:00",
            "description": "",
            "image_description": "",
            "creation_date": "2026-05-04T09:56:23",
            "last_modification_date": "2026-05-05T13:13:57",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "GA 3 21",
            "url_place_and_room": "https://plan.epfl.ch/?room==GA%203%2021",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Hong Wang ( IHES &amp; NYU)",
            "organizer": "Chair of Stochastic Analysis (STOAN)",
            "contact": "[email protected]",
            "is_internal": "True",
            "theme": "",
            "vulgarization": {
                "id": 3,
                "fr_label": "Expert",
                "en_label": "Expert"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "Probability and Stochastic Analysis Seminar",
            "file": "https://memento.epfl.ch/public/upload/files/random.png",
            "icalendar_url": "https://memento.epfl.ch/event/export/120627/",
            "category": {
                "id": 1,
                "code": "CONF",
                "fr_label": "Conférences - Séminaires",
                "en_label": "Conferences - Seminars",
                "activated": true
            },
            "academic_calendar_category": null,
            "domains": [],
            "mementos": [
                "https://memento.epfl.ch/api/v1/mementos/1/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/5/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/7/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/27/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/145/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/400/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/403/?format=api"
            ]
        }
    ]
}