List events from TYPO3.

Fields

id (integer)

Primary key.

url (string)

URL pointing to the original location of this event object.

media ([object])

List of associated media objects.

List of nodes in the page tree where this news objects is located.

categories ([integer])

List of foreign keys to TYPO3 categories.

groups ([object])

List of foreign keys to TYPO3 groups.

body (string)

Full description of news with embedded HTML.

URL pointing to the an external site related to this event.

start (timestamp)

Begin of event.

end (timestamp)

End of event.

allday (boolean)

All-day event.

title (string)

Titel of event.

organizer (string)

Name of person responsible for event.

location (string)

Description of location where event will take place.

teaser (string)

Short summary of event description without HTML.

register (boolean)

Registration required for event attendance.

registration_end (timestamp)

Deadline for event registration.

attending_fees (boolean)

Event attendance requires a fee.

attending_fees_info (string)

Informative text about detailing attendance fees.

dfp_points (integer)

The amount of DFP points credited for attendance.

contact (string)

The name of a person or party to contact in regards to this event.

email (string)

The email address of a person or party to contact in regards to this event.

last_modified (datetime)

Date and time of last modification to this event.

language (integer)

Foreign key to TYPO3 language.

Filters

To filter for exact value matches:

?<fieldname>=<value>

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

Possible lookups:

  • title: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, regex, iregex
  • organizer: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, regex, iregex
  • location: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, regex, iregex
  • teaser: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, regex, iregex
  • start: exact, gt, lt, gte, lte, contains, startswith
  • end: exact, gt, lt, gte, lte, contains, startswith
  • registration_end: exact, gt, lt, gte, lte, contains, startswith
  • dfp_points: exact, gt, lt, gte, lte
  • contact: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, regex, iregex
  • email: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, regex, iregex
  • last_modified: exact, gt, lt, gte, lte, contains, startswith

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • language
GET /v1/typo3/event/?format=api&offset=200
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3785,
    "next": "https://api-test.medunigraz.at/v1/typo3/event/?format=api&limit=20&offset=220",
    "previous": "https://api-test.medunigraz.at/v1/typo3/event/?format=api&limit=20&offset=180",
    "results": [
        {
            "id": 15143,
            "url": "https://www.medunigraz.at/events/detail/workshop-zur-sicherheits-und-verteidigungsforschung-auf-nationaler-und-europaeischer-ebene#sl-content",
            "media": [],
            "gallery": [],
            "contact_box": [],
            "breadcrumb": [
                {
                    "uid": 41,
                    "pid": 8139,
                    "title": "Events-Storage",
                    "is_siteroot": false,
                    "domains": [],
                    "uri": null
                },
                {
                    "uid": 8139,
                    "pid": 0,
                    "title": "Med Uni Graz",
                    "is_siteroot": true,
                    "domains": [
                        "www.medunigraz.at"
                    ],
                    "uri": "https://www.medunigraz.at/"
                }
            ],
            "categories": [
                14,
                287,
                288
            ],
            "groups": [],
            "link": "https://muniverse.medunigraz.at/research-funding/detail/?id=eyJpZCI6IjEwNjIiLCJ0eXBlIjoiU1RSQVBJX1JFU0VBUkNIIiwibG9jYWxpemUiOnRydWV9",
            "header_image": {
                "url": "https://api-test.medunigraz.at/typo3/media/69185/",
                "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/meeting_adobestock402436726-kasto.png",
                "mimetype": "image/png",
                "filename": "meeting_adobestock402436726-kasto.png",
                "size": 1105042
            },
            "related_links": [],
            "related_media": [],
            "start": "2026-02-26T15:00:00+01:00",
            "end": "2026-02-26T17:00:00+01:00",
            "allday": false,
            "title": "Workshop zur Sicherheits- und Verteidigungsforschung auf nationaler und europäischer Ebene",
            "organizer": "O-FOM",
            "location": "Campus der Med Uni Graz, Seminarraum 79, 1. Untergeschoss, Turm Q, Bezeichnung MC2.L.01.019, Neue Stiftingtalstraße 6, 8010 Graz",
            "teaser": "Praxisnaher Einblick in das Themenfeld der Sicherheits- und Verteidigungsforschung",
            "body": "

Der Workshop vermittelt einen praxisnahen Einblick in das Themenfeld der Sicherheits- und Verteidigungsforschung und dessen wachsende Bedeutung für medizinische und gesundheitsbezogene Fragestellungen. Aktuelle europäische Entwicklungen und Förderprogramme werden eingeordnet und anhand von konkreten Forschungsprojekten illustriert. Ziel ist es, Grundlagen für eine strategische Positionierung und den Aufbau geeigneter Forschungs- und Kooperationsnetzwerke zu schaffen. Der interaktive Austausch mit Vertretern des BMLV unterstützt die Vernetzung und die frühzeitige Vorbereitung auf kommende Förderperioden.

  1. Begrüßung & Zielsetzung: Univ.-Prof. Dr. Akos Heinemann, Vizerektor für Forschung
  2. Services des Forschungs- und Innovationsmanagements der Med Uni Graz
  3. Impulsvortrag: Aktuelle Entwicklungen in der europäischen Sicherheits- und Verteidigungsforschung – Christian Resch, Bundesministerium für Landesverteidigung, Geschäftsführer des DCNAustria - Disaster Competence Network Austria
  4. Diskussion & Austausch

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-26T12:00:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Birgit Marie Lackner", "email": "birgit.lackner@medunigraz.at", "last_modified": "2026-02-10T12:32:44+01:00", "language": null }, { "id": 15225, "url": "https://www.medunigraz.at/events/detail/webinar-von-jove#sl-content", "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 284, 285, 313 ], "groups": [], "link": "https://bibliothek.medunigraz.at/oes", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61277/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-webinar.jpg", "mimetype": "image/jpeg", "filename": "header-event-webinar.jpg", "size": 543997 }, "related_links": [], "related_media": [], "start": "2026-02-26T10:00:00+01:00", "end": "2026-02-26T11:00:00+01:00", "allday": false, "title": "Webinar von JoVE", "organizer": "OE Universitätsbibliothek", "location": "online", "teaser": "Online-Workshop über den Zugang zu tausenden wissenschaftlichen Videos auf JoVE ", "body": "

Über die Universitätsbibliothek der Med Uni Graz steht Ihnen ein institutioneller Zugang zu tausenden wissenschaftlichen Videos auf JoVE zur Verfügung. Am Donnerstag, den 26. Februar, findet um 10 Uhr ein Online-Workshop statt, in dem gezeigt wird, wie Videos gezielt zur Unterstützung der Lehre eingesetzt werden können.

AGENDA

  • Zugriff auf jove.com über die digitale Bibliothek
  • Unterschiede zwischen JoVE Education und JoVE Research
  • Erstellung von Playlists und Quizfragen
  • Einbetten und Teilen von Videos in Moodle

DETAILS

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-25T12:00:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Helene Prvinsek", "email": "helene.prvinsek@medunigraz.at", "last_modified": "2026-02-23T12:51:57+01:00", "language": null }, { "id": 15027, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 10116, "pid": 8139, "title": "Events-Storage (nur Intranet)", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 291, 313 ], "groups": [], "link": null, "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61277/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-webinar.jpg", "mimetype": "image/jpeg", "filename": "header-event-webinar.jpg", "size": 543997 }, "related_links": [], "related_media": [], "start": "2026-02-26T09:00:00+01:00", "end": "2026-02-26T13:00:00+01:00", "allday": false, "title": "Sensibilisierungsworkshop zum Umgang mit sexualisierter Gewalt", "organizer": "Mag.a Yvonne Juch", "location": "Med Uni Campus / SR 86 - Mittel frontal (MC2.M.02.009)", "teaser": "Sensibilisierungsworkshop vorrangig für Mitglieder beratender Stellen wie Betriebsräte / AKGL / ÖH", "body": "

Sensibilisierungsworkshop vorrangig für Mitglieder beratender Stellen wie Betriebsräte / AKGL / ÖH - Restplätze können sehr gerne auch von anderen Universitätsangehörigen genützt werden.

Inhalte:

  • Diskriminierung und sexuelle Belästigung am Arbeitsplatz
  • Definition und Beispiele aus der Praxis
  • Welche Möglichkeiten haben Betroffene?
  • Wer kann unterstützen/beraten? Welche Interventionen sind hilfreich?
  • Rechtliche Konsequenzen und Schadenersatz
  • Gesprächsführung

Vortragende:

Mag.a Bianca Liebmann-Kiss / Rechtsreferentin Abteilung Frau, Beruf & Familie / AK Steiermark

ANMELDUNG via MEDonline: 

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-19T23:59:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Yvonne Juch", "email": "yvonne.juch@medunigraz.at", "last_modified": "2026-01-16T11:04:24+01:00", "language": null }, { "id": 14478, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 10116, "pid": 8139, "title": "Events-Storage (nur Intranet)", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 287, 288 ], "groups": [], "link": null, "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/66255/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/workshop.jpg", "mimetype": "image/jpeg", "filename": "workshop.jpg", "size": 426800 }, "related_links": [], "related_media": [], "start": "2026-02-25T15:00:00+01:00", "end": "2026-02-25T16:00:00+01:00", "allday": false, "title": "Proposal Club ", "organizer": "Christine Moissl-Eichinger", "location": "MC1.D.01.007", "teaser": "Proposal Club supports early/mid-stage Postdocs and senior PhD Students on their way to write first proposals", "body": "

This Session: Thomas Bärnthaler will share his experiences in \"Success and Fails - my story\" and we will cover \"AI in proposal writing\"

The Proposal Club aims to support early and mid-stage Postdocs as well as advanced PhD Students on their way to write first proposals and develop their own research group.

Experienced PIs will share their own journeys to successful grantwriting, while dedicated sessions will cover key topics such as funding agencies, leadership, the role of AI in proposal writing, the third mission, and more.

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Geraldine Zenz", "email": "geraldine.zenz@medunigraz.at", "last_modified": "2026-01-14T11:00:13+01:00", "language": null }, { "id": 15060, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 10116, "pid": 8139, "title": "Events-Storage (nur Intranet)", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 311 ], "groups": [], "link": "https://www.bd.com/de-at", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/69184/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/event_adobestock901763585-N7_generiert-mit-KI.png", "mimetype": "image/png", "filename": "event_adobestock901763585-N7_generiert-mit-KI.png", "size": 1154636 }, "related_links": [], "related_media": [], "start": "2026-02-24T13:00:00+01:00", "end": "2026-02-24T15:00:00+01:00", "allday": false, "title": "Think Flow Consulting Day", "organizer": "Becton Dickinson Austria GmbH", "location": "Med Uni Campus West, SR 49 (MC2.N.01.022), Psychologie Simulation 3b", "teaser": "Connect directly with experienced experts.", "body": "

Our Think Flow Consulting Day is designed to give Flow Cytometry users a unique opportunity to connect directly with experienced experts in the field.
Whether you are developing a new panel, troubleshooting an experiment, refining your workflow, or looking for support in interpreting complex datasets — our specialists are available for dedicated 1 on 1 sessions to offer hands on guidance, tailored recommendations, and scientific insights that help move your projects forward.

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Uwe Richter, MSc", "email": "uwe.richter@bd.com", "last_modified": "2026-01-23T10:49:41+01:00", "language": null }, { "id": 14775, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 10116, "pid": 8139, "title": "Events-Storage (nur Intranet)", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 284, 287 ], "groups": [], "link": "https://www.ordensklinikum.at/uroonkologie2026", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61352/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-vortrag-02.jpg", "mimetype": "image/jpeg", "filename": "header-event-vortrag-02.jpg", "size": 364917 }, "related_links": [], "related_media": [], "start": "2026-02-23T07:30:00+01:00", "end": "2026-02-23T22:00:00+01:00", "allday": false, "title": "Interdisziplinäre Uroonkologie - Hot Topics 2026", "organizer": "Ordensklinikum Linz Elisabethinen", "location": "Energie AG Oberösterreich (Power Tower), Böhmerwaldstraße 3, 4020 Linz", "teaser": "Interdisziplinäre Weiterbildung für Ärzt*innen und Studierende", "body": "

Diese Veranstaltung widmet sich den aktuellen Ergebnissen und kontroversen Themen rund um die Behandlung des lokalisierten und fortgeschrittenen Urothelkarzinoms, Nierenzellkarzinoms und Prostatakarzinoms.

Unser Ziel ist es, auch im Jahr 2026 einen umfassenden Überblick über die neuesten Erkenntnisse und Entwicklungen in der Uro-Onkologie zu bieten. Durch die interdisziplinäre Ausrichtung der Tagung möchten wir die optimalen Wege der Therapie aufzeigen und gemeinsam mit Teilnehmer*innen diskutieren.

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-10T00:00:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Lindita Bethani, MSc (forte - Kongressmanagement)", "email": "lindita.bezhani@forte.or.at", "last_modified": "2026-01-14T11:00:38+01:00", "language": null }, { "id": 14889, "url": "https://www.medunigraz.at/events/detail/online-stammtisch-fuer-menschen-in-pflegeverantwortung-1#sl-content", "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 285, 291 ], "groups": [], "link": "https://muniverse.medunigraz.at/personal/vereinbarkeit-unterstuetzung", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61350/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-virtual-event-AdobeStock_404280578_tashatuvango.jpg", "mimetype": "image/jpeg", "filename": "header-event-virtual-event-AdobeStock_404280578_tashatuvango.jpg", "size": 405669 }, "related_links": [], "related_media": [], "start": "2026-02-19T18:00:00+01:00", "end": "2026-02-19T19:00:00+01:00", "allday": false, "title": "Online-Pflegestammtisch", "organizer": "GENDER:UNIT", "location": "Online", "teaser": "Online-Veranstaltung für Menschen in Pflegeverantwortung", "body": "
  • Sie betreuen und/oder pflegen regelmäßig Angehörige, Freund*innen oder Nachbar*innen?
  • Sie übernehmen (kleinere) Dienstleistungen, Behördengänge für Menschen, die darauf angewiesen sind?
  • Sie begleiten Menschen in Ihrem Umfeld von Zeit zu Zeit zu Arztbesuchen, Ambulanzen, etc.?
  • Sie haben die Sachwalterschaft für Menschen übernommen, die kognitiv nicht (mehr) dazu in der Lage sind?
  • Sie sind in Ihrem Umfeld mit schwerkranken Menschen konfrontiert und fühlen sich überfordert?

Ist Ihnen das manchmal alles zu viel? Dann sind Sie bei unserem Pflegestammtisch genau richtig!

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-18T12:00:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Waltraud Heschl", "email": "waltraud.heschl@medunigraz.at", "last_modified": "2025-12-15T14:56:35+01:00", "language": null }, { "id": 15131, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 287 ], "groups": [], "link": null, "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61353/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-vortrag-03.jpg", "mimetype": "image/jpeg", "filename": "header-event-vortrag-03.jpg", "size": 528410 }, "related_links": [], "related_media": [], "start": "2026-02-19T15:00:00+01:00", "end": "2026-02-19T16:00:00+01:00", "allday": false, "title": "Talking Science", "organizer": "Research area Metabolism and Circulation", "location": "Campus Med Uni Graz, MC1.D02.043, Neue Stiftingtalstraße 6, 8010 Graz", "teaser": "„Talking Science Meeting – New Projects and Members“", "body": "

„Talking Science Meeting – New Projects and Members“

February 19th from 3PM

1. New funded projects led by members of the Research Area Metabolism and Circulation

  • Andreas Prokesch: Translational immunology and Metabolism in Oncology (TIMO) - FWF Doc.funds
  • Gernot Grabner: Development of PNPLA3 inhibitors - FWF Astra

2. New members of the Research Area Metabolism and Circulation

  • Mukherjee Suravi
  • Malena Diaz

3. Travel Fellowships of the Research Area Metabolism and Circulation

  • Alexander Führlinger (University Hospital RWTH Aachen, Germany)

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Simon Sedej", "email": "simon.sedej@medunigraz.at", "last_modified": "2026-02-10T12:42:54+01:00", "language": null }, { "id": 15070, "url": "https://www.medunigraz.at/events/detail/infoevent-eu-horizon-europe#sl-content", "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 287, 288 ], "groups": [], "link": "https://forschungsmanagement.uni-graz.at/en/service-for-researchers/events/events-rms/?esraSoftIdva=708632", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/69185/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/meeting_adobestock402436726-kasto.png", "mimetype": "image/png", "filename": "meeting_adobestock402436726-kasto.png", "size": 1105042 }, "related_links": [], "related_media": [], "start": "2026-02-17T13:30:00+01:00", "end": "2026-02-17T16:30:00+01:00", "allday": false, "title": "Infoevent EU Horizon Europe", "organizer": "Uni Graz", "location": "Universitätsstraße 15, Bauteil A, 2. OG, SZ 15.21, 8010 Graz", "teaser": "Infoevent der Uni Graz für ERC Grants sowie für Marie Skłodowska-Curie Actions (MSCA)", "body": "

Die Universität Graz lädt herzlich zu diesem Informations-Event zu EU Horizon Europe ein, sowohl für ERC Grants als auch für Marie Skłodowska-Curie Actions (MSCA).

Expertin: Lil Reif, NCP (National Contact Point) und österreichische Programmspezialistin, FFG.

Program:

First part: 13:30-14:40

The ERC family: Starting, Consolidator, Advanced, Synergy and Super Grants

Apply for an ERC Grant – Secure Funding for Frontier Research

---

14:40-15:20 Networking and Snacks/Drinks

---

Second part: 15:20-16:30

Where Research Meets Mobility: Marie Skłodowska-Curie Actions (MSCA)

MSCA Postdoctoral Fellowships & ERA Fellowships, MSCA Doctoral Networks, MSCA Staff Exchange, MSCA Citizens, etc. Home - Marie Skłodowska-Curie Actions

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-11T00:00:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Birgit Marie Lackner", "email": "birgit.lackner@medunigraz.at", "last_modified": "2026-01-26T09:50:15+01:00", "language": null }, { "id": 15176, "url": "https://www.medunigraz.at/events/detail/virtuelle-3d-lehre-immersive-teaching-in-der-medizinischen-lehre#sl-content", "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 285, 313 ], "groups": [], "link": "https://e-campus.st/moodle/mod/forum/discuss.php?d=55", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61277/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-webinar.jpg", "mimetype": "image/jpeg", "filename": "header-event-webinar.jpg", "size": 543997 }, "related_links": [], "related_media": [], "start": "2026-02-17T13:00:00+01:00", "end": "2026-02-17T13:30:00+01:00", "allday": false, "title": "Virtuelle 3D-Lehre", "organizer": "DI Dr. herwig Rehatschek", "location": "https://t1p.de/v6p6c", "teaser": "Immersive teaching in der Medizinischen Lehre", "body": "

In diesem Webinar erfahren Sie, wie Studierende mit Hilfe von stereoskopischen Livedarstellungen in optimaler Weise für ihre Praktika vorbereitet werden. Sie lernen die grundlegend verwendete Technologie kennen sowie Evaluierungsergebnisse des ersten Pilotversuchs der Medizinischen Universität Graz.

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Herwig Rehatschek", "email": "herwig.rehatschek@medunigraz.at", "last_modified": "2026-02-12T12:39:17+01:00", "language": null }, { "id": 15122, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 10116, "pid": 8139, "title": "Events-Storage (nur Intranet)", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 285, 313 ], "groups": [], "link": "https://e-campus.st/", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61275/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/event-webinar-01.jpeg", "mimetype": "image/jpeg", "filename": "event-webinar-01.jpeg", "size": 6229830 }, "related_links": [], "related_media": [], "start": "2026-02-17T13:00:00+01:00", "end": "2026-02-17T13:30:00+01:00", "allday": false, "title": "Virtuelle 3D-Lehre in der Medizinischen Lehre", "organizer": "eCampus", "location": "https://t1p.de/v6p6c", "teaser": "Webinar für Lehrende", "body": "

In diesem Webinar erfahren Sie wie Studierende mit Hilfe von stereoskopischen Livedarstellungen in optimaler Weise für ihre Praktika vorbereitet werden. Sie lernen die grundlegend verwendete Technologie kennen sowie Evaluierungsergebnisse des ersten Pilotversuchs der Medizinischen Universität Graz.

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Ursula Leopold", "email": "ursula.leopold@medunigraz.at", "last_modified": "2026-02-17T08:47:48+01:00", "language": null }, { "id": 15032, "url": "https://www.medunigraz.at/events/detail/betaetigungsbalance-mittels-handeln-gegen-traegheit-ein-konzept-zum-ausprobieren#sl-content", "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 313 ], "groups": [], "link": "https://psychiatrie-psychotherapeutische-medizin.medunigraz.at/", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61351/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-vortrag.jpg", "mimetype": "image/jpeg", "filename": "header-event-vortrag.jpg", "size": 379812 }, "related_links": [], "related_media": [], "start": "2026-02-12T17:00:00+01:00", "end": "2026-02-12T19:30:00+01:00", "allday": false, "title": "Betätigungsbalance mittels „Handeln gegen Trägheit“ - ein Konzept zum Ausprobieren", "organizer": "Klinische Abteilung für Psychiatrie und Psychotherapeutische Medizin", "location": "Seminarraum der Klinischen Abteilung für Psychiatrie und Psychotherapeutische Medizin im EG, Auenbruggerplatz 31, 8036 Graz", "teaser": "Vortrag", "body": "

Der Referent dieses Info-Abends, Herr Daniel Brodtrager, BSc, gibt mit seinem Vortrag spannende Einblicke in das Konzept „Handeln gegen Trägheit“ als ergotherapeutischer Zugang zur Förderung von Betätigungsbalance in der psychiatrischen Versorgung. Es werden typische Herausforderungen wie Antriebslosigkeit und reduzierte Handlungsinitiation beleuchtet und praxisnahe Interventionsmöglichkeiten vorgestellt.

Anmeldung unter: bipolar-spezialambulanz@medunigraz.at

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-09T15:30:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Suher Guggemos", "email": "bipolar-spezialambulanz@medunigraz.at", "last_modified": "2026-02-10T12:34:45+01:00", "language": null }, { "id": 15069, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 10116, "pid": 8139, "title": "Events-Storage (nur Intranet)", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 290 ], "groups": [], "link": null, "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61275/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/event-webinar-01.jpeg", "mimetype": "image/jpeg", "filename": "event-webinar-01.jpeg", "size": 6229830 }, "related_links": [], "related_media": [], "start": "2026-02-12T14:15:00+01:00", "end": "2026-02-12T17:15:00+01:00", "allday": false, "title": "Zerdenk dich nicht - Wege aus dem Overthinking zur mentalen Leichtigkeit", "organizer": "OE Human Resources, MOVE - Betriebliches Gesundheitsmanagement", "location": "Online", "teaser": "Dieser Online-Vortrag findet von 14.15-15.15 Uhr auf Englisch und von 16.15-17.15 Uhr auf Deutsch statt.", "body": "

Dieser Online-Vortrag findet von 14.15-15.15 Uhr auf Englisch und von 16.15-17.15 Uhr auf Deutsch statt.

https://online.medunigraz.at/mug_online/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/WB_ANM.kursdetails?$ctx=design=ca2;header=max&alle=A&cext_person_nr=&cperson_nr=125035&cst_person_nr=&knr=3978\">Eine Anmeldung ist nicht erforderlich, der Zugang erfolgt über MEDonline

Viele von uns kennen es: Manchmal drehen sich Gedanken in Endlosschleifen. Eine Entscheidung, ein Gespräch, ein „Was wäre wenn“ – und schon steckt man mitten in einem inneren Monolog, der kein Ende finden will. Was als Nachdenken beginnt, wird zur Gedankenspirale.

Overthinking ist ein stiller Stressfaktor – unsichtbar, aber tief wirksam. Es bremst, wo man eigentlich losgehen möchte. Es erschöpft, obwohl man sich nicht bewegt hat. Und es schafft Distanz – zu sich selbst, zu Entscheidungen, zum Leben im Moment.

In dieser Keynote geht es auf eine gemeinsame Spurensuche:

  • Was genau ist Overthinking – und woher kommt es?
  • Warum sind manche Menschen besonders betroffen?
  • Welche Wege führen heraus aus der Gedankenschleife – hin zu mehr Leichtigkeit?

Ein inspirierender Impuls für alle, die sich nach einem klareren Kopf und mehr mentaler Freiheit sehnen.

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Daniela Gangl", "email": "daniela.gangl@medunigraz.at", "last_modified": "2026-02-03T10:32:50+01:00", "language": null }, { "id": 15129, "url": "https://www.medunigraz.at/events/detail/biotechmed-graz-science-breakfast-13#sl-content", "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 287, 311 ], "groups": [], "link": "https://biotechmedgraz.at/en/biotechmed-graz/events/science-breakfast/", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61222/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/zeitung-news-01.jpg", "mimetype": "image/jpeg", "filename": "zeitung-news-01.jpg", "size": 428292 }, "related_links": [], "related_media": [], "start": "2026-02-11T08:30:00+01:00", "end": "2026-02-11T10:00:00+01:00", "allday": false, "title": "BioTechMed-Graz Science Breakfast mit Alexander Lex", "organizer": "BioTechMed-Graz", "location": "University of Graz, RESOWI Centre (SZ 15.21 -2nd floor, part A)", "teaser": "“Interactive Visualization in Biological Data Science: From Bespoke Tools to Reusable Libraries”", "body": "

Interactive data visualization is central to modern data science, particularly within the life sciences. It enables researchers to directly engage with their data, quickly explore hypotheses, and uncover patterns with minimal friction. Visualization solutions range from highly specialized tools designed for specific biological challenges to flexible, general-purpose libraries used across domains.

In this talk, I will present two examples at opposite ends of this spectrum. The first is a bespoke, domain-specific visualization system developed to address the complex task of analyzing live-cell microscopy data. The second demonstrates how interactive visualizations can be seamlessly integrated with Python code in Jupyter Notebooks, creating a powerful environment for exploratory analysis. Together, these examples highlight both the current landscape and future potential of visualization in biological data science.

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-05T23:59:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Sophie Riesinger", "email": "office@biotechmedgraz.at", "last_modified": "2026-02-03T08:27:36+01:00", "language": null }, { "id": 15028, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 10116, "pid": 8139, "title": "Events-Storage (nur Intranet)", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 285, 313 ], "groups": [], "link": "https://allgemeinmedizin.medunigraz.at/lehre", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/66132/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-speziell/2023/12-2023/weiterbildung_Header.jpg", "mimetype": "image/jpeg", "filename": "weiterbildung_Header.jpg", "size": 50680 }, "related_links": [], "related_media": [], "start": "2026-02-10T19:30:00+01:00", "end": "2026-02-10T21:00:00+01:00", "allday": false, "title": "Allgemeinmedizin to go ", "organizer": "Dr. Gerald Schutting", "location": "STAFAM, Pestalozzistraße 62, 8010 Graz oder online", "teaser": "Treffunkt für Ärzt*innen und Studierende, die ihr allgemeinmedizinisches Wissen vertiefen möchten", "body": "

Treffunkt für Ärzt*innen und Studierende, die ihr allgemeinmedizinisches Wissen vertiefen möchten

Vortragende: Prof. Dr. Armin Wunder, Dr. Peter Sigmund, Dr. Gerald Schutting 

Thema diesmal: Hautnah in der Allgemeinmedizin - Rote Flecken, Juckreiz und mehr\"

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-09T23:59:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Meta Christine Frieß", "email": "meta.friess@medunigraz.at", "last_modified": "2026-01-16T11:09:41+01:00", "language": null }, { "id": 14825, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 10116, "pid": 8139, "title": "Events-Storage (nur Intranet)", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 314 ], "groups": [], "link": "https://www.roteskreuz.at/blut/home", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/66418/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-speziell/2024/02-2024/Header_Blutspenden.jpg", "mimetype": "image/jpeg", "filename": "Header_Blutspenden.jpg", "size": 263978 }, "related_links": [], "related_media": [], "start": "2026-02-10T11:00:00+01:00", "end": "2026-02-10T14:00:00+01:00", "allday": false, "title": "Blutspendeaktion im LKH-Univ. Klinikum Graz", "organizer": "ÖRK Steiermark", "location": "1.OG Versorgungszentrum, VIP Raum, Auenbruggerplatz 52", "teaser": "Blut spenden, Leben retten!", "body": "

Der Blutspendedienst des ÖRK Steiermark wird an folgenden Terminen eine Blutspendeaktionen am LKH-Univ. Klinikum Graz

(1.OG Versorgungszentrum, VIP Raum, Auenbruggerplatz 52) durchführen:​

Hinweis: Lichtbildausweis bitte mitnehmen (die Legi-Karte ist kein gültiger Ausweis).

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "ÖRK Steiermark", "email": "xenia.fall@medunigraz.at", "last_modified": "2026-01-28T11:11:20+01:00", "language": null }, { "id": 15020, "url": "https://www.medunigraz.at/events/detail/tag-der-guten-daten#sl-content", "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 287, 313 ], "groups": [], "link": "https://forschungsdatenmanagement.uni-graz.at/de/veranstaltungen/tag-der-guten-daten-2026/", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61351/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-vortrag.jpg", "mimetype": "image/jpeg", "filename": "header-event-vortrag.jpg", "size": 379812 }, "related_links": [], "related_media": [], "start": "2026-02-10T08:30:00+01:00", "end": "2026-02-10T17:30:00+01:00", "allday": false, "title": "Tag der guten Daten", "organizer": "Karl-Franzens Universität Graz", "location": "SR 62.31 (Hauptbibliothek, 3. OG, Universitätsplatz 3a, 8010 Graz)", "teaser": "Ganztägige Veranstaltung an der Universität Graz im Zuge der Love Data Week.", "body": "

Der Tag der guten Daten ist eine ganztägige Veranstaltung an der Universität Graz im Zuge der Love Data Week. Das Thema der Love Data Week dieses Jahr ist \"Where's the data?\", angepasst an das Thema werden sich die diversen Vorträge am Vormittag mit dem Umgang mit Daten befassen. (Dieser Teil der Veranstaltung wird auch per Livestream übertragen!)

Am Nachmittag findet dann noch ein Workshop mit dem Titel \"Forschungsdaten zur Verfügung stellen / Forschungsdaten nachnutzen\" statt. (Achtung: Die Teilnehmerzahl am Workshop ist beschränkt!)

Anmeldung unter: https://forschungsdatenmanagement.uni-graz.at/de/veranstaltungen/tag-der-guten-daten-2026/\">https://forschungsdatenmanagement.uni-graz.at/de/veranstaltungen/tag-der-guten-daten-2026/ 

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-03T00:00:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Oskar Pucher", "email": "oskar.pucher@medunigraz.at", "last_modified": "2026-01-16T11:10:53+01:00", "language": null }, { "id": 14945, "url": "https://www.medunigraz.at/events/detail/love-data-week#sl-content", "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 287, 313 ], "groups": [], "link": "https://www.icpsr.umich.edu/sites/icpsr/about/news-events/international-love-data-week", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61350/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-virtual-event-AdobeStock_404280578_tashatuvango.jpg", "mimetype": "image/jpeg", "filename": "header-event-virtual-event-AdobeStock_404280578_tashatuvango.jpg", "size": 405669 }, "related_links": [], "related_media": [], "start": "2026-02-09T00:00:00+01:00", "end": "2026-02-13T00:00:00+01:00", "allday": false, "title": "Love Data Week", "organizer": "ICPSR", "location": "Mostly online", "teaser": "The theme for this year's event is \"Where's the Data?\"", "body": "

It's that time of year again: Love Data Week is back! This annual international event celebrates data and promotes good research data management. It raises awareness of the importance of data in research and daily life. The event features workshops, panels and presentations at universities and research institutions around the world.

The theme for this year's event is “Where's the Data?” – prompting people to consider the journey of data from collection through to storage and preservation.

More information can be found here: https://www.icpsr.umich.edu/sites/icpsr/about/news-events/international-love-data-week\">https://www.icpsr.umich.edu/sites/icpsr/about/news-events/international-love-data-week

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Oskar Pucher", "email": "oskar.pucher@medunigraz.at", "last_modified": "2026-01-12T10:27:11+01:00", "language": null }, { "id": 14630, "url": "https://www.medunigraz.at/events/detail/stereotaxie-und-radiochirurgie-symposium#sl-content", "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 41, "pid": 8139, "title": "Events-Storage", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 284, 285, 287, 288, 291, 292 ], "groups": [], "link": "https://registration.azmedinfo.co.at/stereo26", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61351/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-vortrag.jpg", "mimetype": "image/jpeg", "filename": "header-event-vortrag.jpg", "size": 379812 }, "related_links": [], "related_media": [], "start": "2026-02-06T09:30:00+01:00", "end": "2026-02-07T12:00:00+01:00", "allday": false, "title": "Stereotaxie- und Radiochirurgie Symposium", "organizer": "Univ.-Klinik für Strahlentherapie-Radioonkologie, Med Uni Graz", "location": "Aula der Med Uni Graz, Neue Stiftingtalstraße 6, 8010 Graz", "teaser": "Themenschwerpunkte SBRT des Prostatakarzinoms und der Niere", "body": "

Als Themenschwerpunkte sind geplant:

  • SBRT des primären Prostatakarzinoms
  • SBRT beim oligometastasierten Prostatakarzinom
  • SBRT der Niere und Nebenniere
  • Konventionelle und adaptive Bestrahlungsplanung sowie IGRT bei der urogenitalen SBRT

Um verbindliche Anmeldung bis 15.01.26 wird gebeten: https://registration.azmedinfo.co.at/stereo26

", "keywords": null, "description": null, "register": true, "registration_end": "2026-01-15T15:00:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Zenz Natascha", "email": "radonk@uniklinikum.kages.at", "last_modified": "2026-01-09T11:14:12+01:00", "language": null }, { "id": 15034, "url": null, "media": [], "gallery": [], "contact_box": [], "breadcrumb": [ { "uid": 10116, "pid": 8139, "title": "Events-Storage (nur Intranet)", "is_siteroot": false, "domains": [], "uri": null }, { "uid": 8139, "pid": 0, "title": "Med Uni Graz", "is_siteroot": true, "domains": [ "www.medunigraz.at" ], "uri": "https://www.medunigraz.at/" } ], "categories": [ 14, 285, 287, 290 ], "groups": [], "link": null, "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61352/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-vortrag-02.jpg", "mimetype": "image/jpeg", "filename": "header-event-vortrag-02.jpg", "size": 364917 }, "related_links": [], "related_media": [], "start": "2026-02-06T09:30:00+01:00", "end": "2026-02-06T10:45:00+01:00", "allday": false, "title": "Hearing Tenure Track Professur gem. §99 Abs. 5 UG", "organizer": "Julia Gaisbauer", "location": "Hörsaal 4", "teaser": "Hearing Tenure Track Professur für Novel Drug Targets in Pulmonary Firbrosis", "body": "

Hearing Tenure Track Professur für Novel Drug Targets in Pulmonary Firbrosis

Lehrvortrag: “Diagnosestellung, derzeit gängige Arzneimittel und potentielle neue Angriffspunkte in der Therapie der Lungenfibrose”

Kandidat: PD. Dr. Thomas Bärnthaler

Interessierte Personen bitten wir um Anmeldung unter julia.gaisbauer@medunigraz.at.

", "keywords": null, "description": null, "register": true, "registration_end": "2026-02-05T00:00:00+01:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Julia Gaisbauer", "email": "julia.gaisbauer@medunigraz.at", "last_modified": "2026-01-19T16:04:52+01:00", "language": null } ] }