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=260&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158430,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=280&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=240&ordering=-year",
    "results": [
        {
            "id": 218770,
            "title": "Analysis of Cellular Metabolism Using Flow Cytometry.",
            "abstract": null,
            "authors": [
                "Aronis, C",
                "Villa, M"
            ],
            "year": 2026,
            "source": "Methods Mol Biol. 2026; 2990:  119-125. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41269553",
            "doi": "10.1007/978-1-0716-4997-8_10",
            "pmc": null,
            "organizations": [
                "218770-14086"
            ],
            "persons": [
                "218770-122510-1",
                "218770-118469-4"
            ],
            "imported": "2025-11-24T01:00:00+01:00",
            "journal": "Methods Mol Biol",
            "issn": "1940-6029",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 219355,
            "title": "Male survival disadvantage in pulmonary hypertension: independent of aetiology, age, disease severity, comorbidities and treatment.",
            "abstract": null,
            "authors": [
                "Yogeswaran, A",
                "Annis, JS",
                "Fünderich, M",
                "Wilhelm, J",
                "Kiely, DG",
                "Howard, L",
                "Lawrie, A",
                "Wilkins, MR",
                "Balasubramanian, A",
                "Hassoun, PM",
                "Konswa, Z",
                "Eichstaedt, CA",
                "Grünig, E",
                "Sweatt, AJ",
                "Zamanian, RT",
                "Kovacs, G",
                "Olschewski, H",
                "Lichtblau, M",
                "Ulrich, S",
                "Thenappan, T",
                "Al, Ghouleh, I",
                "Chan, SY",
                "Elwing, J",
                "Jose, A",
                "Cannon, J",
                "Pepke-Zaba, J",
                "Frantz, R",
                "Sirenko, Y",
                "Torbas, O",
                "Sahay, S",
                "Zhai, Z",
                "Zhang, Z",
                "Arvanitaki, A",
                "Giannakoulas, G",
                "Frauendorf, M",
                "Williams, PG",
                "Kuronuma, K",
                "Matsubara, H",
                "Ghio, S",
                "Scelsi, L",
                "Sabbour, H",
                "Saleh, K",
                "Anthi, A",
                "Dima, E",
                "Majeed, RW",
                "Ghofrani, HA",
                "Grimminger, F",
                "Tello, K",
                "Cajigas, HR",
                "Brittain, E",
                "Seeger, W, , PVRI, Consortium"
            ],
            "year": 2026,
            "source": "EBioMedicine. 2026; 123:  106063",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001644089200001",
            "pubmed": "41406504",
            "doi": "10.1016/j.ebiom.2025.106063",
            "pmc": "PMC12768861",
            "organizations": [
                "219355-14087"
            ],
            "persons": [
                "219355-59238-6"
            ],
            "imported": "2025-12-22T01:00:00+01:00",
            "journal": "EBioMedicine",
            "issn": "2352-3964",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.926,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL-SCIE",
            "impactfactor_norm_super": 0.934,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "MEDICINE, RESEARCH + EXPERIMENTAL-SCIE",
            "citations": false,
            "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": 219770,
            "title": "Effect of teriparatide treatment on amino acid metabolism during osteoblast differentiation",
            "abstract": null,
            "authors": [
                "Gruber, MS",
                "Haas, F",
                "Klingerstorff, V",
                "Balasso, M",
                "Pailer, S",
                "Simonetti, S",
                "Herrmann, M",
                "Rodriguez-Blanco, G",
                "Alonso, N",
                ""
            ],
            "year": 2026,
            "source": "Abstracts of the ECTS 2025 Congress, JBMR Plus, Volume 9, Issue Supplement_2, May 2025, Pages ii1–ii329, https://doi.org/10.1093/jbmrpl/ziaf082. 2026; -DocDay ; FEB 26 2026; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219770-14017",
                "219770-14028"
            ],
            "persons": [
                "219770-110967",
                "219770-124131",
                "219770-50464",
                "219770-99451",
                "219770-107134",
                "219770-122433",
                "219770-126134",
                "219770-130516"
            ],
            "imported": "2026-01-12T14:25:35+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 219819,
            "title": "Angehörigenfreundliche \r\nIntensivstation –  \r\nImplemen tierung in Kliniken",
            "abstract": null,
            "authors": [
                "Peter Nydahl, Marina Ufelmann, Jörg Bartscher, Maria Brauchle, Steffen Brodowski, Teresa- \r\nMaria Deffner, Magdalena Hoffmann, Marie-Madlen Jeitziner, Arnold Kaltwasser, Maria Kortgen, \r\nSabrina Pelz, Julian Rudolph, Maerit Winter, Antje Scheer"
            ],
            "year": 2026,
            "source": "Intensiv. 2026;  2026  9–15  10.1055: ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219819-14076"
            ],
            "persons": [
                "219819-92002"
            ],
            "imported": "2026-01-13T09:03:03+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": 219793,
            "title": "Reply to \"MASLD fibrosis stage F3 is morphologically and transcriptomically diverse: implications for assessing therapeutic response\" by Chaoyi Li, Quan H. Nguyen, Katharine Irvine, Elizabeth E. Powell, Andrew Clouston.",
            "abstract": null,
            "authors": [
                "Lackner, C",
                "Gouw, ASH",
                "Tiniakos, DG"
            ],
            "year": 2026,
            "source": "J Hepatol. 2026; ",
            "category": 1,
            "document_type": 20,
            "sci": null,
            "pubmed": "41520791",
            "doi": "10.1016/j.jhep.2025.12.020",
            "pmc": null,
            "organizations": [
                "219793-14020"
            ],
            "persons": [
                "219793-51983-2"
            ],
            "imported": "2026-01-12T01:00:00+01:00",
            "journal": "J Hepatol",
            "issn": "1600-0641",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 33.0,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.978,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY-SCIE",
            "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": 217766,
            "title": "Loss of bile salt export pump (Bsep/Abcb11) ameliorates toxin-induced hepatic fibrosis via suppression of hepatocellular JNK signaling and HSC activation.",
            "abstract": null,
            "authors": [
                "Fuchs, CD",
                "Dixon, ED",
                "Königshofer, P",
                "Claudel, T",
                "Mlitz, V",
                "Scharnagl, H",
                "Stojakovic, T",
                "Reiberger, T",
                "Trauner, M"
            ],
            "year": 2026,
            "source": "Cell Mol Gastroenterol Hepatol. 2026;  101630",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001614867700001",
            "pubmed": "40946964",
            "doi": "10.1016/j.jcmgh.2025.101630",
            "pmc": "PMC12596982",
            "organizations": [
                "217766-14028"
            ],
            "persons": [
                "217766-50886-6"
            ],
            "imported": "2025-09-15T02:00:00+02:00",
            "journal": "Cell Mol Gastroenterol Hepatol",
            "issn": "2352-345X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.4,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.828,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY-SCIE",
            "impactfactor_norm_super": 0.849,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "GASTROENTEROLOGY + HEPATOLOGY-SCIE",
            "citations": false,
            "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": 219107,
            "title": "Preeclampsia 2.0: The urgent need for new thinking.",
            "abstract": null,
            "authors": [
                "Huppertz, B"
            ],
            "year": 2026,
            "source": "J Reprod Immunol. 2025; 173:  104820",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001637797000001",
            "pubmed": "41353973",
            "doi": "10.1016/j.jri.2025.104820",
            "pmc": null,
            "organizations": [
                "219107-14017"
            ],
            "persons": [
                "219107-54142-2"
            ],
            "imported": "2025-12-15T01:00:00+01:00",
            "journal": "J Reprod Immunol",
            "issn": "1872-7603",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.581,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "REPRODUCTIVE BIOLOGY-SCIE",
            "impactfactor_norm_super": 0.613,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "REPRODUCTIVE BIOLOGY-SCIE",
            "citations": false,
            "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": 219195,
            "title": "Preoperative SGLT2i therapy and acute kidney injury in patients undergoing emergency and urgent coronary artery bypass grafting - A causal inference framework.",
            "abstract": null,
            "authors": [
                "Kolland, M",
                "Sartori, S",
                "Klivinyi, C",
                "Schörghuber, M",
                "Pannold, J",
                "Knez, I",
                "Kirsch, AH",
                "Schreiber, N"
            ],
            "year": 2026,
            "source": "J Clin Anesth. 2026; 109:112103",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001642948800001",
            "pubmed": "41401740",
            "doi": "10.1016/j.jclinane.2025.112103",
            "pmc": null,
            "organizations": [
                "219195-14070",
                "219195-14075",
                "219195-14084"
            ],
            "persons": [
                "219195-91147-6",
                "219195-71082-6",
                "219195-59286-6",
                "219195-51936-6",
                "219195-100227-4",
                "219195-75657-6",
                "219195-94957-1",
                "219195-121931-6"
            ],
            "imported": "2025-12-19T01:00:00+01:00",
            "journal": "J Clin Anesth",
            "issn": "1873-4529",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.824,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ANESTHESIOLOGY-SCIE",
            "impactfactor_norm_super": 0.886,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "ANESTHESIOLOGY-SCIE",
            "citations": false,
            "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": 219847,
            "title": "Kampf der Giganten: Immunsystem vs. Gehirn",
            "abstract": null,
            "authors": [
                "Hochmeister S"
            ],
            "year": 2026,
            "source": "Brain Awareness Week; MAR 16-22, 2026; Vienna, AUSTRIA. 2026. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219847-14051"
            ],
            "persons": [
                "219847-58284"
            ],
            "imported": "2026-01-14T11:45:14+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 219602,
            "title": "Pichia pastoris RNA-Sequencing and Data Analysis.",
            "abstract": null,
            "authors": [
                "Krappinger, JC",
                "Radkohl, A",
                "Schusterbauer, V",
                "Emmerstorfer-Augustin, A",
                "Feichtinger, J"
            ],
            "year": 2026,
            "source": "Methods Mol Biol. 2026; 2697:  55-75. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41028455",
            "doi": "10.1007/978-1-0716-4779-0_4",
            "pmc": null,
            "organizations": [
                "219602-14017"
            ],
            "persons": [
                "219602-106715-1",
                "219602-94195-4",
                "219602-137074-6"
            ],
            "imported": "2026-01-05T01:00:00+01:00",
            "journal": "Methods Mol Biol",
            "issn": "1940-6029",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 219884,
            "title": " Schenkelhalsfrakturen des jungen Patienten",
            "abstract": null,
            "authors": [
                "Wichlas, F",
                "Deininger, C"
            ],
            "year": 2026,
            "source": " In: Engelhardt, M; Raschke, M editors(s). Referenzwerk: Orthopädie und Unfallchirurgie. Springer Reference Medizin (SRM);  2026(ISBN: 978-3-642-54673-0) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219884-14052"
            ],
            "persons": [
                "219884-136472"
            ],
            "imported": "2026-01-15T12:56:39+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Engelhardt, M; Raschke, M",
            "collection_title": "Referenzwerk: Orthopädie und Unfallchirurgie",
            "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": 219903,
            "title": "CAA und Vaskulitis: Von der normalen über die inflammatorische zur ABRA bis PCNSV.",
            "abstract": null,
            "authors": [
                "Fandler-Höfler, S"
            ],
            "year": 2026,
            "source": "28. Jahrestagung der Österreichischen Schlaganfall-Gesellschaft; Jan 15-16, 2026; Rankweil, Austria. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219903-14051"
            ],
            "persons": [
                "219903-82411"
            ],
            "imported": "2026-01-16T10:26:42+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": 218505,
            "title": "Natural history of clinical manifestations in activated phosphoinositide 3-kinase δ syndrome (APDS): Time-to-event analyses using the European Society for Immunodeficiencies-APDS registry.",
            "abstract": null,
            "authors": [
                "Maccari, ME",
                "Kracker, S",
                "Chandra, A",
                "Ehl, S",
                "Seidel, MG",
                "Nolthenius, JT",
                "Clark, LJ",
                "Page, J",
                "Griffiths, A",
                "Whalen, J, , ESID-APDS, study, group"
            ],
            "year": 2026,
            "source": "Clin Immunol. 2026;  110632",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001642521500001",
            "pubmed": "41177421",
            "doi": "10.1016/j.clim.2025.110632",
            "pmc": null,
            "organizations": [
                "218505-14092"
            ],
            "persons": [
                "218505-85188-6"
            ],
            "imported": "2025-11-05T01:00:00+01:00",
            "journal": "Clin Immunol",
            "issn": "1521-7035",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.585,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "IMMUNOLOGY-SCIE",
            "impactfactor_norm_super": 0.839,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "IMMUNOLOGY-SCIE",
            "citations": false,
            "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": 219855,
            "title": "Hemodynamics and cerebral oxygenation in the neonatal transition: a prospective pilot study.",
            "abstract": null,
            "authors": [
                "Pfurtscheller, D",
                "Schlatzer, C",
                "Höller, N",
                "Schwaberger, B",
                "Mileder, L",
                "Baik-Schneditz, N",
                "Holter, M",
                "Pichler, G"
            ],
            "year": 2026,
            "source": "Clin Exp Pediatr. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41531152",
            "doi": "10.3345/cep.2025.02572",
            "pmc": null,
            "organizations": [
                "219855-14094",
                "219855-14026"
            ],
            "persons": [
                "219855-119990-6",
                "219855-68534-6",
                "219855-50907-4",
                "219855-79516-6",
                "219855-84286-6",
                "219855-86558-6",
                "219855-97023-6",
                "219855-112809-1"
            ],
            "imported": "2026-01-14T01:00:00+01:00",
            "journal": "Clin Exp Pediatr",
            "issn": "2713-4148",
            "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": 219381,
            "title": "A 10-year recurrence-free natural course of high-risk stage II cutaneous melanoma: A case report.",
            "abstract": null,
            "authors": [
                "Bauer, B",
                "Mayrhofer, M",
                "Zarfl, M",
                "Kamolz, LP",
                "Luze, H",
                "Nischwitz, SP"
            ],
            "year": 2026,
            "source": "JPRAS Open. 2026; 48:  205-212. ",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001637322500001",
            "pubmed": "41450449",
            "doi": "10.1016/j.jpra.2025.11.029",
            "pmc": "PMC12731293",
            "organizations": [
                "219381-14076",
                "219381-14047"
            ],
            "persons": [
                "219381-100854-6",
                "219381-111408-6",
                "219381-122954-6",
                "219381-132682-2",
                "219381-80111-6"
            ],
            "imported": "2025-12-27T01:00:00+01:00",
            "journal": "JPRAS Open",
            "issn": "2352-5878",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": false,
            "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": 219968,
            "title": "Family-integrated neonatal care am Beispiel des Karolinska University Hospital.",
            "abstract": null,
            "authors": [
                "Mileder, LP"
            ],
            "year": 2026,
            "source": "Fortbildung Neonatologie Graz; JAN 13, 2026; Graz, AUSTRIA. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219968-14094"
            ],
            "persons": [
                "219968-68534"
            ],
            "imported": "2026-01-19T10:18: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
        },
        {
            "id": 219969,
            "title": "Schmerz und Schmerzmanagement in einem Pflegeheim: Ergebnisse einer Querschnittsstudie.",
            "abstract": null,
            "authors": [
                "Pichler, E",
                "Schoberer, D",
                "Eglseer, D",
                "Strobl, W",
                "Hödl, M"
            ],
            "year": 2026,
            "source": "Der Schmerz. 2026. 1-9. ",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219969-14509"
            ],
            "persons": [
                "219969-104260",
                "219969-59569",
                "219969-63683",
                "219969-82963"
            ],
            "imported": "2026-01-19T10:54:48+01:00",
            "journal": "Der Schmerz",
            "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": 219998,
            "title": "Update systemische Therapie des HCC",
            "abstract": null,
            "authors": [
                "Wagner, M",
                ""
            ],
            "year": 2026,
            "source": "Gastrointestinale Tumore 2026 - Gegenwart und Ausblick; JAN 15, 2026; Oberwart, AUSTRIA. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219998-14081"
            ],
            "persons": [
                "219998-57377"
            ],
            "imported": "2026-01-19T16:48:00+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": 219626,
            "title": "Safety and performance of a Lipiodol-resistant mixing and injection system in conventional trans-arterial chemoembolization: A post-market clinical follow-up.",
            "abstract": null,
            "authors": [
                "Loffroy, R",
                "Duran, R",
                "Bertin, L",
                "Portugaller, RH"
            ],
            "year": 2026,
            "source": "Eur J Radiol. 2025; 195:  112603",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001642423900001",
            "pubmed": "41397325",
            "doi": "10.1016/j.ejrad.2025.112603",
            "pmc": null,
            "organizations": [],
            "persons": [
                "219626-51955-6"
            ],
            "imported": "2026-01-05T01:00:00+01:00",
            "journal": "Eur J Radiol",
            "issn": "1872-7727",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.704,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-SCIE",
            "impactfactor_norm_super": 0.726,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "RADIOLOGY, NUCLEAR MEDICINE + MEDICAL IMAGING-SCIE",
            "citations": false,
            "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": 219721,
            "title": "The year in vascular medicine: Highlights in Vasa - European Journal of Vascular Medicine 2025",
            "abstract": null,
            "authors": [
                "Buso, G",
                "Mirault, T",
                "Schlager, O",
                "Heiss, C",
                "Boc, V",
                "Brodmann, M",
                "Ageno, W",
                "Barco, S",
                "Madaric, J",
                "Belch, J",
                "Müller, OJ",
                "Freisinger, E",
                "Behrendt, CA",
                "Korosoglou, G",
                "Czihal, M",
                "Mazzolai, L",
                "Rammos, C"
            ],
            "year": 2026,
            "source": "VASA. 2026; 55(1): 1-5. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:001654446700001",
            "pubmed": "41486928",
            "doi": "10.1024/0301-1526/a001257",
            "pmc": null,
            "organizations": [
                "219721-14079"
            ],
            "persons": [
                "219721-51689-6"
            ],
            "imported": "2026-01-12T09:28:19+01:00",
            "journal": "VASA",
            "issn": "0301-1526",
            "collection_publisher": null,
            "collection_title": "VASA-EUROPEAN JOURNAL OF VASCULAR MEDICINE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.4,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.455,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCIE",
            "impactfactor_norm_super": 0.455,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE-SCIE",
            "citations": false,
            "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
        }
    ]
}