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=100
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3519,
    "next": "https://api-test.medunigraz.at/v1/typo3/event/?format=api&limit=20&offset=120",
    "previous": "https://api-test.medunigraz.at/v1/typo3/event/?format=api&limit=20&offset=80",
    "results": [
        {
            "id": 14569,
            "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,
                291
            ],
            "groups": [
                {
                    "id": 3,
                    "title": "Intranet"
                },
                {
                    "id": 5,
                    "title": "Bedienstete"
                },
                {
                    "id": 6,
                    "title": "Studierende"
                }
            ],
            "link": "https://biotechmedgraz.at/de/veranstaltungen/faculty-club/",
            "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": "2025-10-22T17:00:00+02:00",
            "end": "2025-10-22T20:00:00+02:00",
            "allday": false,
            "title": "BioTechMed-Graz Faculty Club - Offener Abend & Meeting Lab Rotation Fellows",
            "organizer": "BioTechMed-Graz",
            "location": "Technische Universität Graz -Stremayrgasse 16, 5. Stock, Rooftop Mensa",
            "teaser": "Offen für alle Fellows, Mentor*innen und interessierten Kolleg*innen",
            "body": "

Offener Abend mit Lab Rotation Meeting - Offen für alle Fellows, Mentor*innen und interessierten Kolleg*innen

Ein offener Abend, um unsere neuen Lab Rotation Fellows kennenzulernen und den Austausch in der BioTechMed-Graz-Community zu fördern.

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-20T00:00:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Sophie Riesinger", "email": "biotechmed@uni-graz.at", "last_modified": "2025-10-14T16:31:08+02:00", "language": null }, { "id": 14560, "url": "https://www.medunigraz.at/events/detail?tx_news_pi1%5Baction%5D=detailEvents&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bevent%5D=14560&cHash=cb0464db47baa379d14bfc2422ee2816#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 ], "groups": [], "link": "https://www.medunigraz.at/mammakarzinom", "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": [ { "id": 81113, "media": { "url": "https://api-test.medunigraz.at/typo3/media/70076/", "original": "https://www.medunigraz.at/frontend/event_upload/MAMMAKARZINOM_f_c_221025_webversion.pdf", "mimetype": "application/pdf", "filename": "MAMMAKARZINOM_f_c_221025_webversion.pdf", "size": 379461 }, "datetime": "2025-10-10T13:23:06+02:00", "title": null, "description": null, "language": null } ], "start": "2025-10-22T17:00:00+02:00", "end": "2025-10-22T19:15:00+02:00", "allday": false, "title": "Mammakarzinom - facts & consequences", "organizer": "Philipp Jost", "location": "MP09 Pachleitner, Graz und online", "teaser": "Interdisziplinäre Fortbildung", "body": "

Liebe Kolleg*innen

Die Behandlung des Mammakarzinoms nimmt in ihrer Komplexität zu und die interdisziplinäre Zusammenarbeit gewinnt noch mehr an Bedeutung.
Die Fortbildungsreihe Mammakarzinom facts & consequences, welche wir in Zusammenarbeit mit den Brustkrebszentren Süd-Ostösterreichs organisieren, hat bereits eine Tradition, die neuesten Ergebnisse der klinischen Studien in prägnanter Form zusammenzufassen und interessante Fragestellungen zur Therapieentwicklung und deren Auswirkungen auf den Alltag aufzugreifen und zu diskutieren. 
Die theoretischen Grundlagen werden mit interaktiven Fallbeispielen aus der täglichen Praxis verknüpft und die Therapieentscheidung von unterschiedlichen Seiten praxisbezogen beleuchtet. 

Wir freuen uns auf Ihre persönliche bzw. virtuelle Teilnahme.

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-15T23:00:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Rosemarie Gangl", "email": "rosemarie.gangl@medunigraz.at", "last_modified": "2025-10-10T13:23:06+02:00", "language": null }, { "id": 14141, "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, 290 ], "groups": [ { "id": 3, "title": "Intranet" }, { "id": 5, "title": "Bedienstete" }, { "id": 6, "title": "Studierende" } ], "link": "https://online.medunigraz.at/mug_online/ee/ui/ca2/app/desktop/#%2Fpl%2Fui%2F%24ctx%2FWB_ANM.kursdetails%3F%24ctx%3Ddesign%3Dca2%3Bheader%3Dmax%26alle%3DA%26cext_person_nr%3D%26cperson_nr%3D125035%26cst_person_nr%3D%26knr%3D3828", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/64292/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-themen/medcampus/campus-modul2-01.png", "mimetype": "image/png", "filename": "campus-modul2-01.png", "size": 1617304 }, "related_links": [], "related_media": [], "start": "2025-10-22T16:45:00+02:00", "end": "2025-10-22T18:15:00+02:00", "allday": false, "title": "Outdoor Training", "organizer": "MOVE - Betriebliches Gesundheitsmanagement", "location": "Treffpunkt: Neue Stiftingtalstraße 6 - WEST, 2. Ebene, Knitterobjekt", "teaser": "Ohne Anmeldung und kostenfrei für alle Mitarbeitende und Studierende", "body": "

