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=480&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=500&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=460&ordering=-year",
    "results": [
        {
            "id": 221033,
            "title": "Assessing thoughts, feelings and behaviours related to hypoglycaemia: Psychometric evaluation of the Hypoglycaemia Cues Questionnaire (HypoC-Q).",
            "abstract": null,
            "authors": [
                "Søholm, U",
                "Holmes-Truscott, E",
                "Amiel, SA",
                "de, Galan, B",
                "Pedersen-Bjergaard, U",
                "McCrimmon, RJ",
                "Heller, S",
                "Evans, M",
                "Mader, JK",
                "Choudhary, P",
                "Pouwer, F",
                "Shaw, JAM",
                "Speight, J, , Hypo‐RESOLVE, Consortium"
            ],
            "year": 2026,
            "source": "Diabet Med. 2026; 43(4):e70231",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001678853100001",
            "pubmed": "41635019",
            "doi": "10.1111/dme.70231",
            "pmc": "PMC12982661",
            "organizations": [
                "221033-14080"
            ],
            "persons": [
                "221033-50877-6"
            ],
            "imported": "2026-02-09T01:00:00+01:00",
            "journal": "Diabet Med",
            "issn": "0742-3071",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.4,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.507,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM-SCIE",
            "impactfactor_norm_super": 0.507,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "ENDOCRINOLOGY + METABOLISM-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": true,
            "local_affiliation": true
        },
        {
            "id": 222187,
            "title": "It's not always endocarditis: splinter hemorrhages in ANCA-associated vasculitis.",
            "abstract": null,
            "authors": [
                "Ribitsch, W",
                "Radler, A"
            ],
            "year": 2026,
            "source": "Wien Klin Wochenschr. 2026; ",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001718458000001",
            "pubmed": "41854726",
            "doi": "10.1007/s00508-026-02734-8",
            "pmc": null,
            "organizations": [
                "222187-14084"
            ],
            "persons": [
                "222187-59568-1",
                "222187-102556-4"
            ],
            "imported": "2026-03-23T01:00:00+01:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.1,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.475,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "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": 222472,
            "title": "AGMT mCRC Registry Third-Line and Beyond: a multicentric real-world platform with integrated imaging and biosample database for later-line metastatic colorectal cancer.",
            "abstract": null,
            "authors": [
                "Huemer, F",
                "Piringer, G",
                "Eisterer, W",
                "Heibl, S",
                "Rumpold, H",
                "Wöll, E",
                "Schreil, G",
                "Sliwa, T",
                "Winder, T",
                "Prager, G",
                "Grünberger, B",
                "Moik, F",
                "Amann, A",
                "Taghizadeh, H",
                "Niedersüß-Beke, D",
                "Greil, R",
                "Weiss, L"
            ],
            "year": 2026,
            "source": "Future Oncol. 2026;  1-7. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001719818600001",
            "pubmed": "41860053",
            "doi": "10.1080/14796694.2026.2644463",
            "pmc": "PMC13064558",
            "organizations": [
                "222472-14085"
            ],
            "persons": [
                "222472-111475-6"
            ],
            "imported": "2026-04-07T02:00:00+02:00",
            "journal": "Future Oncol",
            "issn": "1479-6694",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.6,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.357,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "ONCOLOGY-SCIE",
            "impactfactor_norm_super": 0.483,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "ONCOLOGY-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": 222610,
            "title": "Beyond Deterministic Fetal Programming: Intrauterine Exposures and the Multifactorial Origins of Adiposity.",
            "abstract": null,
            "authors": [
                "Desoye, G",
                "Hiden, U",
                "Jantscher-Krenn, E",
                "Fluhr, H",
                "Wells, JC",
                "Entringer, S",
                "van, Poppel, MNM"
            ],
            "year": 2026,
            "source": "Obes Rev. 2026;  e70133",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001743055000001",
            "pubmed": "42001902",
            "doi": "10.1111/obr.70133",
            "pmc": null,
            "organizations": [
                "222610-14064"
            ],
            "persons": [
                "222610-88993-6",
                "222610-51632-2",
                "222610-110025-6",
                "222610-50674-6"
            ],
            "imported": "2026-04-21T02:00:00+02:00",
            "journal": "Obes Rev",
            "issn": "1467-7881",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.4,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.887,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM-SCIE",
            "impactfactor_norm_super": 0.909,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "ENDOCRINOLOGY + METABOLISM-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": 222771,
            "title": "Performance of AI Tools in Citing Retracted Literature : Content Analysis.",
            "abstract": null,
            "authors": [
                "Labenbacher, S",
                "Niederer, M",
                "Hammer, S",
                "Bader, M",
                "Schreiber, N",
                "Bornemann-Cimenti, H"
            ],
            "year": 2026,
            "source": "J Med Internet Res. 2026; 28:  e88766",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001766144800001",
            "pubmed": "42066286",
            "doi": "10.2196/88766",
            "pmc": "PMC13134821",
            "organizations": [
                "222771-14069",
                "222771-14070"
            ],
            "persons": [
                "222771-111073-6",
                "222771-101248-4",
                "222771-100227-6",
                "222771-104100-1",
                "222771-128677-1",
                "222771-58422-6"
            ],
            "imported": "2026-05-02T02:00:00+02:00",
            "journal": "J Med Internet Res",
            "issn": "1439-4456",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.0,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.926,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "HEALTH CARE SCIENCES & SERVICES-SCIE",
            "impactfactor_norm_super": 0.935,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "HEALTH CARE SCIENCES + SERVICES-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": 222898,
            "title": "Diagnostic and prognostic value of blood neurofilament light chain in ischemic stroke: an individual patient data meta-analysis.",
            "abstract": null,
            "authors": [
                "Barba, L",
                "Romoli, M",
                "Benkert, P",
                "Hofer, L",
                "Maia, LF",
                "Dias, A",
                "Magalhães, R",
                "Vaz, CG",
                "Emmerich, J",
                "Barlinn, K",
                "Vollmuth, C",
                "Neugebauer, H",
                "Truffi, M",
                "Morasso, C",
                "Ferrari, F",
                "O'Connell, G",
                "Tiedt, S",
                "Moumin, D",
                "Gattringer, T",
                "Kneihsl, M",
                "Khalil, M",
                "Pedersen, A",
                "Stanne, TM",
                "Furutjäll, S",
                "Jern, C",
                "Nielsen, HH",
                "Lambertsen, KL",
                "Eun, MY",
                "Ahn, JW",
                "Thanapornsangsuth, P",
                "Rattanawong, W",
                "Pujol-Calderón, F",
                "Zetterberg, H",
                "Blennow, K",
                "Hahn, M",
                "Uphaus, T",
                "Gröschel, K",
                "Tudisco, V",
                "Klingbeil, J",
                "Guthknecht, A",
                "Abu-Rumeileh, S",
                "Sacco, S",
                "Foschi, M",
                "D'Anna, L",
                "Kuhle, J",
                "Otto, M",
                "Caso, V"
            ],
            "year": 2026,
            "source": "J Neurol. 2026; 273(6):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001768010900001",
            "pubmed": "42142116",
            "doi": "10.1007/s00415-026-13849-3",
            "pmc": null,
            "organizations": [
                "222898-14108",
                "222898-14051"
            ],
            "persons": [
                "222898-70680-6",
                "222898-57435-6",
                "222898-83425-6"
            ],
            "imported": "2026-05-18T02:00:00+02:00",
            "journal": "J Neurol",
            "issn": "0340-5354",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.6,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.83,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY-SCIE",
            "impactfactor_norm_super": 0.83,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "CLINICAL NEUROLOGY-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": 222939,
            "title": "[Hospital diabetes management (Update 2026)].",
            "abstract": null,
            "authors": [
                "Mader, JK",
                "Aberer, F",
                "Brix, JM",
                "Föger, B",
                "Hochfellner, DA",
                "Kietaibl, AT",
                "Ludvik, B",
                "Resl, M",
                "Ress-Winkel, C",
                "Stechemesser, L",
                "Vonbank, A",
                "Sourij, H",
                "Clodi, M"
            ],
            "year": 2026,
            "source": "Wien Klin Wochenschr. 2026; 138(Suppl 4):308-330",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001771740000024",
            "pubmed": "42162480",
            "doi": "10.1007/s00508-026-02717-9",
            "pmc": "PMC13190825",
            "organizations": [
                "222939-14080"
            ],
            "persons": [
                "222939-78894-6",
                "222939-50877-1",
                "222939-50838-4",
                "222939-100301-6"
            ],
            "imported": "2026-05-25T02:00:00+02:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.1,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.475,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "impactfactor_norm_super": 0.475,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-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": 223314,
            "title": "A call for patient-level data: Ventilation minutes are not intubated, do not achieve return of spontaneous circulation, and are not admitted to hospital",
            "abstract": null,
            "authors": [
                "Purkarthofer, D",
                "Er, SL",
                "Billig, S",
                "Scquizzato, T"
            ],
            "year": 2026,
            "source": "RESUSCITATION. 2026; 219:  110979",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:001694987400001",
            "pubmed": "41577225",
            "doi": "10.1016/j.resuscitation.2026.110979",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2026-06-10T19:05:51+02:00",
            "journal": "RESUSCITATION",
            "issn": "0300-9572",
            "collection_publisher": null,
            "collection_title": "RESUSCITATION; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.6,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.875,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "EMERGENCY MEDICINE-SCIE",
            "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": false
        },
        {
            "id": 216880,
            "title": "HPV infection of endocervical reserve cells is underestimated in the natural history of cervical cancer.",
            "abstract": null,
            "authors": [
                "Reich, O",
                "Regauer, S"
            ],
            "year": 2026,
            "source": "Am J Obstet Gynecol. 2025; ",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:001683480500001",
            "pubmed": "40571073",
            "doi": "10.1016/j.ajog.2025.06.044",
            "pmc": null,
            "organizations": [
                "216880-14063",
                "216880-14020"
            ],
            "persons": [
                "216880-51945-6",
                "216880-51918-2"
            ],
            "imported": "2025-06-30T02:00:00+02:00",
            "journal": "Am J Obstet Gynecol",
            "issn": "0002-9378",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.4,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.976,
            "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": 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": 217700,
            "title": "Aspergillus and host-pathogen interaction: focus on treatment-relevant aspects.",
            "abstract": null,
            "authors": [
                "Manchon, R",
                "Feys, S",
                "Hoenigl, M",
                "van, de, Veerdonk, FL",
                "Lanternier, F",
                "Wauters, J",
                "Carvalho, A",
                "Serris, A",
                "Dellière, S"
            ],
            "year": 2026,
            "source": "Clin Microbiol Infect. 2025; ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001743868700001",
            "pubmed": "40912458",
            "doi": "10.1016/j.cmi.2025.08.030",
            "pmc": null,
            "organizations": [
                "217700-29164"
            ],
            "persons": [
                "217700-64754-6"
            ],
            "imported": "2025-09-08T02:00:00+02:00",
            "journal": "Clin Microbiol Infect",
            "issn": "1198-743X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.958,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "INFECTIOUS DISEASES-SCIE",
            "impactfactor_norm_super": 0.958,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "INFECTIOUS DISEASES-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": 218641,
            "title": "Effects of clofutriben, a selective 11β-hydroxysteroid dehydrogenase type 1 inhibitor, on the efficacy and toxicity of prednisolone in patients with polymyalgia rheumatica: a single-blind controlled trial with sequential cohorts.",
            "abstract": null,
            "authors": [
                "Buttgereit, F",
                "Everding, A",
                "Andreica, I",
                "Kellner, HL",
                "Schuch, F",
                "Weyand, C",
                "Stewart, PM",
                "Merkel, PA",
                "Dejaco, C",
                "Czerwiec, FS",
                "Desai, K",
                "Katz, DA"
            ],
            "year": 2026,
            "source": "Ann Rheum Dis. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001764913700001",
            "pubmed": "41224552",
            "doi": "10.1016/j.ard.2025.10.015",
            "pmc": null,
            "organizations": [
                "218641-14086"
            ],
            "persons": [
                "218641-66227-6"
            ],
            "imported": "2025-11-17T01:00:00+01:00",
            "journal": "Ann Rheum Dis",
            "issn": "0003-4967",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 20.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.971,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCIE",
            "impactfactor_norm_super": 0.971,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "RHEUMATOLOGY-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": 219336,
            "title": "Utilization of Pre-Diagnostic Prostate MRI Among Rural Americans: An Analysis of Medicare Claims for Elevated PSA.",
            "abstract": null,
            "authors": [
                "Hansen, NF",
                "Zurl, H",
                "Korn, SM",
                "Zhang, J",
                "Tan, HJ",
                "Nielsen, ME",
                "Moore, CM",
                "Trinh, QD",
                "Kibel, AS",
                "Cole, AP"
            ],
            "year": 2026,
            "source": "Urol Pract. 2025; 101097UPJ0000000000000956",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001745290800019",
            "pubmed": "41406367",
            "doi": "10.1097/UPJ.0000000000000956",
            "pmc": null,
            "organizations": [
                "219336-14056"
            ],
            "persons": [
                "219336-96506-6"
            ],
            "imported": "2025-12-22T01:00:00+01:00",
            "journal": "Urol Pract",
            "issn": "2352-0779",
            "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": 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": 219416,
            "title": "Discrepancies between self- and clinician-rated depressive symptoms in psychiatric inpatients: Associations with treatment stage, age, sex and depression severity.",
            "abstract": null,
            "authors": [
                "Finner, A",
                "Stross, T",
                "Ilić, J",
                "Stix, K",
                "Behrend, ML",
                "Payer, H",
                "Georgi, J",
                "Schmiedhofer, F",
                "Tmava-Berisha, A",
                "Stijic, M",
                "Fleischmann, E",
                "Hammer, S",
                "Hasic, D",
                "Wels, L",
                "Lang, J",
                "Ramirez-Obermayer, A",
                "Maget, A",
                "Platzer, M",
                "Bengesser, S",
                "Häussl, A",
                "Birner, A",
                "Queissner, R",
                "Schönthaler, E",
                "Smolle, S",
                "Mittmannsgruber, C",
                "Lässer, A",
                "Lenger, M",
                "Dalkner, N",
                "Fellendorf, FT",
                "Reininghaus, EZ"
            ],
            "year": 2026,
            "source": "J Affect Disord. 2026; 399:121052",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001664149300001",
            "pubmed": "41453669",
            "doi": "10.1016/j.jad.2025.121052",
            "pmc": null,
            "organizations": [
                "219416-29444",
                "219416-14069",
                "219416-14051"
            ],
            "persons": [
                "219416-99971-6",
                "219416-101013-6",
                "219416-108883-6",
                "219416-109282-6",
                "219416-123211-6",
                "219416-124495-6",
                "219416-79454-6",
                "219416-79733-6",
                "219416-96232-6",
                "219416-99972-6",
                "219416-101248-6",
                "219416-111460-6",
                "219416-113091-6",
                "219416-119369-6",
                "219416-120369-6",
                "219416-123071-6",
                "219416-123273-1",
                "219416-50654-6",
                "219416-61097-6",
                "219416-61990-6",
                "219416-79771-6",
                "219416-86429-6",
                "219416-91818-4",
                "219416-92607-6"
            ],
            "imported": "2025-12-29T01:00:00+01:00",
            "journal": "J Affect Disord",
            "issn": "0165-0327",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.883,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PSYCHIATRY-SCIE",
            "impactfactor_norm_super": 0.896,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "CLINICAL NEUROLOGY-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": 219733,
            "title": "Associations of chronic kidney disease with recurrent stroke in patients with intracerebral haemorrhage",
            "abstract": null,
            "authors": [
                "Nash, PS",
                "Fandler-Höfler, S",
                "Ambler, G",
                "Ozkan, H",
                "Panteleienko, L",
                "Mendel, R",
                "Zhang, WP",
                "Obergottsberger, L",
                "Fabisch, L",
                "Wünsch, G",
                "Jäger, HR",
                "Enzinger, C",
                "Wheeler, DC",
                "Simister, RJ",
                "Gattringer, T",
                "Werring, DJ"
            ],
            "year": 2026,
            "source": "EUR STROKE J. 2026; 11(1): aakaf007",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001652012400001",
            "pubmed": "41614490",
            "doi": "10.1093/esj/aakaf007",
            "pmc": "PMC12866628",
            "organizations": [
                "219733-14026",
                "219733-14051"
            ],
            "persons": [
                "219733-70680-6",
                "219733-82411-1",
                "219733-113813-6",
                "219733-50173-6",
                "219733-50444-6"
            ],
            "imported": "2026-01-12T09:28:19+01:00",
            "journal": "EUR STROKE J",
            "issn": "2396-9873",
            "collection_publisher": null,
            "collection_title": "EUROPEAN STROKE JOURNAL; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.5,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.821,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY-SCIE",
            "impactfactor_norm_super": 0.892,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "CLINICAL NEUROLOGY-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": 219866,
            "title": "The Austrian MS database and the Austrian MS cohort : A national effort towards data harmonization and prospective data collection.",
            "abstract": null,
            "authors": [
                "Bsteh, G",
                "Föttinger, F",
                "Ponleitner, M",
                "Berek, K",
                "Di, Pauli, F",
                "Heschl, B",
                "Wurth, S",
                "Deisenhammer, F",
                "Enzinger, C",
                "Berger, T",
                "Khalil, M",
                "Hegen, H, , Austrian, Multiple, Sclerosis, Database, Austrian, MS, cohort, study, group"
            ],
            "year": 2026,
            "source": "Wien Klin Wochenschr. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001659628300001",
            "pubmed": "41524808",
            "doi": "10.1007/s00508-025-02689-2",
            "pmc": null,
            "organizations": [
                "219866-14051"
            ],
            "persons": [
                "219866-94124-6",
                "219866-135441-6",
                "219866-57435-4",
                "219866-50173-6"
            ],
            "imported": "2026-01-14T01:00:00+01:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.1,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.475,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "impactfactor_norm_super": 0.475,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-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": 222065,
            "title": "Global, regional, and national burden of chronic respiratory diseases and impact of the COVID-19 pandemic, 1990-2023: a Global Burden of Disease study",
            "abstract": null,
            "authors": [
                "Oh, J",
                "Kim, S",
                "Yim, Y",
                "Kim, MS",
                "Hay, SI",
                "Shin, JI",
                "Yon, DK",
                "Jabbar, AAJ",
                "Aalruz, H",
                "Abbasian, M",
                "Abd Al Magied, AHA",
                "Abd ElHafeez, S",
                "Abdelkader, A",
                "Abdelmagied, MH",
                "Abdi, P",
                "Abdollahifar, MA",
                "Abdulah, DM",
                "Abdullahi, A",
                "Abebaw, N",
                "Zuñiga, RAA",
                "Aboagye, RG",
                "Abolhassani, H",
                "Abouzid, M",
                "Abreu, LG",
                "Abtah####"
            ],
            "year": 2026,
            "source": "NAT MED. 2026; 32(1):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001670970400001",
            "pubmed": "41495401",
            "doi": "10.1038/s41591-025-04077-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2026-03-13T11:43:46+01:00",
            "journal": "NAT MED",
            "issn": "1078-8956",
            "collection_publisher": null,
            "collection_title": "NATURE MEDICINE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 50.0,
            "impactfactor_year": 2026,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL-SCIE",
            "impactfactor_norm_super": 1.0,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "MEDICINE, RESEARCH + EXPERIMENTAL-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": false
        },
        {
            "id": 222105,
            "title": "The impact of transitional care on geriatric rehabilitation outcomes: prevalence and associated factors of sarcopenia and malnutrition.",
            "abstract": null,
            "authors": [
                "Vetrano, C",
                "Ritter, E",
                "Wahrstätter, T",
                "Adamer, EM",
                "Riedl, P",
                "Prüfer, F",
                "Matko, Š",
                "Riedl, D",
                "Fischer, MJ",
                "Grote, V",
                "Strasser, B"
            ],
            "year": 2026,
            "source": "Aging Clin Exp Res. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001719861900001",
            "pubmed": "41811554",
            "doi": "10.1007/s40520-026-03341-3",
            "pmc": "PMC13005813",
            "organizations": [
                "222105-14052"
            ],
            "persons": [
                "222105-70867-4"
            ],
            "imported": "2026-03-14T01:00:00+01:00",
            "journal": "Aging Clin Exp Res",
            "issn": "1594-0667",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.4,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.464,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "GERIATRICS & GERONTOLOGY-SCIE",
            "impactfactor_norm_super": 0.509,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "GERIATRICS + GERONTOLOGY-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": 222451,
            "title": "International Dermoscopy Society consensus recommendations for the management of lentigo maligna.",
            "abstract": null,
            "authors": [
                "Forsea, AM",
                "Pampena, R",
                "Akay, BN",
                "Apalla, Z",
                "Argenziano, G",
                "Briatico, G",
                "Braun, R",
                "Cabo, H",
                "Cabrera, R",
                "Carrera, C",
                "Cinotti, E",
                "Conforti, C",
                "Errichetti, E",
                "Ferrara, G",
                "Giuffrida, R",
                "Guida, S",
                "Guitera, P",
                "Halpern, AC",
                "Heyes, S",
                "Hofmann-Wellenhof, R",
                "Hong, AM",
                "Jaimes, N",
                "Karls, R",
                "Kittler, H",
                "Kränke, T",
                "Liopyris, K",
                "Liu, J",
                "Longo, C",
                "Malvehy, J",
                "Marghoob, AA",
                "Moneib, H",
                "Moreno, Ramirez, D",
                "Moscarella, E",
                "Nagore, E",
                "Navarrete-Dechent, C",
                "Paoli, J",
                "Pellacani, G",
                "Peris, K",
                "Puig, S",
                "Rosendahl, C",
                "Rudnicka, L",
                "Sadek, A",
                "Saiag, P",
                "Salerni, G",
                "Scope, A",
                "Soyer, HP",
                "Starace, MV",
                "Stolz, W",
                "Swanson, DL",
                "Thomas, L",
                "Tschandl, P",
                "Zalaudek, I",
                "Lallas, A"
            ],
            "year": 2026,
            "source": "J Eur Acad Dermatol Venereol. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001718121100001",
            "pubmed": "41854120",
            "doi": "10.1111/jdv.70406",
            "pmc": null,
            "organizations": [
                "222451-14047"
            ],
            "persons": [
                "222451-50151-6",
                "222451-90211-6",
                "222451-51711-6"
            ],
            "imported": "2026-04-01T02:00:00+02:00",
            "journal": "J Eur Acad Dermatol Venereol",
            "issn": "0926-9959",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.0,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.926,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "DERMATOLOGY-SCIE",
            "impactfactor_norm_super": 0.942,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "DERMATOLOGY-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": 222493,
            "title": "Incidence and outcomes of influenza-associated pulmonary aspergillosis and the role of antifungal prophylaxis: a structured literature review.",
            "abstract": null,
            "authors": [
                "Sedik, S",
                "Felber, D",
                "Schellongowski, P",
                "Salzer, HJF",
                "Bellmann, R",
                "Muhr, T",
                "Auer, J",
                "Krippl, P",
                "Lux, M",
                "Zajic, P",
                "Werner, M",
                "Bauer, N",
                "Watzinger, N",
                "Mesaric, G",
                "Tinawi, Y",
                "Dichtl, K",
                "Wolfgruber, S",
                "Biswas, S",
                "Prattes, J",
                "Feys, S",
                "van, de, Veerdonk, FL",
                "Heylen, J",
                "Wauters, J",
                "Carvalho, A",
                "Huguet, M",
                "Augusto, V",
                "Hoenigl, M"
            ],
            "year": 2026,
            "source": "Crit Care. 2026; 30(1):",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001756115400001",
            "pubmed": "41888868",
            "doi": "10.1186/s13054-026-05975-1",
            "pmc": "PMC13141606",
            "organizations": [
                "222493-30068",
                "222493-29164",
                "222493-14069",
                "222493-14023"
            ],
            "persons": [
                "222493-112729-6",
                "222493-128761-6",
                "222493-51045-6",
                "222493-70580-6",
                "222493-113012-2",
                "222493-51759-6",
                "222493-64754-4",
                "222493-74135-6",
                "222493-76430-6"
            ],
            "imported": "2026-04-08T02:00:00+02:00",
            "journal": "Crit Care",
            "issn": "1364-8535",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.3,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.917,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "CRITICAL CARE MEDICINE-SCIE",
            "impactfactor_norm_super": 0.917,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "CRITICAL CARE MEDICINE-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": 222519,
            "title": "Reliability of an ultrasound-motion capture approach to measure the lengthening behavior of the gastrocnemius medialis muscle-tendon unit, muscle belly, and Achilles tendon in vivo during gait.",
            "abstract": null,
            "authors": [
                "Habersack, A",
                "Guggenberger, B",
                "Mosser, N",
                "Svehlik, M",
                "Tilp, M",
                "Kruse, A"
            ],
            "year": 2026,
            "source": "Gait Posture. 2026; 128:110189",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001744038400001",
            "pubmed": "41962397",
            "doi": "10.1016/j.gaitpost.2026.110189",
            "pmc": null,
            "organizations": [
                "222519-14052"
            ],
            "persons": [
                "222519-107932-1",
                "222519-112990-6",
                "222519-65038-6"
            ],
            "imported": "2026-04-12T02:00:00+02:00",
            "journal": "Gait Posture",
            "issn": "0966-6362",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.4,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.651,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "ORTHOPEDICS-SCIE",
            "impactfactor_norm_super": 0.651,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "ORTHOPEDICS-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
        }
    ]
}