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=158020&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158040&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158000&ordering=impactfactor_norm",
    "results": [
        {
            "id": 167515,
            "title": "An Open Source Approach in Designing Third-Generation Systems for Distance Learning​",
            "abstract": null,
            "authors": [
                "Correas, JM",
                "Correas, I",
                "López-García, P"
            ],
            "year": 2006,
            "source": "WSEAS Transactions on Information Science and Applications. 2006; 3(2): 2398-2402. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2018-05-24T13:13:22+02:00",
            "journal": null,
            "issn": "1790-0832",
            "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": 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": false
        },
        {
            "id": 164973,
            "title": "Buchrezension\r\nVom Sinn in hohem Alter: eine theologische und ethische Auseinandersetzung\r\nHeinz Rüegger\r\nTaschenbuch, 155 Seiten",
            "abstract": null,
            "authors": [
                "Aberer, E"
            ],
            "year": 2018,
            "source": "Spiritual Care - Zeitschrift für Spiritualität in den Gesundheitsberufen. 2018; volume 7(2):",
            "category": 1,
            "document_type": 20,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "164973-14047"
            ],
            "persons": [],
            "imported": "2018-01-29T11:05: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": 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": 156584,
            "title": "Werden Aminoglykoside in der klinischen Praxis gebraucht? PRO",
            "abstract": null,
            "authors": [
                "Valentin, T"
            ],
            "year": 2016,
            "source": "Universum Innere Medizin. 2016; 5:  76-77. ",
            "category": 1,
            "document_type": 14,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "156584-53586"
            ],
            "imported": "2016-12-22T12:42:29+01:00",
            "journal": null,
            "issn": "1607-8861",
            "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": 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": 219548,
            "title": "Amenorrhoe bei adoleszenten Leistungssportlerinnen- was gilt es zu beachten? ",
            "abstract": null,
            "authors": [
                "Hofer, Neli"
            ],
            "year": 2025,
            "source": "Jahrestagung der Österreichischen Gesellschaft für Gynäkologie und Geburtshilfe 2025; NOV 13-15, 2025; Salzburg, Austria. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219548-14064"
            ],
            "persons": [
                "219548-111750"
            ],
            "imported": "2026-01-03T18:03:50+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": 218726,
            "title": "Hyperspectral Imaging predicts reperfusion quality in liver\r\ntransplantation",
            "abstract": null,
            "authors": [
                "Geisler, A",
                "Sucher, R",
                "Seehofer, D",
                "Hau, HM",
                "Scheuermann, U",
                "Rademacher, S",
                "Lederer, A"
            ],
            "year": 2025,
            "source": "37th Annual Meeting of the Japanese Society of Hepato-Biliary-Pancreatic Surgery. 2025; -37th Annual Meeting of the Japanese Society of Hepato-Biliary-Pancreatic Surgery; JUN 13-14, 2025; Karuizawa, Japan. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218726-14073"
            ],
            "persons": [
                "218726-117182",
                "218726-117923",
                "218726-117782"
            ],
            "imported": "2025-11-23T01:30:52+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": 220031,
            "title": "Einsatz von Fischhaut in der Brandverletzten-Behandlung – Erfahrungen und \r\nPerspektiven einer innovativen Therapieoption.",
            "abstract": null,
            "authors": [
                "Kamolz, LP"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220031-14076"
            ],
            "persons": [
                "220031-80111"
            ],
            "imported": "2026-01-20T11:50:05+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": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 216516,
            "title": "Wem gehört der Körper? Gesundheit zwischen Selbstbestimmung und öffentlicher Fürsorge. 5. Goldegger Dialogforum Mensch und Endlichkeit.",
            "abstract": null,
            "authors": null,
            "year": 2025,
            "source": "Stronegger, WJ; Lutz, R. editor(s). 17: Baden-Baden: Nomos; 2025. (ISBN: 978-3-7560-1684-6) ",
            "category": 7,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216516-14024"
            ],
            "persons": [
                "216516-51741"
            ],
            "imported": "2025-06-03T16:28:47+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": 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": 216608,
            "title": "Chapter 20: Pipelines and Databases - Genome Assembly and Analysis from Bacterial Isolates.",
            "abstract": null,
            "authors": [
                "Scherff, N",
                "Tönnies, H",
                "Wagner, GE",
                "Mellmann, A"
            ],
            "year": 2025,
            "source": "In: Hayden, T; Carroll, KC; Dekker, JP; McAdam, AJ; Wolk, DM. editor(s). Manual of Molecular Microbiology: Fundamentals and Applications.; Washington, DC: ASM Press; 2025. pp. 528 . (ISBN: 978-1-683-67456-6) ",
            "category": 14,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216608-14023"
            ],
            "persons": [
                "216608-98868"
            ],
            "imported": "2025-06-10T12:50: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": 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": 215319,
            "title": "Delirium prevalence and management in general wards, emergency departments, rehabilitation centres and nursing homes in Germany, Austria and Switzerland (DACH countries): A secondary analysis of a worldwide point prevalence study",
            "abstract": null,
            "authors": [
                "Schimböck, F",
                "Krüger, L",
                "Hoffmann, M",
                "Jeitziner, MM",
                "Lindroth, H",
                "Liu, KB",
                "Nydahl, P",
                "Von Haken, R",
                "Exl, MT",
                "Fischbacher, S"
            ],
            "year": 2025,
            "source": "INT J NURS STUD ADV. 2025; 8:  100309",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001441755200001",
            "pubmed": "40125030",
            "doi": "10.1016/j.ijnsa.2025.100309",
            "pmc": "PMC11929099",
            "organizations": [
                "215319-14076"
            ],
            "persons": [
                "215319-92002-6"
            ],
            "imported": "2025-03-24T09:04:20+01:00",
            "journal": "INT J NURS STUD ADV",
            "issn": "2666-142X",
            "collection_publisher": null,
            "collection_title": "INTERNATIONAL JOURNAL OF NURSING STUDIES ADVANCES; ",
            "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": 220030,
            "title": "Long-term exposure to ambient ozone and lung function decline over 20 years in a prospective cohort of adults: The ECRHS study",
            "abstract": null,
            "authors": [
                "Tianyu Zhao,",
                "Joachim Heinrich,",
                ""
            ],
            "year": 2023,
            "source": "https://doi.org/10.1183/13993003.congress-2023.OA2522. 2023; -The ERS International Congress 2023; September 9-13, 2023; Milan, Italy. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220030-14024"
            ],
            "persons": [
                "220030-131598"
            ],
            "imported": "2026-01-20T11:49:15+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": false
        },
        {
            "id": 220019,
            "title": "Extrazelluläre Vesikel aus verbrannter Haut: Eine neue zellfreie Strategie zur \r\nFörderung der Hautregeneration nach thermischer Verletzung.",
            "abstract": null,
            "authors": [
                "Hutter, M.F.",
                "Chogan, F",
                "Chen, Y",
                "Kotzbeck, P",
                "Tedesco, D",
                "Farahat, M",
                "Douglas, A",
                "Kamolz, LP",
                "Jeschke, M.G."
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220019-14076"
            ],
            "persons": [
                "220019-80111",
                "220019-95211",
                "220019-116804"
            ],
            "imported": "2026-01-20T11:30: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": 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": 218835,
            "title": "Hereditäres Angioödem – Differentialdiagnosen und Pathophysiologie\r\n",
            "abstract": null,
            "authors": [
                "Schöffl, C"
            ],
            "year": 2025,
            "source": "ÖGDV 2025; NOV 27-29, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218835-14047"
            ],
            "persons": [
                "218835-95463"
            ],
            "imported": "2025-12-01T10:51:51+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 206380,
            "title": "Changes of surface body temperatures after local cooling in survivors of cardiac arrest during the maintenance phase of TTM",
            "abstract": null,
            "authors": [
                "Markota, A",
                "Skok, K",
                "Burja, S",
                "Mori, J",
                "Sinkovič, A"
            ],
            "year": 2018,
            "source": "COBISS.SI-ID 6442815. 2018; 130(1):e125-e126.-European Resuscitation Council (ERC) Congress 2018; SEP 20-22, 2018; Bologna, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "206380-14020"
            ],
            "persons": [
                "206380-120849"
            ],
            "imported": "2024-01-06T23:12:13+01:00",
            "journal": null,
            "issn": "1873-1570",
            "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": false
        },
        {
            "id": 220033,
            "title": "\"YouTube\" for surgical training and education in donor nephrectomy: Friend or foe?",
            "abstract": null,
            "authors": [
                "El-Mahrouk, M",
                "Jaradat, D",
                "Eichler, T",
                "Sucher, R",
                "Margreiter, C",
                "Lederer, A",
                "Karitnig, R",
                "Geisler, A",
                "Jahn, N",
                "Hau, HM"
            ],
            "year": 2024,
            "source": "https://pubmed.ncbi.nlm.nih.gov/40008117/. 2024; -Viszeralmedizin 2024 Kongress; Sep 30 - Okt 10, 2024 ;  Leipzig Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220033-14044",
                "220033-14045",
                "220033-14073"
            ],
            "persons": [
                "220033-104125",
                "220033-110007",
                "220033-117182",
                "220033-117782",
                "220033-117923",
                "220033-119552",
                "220033-119772"
            ],
            "imported": "2026-01-20T11:52: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220047,
            "title": "\"YouTube\" for surgical training and education in donor nephrectomy: Friend or foe?",
            "abstract": null,
            "authors": [
                "El-Mahrouk, M",
                "Jaradat, D",
                "Eichler, T",
                "Sucher, R",
                "Margreiter, C",
                "Lederer, A",
                "Karitnig, R",
                "Geisler, A",
                "Jahn, N",
                "Hau, HM"
            ],
            "year": 2025,
            "source": "https://pubmed.ncbi.nlm.nih.gov/40008117/. 2025; -Deutscher Chirurgen Kongress 2025; Mär 26-28, 2025; München Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220047-14044",
                "220047-14045",
                "220047-14073"
            ],
            "persons": [
                "220047-104125",
                "220047-110007",
                "220047-117182",
                "220047-117923",
                "220047-119552",
                "220047-119772",
                "220047-117782"
            ],
            "imported": "2026-01-20T12:26:36+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": 205215,
            "title": "A Parameter Identification Approach towards Analyzing Hemodynamicsbased on Capnography.",
            "abstract": null,
            "authors": [
                "Kern, WJ",
                "Orlob, S",
                "Puutzer, G",
                "Martini, J",
                "Holler, M"
            ],
            "year": 2023,
            "source": "Resuscitation. 2023; 192(S1):S154-S154.-RESUSCITATION 2023; Nov 2-4,2023; Barcelona, SPAIN. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "205215-14070"
            ],
            "persons": [
                "205215-74176"
            ],
            "imported": "2023-11-03T00:01:00+01:00",
            "journal": null,
            "issn": "0300-9572",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 128566,
            "title": "Avulsion fractures of the ischial tuberosity.",
            "abstract": null,
            "authors": [
                "Eberl, R",
                "Singer, G",
                "Castellani, C",
                "Schalamon, J"
            ],
            "year": 2013,
            "source": "European Surgery (ACA). 2013; Suppl 2: S69--54. Jahrestagung der österreichischen Gesellschaft für Chirurgie; MAY 31, 2013; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128566-14049"
            ],
            "persons": [
                "128566-50052",
                "128566-50778",
                "128566-54087"
            ],
            "imported": "2013-05-30T11:53:49+02:00",
            "journal": null,
            "issn": "1682-4016",
            "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": 196871,
            "title": "Wider der Logik - Die abgebrochene/dosisreduzierte adjuvante Chemotherapie \r\nbeim Pankreaskopfkarzinom verringert das Overall Survival im Vergleich zu \r\njenen Patienten/innen die keine adjuvante Chemotherapie erhalten",
            "abstract": null,
            "authors": [
                "M. Themel, K. Strohmeyer, S. Sauseng, T. Niernberger, S. Gabor, M. Kern, \r\nH. Rabl"
            ],
            "year": 2018,
            "source": "European Surgery. 2018; 50(1):-59th Annual Meeting of the Austrian Society of Surgery; June 6-8,2018; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "196871-14073"
            ],
            "persons": [],
            "imported": "2022-08-06T17:22:51+02:00",
            "journal": null,
            "issn": "1682-8631",
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 168392,
            "title": "Muscular and cardiac manifestations in a Duchenne-carrier harboring a dystrophin deletion of exons 12-29.",
            "abstract": null,
            "authors": [
                "Finsterer, J",
                "Stöllberger, C",
                "Freudenthaler, B",
                "Simoni, D",
                "Höftberger, R",
                "Wagner, K"
            ],
            "year": 2018,
            "source": "INTRACTABLE RARE DIS. 2018; 7(2): 120-125. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000434330500009",
            "pubmed": "29862154",
            "doi": "10.5582/irdr.2018.01003",
            "pmc": "PMC5982619",
            "organizations": [
                "168392-14021"
            ],
            "persons": [
                "168392-51527-6"
            ],
            "imported": "2018-07-11T11:43:39+02:00",
            "journal": "INTRACTABLE RARE DIS",
            "issn": "2186-3644",
            "collection_publisher": null,
            "collection_title": "INTRACTABLE & RARE DISEASES RESEARCH; ",
            "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": 220013,
            "title": "Optimierung der Wundheilung durch gezielte Steuerung der Verdunstung \r\nbei Verbänden aus bakterieller Nanocellulose.",
            "abstract": null,
            "authors": [
                "Moshammer, M",
                "Tuca, A.C.",
                "Bernardelli de Mattos, I",
                "Funk, M",
                "Winter, R",
                "Palackic, A",
                "Groeber-Becker, F",
                "Kruse, D",
                "Kukla, F",
                "Lemarchand, T",
                "Prevedel, M",
                "Kotzbeck, P",
                "Kamolz, LP"
            ],
            "year": 2026,
            "source": "DAV, 43. Jahrestagung; JAN 14-17, 2026; Badenweiler, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220013-14076"
            ],
            "persons": [
                "220013-124934",
                "220013-80111",
                "220013-89900",
                "220013-95211",
                "220013-63389",
                "220013-67170"
            ],
            "imported": "2026-01-20T11:19:32+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": true,
            "local_affiliation": true
        }
    ]
}