Dieser Kurs ist für alle Mitarbeitende und Studierende ohne Anmeldung. Der Kurs findet jede Woche und auch bei Regen statt (mit Ausnahme bei Gewitter).
Treffpunkt: Neue Stiftingtalstraße 6 - WEST, 2. Ebene, https://www.medunigraz.at/universitaetscampus/ort-der-innovation#c71749\" target=\"_blank\">Knitterobjekt

Alle die pünktlich beim Treffpunkt erscheinen können beim Training mitmachen.

Nähere Informationen zur Veranstaltung finden Sie in MEDonline:

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Daniela Gangl", "email": "gesund@medunigraz.at", "last_modified": "2025-09-23T15:46:14+02:00", "language": null }, { "id": 14480, "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": [ { "id": 3, "title": "Intranet" }, { "id": 5, "title": "Bedienstete" }, { "id": 6, "title": "Studierende" } ], "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": "2025-10-22T15:00:00+02:00", "end": "2025-10-22T16:00:00+02:00", "allday": false, "title": "Proposal Club ", "organizer": "Christine Moissl-Eichinger", "location": "HS4", "teaser": "Proposal Club supports early/mid-stage Postdocs and senior PhD Students on their way to write first proposals", "body": "

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": "2025-09-30T09:12:19+02:00", "language": null }, { "id": 14386, "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": [ { "id": 3, "title": "Intranet" }, { "id": 5, "title": "Bedienstete" }, { "id": 6, "title": "Studierende" } ], "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": "2025-10-21T14:00:00+02:00", "end": "2025-10-21T16:00:00+02:00", "allday": false, "title": "BASISMODUL Lehre Vertiefung: Betreuung und Beurteilung von Abschlussarbeiten", "organizer": "Medizinische Universität Graz", "location": "Medizinische Universität Graz", "teaser": "Interne Weiterbildung", "body": "

Vortragende: Univ.Doz.in Dr.in Adelheid Kresse

  • Organisatorischer Ablauf
  • Wer sind Gutachter*innen?
  • Plagiatsprüfung mit Turnitin (weshalb, wie funktioniert das, wie sind Ergebnisse daraus zu interpretieren)
  • Wie kommen Noten zustande?
  • Was passiert, wenn die Abschlussarbeit positiv/negativ beurteilt wird?
  • Definition und Zielsetzung der verschiedenen Abschlussarbeiten
  • Themen Erstellung
  • Themenbörse und organisatorischer Ablauf
  • Ethikkommission
  • Good Scientific Practice
  • Betreuung

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-14T00:00:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Mag. Claudia Schober", "email": "claudia.schober@medunigraz.at", "last_modified": "2025-09-15T12:36:35+02:00", "language": null }, { "id": 14036, "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 ], "groups": [ { "id": 3, "title": "Intranet" }, { "id": 5, "title": "Bedienstete" }, { "id": 6, "title": "Studierende" } ], "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": "2025-10-21T11:00:00+02:00", "end": "2025-10-21T14:00:00+02: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 2025 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": "2025-09-22T10:40:18+02:00", "language": null }, { "id": 14545, "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": [ { "id": 3, "title": "Intranet" }, { "id": 5, "title": "Bedienstete" }, { "id": 6, "title": "Studierende" } ], "link": null, "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/53323/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-oes/stabsstellen-oes/finanzen.jpg", "mimetype": "image/jpeg", "filename": "finanzen.jpg", "size": 467620 }, "related_links": [], "related_media": [], "start": "2025-10-20T09:30:00+02:00", "end": "2025-10-20T15:00:00+02:00", "allday": false, "title": "Grundlagen der Geschäftsmodellentwicklung und der Finanzplanung für Start-ups", "organizer": "Medizinische Universität Graz", "location": "Science Park Graz", "teaser": "Interne Weiterbildung", "body": "

Unternehmerisches Wissen hinsichtlich Markt-, Strategie- und Finanzplanung spielt für die Gründung eines Start-ups durch Wissenschafter*innen u.a. eine entscheidende Rolle. Dieser interaktive Workshop mit Gruppenübungen und Case-Studies aus der Praxis bietet einen kompakten Überblick über die wichtigsten Themen, die für die Gründung eines Start-ups essentiell sind.

