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=2740&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157655,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2760&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2720&ordering=-impactfactor",
    "results": [
        {
            "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": 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": 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": 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": 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": 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": 215289,
            "title": "Esophageal perforation- when and how to operate?",
            "abstract": null,
            "authors": [
                "Lindenmann, J"
            ],
            "year": 2025,
            "source": "Emergency Surgery Course (ESC); MAR 17-18, 2025; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215289-14077"
            ],
            "persons": [
                "215289-50145"
            ],
            "imported": "2025-03-18T14:31:45+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": 214705,
            "title": "Hypnopowermeditation als therapeutische Option",
            "abstract": null,
            "authors": [
                "Gasser, R"
            ],
            "year": 2025,
            "source": "Grazer Hypnosekongress; Jan 24-26, 2025; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "214705-14083"
            ],
            "persons": [
                "214705-51533"
            ],
            "imported": "2025-02-25T13:52:48+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": 214278,
            "title": "ANGPTL3 und ApoC3",
            "abstract": null,
            "authors": [
                "Silbernagel, G"
            ],
            "year": 2025,
            "source": "Vascular Medicine and Atherosclerosis Congress; Feb 6-8, 2025; essen, Germany. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "214278-14079"
            ],
            "persons": [
                "214278-96032"
            ],
            "imported": "2025-02-11T14:17:57+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": 213032,
            "title": "Qaulity Managmenet at the Diagnostic- and Research Institute of Pathology, Med Uni Graz\r\n",
            "abstract": null,
            "authors": [
                "Regitnig, P"
            ],
            "year": 2025,
            "source": "XAI Winterschool 2025; JAN 9-10, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213032-14020"
            ],
            "persons": [
                "213032-51991"
            ],
            "imported": "2025-01-12T14:29:28+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": 219152,
            "title": "Beyond Blood? Assessing the prognostic and complementary role of urinary ctDNA in metastatic prostate cancer.",
            "abstract": null,
            "authors": [
                "Moser, T",
                "Bauernhofer, E",
                "Eberhard, A",
                "Monsberger, N",
                "Moser, MJ",
                "Glawitsch, L",
                "Hammer, S",
                "Vlachos, G",
                "Ziegler, L",
                "Geigl, JB",
                "Bauernhofer, T",
                "Heitzer, E"
            ],
            "year": 2025,
            "source": "7th Advances in Circulating Tumor Cells meeting: “Liquid Biopsy: from Bench to Bedside”. 2025; -ACTC; SEP 24-27, 2025;  Thessaloniki, GREECE. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219152-14021",
                "219152-14085"
            ],
            "persons": [
                "219152-120331",
                "219152-57423",
                "219152-100897",
                "219152-108856",
                "219152-119307",
                "219152-125374",
                "219152-50899",
                "219152-51692",
                "219152-76215",
                "219152-98633"
            ],
            "imported": "2025-12-16T17:08:38+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": 218273,
            "title": "Fighting the Freeze",
            "abstract": null,
            "authors": [
                "Niederer, M",
                "Egger, A",
                "Rebecca, F"
            ],
            "year": 2025,
            "source": "EUSEM Congress ; 27.09.2025; Wien. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218273-14069"
            ],
            "persons": [
                "218273-128677",
                "218273-111073"
            ],
            "imported": "2025-10-20T18:18:34+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218269,
            "title": "FECAL MICROBIOME COMPOSITION IN ACTIVE ULCERATIVECOLITIS IS ASSOCIATED WITH LABORATORY FINDINGS AND CANPREDICT DISEASE SEVERITY",
            "abstract": null,
            "authors": [
                "Blesl, A",
                "Horvath, A",
                "Gröchenig, HP",
                "Novacek, G",
                "Primas, C",
                "Reinisch, W",
                "Illiasch, C",
                "Hennlich, B",
                "Steiner, P",
                "Moschen, A",
                "Koch, R",
                "Tillinger, W",
                "Haas, T",
                "Reicht, G",
                "Mayer, A",
                "Ludwiczek, O",
                "Miehsler, W",
                "Steidl, K",
                "Binder, L",
                "Fürst, S",
                "Reider, S",
                "Gorkiewicz, G",
                "Stadlbauer-Köllner, V",
                "Högenauer, C"
            ],
            "year": 2025,
            "source": "2025, Vol 13 (S8), Pages S1-S1558, 1559-1604. 2025; -UEG Week 2025; OCT 4-7, 2025; Berlin. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218269-14020",
                "218269-14081"
            ],
            "persons": [
                "218269-50496",
                "218269-53167",
                "218269-74515",
                "218269-50989",
                "218269-81091"
            ],
            "imported": "2025-10-20T17:38:45+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": 218263,
            "title": "Kommunikations-Ausbildungen von Studierenden der Gesundheitsberufe in der Telemedizin - Eine systematische Übersichtsarbeit. ",
            "abstract": null,
            "authors": [
                "Ban, M",
                "Großschädl, F",
                "Vajda, C",
                "Lecaks, G"
            ],
            "year": 2025,
            "source": "Primärversorgungskongress ; SEP 25-26, 2025; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218263-14026",
                "218263-14080",
                "218263-14509",
                "218263-29447"
            ],
            "persons": [
                "218263-126174",
                "218263-60096",
                "218263-66488"
            ],
            "imported": "2025-10-20T11:41:57+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218136,
            "title": "Prostata Workshop: Gutartige Befunde und Pitfalls in der mp MRT der Prostata",
            "abstract": null,
            "authors": [
                "Talakic, E"
            ],
            "year": 2025,
            "source": "Gemeinsamer Kongress der Österreichischen und Bayerischen Röntgengesellschaft (OERG-BRG-Kongress); OKT 02.-04., 2025; Salzbur, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218136-14104"
            ],
            "persons": [],
            "imported": "2025-10-07T22:12:34+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": 217895,
            "title": "Respiratorische Erstversorgung.",
            "abstract": null,
            "authors": [
                "Schwaberger, B"
            ],
            "year": 2025,
            "source": "11. Grazer Ausbildungskurs Neonatologie; JUN 23-27, 2025; Schloss Seggau, Leibnitz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217895-14094"
            ],
            "persons": [
                "217895-79516"
            ],
            "imported": "2025-09-21T01:09:48+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": 217136,
            "title": "Endovascular Treatment for Intact Splenic Artery Aneurysm – a Safe Long-term Therapy?",
            "abstract": null,
            "authors": [
                "Cohnert, T",
                "Siegl, G",
                "Foeger, N",
                "Baumann, A",
                "Portugaller, H"
            ],
            "year": 2025,
            "source": "International Symposium on Endovascular Therapy (ISET) 2025; FEB  2-5, 2025; Hollywood, Florida, USA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217136-14074",
                "217136-14108"
            ],
            "persons": [
                "217136-82944",
                "217136-50860",
                "217136-51880",
                "217136-51955"
            ],
            "imported": "2025-07-23T12:22:18+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": 216993,
            "title": "Therapy of Achalasia – A Retrospective Data Analysis at an Esophagus Specialty Outpatient Clinic",
            "abstract": null,
            "authors": [
                "Staszewski, A",
                "Blesl, A",
                "Baumann-Durchschein, F"
            ],
            "year": 2025,
            "source": "Wiener klinische Wochenschrift. 2025; -ÖGGH Jahrestagung; JUN 11-14, 2025; Wels. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216993-14081"
            ],
            "persons": [
                "216993-71975",
                "216993-74515"
            ],
            "imported": "2025-07-07T18:29:01+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 216841,
            "title": "SARS-CoV-2 Epidemiologie: Natürliche Immunität oder impfinduzierte Immunität?",
            "abstract": null,
            "authors": [
                "Riedmann, U"
            ],
            "year": 2025,
            "source": "10. Jahrestagung der ÖGLMKC; JUNI 25-28, 2025; Salzburg. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216841-14080"
            ],
            "persons": [
                "216841-125656"
            ],
            "imported": "2025-06-29T20:40: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": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 215269,
            "title": "Die Leber-Gehirn-Achse.",
            "abstract": null,
            "authors": [
                "Wagner-Skacel, J"
            ],
            "year": 2025,
            "source": "Christoph-Stuppäck-Symposium; JAN 11, 2025; Thomas-Bernhard-Hörsaal EG001 - Unipark Salzburg  Erzabt-Klotz-Straße 1, 5020 Salzburg. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215269-29447"
            ],
            "persons": [
                "215269-59288"
            ],
            "imported": "2025-03-17T12:15:58+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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}