List publications.

Fields

id (integer)

Primary key.

name (string)

Name of doctoral school.

emails (string[])

Contact emails.

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:

  • persons
  • category
  • document
  • organization_authorship

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • year
  • category
  • document
  • persons

For advanced filtering use lookups:

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

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • year: gt, gte, lt, lte
  • sci: iexact, contains, icontains, startswith, istartswith
  • pubmed: iexact, contains, icontains, startswith, istartswith
  • doi: iexact, contains, icontains, startswith, istartswith
  • pmc: iexact, contains, icontains, startswith, istartswith
  • organization_authorship: in
  • impact: isnull, gt, gte, lt, lte
  • imported: isnull, gt, gte, lt, lte, date
GET /v1/research/publication/?format=api&offset=1340&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157092,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1360&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1320&ordering=-year",
    "results": [
        {
            "id": 216324,
            "title": "Workshop Augenuntersuchungen in der kinderärztlichen Praxis mit Augenspiegelkurs 23. Pädiatrischer Frühling",
            "abstract": null,
            "authors": [
                "Brandner, M",
                "Stenitzer, B"
            ],
            "year": 2025,
            "source": "Pädiatrischer Frühling; MAY 15-17, 2025; Leibnitz, Schloss Seggau. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216324-14043"
            ],
            "persons": [
                "216324-98552",
                "216324-53949"
            ],
            "imported": "2025-05-22T12:10:21+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 216935,
            "title": "Intensivstation.jetzt - Update.",
            "abstract": null,
            "authors": [
                "Hoffmann, M",
                "Tarbauer, V"
            ],
            "year": 2025,
            "source": "Intensiver Sommer ; JULI 2, 2025 ; Graz . 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216935-14076"
            ],
            "persons": [
                "216935-92002",
                "216935-112609"
            ],
            "imported": "2025-07-03T16:49:02+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217804,
            "title": "Opening.",
            "abstract": null,
            "authors": [
                "Enzinger, C",
                "Köle, W",
                "Fuchsjäger, M"
            ],
            "year": 2025,
            "source": "ESOR (European School of Radiology) Graz Tutorial 2025; OCT 6-10, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217804-14104"
            ],
            "persons": [
                "217804-82111"
            ],
            "imported": "2025-09-15T13:47:13+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217892,
            "title": "Nicht-invasive respiratorische Unterstützung des Frühgeborenen nach der Geburt.",
            "abstract": null,
            "authors": [
                "Schwaberger, B"
            ],
            "year": 2025,
            "source": "Erstversorgung und Reanimation von Frühgeborenen: Physiologie, Evidenz und Simulationstraining; SEP 15-17, 2025; Clinical Skills Center Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217892-14094"
            ],
            "persons": [
                "217892-79516"
            ],
            "imported": "2025-09-21T01:00:31+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217948,
            "title": "KI für sichere Medikation: Mensch und Maschine im Vier-Augen-Prinzip",
            "abstract": null,
            "authors": [
                "Hoffmann, M",
                "Hava, N",
                ""
            ],
            "year": 2025,
            "source": "#BRIDGE: Connection Science, Business & Society ; 17. September; Graz . 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217948-14076"
            ],
            "persons": [
                "217948-92002"
            ],
            "imported": "2025-09-25T11:53:56+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218023,
            "title": "Update from the OPINION Lab.",
            "abstract": null,
            "authors": [
                "Hoedl, M"
            ],
            "year": 2025,
            "source": "FINAL PROGRAMME: 3rd seminar of the International Network of Living Labs; SEP 25-26, 2025; Cologne, Germany;. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218023-14509"
            ],
            "persons": [
                "218023-59569"
            ],
            "imported": "2025-09-30T14:19:35+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218051,
            "title": "Malignant soft tissue tumors: diagnosis and treatment.",
            "abstract": null,
            "authors": [
                "Leithner, A"
            ],
            "year": 2025,
            "source": "Musculoskeletal Oncology Course; SEP 15-16, 2025; Padova, ITALY;. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218051-14052"
            ],
            "persons": [
                "218051-53237"
            ],
            "imported": "2025-10-01T11:34:13+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218074,
            "title": "Performance comparison of the Histolog® scanner and frozen section analysis during robot\u0002assisted radical prostatectomy",
            "abstract": null,
            "authors": [
                "Scheipner, L",
                "Zurl, H",
                "Leitsmann, C",
                "Hutterer, G",
                "Leitsman, M",
                "Mannweiler, S",
                "Liegl-Altzwanger, B",
                "Ahyai, S",
                "Mischinger, J"
            ],
            "year": 2025,
            "source": "Kongress der deutschen Gesellschaft für Urologie ; 17.-20.09.2025;  Hamburg, Deutschland. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218074-14020",
                "218074-14056"
            ],
            "persons": [
                "218074-111791",
                "218074-113095",
                "218074-99792",
                "218074-99872",
                "218074-121670",
                "218074-50546",
                "218074-50839",
                "218074-51931",
                "218074-96506"
            ],
            "imported": "2025-10-02T23:15:44+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218102,
            "title": "Select the level of contrained in revision total knee arthroplasty.",
            "abstract": null,
            "authors": [
                "Sadoghi, P"
            ],
            "year": 2025,
            "source": "4th European Complex Arthroplasty Conference.. 2025; -4th European Complex Arthroplasty Conference.; SEP 25, 2025; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218102-14052"
            ],
            "persons": [
                "218102-59379"
            ],
            "imported": "2025-10-06T21:00:13+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218144,
            "title": "Spitalspsychologie zwischen Wissenschaft, Teamarbeit und individueller Betreuung am Beispiel der Universitätsklinik für Frauenheilkunde und Geburtshilfe Graz",
            "abstract": null,
            "authors": [
                "Mautner, E",
                "Pawlata, B",
                "Deutsch, M",
                "Wieser, V",
                "Maas, A"
            ],
            "year": 2025,
            "source": "Klinische Psychologie im Krankenhaus. Wirkung. Zusammenarbeit. Zukunft; OKT 3; Wien. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218144-14038",
                "218144-29444"
            ],
            "persons": [
                "218144-117963",
                "218144-57392"
            ],
            "imported": "2025-10-08T10:12:38+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 210490,
            "title": "Balancing Performance and Interpretability in Medical Image Analysis: Case study of Osteopenia.",
            "abstract": null,
            "authors": [
                "Mikulić, M",
                "Vičević, D",
                "Nagy, E",
                "Napravnik, M",
                "Štajduhar, I",
                "Tschauner, S",
                "Hržić, F"
            ],
            "year": 2025,
            "source": "J Imaging Inform Med. 2025; 38(1):177-190",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001271829500004",
            "pubmed": "39020155",
            "doi": "10.1007/s10278-024-01194-8",
            "pmc": "PMC11810851",
            "organizations": [
                "210490-14106"
            ],
            "persons": [
                "210490-90514-6",
                "210490-85440-6"
            ],
            "imported": "2024-07-19T02:00:00+02:00",
            "journal": "J Imaging Inform Med",
            "issn": "2948-2925",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218413,
            "title": "Improved Outcomes with methaphyseal sleeves in revision total knee arthroplasty: a retrospective cohort study.",
            "abstract": null,
            "authors": [
                "Pauritsch, C",
                "Davidovic, A",
                "Klim, S",
                "Rammel, K",
                "Hütter, K",
                "Leithner, A",
                "Hauer, G"
            ],
            "year": 2025,
            "source": "EBJIS 2025 ; 11-13.09.25;  Bologna. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218413-14052"
            ],
            "persons": [
                "218413-101863",
                "218413-53237",
                "218413-100001",
                "218413-115388",
                "218413-123271"
            ],
            "imported": "2025-10-28T02:19:47+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218524,
            "title": "Füllungen, die dauerhaft füllen: Die Wissenschaf(f)t schaffts",
            "abstract": null,
            "authors": [
                "Behlau, A"
            ],
            "year": 2025,
            "source": "https://www.zahnmedizin2025.at/media/site/28fa8028af-1758719021/programmheft.pdf. 2025; -ÖSTERREICHISCHER\r\nKONGRESS FÜR ZAHNMEDIZIN\r\n- WISSENSCHAF[F]T LÖSUNGEN \r\nCongress Innsbruck\r\n; SEP 25–27, 2025; Innsbruck. ",
            "category": 2,
            "document_type": 23,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218524-14111"
            ],
            "persons": [
                "218524-104660"
            ],
            "imported": "2025-11-05T15:49:08+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218697,
            "title": "Vom Bauchgefühl zur mentalen Gesundheit: \r\nDas Mikrobiom als Schlüssel zur Psyche",
            "abstract": null,
            "authors": [
                "Leal Garcia, S",
                ""
            ],
            "year": 2025,
            "source": "AKE Herbsttagung; NOV 15,  2025; Vienna, AUSTRIA; . 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218697-29447"
            ],
            "persons": [
                "218697-84449"
            ],
            "imported": "2025-11-20T14:54:20+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218752,
            "title": "Heart Rate Monitoring in Newborns Is Electrocardiography the Method of Choice?",
            "abstract": null,
            "authors": [
                "Baik-Schneditz, N",
                "Schlatzer, C",
                "Schwaberger, B",
                "Bruckner, M",
                "Pichler, G",
                "Mileder, L",
                "Urlesberger, B"
            ],
            "year": 2025,
            "source": "ACTA PAEDIATR. 2025; 114: 337-338.-10th Congress of the European Academy of Paediatric Societies (EAPS); OCT 17-20, 2024; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001533675303055",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218752-14094"
            ],
            "persons": [
                "218752-100023",
                "218752-119990",
                "218752-50907",
                "218752-68534",
                "218752-79516",
                "218752-86558"
            ],
            "imported": "2025-11-24T08:10:44+01:00",
            "journal": "ACTA PAEDIATR",
            "issn": "0803-5253",
            "collection_publisher": null,
            "collection_title": "ACTA PAEDIATRICA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.589,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218992,
            "title": "Update in der Parkinson-Therapie: ab frühe Fluktuationen",
            "abstract": null,
            "authors": [
                "Schwingenschuh, P"
            ],
            "year": 2025,
            "source": "Update in der Parkinson-Therapie; Jun 11, 2025; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218992-14051"
            ],
            "persons": [
                "218992-50172"
            ],
            "imported": "2025-12-10T13:14:17+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219363,
            "title": "Outcomes in transplant recipients with refractory cytomegalovirus or intolerance to antiviral therapy",
            "abstract": null,
            "authors": [
                "Grossi, P",
                "Kahn, J",
                "Belga, S",
                "Hellemons, B",
                "Toti, L",
                "Albieri, I",
                "Gavini, F",
                "Bo, T",
                "Andresen, I"
            ],
            "year": 2025,
            "source": "2025 Transplant international : official journal of the European Society for Organ Transplantation . 2025; 38: -ESOT 2025; JUN 29 - JUL 2, 2025; London. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219363-14073"
            ],
            "persons": [
                "219363-50144"
            ],
            "imported": "2025-12-23T01:25:26+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213874,
            "title": "Computational Models of Cardiac Function - Closing the Gaps between Virtual and Physical Reality\r\n",
            "abstract": null,
            "authors": [
                "Plankg, G"
            ],
            "year": 2025,
            "source": "SSD Seminar Series at RWTH Aachen University; Jan 20, 2025; Aachen. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213874-14011"
            ],
            "persons": [
                "213874-50966"
            ],
            "imported": "2025-02-06T15:40:08+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213958,
            "title": "Management of tranexamic acid (TXA) in orthognathic surgery: \r\nuse and clinical benefits",
            "abstract": null,
            "authors": [
                "Wallner, J",
                "Schwaiger, M.",
                "Rieder, M",
                "Remschmidt, B",
                "Merkl, M",
                "Zemann, W\r\n"
            ],
            "year": 2025,
            "source": "ÖGMKG 2025; JAN 27-31, 2025; Bad Hofgastein. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213958-14057",
                "213958-14112"
            ],
            "persons": [
                "213958-104560",
                "213958-105581",
                "213958-52001",
                "213958-76910",
                "213958-94150"
            ],
            "imported": "2025-02-07T14:58:09+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 214765,
            "title": "Image-Guided Intervention - Chairperson's Introduction.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2025,
            "source": "European Congress of Radiology 2025; FEB 26 - MAR 2, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "214765-14104"
            ],
            "persons": [
                "214765-82111"
            ],
            "imported": "2025-03-03T10:22:55+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}