Inhalte des Workshops:

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-13T00:00:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Mag. Claudia Schober", "email": "claudia.schober@medunigraz.at", "last_modified": "2025-10-08T13:56:31+02:00", "language": null }, { "id": 14543, "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": [ { "id": 3, "title": "Intranet" }, { "id": 5, "title": "Bedienstete" }, { "id": 6, "title": "Studierende" } ], "link": null, "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/53551/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-themen/karriere/facharztausbildung.png", "mimetype": "image/png", "filename": "facharztausbildung.png", "size": 1153333 }, "related_links": [], "related_media": [], "start": "2025-10-20T09:00:00+02:00", "end": "2025-10-20T15:00:00+02:00", "allday": false, "title": "Krisen- und Konfliktmanagement im ärztlichen Alltag (Modul II)", "organizer": "Medizinische Universität Graz", "location": "Medizinische Universität Graz & KAGes", "teaser": "Interne Weiterbildung", "body": "

Vortragender: PD Dr. Christian Fazekas

Konkrete Beispiele für typische Krisen- und Konfliktsituationen in der klinischen Versorgung werden vorgestellt und analysiert.

Den Teilnehmer*innen werden Verhaltensoptionen für einen professionellen Umgang mit derartigen Situationen näher gebracht. Dabei geht es um das frühzeitige Erkennen von Konfliktsituationen, das Entwickeln von Konflikt-lösungsstrategien, kommunikativen Möglichkeiten der Emotionsregulation nach W. Langewitz und die Dokumentation.

Im Modul I werden diese Themen theoretisch vermittelt, im Modul II werden sie vertieft und szenisch erprobt. Gruppenarbeit, Rollenspiel und Video-analyse kommen zum Einsatz.

Ziel: Theoretischer und praktischer Erwerb professioneller Verhaltensoptionen in Krisen- und Konfliktsituationen im ärztlichen Alltag.

Anmeldung: per Email an: MelanieRenate.Schaffelhofer@uniklinikum.kages.at 

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-13T00:00:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Mag. Claudia Schober", "email": "claudia.schober@medunigraz.at", "last_modified": "2025-10-08T13:51:03+02:00", "language": null }, { "id": 14538, "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": [ { "id": 3, "title": "Intranet" }, { "id": 5, "title": "Bedienstete" }, { "id": 6, "title": "Studierende" } ], "link": null, "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": "2025-10-20T08:30:00+02:00", "end": "2025-12-17T12:30:00+01:00", "allday": false, "title": "Zertifiziertes Kommunikationstraining gem. ÖPGK-tEACH-Standard ", "organizer": "Medizinische Universität Graz", "location": "Medizinische Universität Graz & KAGes", "teaser": "Interne Weiterbildung", "body": "

Modul 1

Informationen verständlich vermitteln

  • Gut ins Gespräch starten und Informationen strukturieren.
  • Informationen so teilen, dass sie verstanden werden.
  • Die Mitarbeit und Adhärenz von Patient*innen fördern.

Modul 2

Mit starken Emotionen zielführend umgehen

  • Gespräche mit verärgerten oder aggressiven Patient*innen führen.
  • In konfliktträchtigen Gesprächen deeskalieren.
  • Alle Beteiligten entlasten du konstruktiv weiterarbeiten.

Modul 3

Schlechte Nachrichten überbringen

  • Schlechte Nachrichten an Patient*innen verständlich und einfühlsam übermitteln.
  • Schwierige Informationen so vermitteln, dass sie ankommt.
  • Mit Reaktionen auf schlechte Nachrichten adäquat und zielführend umgehen.

Anmeldung: Bitte telefonisch über Frau Schaffelhofer – Tel. 83321

Vortragender: Dr. Christian Vajda

", "keywords": null, "description": null, "register": true, "registration_end": "2025-09-15T00:00:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Mag. Claudia Schober", "email": "claudia.schober@medunigraz.at", "last_modified": "2025-10-07T11:05:42+02:00", "language": null }, { "id": 14561, "url": "https://www.medunigraz.at/events/detail?tx_news_pi1%5Baction%5D=detailEvents&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bevent%5D=14561&cHash=253c6da8c30412472e4b0f24daa6e98c#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": [], "groups": [], "link": "https://www.drueckmich.at/", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/65624/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-speziell/2023/10-2023/Header_Tag_der_Wiederbelebung_AGN_Brunner.jpg", "mimetype": "image/jpeg", "filename": "Header_Tag_der_Wiederbelebung_AGN_Brunner.jpg", "size": 605916 }, "related_links": [], "related_media": [], "start": "2025-10-18T10:00:00+02:00", "end": "2025-10-19T02:00:00+02:00", "allday": true, "title": "Initiative „Drück Mich!“ in der Grazer Innenstadt", "organizer": "Michael Eichinger", "location": "Mehrere Orte in der gesamten Grazer Innenstadt", "teaser": "Am 18.10.2025 verwandelt sich die Grazer Innenstadt in einen Lernort für lebensrettende Sofortmaßnahmen.", "body": "

