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=960&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158434,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=980&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=940&ordering=-year",
    "results": [
        {
            "id": 220634,
            "title": "Preservation Rhinoplasty - Ein Überblick",
            "abstract": null,
            "authors": [
                "Weiland, T"
            ],
            "year": 2025,
            "source": "69. ÖSTERREICHISCHER HNO-KONGRESS 2025\r\n; SEP 17-20,2025; Linz, Austria. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220634-14066"
            ],
            "persons": [
                "220634-92858"
            ],
            "imported": "2026-02-04T22:34:39+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": 220635,
            "title": "Survival benefit within cases of IgA-antibody dominance against HPV-L1 in HPV positive oropharyngeal carcinomas\r\n",
            "abstract": null,
            "authors": [
                "Weiland, T",
                "Brcic L",
                "Thurnher, D"
            ],
            "year": 2025,
            "source": "Abstracts/Posters. 2025; -EUROGIN - International Multidisciplinary HPV Congress 2025; MAR 16-19, 2025; Porto. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220635-14066"
            ],
            "persons": [
                "220635-92858"
            ],
            "imported": "2026-02-04T22:43:56+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": 220633,
            "title": "Die „Dorsal-Preservation“-Septorhinoplastik: Ein Überblick.",
            "abstract": null,
            "authors": [
                "Weiland, T"
            ],
            "year": 2025,
            "source": "Jatros Pneumologie & HNO. 2025; ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220633-14066"
            ],
            "persons": [
                "220633-92858"
            ],
            "imported": "2026-02-04T22:28: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": 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": 220631,
            "title": "Peripheral lymphopenia in Sjögren’s disease is driven by Type I interferon–mediated disruption of the IL-7/IL-7R signaling axis",
            "abstract": null,
            "authors": [
                "Javorova, P",
                "Zügner, E",
                "Rados, M",
                "Reisch, MK",
                "Lackner, A",
                "Magnes, Ch",
                "Thiel, J",
                "Fessler, J",
                "Stradner, MH"
            ],
            "year": 2025,
            "source": "Österreichische Gesellsschaft für Rheumatologie & Rehabiliation Jahrestagung 2025; NOV 27-29, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220631-14014",
                "220631-14086"
            ],
            "persons": [
                "220631-108758",
                "220631-111529",
                "220631-117681",
                "220631-53560",
                "220631-78952",
                "220631-111873",
                "220631-77590"
            ],
            "imported": "2026-02-04T20:30:25+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": false,
            "local_affiliation": true
        },
        {
            "id": 220632,
            "title": "Type I interferons drive immunosenescence of naïve CD4+ T-cells via metabolic reprogramming in Sjögren´s disease",
            "abstract": null,
            "authors": [
                "Javorova, P"
            ],
            "year": 2025,
            "source": "44th European Workshop for Rheumatology Research; MAY 8-10, 2025; Budapest, HUNGARY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220632-14086"
            ],
            "persons": [
                "220632-108758"
            ],
            "imported": "2026-02-04T20:40:46+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": 213425,
            "title": "The Performance of Topical Insulin in Persistent Corneal Epithelial Defects and Persistent Corneal Ulcers - A Case Series.",
            "abstract": null,
            "authors": [
                "Mester, A",
                "Gabriel, M",
                "Boldin, I",
                "Aminfar, H",
                "Woltsche, N",
                "Heidinger, A",
                "Guttmann, A",
                "Wintersteller, P",
                "Horwath-Winter, J"
            ],
            "year": 2025,
            "source": "Curr Eye Res. 2025; 50(5):477-480",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001406742400001",
            "pubmed": "39862213",
            "doi": "10.1080/02713683.2025.2456784",
            "pmc": null,
            "organizations": [
                "213425-14043"
            ],
            "persons": [
                "213425-104484-4",
                "213425-84748-6",
                "213425-98510-6",
                "213425-100421-6",
                "213425-53007-6",
                "213425-56837-6",
                "213425-83662-6"
            ],
            "imported": "2025-01-27T01:00:00+01:00",
            "journal": "Curr Eye Res",
            "issn": "0271-3683",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.468,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "OPHTHALMOLOGY-SCIE",
            "impactfactor_norm_super": 0.468,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "OPHTHALMOLOGY-SCIE",
            "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": 220627,
            "title": "Laminin-beta-3 in der frühen Plazentaentwicklung.",
            "abstract": null,
            "authors": [
                "Moser, P",
                "Fuchs, J",
                "Feichtinger, J",
                "Sundl, M",
                "Kummer, D",
                "Daxboeck, C",
                "Gauster, M",
                "Moser, G"
            ],
            "year": 2025,
            "source": "Gemeinsame Jahrestagung der Österreichischen Gesellschaft für Reproduktionsmedizin und Endokrinologie (ÖGRM) und der Österreichischen IVF-Gesellschaft (ÖIVF-G); OCT 9-11, 2025; Rust am See, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220627-14017"
            ],
            "persons": [
                "220627-100900",
                "220627-128574",
                "220627-58943",
                "220627-50394",
                "220627-53232",
                "220627-56585",
                "220627-70543",
                "220627-94195",
                "220627-97931"
            ],
            "imported": "2026-02-04T15:03:19+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": false,
            "local_affiliation": true
        },
        {
            "id": 219260,
            "title": "LAMB3 IN EARLY PLACENTAL DEVELOPMENT",
            "abstract": null,
            "authors": [
                "Moser, P",
                "Fuchs, J",
                "Feichtinger, J",
                "Sundl, M",
                "Kummer, D",
                "Daxboeck, C",
                "Gauster, M",
                "Moser, G"
            ],
            "year": 2025,
            "source": "PLACENTA. Abstract Outline - IFPA 2025 . 2025; 171: -\r\n; SEPT 17-20, 2025; Erfurt/Jena, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001632514700126",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219260-14017"
            ],
            "persons": [
                "219260-50394",
                "219260-53232",
                "219260-94195",
                "219260-97931",
                "219260-128574",
                "219260-56585",
                "219260-58943",
                "219260-70543"
            ],
            "imported": "2025-12-22T10:59:08+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": "PLACENTA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.684,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY-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": true,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 215566,
            "title": "Normative values for the hypoparathyroidism patient questionnaire (HPQ28) in the German general population.",
            "abstract": null,
            "authors": [
                "Trummer, C",
                "Blaschke, M",
                "Quint, D",
                "Schulz, M",
                "Herrmann-Lingen, C",
                "Büttner, M",
                "Siggelkow, H"
            ],
            "year": 2025,
            "source": "J Patient Rep Outcomes. 2025; 9(1): 38",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001459114400001",
            "pubmed": "40178746",
            "doi": "10.1186/s41687-025-00868-3",
            "pmc": "PMC11968587",
            "organizations": [
                "215566-14080"
            ],
            "persons": [
                "215566-85701-1"
            ],
            "imported": "2025-04-09T02:00:00+02:00",
            "journal": "J Patient Rep Outcomes",
            "issn": "2509-8020",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220623,
            "title": "Innovative Real-Time Analytics in Liquid-Phase Process Control – New Pathways with Optofluidic Force Induction (OF2i) - Raman Technology\r\n",
            "abstract": null,
            "authors": [
                "Hill, C",
                "Neuper, C",
                "Auer, D",
                "Prossliner, G",
                "Griessmair, K",
                "Schnur, M",
                ""
            ],
            "year": 2025,
            "source": "Proceedings of 20. Herbstkolloquium Prozessanalytik 2025\r\nPaper-ID: 57505\r\nhttps://dechema.converia.de/frontend/index.php?page_id=17722&v=AuthorList&do=17&day=2104&entity_id=266049. 2025; Paper-ID: 57505: -20. Herbstkolloquium Prozessanalytik 2025; DEC 3-5, 2025; Frankfurt, GERMANY. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220623-14011"
            ],
            "persons": [
                "220623-86770",
                "220623-100187",
                "220623-107594"
            ],
            "imported": "2026-02-04T13:17:27+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": 220141,
            "title": "IgG4-related esophagitis - new kid on the block?",
            "abstract": null,
            "authors": [
                "Henzinger, H",
                "Aigelsreiter, A",
                "Pollheimer, M",
                "Milosevic, I",
                "Langner, C"
            ],
            "year": 2025,
            "source": "VIRCHOWS ARCH. 2025; 487: S168-S168.-37th European Congress of Pathology; Sept 6-10, 2025; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001583403101185",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220141-14020"
            ],
            "persons": [
                "220141-110630",
                "220141-121590",
                "220141-50044",
                "220141-50871",
                "220141-66436"
            ],
            "imported": "2026-01-23T08:13:08+01:00",
            "journal": "VIRCHOWS ARCH",
            "issn": "0945-6317",
            "collection_publisher": null,
            "collection_title": "VIRCHOWS ARCHIV; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.684,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PATHOLOGY-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": 217144,
            "title": "SACRAL CHORDOMA A RANDOMIZED & OBSERVATIONAL STUDY ON SURGERY VS DEFINITIVE PARTICLE-BASED RADIOTHERAPY IN PRIMARY LOCALIZED DISEASE (SACRO)",
            "abstract": null,
            "authors": [
                "Fossati, P",
                "Radaelli, S",
                "Nachankar, A",
                "Hug, EB",
                "Stock, M",
                "Luetgendorf-Caucig, C",
                "Fiore, MR",
                "Molinelli, S",
                "Gasbarrini, A",
                "Petrongari, MG",
                "Bruland, OS",
                "Sancho, MP",
                "Hardes, J",
                "Scheipl, S",
                "Timmermann, B",
                "Akiyama, T",
                "Quagliuolo, V",
                "Donati, DM",
                "Andreani, L",
                "Asencio, JM",
                "Capdevilla, RV",
                "Ospina, GM",
                "Appolloni, V",
                "Stacchiotti, S",
                "Gronchi, A"
            ],
            "year": 2025,
            "source": "RADIOTHER ONCOL. 2025; 206: S4423-S4424.-ESTRO 2025; MAY 2-6, 2025; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001513359900045",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217144-14052"
            ],
            "persons": [
                "217144-50448"
            ],
            "imported": "2025-07-28T09:38:27+02:00",
            "journal": "RADIOTHER ONCOL",
            "issn": "0167-8140",
            "collection_publisher": null,
            "collection_title": "RADIOTHERAPY AND ONCOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.874,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-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": 219493,
            "title": "Comprehensibility and difficulty of the German-language version of the Malnutrition Awareness Scale among older adults in Austria",
            "abstract": null,
            "authors": [
                "Eglseer, D",
                "Regittnig, S",
                "Ilija, C",
                "Maninger, MB",
                "Bauer, S",
                "Weber, L"
            ],
            "year": 2025,
            "source": "Z GERONTOL GERIATR. 2025; 58: S21-S21.-Jahrestagung der ÖGGG; APR 24-26, 2025; Salzburg, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001610646700039",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219493-14509"
            ],
            "persons": [
                "219493-66487",
                "219493-82963"
            ],
            "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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220478,
            "title": "Association between taste disorders and malnutrition in older adults",
            "abstract": null,
            "authors": [
                "Bauer, S",
                "Blanar, V, Pospichal, J, Eglseer, D, Chrastecka, M"
            ],
            "year": 2025,
            "source": "Clinical Nutrition ESPEN. 2025; -47th ESPEn Congress; Sep 13-16, 2025; Prague. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220478-14509"
            ],
            "persons": [
                "220478-66487",
                "220478-82963"
            ],
            "imported": "2026-02-03T10:42:19+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": 220157,
            "title": "Sensitive, fast and cost-effective FLT3-ITD measurable residual disease monitoring using Oxford Nanopore MinIon devices",
            "abstract": null,
            "authors": [
                "Kashofer, K",
                "Winter, E",
                "Sauer, S",
                "Reinisch, A",
                "Zebisch, A",
                "Zacharias, M",
                "Vagena, FR"
            ],
            "year": 2025,
            "source": "VIRCHOWS ARCH. 2025; 487: S92-S92.-37th European Congress of Pathology; SEP 6-10, 2025; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001583403100258",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220157-14020",
                "220157-14082"
            ],
            "persons": [
                "220157-57386",
                "220157-57402",
                "220157-61601",
                "220157-100705",
                "220157-50747",
                "220157-58250",
                "220157-95404"
            ],
            "imported": "2026-01-23T08:13:08+01:00",
            "journal": "VIRCHOWS ARCH",
            "issn": "0945-6317",
            "collection_publisher": null,
            "collection_title": "VIRCHOWS ARCHIV; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.684,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PATHOLOGY-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": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 218492,
            "title": "Proteomic and phosphoproteomic profiles of human heart failure with preserved versus reduced ejection fraction",
            "abstract": null,
            "authors": [
                "Koser, F",
                "Abdellatif, M",
                "Bock, T",
                "Krüger, M",
                "Sedej, S",
                "Linke, WA"
            ],
            "year": 2025,
            "source": "ACTA PHYSIOL. 2025; 241: -40th Congress of the International Union of Physiological Sciences; SEP 11-14, 2025; Frankfurt, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001587865800420",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218492-14083"
            ],
            "persons": [
                "218492-60041",
                "218492-94512"
            ],
            "imported": "2025-11-05T08:34:00+01:00",
            "journal": "ACTA PHYSIOL",
            "issn": "1748-1708",
            "collection_publisher": null,
            "collection_title": "ACTA PHYSIOLOGICA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.949,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PHYSIOLOGY-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": 220473,
            "title": "Cochrane Pflege Forum: Lindert Yoga krebsbedingte Fatigue? ",
            "abstract": null,
            "authors": [
                "Fritz, A",
                "Schoberer, D",
                "Osmancevic, S"
            ],
            "year": 2025,
            "source": "ProCare. 2025; 7-8:  32-34. ",
            "category": 1,
            "document_type": 14,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220473-14509"
            ],
            "persons": [
                "220473-100525",
                "220473-63683"
            ],
            "imported": "2026-02-03T10:20:48+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 220477,
            "title": "Leitlinie 4.0: Evidenzbasierte Leitlinie zur Sturzprävention älterer Erwachsener in Krankenhäusern, Alten- und Pflegeheimen",
            "abstract": null,
            "authors": [
                "Schoberer, D",
                "Wilfling, D"
            ],
            "year": 2025,
            "source": "https://pflegeleitlinien.zqp.de/data.php?id=220&name=Evidenzbasierte-Leitlinie-zur-Sturzpr%C3%A4vention-%C3%A4lterer-Erwachsener-in-Krankenh%C3%A4usern,-Alten--und-Pflegeheimen; https://pflegewissenschaft.medunigraz.at/forschung/forschung-trifft-praxis; Graz: 2025. pp. 119. ",
            "category": 4,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220477-14509",
                "220477-27964"
            ],
            "persons": [
                "220477-125094",
                "220477-63683"
            ],
            "imported": "2026-02-03T10:37:49+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": 220476,
            "title": "Cochrane Pflege Forum - Welchen Nutzen und welche Risiken haben verschiedene Veränderungen der Lebensgewohnheiten und Ernährung bei der Menière-Krankheit? ",
            "abstract": null,
            "authors": [
                "Windisch, J",
                "Schreiber, K",
                "Schoberer, D"
            ],
            "year": 2025,
            "source": "ProCare. 2025; 1-2: ",
            "category": 1,
            "document_type": 14,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220476-14509"
            ],
            "persons": [
                "220476-63683"
            ],
            "imported": "2026-02-03T10:31: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": 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": 219474,
            "title": "Prevention and treatment of malnutrition in geriatrics - findings from the literature and the nursing quality survey",
            "abstract": null,
            "authors": [
                "Bauer, S"
            ],
            "year": 2025,
            "source": "Z GERONTOL GERIATR. 2025; 58: S20-S21.-Jahrestagung der ÖGGG; APR 24-26, 2025; Salzburg, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001610646700037",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219474-14509"
            ],
            "persons": [
                "219474-66487"
            ],
            "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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}