retrieve:
Return the details about the given Event id.

list:
List all Event objects.

GET /api/v1/events/?format=api&offset=50&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=60&ordering=-event__end_time",
    "previous": "https://memento.epfl.ch/api/v1/events/?format=api&limit=10&offset=40&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": 71769,
            "title": "Competition between mitochondrial and cytosolic ribosomes produces a bistable metabolic switch",
            "slug": "competition-between-mitochondrial-and-cytosolic-ri",
            "event_url": "https://memento.epfl.ch/event/competition-between-mitochondrial-and-cytosolic-ri",
            "visual_url": "https://memento.epfl.ch/image/33092/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33092/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33092/max-size.jpg",
            "lang": "en",
            "start_date": "2026-05-28",
            "end_date": "2026-05-28",
            "start_time": "14:00:00",
            "end_time": "14:45:00",
            "description": "<p>The ELISIR program recruits exceptional young talents directly after their Ph.D. to run a small team of scientists pursuing innovative independent research in the Life Sciences.<br>\r\nFeel free to attend this presentation (in SV 1717 or virtually via the zoom link) !<br>\r\n </p>",
            "image_description": "",
            "creation_date": "2026-04-30T13:57:09",
            "last_modification_date": "2026-04-30T14:40:33",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "SV 1717",
            "url_place_and_room": "https://plan.epfl.ch/?room==SV%201717",
            "url_online_room": "https://epfl.zoom.us/j/68896362044",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Piyush Nanda, Harvard",
            "organizer": "Pierre Gönczy, ELISIR program committee",
            "contact": "Pierre Gönczy",
            "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": "elisir piyush nanda gönczy",
            "file": "https://memento.epfl.ch/public/upload/files/Elisir2026SVnanda_fwc6CjC.jpg",
            "icalendar_url": "https://memento.epfl.ch/event/export/120605/",
            "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/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"
            ]
        },
        {
            "id": 71316,
            "title": "Can effector T lymphocytes initiate cancer?",
            "slug": "can-effector-t-lymphocytes-initiate-cancer",
            "event_url": "https://memento.epfl.ch/event/can-effector-t-lymphocytes-initiate-cancer",
            "visual_url": "https://memento.epfl.ch/image/32671/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/32671/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/32671/max-size.jpg",
            "lang": "en",
            "start_date": "2026-05-29",
            "end_date": "2026-05-29",
            "start_time": "13:30:00",
            "end_time": "14:30:00",
            "description": "<p>Abstract<br>\r\nAround 30% of cancers are preceded by chronic inflammation which occurs at the site where tumors will develop. However, whether this oncogenic process, particularly observed in the intestine, can be initiated by a specific immune cell population remains unknown. We recently identified two distinct effector T cell populations capable to initiate the oncogenic transformation of a healthy intestinal epithelium (Fesneau et al., Nat Immunol. 2024; Brewer et al., Nat. Rev. Canc. 2024), as well as the factors controlling their differentiation. By revealing the presence of tumorigenic T cells, this work opens a new field in oncology and immunology that will be key for both our understanding of the early steps of carcinogenesis and the development of prophylactic therapies against cancer.<br>\r\n<br>\r\n<br>\r\n<br>\r\n </p>",
            "image_description": "Prof. Julien Marie",
            "creation_date": "2026-03-06T11:49:19",
            "last_modification_date": "2026-03-11T09:53:47",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "SV 1717",
            "url_place_and_room": "https://plan.epfl.ch/?room==SV%201717",
            "url_online_room": "https://epfl.zoom.us/j/65172501275",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Prof. Julien MARIE, CRCL : Cancer Research Center of Lyon ",
            "organizer": "Prof. Daniel Constam",
            "contact": "Prof. Daniel Constam",
            "is_internal": "True",
            "theme": "",
            "vulgarization": {
                "id": 2,
                "fr_label": "Public averti",
                "en_label": "Informed public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/119997/",
            "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/9/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/6/?format=api"
            ]
        },
        {
            "id": 71898,
            "title": "Assistive Technology Challenge Prototype Showcase",
            "slug": "assistive-technology-challenge-prototype-showcase",
            "event_url": "https://memento.epfl.ch/event/assistive-technology-challenge-prototype-showcase",
            "visual_url": "https://memento.epfl.ch/image/33216/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33216/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33216/max-size.jpg",
            "lang": "en",
            "start_date": "2026-05-28",
            "end_date": "2026-05-28",
            "start_time": "12:30:00",
            "end_time": "14:30:00",
            "description": "<p>The ATC (Assistive Technology Challenge : <a href=\"https://make.epfl.ch/projects/56/make-epfl-assistive-technologies-challenge-56\">EPFL Assistive Techn... - Project - MAKE</a>) welcomes you to discover this year's six prototypes designed by the students' teams ! Join us for this unique occasion to exchange with them about their work, meet challengers, and get a glimps at how they overcame the challenges !</p>",
            "image_description": "Des étudiantes et un professeur examinent un prototype.",
            "creation_date": "2026-05-18T16:00:17",
            "last_modification_date": "2026-05-21T10:45:59",
            "link_label": "ATC",
            "link_url": "https://make.epfl.ch/projects/56/make-epfl-assistive-technologies-challenge-56",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "SPOT Atrium",
            "url_place_and_room": "",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/1/?format=api",
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "",
            "organizer": "",
            "contact": "Quentin Delval ([email protected])",
            "is_internal": "True",
            "theme": "",
            "vulgarization": {
                "id": 1,
                "fr_label": "Tout public",
                "en_label": "General public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "handicap, technologie d'assistance, MAKE, ATC",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120794/",
            "category": {
                "id": 19,
                "code": "PUBLICSCIENCE",
                "fr_label": "Evènements scientifiques grand public",
                "en_label": "Public Science Events",
                "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/8/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/21/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/79/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/145/?format=api"
            ]
        },
        {
            "id": 69764,
            "title": "ISIC Faculty Lunch",
            "slug": "isic-faculty-lunch-6",
            "event_url": "https://memento.epfl.ch/event/isic-faculty-lunch-6",
            "visual_url": "https://memento.epfl.ch/image/31250/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/31250/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/31250/max-size.jpg",
            "lang": "en",
            "start_date": "2026-09-11",
            "end_date": "2026-09-11",
            "start_time": "12:00:00",
            "end_time": "14:00:00",
            "description": "<p>tbc<br>\r\n<br>\r\n<strong>Agenda</strong><br>\r\n12:10 – 12:30 Session<br>\r\n12:30 – 14:00 Standing Lunch</p>",
            "image_description": "",
            "creation_date": "2025-09-09T11:22:29",
            "last_modification_date": "2026-03-03T09:22:12",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "Copernic",
            "url_place_and_room": "https://plan.epfl.ch/?room==CE%201%20711.1",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "",
            "organizer": "<a href=\"https://www.epfl.ch/schools/sb/research/isic/\">Institute of Chemical Sciences and Engineering – ISIC</a>",
            "contact": "<a href=\"https://people.epfl.ch/marta.ruizcumi\">Marta Ruiz Cumi</a>",
            "is_internal": "True",
            "theme": "",
            "vulgarization": {
                "id": 2,
                "fr_label": "Public averti",
                "en_label": "Informed public"
            },
            "registration": {
                "id": 2,
                "fr_label": "Sur invitation",
                "en_label": "Invitation required"
            },
            "keywords": "ISICIntranet",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/117575/",
            "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/14/?format=api"
            ]
        },
        {
            "id": 69765,
            "title": "ISIC Faculty Lunch",
            "slug": "isic-faculty-lunch-7",
            "event_url": "https://memento.epfl.ch/event/isic-faculty-lunch-7",
            "visual_url": "https://memento.epfl.ch/image/31251/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/31251/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/31251/max-size.jpg",
            "lang": "en",
            "start_date": "2026-11-13",
            "end_date": "2026-11-13",
            "start_time": "12:00:00",
            "end_time": "14:00:00",
            "description": "<strong>Agenda</strong><br>\r\n12:10 – 12:30 25th Institute Anniversary<br>\r\n12:30 – 14:00 Standing Lunch",
            "image_description": "",
            "creation_date": "2025-09-09T11:23:01",
            "last_modification_date": "2026-03-03T09:22:00",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "Copernic",
            "url_place_and_room": "https://plan.epfl.ch/?room==CE%201%20711.1",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "",
            "organizer": "<a href=\"https://www.epfl.ch/schools/sb/research/isic/\">Institute of Chemical Sciences and Engineering – ISIC</a>",
            "contact": "<a href=\"https://people.epfl.ch/marta.ruizcumi\">Marta Ruiz Cumi</a>",
            "is_internal": "True",
            "theme": "",
            "vulgarization": {
                "id": 2,
                "fr_label": "Public averti",
                "en_label": "Informed public"
            },
            "registration": {
                "id": 2,
                "fr_label": "Sur invitation",
                "en_label": "Invitation required"
            },
            "keywords": "ISICIntranet",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/117576/",
            "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/14/?format=api"
            ]
        },
        {
            "id": 71801,
            "title": "Bioengineering Seminar - Professor Jing Yan - Single-cell Imaging of Microbial Communities across Different Spatial and Temporal Scales",
            "slug": "bioengineering-seminar-professor-jing-yan-single-c",
            "event_url": "https://memento.epfl.ch/event/bioengineering-seminar-professor-jing-yan-single-c",
            "visual_url": null,
            "visual_large_url": null,
            "visual_maxsize_url": null,
            "lang": "en",
            "start_date": "2026-06-12",
            "end_date": "2026-06-12",
            "start_time": "13:00:00",
            "end_time": "14:00:00",
            "description": "<p>Biofilm is an important lifestyle of bacteria where bacterial cells collectively form surface-associated aggregates embedded in a polymeric matrix they secrete. Important in industry and medicine, biofilms also represent a unique form of growing active matter with unique physical and material properties. In this talk, I will highlight our recent work on developing a platform for imaging live, growing biofilm at single-cell resolution, using <em>Vibrio cholerae </em>as the model organism. I will show how bacterial cells physically communicate with each other and the environment to form ordered architecture reminiscent of  liquid crystals. Moreover, I will talk about our recent discovery that heterogeneity in gene expression leads to unexpected pattern formation in biofilm through a drag-based sorting mechanism. I will also highlight ongoing research in the lab on extending the imaging capability to more natural environments including marine animal hosts. I will end by showing our recent findings on the mechanical properties of the extracellular matrix that underlie the architecture of the biofilm.</p>",
            "image_description": "",
            "creation_date": "2026-05-05T13:16:32",
            "last_modification_date": "2026-05-05T13:17:16",
            "link_label": "",
            "link_url": "",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "SV 1717",
            "url_place_and_room": "https://plan.epfl.ch/?room==SV%201717",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Professor Jing Yan, Assistant Professor, Molecular, Cellular and Developmental Biology, Yale University",
            "organizer": "Professor Alexandre Persat",
            "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": "",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120654/",
            "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": 71848,
            "title": "9th Sustainable Space Hub Coffee",
            "slug": "9th-sustainable-space-hub-coffee",
            "event_url": "https://memento.epfl.ch/event/9th-sustainable-space-hub-coffee",
            "visual_url": "https://memento.epfl.ch/image/33167/200x112.jpg",
            "visual_large_url": "https://memento.epfl.ch/image/33167/720x405.jpg",
            "visual_maxsize_url": "https://memento.epfl.ch/image/33167/max-size.jpg",
            "lang": "en",
            "start_date": "2026-06-03",
            "end_date": "2026-06-03",
            "start_time": "12:30:00",
            "end_time": "14:00:00",
            "description": "<p>Join us for the 9th edition of the <a href=\"https://espace.epfl.ch/research/sustainable-space-hub/\" rel=\"noopener\" target=\"_blank\">Sustainable Space Hub</a> (SSH) Coffee, an opportunity to connect with the community and explore the latest developments in space sustainability.<br>\r\n<br>\r\nStephan Hellmich will present the new SSA (Space Situational Awareness) activities: the <strong>NASO</strong> (Extracting Space Object Observations from large Astronomical Data Archives) and <strong>TESSA</strong> (Technologies to Enhance Space Situational Awareness) projects.<br>\r\n<br>\r\nIn collaboration with the University of Bern, the TESSA project continues to advance capabilities in satellite tracking and space object monitoring. Work in 2026 pursues two parallel research tracks: refining 6D pose estimation techniques for the precise determination of object position and orientation in space, and developing adaptive optics solutions for the Zimmerwald Observatory, including the associated algorithms for correcting atmospheric distortion. Together, these efforts contribute to the broader challenge of space situational awareness and safe orbital operations.<br>\r\n<br>\r\nDuring the event, the space semester projects for the fall semester will also be announced.<br>\r\n<strong> </strong><br>\r\n<strong>Provisional schedule</strong><br>\r\n12:30 – Welcome, coffee, cookies &amp; networking<br>\r\n13:00 – Stephan Hellmich will present the new SSA activities: the <strong>NASO</strong> and <strong>TESSA</strong> projects.<br>\r\n13:10 – Presentation of the space semester projects for the fall semester.<br>\r\n13:45 – Q&amp;A and open discussion<br>\r\n<br>\r\nWe look forward to welcoming you for an engaging discussion and informal networking around the latest advances in sustainable space activities.<br>\r\n <br>\r\n<strong>More information</strong><br>\r\nSemester projects: <a href=\"https://espace.epfl.ch/education/student-projects/\" rel=\"noopener\" target=\"_blank\">https://espace.epfl.ch/education/student-projects/</a><br>\r\nPresearch at EPFL Space Center: <a href=\"https://espace.epfl.ch/research/\" rel=\"noopener\" target=\"_blank\">https://espace.epfl.ch/research/</a></p>",
            "image_description": "",
            "creation_date": "2026-05-12T11:53:02",
            "last_modification_date": "2026-05-12T11:53:02",
            "link_label": "9th Sustainable Space Hub Coffee",
            "link_url": "https://espace.epfl.ch/event/9th-sustainable-space-hub-coffee/",
            "canceled": "False",
            "cancel_reason": "",
            "place_and_room": "PPB 019",
            "url_place_and_room": "https://plan.epfl.ch/?room==PPB%20019",
            "url_online_room": "",
            "spoken_languages": [
                "https://memento.epfl.ch/api/v1/spoken_languages/2/?format=api"
            ],
            "speaker": "Stephan Hellmich",
            "organizer": "<a href=\"https://espace.epfl.ch/research/sustainable-space-hub/\">Sustainable Space Hub</a> / <a href=\"https://space.epfl.ch/\">EPFL Space Center</a>",
            "contact": "<a href=\"https://people.epfl.ch/stephan.hellmich\">Stephan Hellmich</a>",
            "is_internal": "False",
            "theme": "",
            "vulgarization": {
                "id": 2,
                "fr_label": "Public averti",
                "en_label": "Informed public"
            },
            "registration": {
                "id": 3,
                "fr_label": "Entrée libre",
                "en_label": "Free"
            },
            "keywords": "sustainable space hub, coffee, networking, space sustainability",
            "file": null,
            "icalendar_url": "https://memento.epfl.ch/event/export/120719/",
            "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/3/?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/27/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/79/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/145/?format=api",
                "https://memento.epfl.ch/api/v1/mementos/179/?format=api"
            ]
        }
    ]
}