Mehr als 150 Studierende der Med Uni Graz sind am 18. Oktober anlässlich des internationalen „World Restart a Heart Day“, welcher am 16. Oktober zelebriert wird, unterwegs, um Passant*innen einfache Schritte der Wiederbelebung näherzubringen. Erstmals wird die Aktion in Kooperation mit der Ärztekammer Steiermark umgesetzt.

Weitere Informationen: https://www.drueckmich.at/\">https://www.drueckmich.at/.

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Michael Eichinger", "email": "michael.eichinger@medunigraz.at", "last_modified": "2025-10-10T13:08:12+02:00", "language": null }, { "id": 14479, "url": "https://www.medunigraz.at/events/detail?tx_news_pi1%5Baction%5D=detailEvents&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bevent%5D=14479&cHash=497b43b8d28961be8c5c39427216db23#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": [ 9, 14, 267, 269, 291 ], "groups": [], "link": null, "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/70054/", "original": "https://www.medunigraz.at/frontend/user_upload/themen-pr/events/UKE-muskuloskelettale-gesundheit.png", "mimetype": "image/png", "filename": "UKE-muskuloskelettale-gesundheit.png", "size": 1276163 }, "related_links": [], "related_media": [], "start": "2025-10-17T13:00:00+02:00", "end": "2025-10-17T16:00:00+02:00", "allday": false, "title": "Gesunde Knochen – stark durchs Leben", "organizer": null, "location": "Hörsaalzentrum, HS D", "teaser": "Informationstag rund um Osteoporose.", "body": "

Osteoporose betrifft viele Menschen – doch mit Wissen, Vorsorge und der richtigen Therapie lassen sich Risiken deutlich senken. Die Universitäre Kompetenzeinheit muskuloskelettale Gesundheit lädt herzlich ein, sich bei spannenden Vorträgen von Expert*innen über Ursachen, Vorbeugung und moderne Behandlungsmöglichkeiten zu informieren. Im Anschluss stehen die Referent*innen für Fragen zur Verfügung. 

ERÖFFNUNG

12.00 Uhr

PROGRAMM

13.00 – 13.20 UhrWas ist Osteoporose?Daniel Arian Kraus | Barbara Obermayer-Pietsch
13.30 – 13.50 UhrPrävention/Therapie - Ernährung bei OsteoporoseJane Bergthaler
14.00 – 14.20 UhrRisikofaktoren der OsteoporoseDaniel Arian Kraus | Barbara Obermayer-Pietsch
14.30 – 14.50 Uhr“Wann muss der Chirurg reinschneiden“ bei Osteoporose? Und wie?Nicolas Eibinger
15.00 – 15.20 UhrMedikamentöse Therapie der OsteoporoseDaniel Arian Kraus | Barbara Obermayer-Pietsch
15.30 – 16.00 UhrZukunft der Therapie – Chirurgie-Roboter und vieles mehr!Nicolas Eibinger

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Univ.-Prof.in Dr.in Barbara Obermayer-Pietsch", "email": "barbara.obermayer@medunigraz.at", "last_modified": "2025-10-16T16:05:52+02:00", "language": null }, { "id": 14496, "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, 291, 311 ], "groups": [], "link": "https://idea-lab.uni-graz.at/de/veranstaltungen/ai-innovation-day/", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61183/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-01.png", "mimetype": "image/png", "filename": "header-event-01.png", "size": 1349053 }, "related_links": [], "related_media": [ { "id": 80964, "media": { "url": "https://api-test.medunigraz.at/typo3/media/70064/", "original": "https://www.medunigraz.at/frontend/event_upload/20251017_Flyer_Digital_Day_aktuell.pdf", "mimetype": "application/pdf", "filename": "20251017_Flyer_Digital_Day_aktuell.pdf", "size": 1513473 }, "datetime": "2025-10-01T13:34:17+02:00", "title": null, "description": null, "language": null } ], "start": "2025-10-17T09:00:00+02:00", "end": "2025-10-17T18:00:00+02:00", "allday": false, "title": "AI Innovation Day", "organizer": "IDea_Lab der Universität Graz", "location": "HS 62.01 Alumni-Hörsaal Universitätsplatz 3a, 8010 Graz", "teaser": "Introducing the IDea_Lab", "body": "

A digital transformation that is geared toward securing democracy, social justice, and sustainable development requires innovative, research-based solutions. In this context, the AI Innovation Day is dedicated to the IDea_Lab, which aims to serve as a hub for the expansion of interdisciplinary research through the development and application of modern AI-based methods at the University of Graz. In addition to the inaugural lectures by IDea_Lab professors, the AI Innovation Day also provides an opportunity for exchange with faculties and partner universities, as well as the presentation of successful research projects that use or could benefit from modern AI-based methods.

