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=1800&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158524,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1820&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1780&ordering=-year",
    "results": [
        {
            "id": 218462,
            "title": "Genome-wide Association Study identifies ABCG1 as a susceptibility locus for Tick-Borne Encephalitis",
            "abstract": null,
            "authors": [
                "Gampawar, P",
                "Sagmeister, M",
                "Ruzek, D",
                "Schweintzger, N",
                "Hofer, E",
                "Kohlmaier, B",
                "Švendová, V",
                "et al"
            ],
            "year": 2025,
            "source": "Monatsschr Kinderheilkd 2025 · 173 (Suppl 2): S103–S152. 2025. 2025; -der 63. Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde e. V. (ÖGKJ); Sep 12 -15, 2025; Graz. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218462-14051",
                "218462-14091",
                "218462-14092",
                "218462-17235"
            ],
            "persons": [
                "218462-94613",
                "218462-62056",
                "218462-77129",
                "218462-51647",
                "218462-54341",
                "218462-75521"
            ],
            "imported": "2025-11-04T17:10: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": 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": 218758,
            "title": "Centile Charts for Arterial Oxygen Saturation, Heart Rate and Cerebral Oxygen Saturation During the First 15 Minutes in Very Preterm Neonates.",
            "abstract": null,
            "authors": [
                "Wolfsberger, CH",
                "Schwaberger, B",
                "Urlesberger, B",
                "Avian, A",
                "Goeral, K",
                "Hammerl, M",
                "Perme, T",
                "Dempsey, E",
                "Springer, L",
                "Lista, G",
                "Szczapa, T",
                "Fuchs, H",
                "Karpinski, L",
                "Bua, J",
                "Law, B",
                "Buchmayer, J",
                "Kiechl-Kohlendorfer, U",
                "Kornhauser-Cerar, L",
                "Schwarz, CE",
                "Gr ndler, K",
                "Stucchi, I",
                "Klebermass-Schrehof, K",
                "Schmolzer, G",
                "Pichler, G"
            ],
            "year": 2025,
            "source": "ACTA PAEDIATR. 2025; 114: 125-125.-10th Congress of the European Academy of Paediatric Societies (EAPS); OCT 17-20, 2024; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001533675301037",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218758-14026",
                "218758-14094"
            ],
            "persons": [
                "218758-50907",
                "218758-82050",
                "218758-67207",
                "218758-79516"
            ],
            "imported": "2025-11-24T08:10:44+01:00",
            "journal": "ACTA PAEDIATR",
            "issn": "0803-5253",
            "collection_publisher": null,
            "collection_title": "ACTA PAEDIATRICA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.589,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218821,
            "title": "Learning curve of a young resident and an experienced surgeon working with a DaVinci Xi System.",
            "abstract": null,
            "authors": [
                "Lukenaite, B",
                "Mikalauskas, S",
                "Sucher, R."
            ],
            "year": 2025,
            "source": "EAES 2025; Juni 17-20, 2025; Belgrad, Serbien. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218821-14045",
                "218821-14073"
            ],
            "persons": [
                "218821-107651",
                "218821-117182"
            ],
            "imported": "2025-11-28T17:47:24+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": 218871,
            "title": "Impfungen gegen respiratorische Infekte bei Säuglingen/Kleinkindern",
            "abstract": null,
            "authors": [
                "Kohlfuerst, DS"
            ],
            "year": 2025,
            "source": "Webinar-Reihe „Fokus Impfen“; OKT, 7; 2025; Wien. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218871-14092"
            ],
            "persons": [
                "218871-54341"
            ],
            "imported": "2025-12-02T18:52:06+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": 219058,
            "title": "Ticagrelor Removal to Reduce Bleeding after Urgent CABG: Registry and Individual Patient-level Meta-analysis of Observational Data",
            "abstract": null,
            "authors": [
                "Thielmann, M",
                "Schoerghuber, M",
                "Kuenzer, T",
                "Storey, R",
                "Hassan, K",
                "Dalen, M",
                "Meyar, A",
                "Schlachtenberge, G",
                "Panholzer, B",
                "Voetsch, A",
                "Bernardi, M",
                "de Somer, F",
                "Marczin, N",
                "Donovan, T",
                "Tircoveanu, R",
                "Mayer, C",
                "Prats, J",
                "Wendt, D",
                "Deliargyris, E",
                "Schmoeckel, M",
                "Berghold, A"
            ],
            "year": 2025,
            "source": "J AM COLL CARDIOL. 2025; 86(17):",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001626280400057",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219058-14026",
                "219058-14070",
                "219058-14075"
            ],
            "persons": [
                "219058-116422",
                "219058-51344",
                "219058-71082",
                "219058-104018"
            ],
            "imported": "2025-12-15T08:28:55+01:00",
            "journal": "J AM COLL CARDIOL",
            "issn": "0735-1097",
            "collection_publisher": null,
            "collection_title": "JACC-JOURNAL OF THE AMERICAN COLLEGE OF CARDIOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 22.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.979,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 219184,
            "title": "AML und MDS update",
            "abstract": null,
            "authors": [
                "Zebisch, A"
            ],
            "year": 2025,
            "source": "New Perspectives in Hematology; MAR 25, 2025; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219184-14082"
            ],
            "persons": [
                "219184-57402"
            ],
            "imported": "2025-12-18T16:44:04+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": 219445,
            "title": "Zwillinge mit Krampfanfällen",
            "abstract": null,
            "authors": [
                "Skrabl-Baumgartner, A"
            ],
            "year": 2025,
            "source": "Austrian Expert Network Autoinflammation (AENA) Meeting ; NOV 24, 2025; Vienna, Wien. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "219445-60213"
            ],
            "imported": "2025-12-30T15:42:26+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 214305,
            "title": "SABCS 2024",
            "abstract": null,
            "authors": [
                "Stranzl-Lawatsch, H"
            ],
            "year": 2025,
            "source": "post SABCS Wien; 10.1.2025; Wien . 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "214305-14060"
            ],
            "persons": [
                "214305-51961"
            ],
            "imported": "2025-02-12T15:37: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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 215656,
            "title": "Colistin, meropenem/vaborbactam, imipenem/relebactam, and eravacycline testing in carbapenem-resistant Gram-negative rods: a comparative evaluation of broth microdilution, gradient test, and VITEK 2.",
            "abstract": null,
            "authors": [
                "Forstner, P",
                "Fuchs, L",
                "Luxner, J",
                "Grisold, A",
                "Steinmetz, I",
                "Dichtl, K"
            ],
            "year": 2025,
            "source": "ESCMID Global 2025 Virtual Congress Platform. 2025; -ESCMID Global; APR 11-15, 2025; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215656-14023"
            ],
            "persons": [
                "215656-107190",
                "215656-51863",
                "215656-112729",
                "215656-115343",
                "215656-50264",
                "215656-95832"
            ],
            "imported": "2025-04-16T11:12:50+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 216817,
            "title": "Das Apnoesyndrom des Frühgeborenen.",
            "abstract": null,
            "authors": [
                "Mileder, LP"
            ],
            "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": [
                "216817-14094"
            ],
            "persons": [
                "216817-68534"
            ],
            "imported": "2025-06-26T12:19:49+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": 216927,
            "title": "Nanopore Sequencing in Clinical Microbiology",
            "abstract": null,
            "authors": [
                "Wagner, GE"
            ],
            "year": 2025,
            "source": "Oxford Nanopore Technologies Expert Talks; JUL 2, 2025; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216927-14023"
            ],
            "persons": [
                "216927-98868"
            ],
            "imported": "2025-07-02T16:09:09+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": 217888,
            "title": "AV-Malformationen.",
            "abstract": null,
            "authors": [
                "Binder, B"
            ],
            "year": 2025,
            "source": "ÖGDKA Jahrestagung; SEPT 12-13, 2025; Vienna, Austria;. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217888-14047"
            ],
            "persons": [
                "217888-53009"
            ],
            "imported": "2025-09-19T16:12:50+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": 218223,
            "title": "Entwicklungsprojekt SiMed- Sichere Medikation mit Artificial Intelligence ",
            "abstract": null,
            "authors": [
                "Hoffmann, M",
                "Hava, N",
                ""
            ],
            "year": 2025,
            "source": "Bits & Bytes - Das Krankenhaus der Zukunft; Sept., 29 - 30; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218223-14076"
            ],
            "persons": [
                "218223-92002"
            ],
            "imported": "2025-10-13T17:36:39+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": 218470,
            "title": "Subclinical kidney remodeling and ACE-inhibitor resistance in early salt-induced hypertension",
            "abstract": null,
            "authors": [
                "Schuller, M",
                "Kiessling, M",
                "Pollheimer, MJ",
                "Kolb, D",
                "Habisch, H",
                "Madl, T",
                "Ljubojevic-Holzer, S",
                "Eller, K"
            ],
            "year": 2025,
            "source": "NEPHROL DIAL TRANSPL. 2025; 40: gfaf116123--ERA - Annual Meeting; Vienna. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001598326700030",
            "pubmed": null,
            "doi": "10.1093/ndt/gfaf116.123",
            "pmc": null,
            "organizations": [
                "218470-14012",
                "218470-14020",
                "218470-14083",
                "218470-14084",
                "218470-25164"
            ],
            "persons": [
                "218470-58881",
                "218470-62747",
                "218470-66436",
                "218470-74174",
                "218470-91207",
                "218470-100601",
                "218470-108411",
                "218470-110709"
            ],
            "imported": "2025-11-05T08:34:00+01:00",
            "journal": "NEPHROL DIAL TRANSPL",
            "issn": "0931-0509",
            "collection_publisher": null,
            "collection_title": "NEPHROLOGY DIALYSIS TRANSPLANTATION; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.92,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "TRANSPLANTATION-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 218686,
            "title": "Clinical applicability of two-dimensional diffusion tensor vessel wall\r\nimaging in human carotids",
            "abstract": null,
            "authors": [
                "Leber, S",
                "Gunzer, F",
                "Hassler, EM",
                "Opriessnig, P",
                "Janisch, M",
                "Metzner, T",
                "Silbernagel, G",
                "Deutschmann, H",
                "Reishofer, G"
            ],
            "year": 2025,
            "source": "Proceedings of the ECR 2025. 2025; -ECR; 26.02.-02.03.2025; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218686-14051",
                "218686-14054",
                "218686-14079",
                "218686-14108"
            ],
            "persons": [
                "218686-57389",
                "218686-96032",
                "218686-51882",
                "218686-88042",
                "218686-99730"
            ],
            "imported": "2025-11-19T12:25: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": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": true,
            "bmf_use": true,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 218729,
            "title": "Lebermetastasen bei CRC \r\n",
            "abstract": null,
            "authors": [
                "Geisler, A",
                "Karitnig, R",
                "Kniepeiss, D",
                "Sucher, R",
                "Lederer, A"
            ],
            "year": 2025,
            "source": "Update Lebertransplantation; NOV 25, 2025; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218729-14073"
            ],
            "persons": [
                "218729-104125",
                "218729-117182",
                "218729-117782",
                "218729-58323"
            ],
            "imported": "2025-11-23T01:43:53+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": 218751,
            "title": "The '7-Rights Framework for Neonatal Vascular Access': Advancing Patient-Centered Care.",
            "abstract": null,
            "authors": [
                "Piersigilli, F",
                "Schwaberger, B",
                "Hugill, K",
                "Mader, S",
                "Van der Lee, R",
                "Geiger, I",
                "Van den Hoogen, A",
                "Van Rens, M"
            ],
            "year": 2025,
            "source": "ACTA PAEDIATR. 2025; 114: 249-249.-10th Congress of the European Academy of Paediatric Societies (EAPS); OCT 17-20, 2024; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001533675302088",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218751-14094"
            ],
            "persons": [
                "218751-79516"
            ],
            "imported": "2025-11-24T08:10:44+01:00",
            "journal": "ACTA PAEDIATR",
            "issn": "0803-5253",
            "collection_publisher": null,
            "collection_title": "ACTA PAEDIATRICA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.589,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PEDIATRICS-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219489,
            "title": "Understanding ageism towards older nursing staff and service users: A systematic mapping review from the perspective of clinical leaders and healthcare managers",
            "abstract": null,
            "authors": [
                "Schüttengruber, G",
                "Olson, M",
                "Holmberg, C",
                "Grossschädl, F",
                "Heckemann, B"
            ],
            "year": 2025,
            "source": "Z GERONTOL GERIATR. 2025; 58:  S11-S11. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001610646700012",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219489-14509"
            ],
            "persons": [
                "219489-66488",
                "219489-85011"
            ],
            "imported": "2026-01-02T10:04:13+01:00",
            "journal": "Z GERONTOL GERIATR",
            "issn": "0948-6704",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR GERONTOLOGIE UND GERIATRIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.105,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GERONTOLOGY-SSCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 215628,
            "title": "Temporal Dynamics of Serum Neurofilament Light Chain in Multiple Sclerosis: A Retrospective Study in a Clinical Routine Setting",
            "abstract": null,
            "authors": [
                "Martinez-Serrat, M",
                "Tafrali, C",
                "Demjaha, R",
                "Kaiser, T",
                "Hofer, E",
                "Ropele, S",
                "Heschl, B",
                "Wurth, S",
                "Damulina, A",
                "Pinter, D",
                "Leppert, D",
                "Benkert, P",
                "Kuhle, J",
                "Enzinger, C",
                "Khalil, M"
            ],
            "year": 2025,
            "source": "Österreichischen Gesellschaft für Neurologie – ÖGN; MÄR 12 - 14, 2025; Innsbruck. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215628-14026",
                "215628-14051"
            ],
            "persons": [
                "215628-125136",
                "215628-51279",
                "215628-57435",
                "215628-66708",
                "215628-77129",
                "215628-98464",
                "215628-50173",
                "215628-111610"
            ],
            "imported": "2025-04-14T15:48: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 215630,
            "title": "Temporal Dynamics of Serum Neurofilament Light Chain in Multiple Sclerosis: A Retrospective Study in a Clinical Routine Setting",
            "abstract": null,
            "authors": [
                "Martinez-Serrat, M",
                "Tafrali, C",
                "Demjaha, R",
                "Kaiser, T",
                "Hofer, E",
                "Ropele, S",
                "Heschl, B",
                "Wurth, S",
                "Damulina, A",
                "Pinter, D",
                "Leppert, D",
                "Benkert, P",
                "Kuhle, J",
                "Enzinger, C",
                "Khalil, M."
            ],
            "year": 2025,
            "source": "Deutsche Gesellschaft für Liquordiagnostik und Klinische Neurochemie e.V. - DGLN; MAI 16 - 17, 2025; Graz. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215630-14026",
                "215630-14051",
                "215630-23402"
            ],
            "persons": [
                "215630-98464",
                "215630-125136",
                "215630-50173",
                "215630-51279",
                "215630-57435",
                "215630-66708",
                "215630-77129",
                "215630-111610"
            ],
            "imported": "2025-04-14T16:05: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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}