Registration and more information:https://idea-lab.uni-graz.at/de/veranstaltungen/ai-innovation-day/\">https://idea-lab.uni-graz.at/de/veranstaltungen/ai-innovation-day/

", "keywords": null, "description": null, "register": true, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": null, "email": null, "last_modified": "2025-10-01T13:34:17+02:00", "language": null }, { "id": 14553, "url": "https://www.medunigraz.at/events/detail?tx_news_pi1%5Baction%5D=detailEvents&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bevent%5D=14553&cHash=a819b0afd89776f64e7c5da1b3bc0b00#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": [ 9, 14, 266, 269, 287 ], "groups": [], "link": "https://www.meinmed.at/veranstaltung/neues-aus-der-forschung-langanhaltende-erkaeltungen-verstehen-und-behandeln-2025-10-16/2355", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/62802/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/MeinMed-kasto-adobestockcom.png", "mimetype": "image/png", "filename": "MeinMed-kasto-adobestockcom.png", "size": 806861 }, "related_links": [], "related_media": [ { "id": 81102, "media": { "url": "https://api-test.medunigraz.at/typo3/media/70117/", "original": "https://www.medunigraz.at/frontend/event_upload/Inserat_Graz_KW41.pdf", "mimetype": "application/pdf", "filename": "Inserat_Graz_KW41.pdf", "size": 4054460 }, "datetime": "2025-10-10T10:33:09+02:00", "title": null, "description": null, "language": null } ], "start": "2025-10-16T19:00:00+02:00", "end": "2025-10-16T20:30:00+02:00", "allday": false, "title": "Langanhaltende Erkältungen verstehen und behandeln", "organizer": "MeinMed", "location": "Med Uni Graz, MC2, Neue Stiftingtalstraße 6, 8010 Graz", "teaser": "Kostenloser MeinMed-Gesundheitsvortrag in Kooperation mit der Medizinischen Universität Graz. ", "body": "

Eine gewöhnliche Erkältung ist meist nach wenigen Tagen überstanden – doch manchmal halten Husten, Schnupfen und Abgeschlagenheit hartnäckig an.

Klinikvorstand Dietmar Thurnher erklärt woran es liegt, wenn Infekte nicht abklingen oder immer wieder zurückkehren. Welche Rolle spielen Viren, Bakterien oder ein geschwächtes Immunsystem dabei und wann sollte man ärztliche Hilfe in Anspruch nehmen?

Die Veranstaltung richtet sich an Interessierte, Betroffene oder Angehörige. Vorkenntnisse sind nicht erforderlich. Melden Sie sich an, kommen Sie vorbei und bringen Sie gerne Ihre Fragen mit!

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Lisa-Maria Chmarra", "email": "events@meinmed.at", "last_modified": "2025-10-10T10:33:09+02:00", "language": null }, { "id": 13333, "url": "https://www.medunigraz.at/events/detail?tx_news_pi1%5Baction%5D=detailEvents&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bevent%5D=13333&cHash=6a3b162d153200a4275d9ff48330b4f2#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, 290 ], "groups": [], "link": "https://kinderchirurgie@medunigraz/", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/63561/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/AdobeStock-Sportmedizin_323229819-_kentoh.png", "mimetype": "image/png", "filename": "AdobeStock-Sportmedizin_323229819-_kentoh.png", "size": 1399573 }, "related_links": [], "related_media": [ { "id": 77640, "media": { "url": "https://api-test.medunigraz.at/typo3/media/68495/", "original": "https://www.medunigraz.at/frontend/event_upload/Medizinische_Trainingslehre_2025_Stand_0125.pdf", "mimetype": "application/pdf", "filename": "Medizinische_Trainingslehre_2025_Stand_0125.pdf", "size": 605945 }, "datetime": "2025-01-17T10:29:55+01:00", "title": null, "description": null, "language": null } ], "start": "2025-10-16T16:00:00+02:00", "end": "2025-10-19T14:00:00+02:00", "allday": false, "title": "Zertifikatskurs Medizinische Trainingslehre", "organizer": "Dr.in Jana Windhaber", "location": "Hörsaal der Univ.-Klinik für Kinder- und Jugendheilkunde, Auenbruggerpl.34, 8036 Graz", "teaser": "Interdisziplinäre Weiterbildung vom 16. -19.10.2025", "body": "

Interdisziplinäre Weiterbildung für Ärzt*innen, Medizinstudierende, Physiotherapeut*innen, Ernährungs- u. Sportwissenschafter*innen

In diesem Lehrgang werden Sie lernen, wie man einen Trainingsplan nach den Richtlinien der Medizinischen Trainingslehre erstellt, damit Sie das „Medikament Training“ sowohl bei unterschiedlichsten Krankheitsbildern als auch in der Prävention richtig einsetzen und ein Trainingsrezept erstellen können.

Ein weiterer Schwerpunkt liegt in der sportmedizinischen Betreuung von Nachwuchsleistungssportler*innen, um Verletzungen und Überlastungsschäden zu verhindern, die im Erwachsenenalter große Probleme bereiten können.

Die Ausbildung schließt mit einer schriftlichen Wissensüberprüfung ab. Bei Absolvierung aller Unterrichtseinheiten und bestandenem Testat erhalten sie das Zertifikat „Medizinische Trainingslehre“ der Österreichischen Gesellschaft für Sportmedizin und Prävention (ÖGSMP).

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-15T00:00:00+02:00", "attending_fees": true, "attending_fees_info": "1.080,-- Euro/Teilnehmer*in", "dfp_points": null, "contact": "Dr.in Jana Windhaber", "email": "jana.windhaber@medunigraz.at", "last_modified": "2025-01-17T10:29:55+01:00", "language": null }, { "id": 14254, "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": null, "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/61278/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/header-event-webinar-01.jpeg", "mimetype": "image/jpeg", "filename": "header-event-webinar-01.jpeg", "size": 6229830 }, "related_links": [], "related_media": [], "start": "2025-10-16T15:00:00+02:00", "end": "2025-10-16T16:00:00+02:00", "allday": false, "title": "Virtuelle Karriere-Werkstatt für angehende Wissenschafterinnen", "organizer": "Elisabeth Platzer", "location": "online", "teaser": "Virtuelle Karriere-Werkstatt für angehende Wissenschafterinnen - Fokus: Umgang mit Rückschlägen & Ablehnungen", "body": "

Zielgruppe: Masterstudentinnen und weibliche PraeDocs aller vier Grazer Universitäten

Bei der virtuellen Karriere-Werkstatt für angehende Wissenschafterinnen handelt es sich um ein offenes Impuls- und Diskussionsformat. Es werden spezifische Erfolgsfaktoren und Stolpersteinen in Unikarrieren vorgestellt, gemeinsam diskutiert und reflektiert. Teilnehmerinnen können die Gelegenheit nutzen, um die eigene Karriere als Wissenscha8lerin zu stärken und sich mit anderen Frauen in dem Bereich vernetzen.

Das offene einstündige Format findet drei Mal in einem Vier-Wochen-Rhythmus online statt. Die Termine können einzeln oder als gesamte Serie besucht werden.


Fokus: Umgang mit Rückschlägen & Ablehnungen

Gerade in der wettbewerbsintensiven Wissenschaft können Rückschläge und Ablehnungen zum beruflichen Alltag gehören. Umso wichtiger ist es die eigene Resilienz zu stärken und Strategien zur Selbstfürsorge zu entwickeln. Es werden verschiedene Fallbeispiele diskutiert und Erfahrungen ausgetauscht, wie Rückschläge in Erfolge umgewandelt werden können.


Workshop-Leiterin: Mag.a Christina Pernsteiner-Koller

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-13T00:00:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Elisabeth Platzer", "email": "elisabeth.platzer@medunigraz.at", "last_modified": "2025-08-28T15:30:56+02:00", "language": null }, { "id": 14533, "url": "https://www.medunigraz.at/events/detail?tx_news_pi1%5Baction%5D=detailEvents&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bevent%5D=14533&cHash=14d611e8bd66ed4e2e80fd5ea4fd5365#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, 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": [ { "id": 81029, "media": { "url": "https://api-test.medunigraz.at/typo3/media/70088/", "original": "https://www.medunigraz.at/frontend/event_upload/RF_Neuroscience_announcement_Sylvain_Lehmann.pdf", "mimetype": "application/pdf", "filename": "RF_Neuroscience_announcement_Sylvain_Lehmann.pdf", "size": 1276857 }, "datetime": "2025-10-07T07:30:35+02:00", "title": null, "description": null, "language": null } ], "start": "2025-10-16T14:00:00+02:00", "end": "2025-10-16T16:00:00+02:00", "allday": false, "title": "Neuroscience Guest Lecture: Recent Advances in Biomarkers of Neurodegenerative Diseases", "organizer": "Research Field Neuroscience / Forschungsfeld Neurowissenschaften", "location": "Neurology Auditorium (Neurologie-Hörsaal), 1st floor, Auenbruggerplatz", "teaser": "Contributions of Mass Spectrometry-Based Proteomics and Ultrasensitive Assays", "body": "

Contributions of Mass Spectrometry-Based Proteomics and Ultrasensitive Assays  - Prof. Sylvain Lehman

The next Neuroscience Guest Lecture will take place on 16 October 2025 at 2 pm in the Neurology Auditorium (Neurologie-Hörsaal), 1st floor, Auenbruggerplatz 22.

Prof. Sylvain Lehman will talk about \"Recent Advances in Biomarkers of Neurodegenerative Diseases: Contributions of Mass Spectrometry-Based Proteomics and Ultrasensitive Assays“.

Professor Lehmann is a leading scientist in the field of biomarker research in neurodegenerative disorders. He is Director of the Montpellier Centre of Excellence in Neurodegeneration and the Institute of Neuroscience of Montpellier (INM-INSERM), as well as Head of the Clinical Biochemistry and Proteomics Unit at the University of Montpellier in France.

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Andrea Eitler-Zunegg", "email": "andrea.eitler-zunegg@medunigraz.at", "last_modified": "2025-10-07T07:30:35+02:00", "language": null }, { "id": 14087, "url": "https://www.medunigraz.at/events/detail?tx_news_pi1%5Baction%5D=detailEvents&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bevent%5D=14087&cHash=0e0e5237fa16a8d19bcd3a4540f8b9f7#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 ], "groups": [], "link": "https://zmf.medunigraz.at/merag", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/63695/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/merag-kurse.jpg", "mimetype": "image/jpeg", "filename": "merag-kurse.jpg", "size": 642606 }, "related_links": [], "related_media": [], "start": "2025-10-16T14:00:00+02:00", "end": "2025-10-16T15:00:00+02:00", "allday": false, "title": "Using SLURM on MedBioNode for parallel computing", "organizer": "Dr. Christian Gülly", "location": "Campus der Med Uni Graz, MC2.N.02.018 (UR83), Neue Stiftingtalstraße 6, 8010 Graz", "teaser": "MERAG - Kurs", "body": "

Slurm is an open-source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters.

It provides three key functions:

  • allocating exclusive and/or non-exclusive access to resources (nodes) to users for some duration of time so they can perform work,
  • providing a framework for starting, executing, and monitoring work (typically a parallel job such as MPI) on a set of allocated nodes, and
  • arbitrating contention for resources by managing a queue of pending jobs.

This course will go over the basic principles of using the Slurm Workload Manager on the MedBioNode cluster. There will be some short hands-on exercises, so attendees should know how to work in Linux and log on the cluster as a prerequisites.

For registration please fill in the registration form.

Equipment: To bring a laptop with you is recommended.

More information: https://zmf.medunigraz.at/merag\" target=\"_blank\">https://zmf.medunigraz.at/merag

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-15T16:00:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Kathrin Wabitsch", "email": "zmf-sekretariat@medunigraz.at", "last_modified": "2025-07-16T09:56:44+02:00", "language": null }, { "id": 14537, "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/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": "2025-10-16T13:30:00+02:00", "end": "2025-10-17T19:00:00+02:00", "allday": false, "title": "Grundlagen des Projektmanagements für (wissenschaftliche) Mitarbeiter*innen", "organizer": "Medizinische Universität Graz", "location": "Medizinische Universität Graz", "teaser": "Interne Weiterbildung", "body": "

Folgende Eckpunkte und deren Erklärung stellen die wesentlichen Inhalte des Seminars dar:

  • Definition „Projekt“: Welche Rahmenbedingungen müssen gegeben sein, damit ein Projekt wirklich ein Projekt ist?
  • Projekt vs. Aufgabe: Was unterscheidet ein Projekt von einer Aufgabe und warum ist die Trennung dieser beiden Begriffe von Bedeutung?
  • Rollendefinitionen: Welche Rollen kann es in Projekten geben? Welche Personen mit welchen Aufgaben sind notwendig um ein Projekt zum Erfolg zu führen?
  • Erläuterung der Projektphasen: Von der Definition, über die Planung bis zum Abschluss.
  • Auf welche Phasen muss man sich in einem Projekt einstellen und wie werden sie behandelt?
  • Controlling: Die Steuerung eines Projekts ist eine der wesentlichsten Aufgaben des Projektteams, aber welche Maßnahmen sind hier wirklich ratsam?
  • Tools: Welche Tools werden im Allgemeinen im Bereich des Projektmanagements verwendet?
  • Fallen und Stolpersteine: Auf welche Fallen sollte das Projektteam vorbereitet sein und wie wirken sich diese in der Praxis aus?
    \t 
  • 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=50798&cst_person_nr=&knr=3775\">Anmeldung: MEDonline/interne Weiterbildung

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-09T00:00:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Mag. Claudia Schober", "email": "claudia.schober@medunigraz.at", "last_modified": "2025-10-07T10:59:07+02:00", "language": null }, { "id": 14161, "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/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": "2025-10-16T13:00:00+02:00", "end": "2025-10-16T17:00:00+02:00", "allday": false, "title": "Unconscious Biases - Make Better Decisions", "organizer": "Gender:Unit", "location": "MC2.M.02.009 (SR 86 M-Cafe)", "teaser": "Wie entstehen Unconscious Biases und was kann im universitären Alltag die fachliche Entscheidungsfindung trüben", "body": "

In unserer täglichen Arbeit treffen wir Entscheidungen, die weitreichende Auswirkungen haben – sei es in Kommissionen, Bewerbungsverfahren, Leitungsfunktionen oder in strategischen Entwicklungsprozessen.

Eine objektive, faktenbasierte Entscheidungsfindung ist dabei essenziell. Doch unbewusste Denkmuster („Unconscious Biases“) können unsere Wahrnehmung und Urteile unbemerkt beeinflussen. Die Folgen sind vielfältig:

Wir über- oder unterschätzen die Kompetenzen von Menschen, wir präferieren Personen die uns ähnlich sind oder wir lassen uns meist unbewusst von Bias-Dynamiken auf der Gruppenebene beeinflussen.

Um ein Bewusstsein für diese Mechanismen zu schaffen und Werkzeuge für eine reflektierte Entscheidungsfindung zu erhalten, laden wir Sie herzlich zum Workshop „Unconscious Biases – Make Better Decisions“ ein.

Der Workshop bietet praxisnahe Einblicke und Methoden, um unbewusste Vorannahmen zu erkennen und bewusstere Entscheidungen zu treffen.

Ihre Teilnahme trägt aktiv dazu bei, die Qualität und Fairness unserer universitären Arbeit weiter zu stärken.

", "keywords": null, "description": null, "register": true, "registration_end": "2025-10-09T23:59:00+02:00", "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Sandra Gamse", "email": "sandra.gamse@medunigraz.at", "last_modified": "2025-10-01T13:27:50+02:00", "language": null }, { "id": 14524, "url": "https://www.medunigraz.at/events/detail?tx_news_pi1%5Baction%5D=detailEvents&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Bevent%5D=14524&cHash=30609662aa82002cb1ab3fa758a7dcef#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, 286, 291 ], "groups": [], "link": "https://bibliothek.medunigraz.at/oes", "header_image": { "url": "https://api-test.medunigraz.at/typo3/media/69942/", "original": "https://www.medunigraz.at/frontend/user_upload/images/header-news/header-news-allgemein/OE-Bibliothek-Helmut_Lunghammer-header.png", "mimetype": "image/png", "filename": "OE-Bibliothek-Helmut_Lunghammer-header.png", "size": 1175370 }, "related_links": [], "related_media": [ { "id": 81000, "media": { "url": "https://api-test.medunigraz.at/typo3/media/70079/", "original": "https://www.medunigraz.at/frontend/event_upload/Cookie_Lecture_A1_%C3%9Cbersicht_Eingang_Bib_2025_01.pdf", "mimetype": "application/pdf", "filename": "Cookie_Lecture_A1_Übersicht_Eingang_Bib_2025_01.pdf", "size": 429692 }, "datetime": "2025-10-17T08:14:01+02:00", "title": null, "description": null, "language": null } ], "start": "2025-10-16T12:00:00+02:00", "end": "2025-10-16T12:30:00+02:00", "allday": false, "title": "Cookie Lecture: Lost in Learning?", "organizer": "Universitätsbibliothek", "location": "Raum 031 in der Bibliothek [Stiftingtalstraße 24, 8010 Graz]", "teaser": "Im Wintersemester 2025/26 startet erstmals die Cookie Lecture-Reihe der Universitätsbibliothek. ", "body": "

Vier spannende Themen werden dabei an insgesamt acht Terminen im Raum 031 in der Bibliothek vorgestellt. Sie sind herzlich dazu eingeladen, vorbeizuschauen und sich bei einer kleinen Portion Wissen auch eine süße Pause zu gönnen – Kekse gibt es gratis dazu.

Die zweite Cookie Lecture findet am 16. Oktober um 12 Uhr statt, diesmal mit 30 Minuten Wissen zum Thema \"Lost in Learning? Datenbanken der UB leicht gemacht\"!

Eine Anmeldung ist nicht erforderlich. Wir freuen uns auf Ihren Besuch!

", "keywords": null, "description": null, "register": false, "registration_end": null, "attending_fees": false, "attending_fees_info": null, "dfp_points": null, "contact": "Helene Prvinsek", "email": "teachinglibrary@medunigraz.at", "last_modified": "2025-10-17T08:14:01+02:00", "language": null } ] }