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=2180&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157186,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2200&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2160&ordering=-year",
    "results": [
        {
            "id": 217362,
            "title": "EHRA perspective on the digital data revolution in arrhythmia management: insights from the association's annual summit.",
            "abstract": null,
            "authors": [
                "Traykov, V",
                "Puererfellner, H",
                "Burri, H",
                "Foldesi, CL",
                "Scherr, D",
                "Duncker, D",
                "Arbelo, E",
                "Botto, GL",
                "Boriani, G",
                "Heidbuchel, H",
                "Malaczynska-Rajpold, K",
                "Farkowski, MM",
                "Dagres, N",
                "Szymanski, P",
                "Huculeci, R",
                "Casado-Arroyo, R",
                "Boveda, S",
                "Merino, JL"
            ],
            "year": 2025,
            "source": "Europace. 2025; 27(8):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001548861500001",
            "pubmed": "40802569",
            "doi": "10.1093/europace/euaf149",
            "pmc": "PMC12345632",
            "organizations": [
                "217362-14083"
            ],
            "persons": [
                "217362-50168-6"
            ],
            "imported": "2025-08-19T02:00:00+02:00",
            "journal": "Europace",
            "issn": "1099-5129",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.854,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": 0.882,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-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": 217698,
            "title": "Mavacamten in Symptomatic Nonobstructive Hypertrophic Cardiomyopathy.",
            "abstract": null,
            "authors": [
                "Desai, MY",
                "Owens, AT",
                "Abraham, T",
                "Olivotto, I",
                "Garcia-Pavia, P",
                "Lopes, RD",
                "Elliott, P",
                "Fernandes, F",
                "Verheyen, N",
                "Maier, L",
                "Meder, B",
                "Azevedo, O",
                "Kitaoka, H",
                "Wolski, K",
                "Wang, Q",
                "Jaber, W",
                "Mitchell, L",
                "Myers, J",
                "Rano, T",
                "Gong, Z",
                "Zhong, Y",
                "Carter-Bonanza, S",
                "Florea, V",
                "Aronson, R",
                "Nissen, SE, , ODYSSEY-HCM, Investigators"
            ],
            "year": 2025,
            "source": "N Engl J Med. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001563497900001",
            "pubmed": "40888717",
            "doi": "10.1056/NEJMoa2505927",
            "pmc": null,
            "organizations": [
                "217698-14083"
            ],
            "persons": [
                "217698-81519-6"
            ],
            "imported": "2025-09-08T02:00:00+02:00",
            "journal": "N Engl J Med",
            "issn": "0028-4793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 78.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.994,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "impactfactor_norm_super": 0.994,
            "impactfactor_norm_super_year": 2025,
            "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": 217699,
            "title": "Cutaneous AL-Type Amyloidomas as a Variant of Primary Cutaneous Marginal Zone Lymphoma: A Series of 30 Patients.",
            "abstract": null,
            "authors": [
                "García-González, S",
                "García-García, M",
                "Miguel, Miguel, C",
                "Córdoba, Iturriagagoitia, A",
                "Yanguas, Bayona, JI",
                "Nájera, Botello, L",
                "Cabeza, Martínez, R",
                "Santos-Briz, Terrón, Á",
                "Torre, Castro, J",
                "Sánchez, Martínez, E",
                "Rodríguez, Pinilla, SM",
                "Hillen, U",
                "Requena, Caballero, C",
                "Cerroni, L",
                "Martínez, Cisneros, SP",
                "Lezcano, Biosca, V",
                "Carracedo, Vega, E",
                "Diaz, de, la, Pinta, FJ",
                "Prieto-Torres, L"
            ],
            "year": 2025,
            "source": "Am J Dermatopathol. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001599929500011",
            "pubmed": "40905400",
            "doi": "10.1097/DAD.0000000000003124",
            "pmc": null,
            "organizations": [
                "217699-14047"
            ],
            "persons": [
                "217699-51751-6"
            ],
            "imported": "2025-09-08T02:00:00+02:00",
            "journal": "Am J Dermatopathol",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "DERMATOLOGY-SCIE",
            "impactfactor_norm_super": 0.116,
            "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": 217926,
            "title": "Prognostic value of MRI-derived features for biochemical recurrence after curative radiotherapy in prostate cancer.",
            "abstract": null,
            "authors": [
                "Herold, A",
                "Pohl, M",
                "Korn, SM",
                "Weber, M",
                "Efstathiou, JA",
                "Saylor, PJ",
                "Huang, SY",
                "Harisinghani, MG",
                "Catalano, OA"
            ],
            "year": 2025,
            "source": "Abdom Radiol (NY). 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001576191600001",
            "pubmed": "40974477",
            "doi": "10.1007/s00261-025-05199-x",
            "pmc": null,
            "organizations": [
                "217926-14104"
            ],
            "persons": [
                "217926-115921-6"
            ],
            "imported": "2025-09-22T02:00:00+02:00",
            "journal": "Abdom Radiol (NY)",
            "issn": "2366-004X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.2,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.393,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-SCIE",
            "impactfactor_norm_super": 0.452,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "RADIOLOGY, NUCLEAR MEDICINE + MEDICAL IMAGING-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218500,
            "title": "Efficacy and safety of risdiplam in adults with 5q-associated spinal muscular atrophy: a nationwide observational cohort study in Austria.",
            "abstract": null,
            "authors": [
                "Keritam, O",
                "Erdler, M",
                "Fasching, B",
                "Zulehner, G",
                "Rath, J",
                "Krenn, M",
                "Waldhör, T",
                "Gruber, VA",
                "Langweil, N",
                "Kiss, C",
                "Griedl, TA",
                "Gold, V",
                "Wanschitz, J",
                "Hotter, A",
                "Kleinveld, VEA",
                "Horlings, CGC",
                "Erber, A",
                "Schernhammer, E",
                "Troger, J",
                "Grinzinger, S",
                "Müller, P",
                "Langenscheidt, D",
                "Rappold, M",
                "Wiesenhofer, A",
                "Gosk-Tomek, M",
                "Knipp, F",
                "Mahal, S",
                "Bernert, G",
                "Baumann, M",
                "Zimprich, F",
                "Topakian, R",
                "Eggers, C",
                "Quasthoff, S",
                "Löscher, W",
                "Cetin, H"
            ],
            "year": 2025,
            "source": "EClinicalMedicine. 2025; 88:103536",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001607788700006",
            "pubmed": "41181835",
            "doi": "10.1016/j.eclinm.2025.103536",
            "pmc": "PMC12572788",
            "organizations": [
                "218500-14051"
            ],
            "persons": [
                "218500-103183-6",
                "218500-52002-6",
                "218500-80259-6"
            ],
            "imported": "2025-11-05T01:00:00+01:00",
            "journal": "EClinicalMedicine",
            "issn": "2589-5370",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.926,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "impactfactor_norm_super": 0.926,
            "impactfactor_norm_super_year": 2025,
            "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": 214658,
            "title": "Global guideline for the diagnosis and management of candidiasis: an initiative of the ECMM in cooperation with ISHAM and ASM.",
            "abstract": null,
            "authors": [
                "Cornely, OA",
                "Sprute, R",
                "Bassetti, M",
                "Chen, SC",
                "Groll, AH",
                "Kurzai, O",
                "Lass-Flörl, C",
                "Ostrosky-Zeichner, L",
                "Rautemaa-Richardson, R",
                "Revathi, G",
                "Santolaya, ME",
                "White, PL",
                "Alastruey-Izquierdo, A",
                "Arendrup, MC",
                "Baddley, J",
                "Barac, A",
                "Ben-Ami, R",
                "Brink, AJ",
                "Grothe, JH",
                "Guinea, J",
                "Hagen, F",
                "Hochhegger, B",
                "Hoenigl, M",
                "Husain, S",
                "Jabeen, K",
                "Jensen, HE",
                "Kanj, SS",
                "Koehler, P",
                "Lehrnbecher, T",
                "Lewis, RE",
                "Meis, JF",
                "Nguyen, MH",
                "Pana, ZD",
                "Rath, PM",
                "Reinhold, I",
                "Seidel, D",
                "Takazono, T",
                "Vinh, DC",
                "Zhang, SX",
                "Afeltra, J",
                "Al-Hatmi, AMS",
                "Arastehfar, A",
                "Arikan-Akdagli, S",
                "Bongomin, F",
                "Carlesse, F",
                "Chayakulkeeree, M",
                "Chai, LYA",
                "Chamani-Tabriz, L",
                "Chiller, T",
                "Chowdhary, A",
                "Clancy, CJ",
                "Colombo, AL",
                "Cortegiani, A",
                "Corzo, Leon, DE",
                "Drgona, L",
                "Dudakova, A",
                "Farooqi, J",
                "Gago, S",
                "Ilkit, M",
                "Jenks, JD",
                "Klimko, N",
                "Krause, R",
                "Kumar, A",
                "Lagrou, K",
                "Lionakis, MS",
                "Lmimouni, BE",
                "Mansour, MK",
                "Meletiadis, J",
                "Mellinghoff, SC",
                "Mer, M",
                "Mikulska, M",
                "Montravers, P",
                "Neoh, CF",
                "Ozenci, V",
                "Pagano, L",
                "Pappas, P",
                "Patterson, TF",
                "Puerta-Alcalde, P",
                "Rahimli, L",
                "Rahn, S",
                "Roilides, E",
                "Rotstein, C",
                "Ruegamer, T",
                "Sabino, R",
                "Salmanton-García, J",
                "Schwartz, IS",
                "Segal, E",
                "Sidharthan, N",
                "Singhal, T",
                "Sinko, J",
                "Soman, R",
                "Spec, A",
                "Steinmann, J",
                "Stemler, J",
                "Taj-Aldeen, SJ",
                "Talento, AF",
                "Thompson, GR",
                "Toebben, C",
                "Villanueva-Lozano, H",
                "Wahyuningsih, R",
                "Weinbergerová, B",
                "Wiederhold, N",
                "Willinger, B",
                "Woo, PCY",
                "Zhu, LP"
            ],
            "year": 2025,
            "source": "Lancet Infect Dis. 2025; 25(5):e280-e293",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001484403300001",
            "pubmed": "39956121",
            "doi": "10.1016/S1473-3099(24)00749-7",
            "pmc": null,
            "organizations": [
                "214658-29164"
            ],
            "persons": [
                "214658-51976-6",
                "214658-64754-6"
            ],
            "imported": "2025-02-24T01:00:00+01:00",
            "journal": "Lancet Infect Dis",
            "issn": "1473-3099",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 31.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "INFECTIOUS DISEASES-SCIE",
            "impactfactor_norm_super": 1.0,
            "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": 218301,
            "title": "European standard clinical practice recommendations for newly diagnosed ependymoma of childhood and adolescence",
            "abstract": null,
            "authors": [
                "Rubio-San-Simón, A",
                "Ritzmann, TA",
                "Obrecht-Sturm, D",
                "Benesch, M",
                "Timmermann, B",
                "Leblond, P",
                "Kilday, JP",
                "Poggi, G",
                "Thorp, N",
                "Massimino, M",
                "van Veelen, ML",
                "Schuhmann, M",
                "Thomale, UW",
                "Tippelt, S",
                "Schüller, U",
                "Rutkowski, S",
                "Grundy, RG",
                "Bolle, S",
                "Fernández-Teijeiro, A",
                "Pajtler, KW"
            ],
            "year": 2025,
            "source": "EJC PAEDIATR ONCOL. 2025; 5:  100227",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001592201700017",
            "pubmed": null,
            "doi": "10.1016/j.ejcped.2025.100227",
            "pmc": null,
            "organizations": [
                "218301-14092"
            ],
            "persons": [
                "218301-51369-6"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "EJC PAEDIATR ONCOL",
            "issn": "2772-610X",
            "collection_publisher": null,
            "collection_title": "EJC PAEDIATRIC ONCOLOGY; ",
            "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": 211436,
            "title": "Sexual Health and Quality of Life in Patients With Low-Risk Early-Stage Cervical Cancer: Results From GCIG/CCTG CX.5/SHAPE Trial Comparing Simple Versus Radical Hysterectomy.",
            "abstract": null,
            "authors": [
                "Ferguson, SE",
                "Brotto, LA",
                "Kwon, J",
                "Samouelian, V",
                "Ferron, G",
                "Maulard, A",
                "Kroon, C",
                "Driel, WV",
                "Tidy, J",
                "Williamson, K",
                "Mahner, S",
                "Kommoss, S",
                "Goffin, F",
                "Tamussino, K",
                "Eyjolfsdottir, B",
                "Kim, JW",
                "Gleeson, N",
                "Tu, D",
                "Shepherd, L",
                "Plante, M"
            ],
            "year": 2025,
            "source": "J Clin Oncol. 2024; JCO2400440",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001391764300005",
            "pubmed": "39353164",
            "doi": "10.1200/JCO.24.00440",
            "pmc": "PMC11708988",
            "organizations": [],
            "persons": [
                "211436-51826-6"
            ],
            "imported": "2024-10-07T02:00:00+02:00",
            "journal": "J Clin Oncol",
            "issn": "0732-183X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 43.4,
            "impactfactor_year": 2024,
            "impactfactor_norm": 0.979,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "ONCOLOGY-SCIE",
            "impactfactor_norm_super": 0.979,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "ONCOLOGY-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": 218011,
            "title": "Sarcopenia in Colorectal Cancer Surgery-Minimally Invasive vs. Open.",
            "abstract": null,
            "authors": [
                "Merboth, F",
                "Müller-Oerlinghausen, M",
                "Nebelung, H",
                "Bogner, A",
                "Pecqueux, M",
                "Salisch, N",
                "Distler, M",
                "Plodeck, V",
                "Hoffmann, RT",
                "Fritzmann, J",
                "Weitz, J",
                "Kirchberg, J"
            ],
            "year": 2025,
            "source": "J Cachexia Sarcopenia Muscle. 2025; 16(5): e70065",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001602613400009",
            "pubmed": "40955840",
            "doi": "10.1002/jcsm.70065",
            "pmc": "PMC12439183",
            "organizations": [
                "218011-14073"
            ],
            "persons": [
                "218011-122712-6"
            ],
            "imported": "2025-09-29T02:00:00+02:00",
            "journal": "J Cachexia Sarcopenia Muscle",
            "issn": "2190-5991",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.946,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GERIATRICS & GERONTOLOGY-SCIE",
            "impactfactor_norm_super": 0.981,
            "impactfactor_norm_super_year": 2022,
            "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": 217262,
            "title": "Rhythm control benefits left ventricular function compared with rate control in patients with atrial fibrillation: A computational study.",
            "abstract": null,
            "authors": [
                "Barrows, RK",
                "Augustin, CM",
                "Gsell, MAF",
                "Roney, CH",
                "Solís, Lemus, JA",
                "Xu, H",
                "Young, AA",
                "Rajani, R",
                "Whitaker, J",
                "Vigmond, EJ",
                "Bishop, MJ",
                "Plank, G",
                "Strocchi, M",
                "Niederer, SA"
            ],
            "year": 2025,
            "source": "Heart Rhythm O2. 2025; 6(7): 1011-1019. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001542036400013",
            "pubmed": "40734754",
            "doi": "10.1016/j.hroo.2025.04.014",
            "pmc": "PMC12302171",
            "organizations": [
                "217262-14011"
            ],
            "persons": [
                "217262-79791-6",
                "217262-50966-6",
                "217262-96212-6"
            ],
            "imported": "2025-08-04T02:00:00+02:00",
            "journal": "Heart Rhythm O2",
            "issn": "2666-5018",
            "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": 217065,
            "title": "Acyl-CoA-binding protein as a driver of pathological aging.",
            "abstract": null,
            "authors": [
                "Montégut, L",
                "Lambertucci, F",
                "Moledo-Nodar, L",
                "Fiuza-Luces, C",
                "Rodríguez-López, C",
                "Serra-Rexach, JA",
                "Lachkar, S",
                "Motiño, O",
                "Abdellatif, M",
                "Durand, S",
                "Aprahamian, F",
                "Carbonnier, V",
                "Le, Corre, D",
                "Mouillet-Richard, S",
                "Chen, H",
                "Sauvat, A",
                "Dong, Y",
                "Li, S",
                "Rong, Y",
                "Pietrocola, F",
                "Laurent-Puig, P",
                "López-Otín, C",
                "Martins, I",
                "Barcena, C",
                "Lucia, A",
                "Kroemer, G"
            ],
            "year": 2025,
            "source": "Proc Natl Acad Sci U S A. 2025; 122(28):e2501584122",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001540364900001",
            "pubmed": "40623176",
            "doi": "10.1073/pnas.2501584122",
            "pmc": "PMC12280937",
            "organizations": [
                "217065-14083"
            ],
            "persons": [
                "217065-94512-6"
            ],
            "imported": "2025-07-14T02:00:00+02:00",
            "journal": "Proc Natl Acad Sci U S A",
            "issn": "0027-8424",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.851,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCIE",
            "impactfactor_norm_super": 0.904,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-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": 216380,
            "title": "Puumala orthohantavirus: prevalence, biology, disease, animal models and recent advances in therapeutics development and structural biology.",
            "abstract": null,
            "authors": [
                "Tscherne, A",
                "Guardado-Calvo, P",
                "Clark, JJ",
                "Krause, R",
                "Krammer, F"
            ],
            "year": 2025,
            "source": "Front Immunol. 2025; 16:1575112",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001493399800001",
            "pubmed": "40406115",
            "doi": "10.3389/fimmu.2025.1575112",
            "pmc": "PMC12095308",
            "organizations": [
                "216380-29164"
            ],
            "persons": [
                "216380-51976-6"
            ],
            "imported": "2025-05-26T02:00:00+02:00",
            "journal": "Front Immunol",
            "issn": "1664-3224",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.792,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "IMMUNOLOGY-SCIE",
            "impactfactor_norm_super": 0.792,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "IMMUNOLOGY-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": 216240,
            "title": "Diversity of CPR manikins for basic life support education: use of manikin sex, race and body shape - a scoping review.",
            "abstract": null,
            "authors": [
                "Veigl, C",
                "Schnaubelt, B",
                "Heider, S",
                "Kornfehl, A",
                "Orlob, S",
                "Baldi, E",
                "Snijders, E",
                "Anderson, NE",
                "Nabecker, S",
                "Schlieber, J",
                "Al-Hilali, Z",
                "Tageldin, Mustafa, M",
                "Krammel, M",
                "Semeraro, F",
                "Greif, R",
                "Schnaubelt, S"
            ],
            "year": 2025,
            "source": "Emerg Med J. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001490291900001",
            "pubmed": "40379462",
            "doi": "10.1136/emermed-2024-214778",
            "pmc": "PMC12573380",
            "organizations": [
                "216240-14070"
            ],
            "persons": [
                "216240-74176-6"
            ],
            "imported": "2025-05-19T02:00:00+02:00",
            "journal": "Emerg Med J",
            "issn": "1472-0205",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.719,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "EMERGENCY MEDICINE-SCIE",
            "impactfactor_norm_super": 0.75,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "EMERGENCY MEDICINE-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": 215943,
            "title": "Delirium prevalence, interventions and barriers in intensive care units in German-speaking countries: A retrospective cross-sectional secondary analysis.",
            "abstract": null,
            "authors": [
                "Exl, MT",
                "Fischbacher, S",
                "Lindroth, H",
                "Liu, K",
                "Hoffmann, M",
                "Jeitziner, MM",
                "Nydahl, P",
                "von, Haken, R",
                "Krüger, L",
                "Schimböck, F, , WDAD, Study, Group"
            ],
            "year": 2025,
            "source": "Nurs Crit Care. 2025; 30(3): e70041",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001500310100017",
            "pubmed": "40289504",
            "doi": "10.1111/nicc.70041",
            "pmc": null,
            "organizations": [
                "215943-14076"
            ],
            "persons": [
                "215943-92002-6"
            ],
            "imported": "2025-05-07T02:00:00+02:00",
            "journal": "Nurs Crit Care",
            "issn": "1362-1017",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.792,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "NURSING-SCIE",
            "impactfactor_norm_super": 0.881,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "NURSING-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": 215922,
            "title": "Neuroimaging-based data-driven subtypes of spatiotemporal atrophy due to Parkinson's disease.",
            "abstract": null,
            "authors": [
                "Shawa, Z",
                "Shand, C",
                "Taylor, B",
                "Berendse, HW",
                "Vriend, C",
                "van, Balkom, TD",
                "van, den, Heuvel, OA",
                "van, der, Werf, YD",
                "Wang, JJ",
                "Tsai, CC",
                "Druzgal, J",
                "Newman, BT",
                "Melzer, TR",
                "Pitcher, TL",
                "Dalrymple-Alford, JC",
                "Anderson, TJ",
                "Garraux, G",
                "Rango, M",
                "Schwingenschuh, P",
                "Suette, M",
                "Parkes, LM",
                "Al-Bachari, S",
                "Klein, J",
                "Hu, MTM",
                "McMillan, CT",
                "Piras, F",
                "Vecchio, D",
                "Pellicano, C",
                "Zhang, C",
                "Poston, KL",
                "Ghasemi, E",
                "Cendes, F",
                "Yasuda, CL",
                "Tosun, D",
                "Mosley, P",
                "Thompson, PM",
                "Jahanshad, N",
                "Owens-Walton, C",
                "d'Angremont, E",
                "van, Heese, EM",
                "Laansma, MA",
                "Altmann, A",
                "Weil, RS",
                "Oxtoby, NP, , ENIGMA, Parkinson’s, Disease, Working, Group,"
            ],
            "year": 2025,
            "source": "Brain Commun. 2025; 7(2): fcaf146",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001477607400001",
            "pubmed": "40303603",
            "doi": "10.1093/braincomms/fcaf146",
            "pmc": "PMC12037470",
            "organizations": [
                "215922-14051"
            ],
            "persons": [
                "215922-50172-6",
                "215922-129975-6"
            ],
            "imported": "2025-05-05T02:00:00+02:00",
            "journal": "Brain Commun",
            "issn": "2632-1297",
            "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": 213548,
            "title": "Vulvar inspection at the time of cervical cancer screening: European Society of Gynaecological Oncology (ESGO), International Society for the Study of Vulvovaginal Disease (ISSVD), European College for the Study of Vulval Disease (ECSVD), and European Federation for Colposcopy (EFC) consensus statements.",
            "abstract": null,
            "authors": [
                "Preti, M",
                "Lewis, F",
                "Carcopino, X",
                "Bevilacqua, F",
                "Ellis, LB",
                "Halonen, P",
                "Hemida, R",
                "Jach, R",
                "Kesic, V",
                "Kyrgiou, M",
                "Maggino, T",
                "Pedro, A",
                "Querleu, D",
                "Stockdale, C",
                "Taumberger, N",
                "Temiz, BE",
                "Vieira-Baptista, P",
                "Gultekin, M"
            ],
            "year": 2025,
            "source": "Int J Gynecol Cancer. 2025; 35(1): 100007",
            "category": 1,
            "document_type": 30,
            "sci": "ISI:001473224200001",
            "pubmed": "39878267",
            "doi": "10.1016/j.ijgc.2024.100007",
            "pmc": null,
            "organizations": [
                "213548-14038"
            ],
            "persons": [
                "213548-86791-6"
            ],
            "imported": "2025-01-30T01:00:00+01:00",
            "journal": "Int J Gynecol Cancer",
            "issn": "1048-891X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.917,
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 214290,
            "title": "Artificial intelligence for direct-to-physician reporting of ambulatory electrocardiography.",
            "abstract": null,
            "authors": [
                "Johnson, LS",
                "Zadrozniak, P",
                "Jasina, G",
                "Grotek-Cuprjak, A",
                "Andrade, JG",
                "Svennberg, E",
                "Diederichsen, SZ",
                "McIntyre, WF",
                "Stavrakis, S",
                "Benezet-Mazuecos, J",
                "Krisai, P",
                "Iakobishvili, Z",
                "Laish-Farkash, A",
                "Bhavnani, S",
                "Ljungström, E",
                "Bacevicius, J",
                "van, Vreeswijk, NL",
                "Rienstra, M",
                "Spittler, R",
                "Marx, JA",
                "Oraii, A",
                "Miracle, Blanco, A",
                "Lozano, A",
                "Mustafina, I",
                "Zafeiropoulos, S",
                "Bennett, R",
                "Bisson, J",
                "Linz, D",
                "Kogan, Y",
                "Glazer, E",
                "Marincheva, G",
                "Rahkovich, M",
                "Shaked, E",
                "Ruwald, MH",
                "Haugan, K",
                "Węcławski, J",
                "Radoslovich, G",
                "Jamal, S",
                "Brandes, A",
                "Matusik, PT",
                "Manninger, M",
                "Meyre, PB",
                "Blum, S",
                "Persson, A",
                "Måneheim, A",
                "Hammarlund, P",
                "Fedorowski, A",
                "Wodaje, T",
                "Lewinter, C",
                "Juknevicius, V",
                "Jakaite, R",
                "Shen, C",
                "Glotzer, T",
                "Platonov, P",
                "Engström, G",
                "Benz, AP",
                "Healey, JS"
            ],
            "year": 2025,
            "source": "Nat Med. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001416837400001",
            "pubmed": "39930139",
            "doi": "10.1038/s41591-025-03516-x",
            "pmc": "PMC11922735",
            "organizations": [
                "214290-14083"
            ],
            "persons": [
                "214290-63032-6"
            ],
            "imported": "2025-02-11T01:00:00+01:00",
            "journal": "Nat Med",
            "issn": "1078-8956",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 50.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL-SCIE",
            "impactfactor_norm_super": 1.0,
            "impactfactor_norm_super_year": 2025,
            "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": true
        },
        {
            "id": 214667,
            "title": "Mavacamten in Symptomatic Nonobstructive Hypertrophic Cardiomyopathy: Design, Rationale, and Baseline Characteristics of ODYSSEY-HCM.",
            "abstract": null,
            "authors": [
                "Desai, MY",
                "Nissen, SE",
                "Abraham, T",
                "Olivotto, I",
                "Garcia-Pavia, P",
                "Lopes, RD",
                "Verheyen, N",
                "Wever-Pinzon, O",
                "Wolski, K",
                "Jaber, W",
                "Mitchell, L",
                "Davey, D",
                "Myers, J",
                "Rano, T",
                "Bhatia, V",
                "Zhong, Y",
                "Carter-Bonanza, S",
                "Florea, V",
                "Aronson, R",
                "Owens, AT, , ODYSSEY-HCM, Investigators"
            ],
            "year": 2025,
            "source": "JACC Heart Fail. 2025; 13(2):358-370",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001426825100001",
            "pubmed": "39909647",
            "doi": "10.1016/j.jchf.2024.11.013",
            "pmc": null,
            "organizations": [
                "214667-14083"
            ],
            "persons": [
                "214667-81519-6"
            ],
            "imported": "2025-02-24T01:00:00+01:00",
            "journal": "JACC Heart Fail",
            "issn": "2213-1779",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 11.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.938,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": 0.944,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-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": 214718,
            "title": "Autophagy is required for the therapeutic effects of the NAD+ precursor nicotinamide in obesity-related heart failure with preserved ejection fraction.",
            "abstract": null,
            "authors": [
                "Abdellatif, M",
                "Vasques-Nóvoa, F",
                "Trummer-Herbst, V",
                "Durand, S",
                "Koser, F",
                "Islam, M",
                "Nah, J",
                "Sung, EA",
                "Feng, R",
                "Aprahamian, F",
                "Prokesch, A",
                "Zardoya-Laguardia, P",
                "Sadoshima, J",
                "Diwan, A",
                "Linke, WA",
                "Ferreira, JP",
                "Kroemer, G",
                "Sedej, S"
            ],
            "year": 2025,
            "source": "Eur Heart J. 2025; 46(19):1863-1866",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001429367000001",
            "pubmed": "39995248",
            "doi": "10.1093/eurheartj/ehaf062",
            "pmc": "PMC12075933",
            "organizations": [
                "214718-14013",
                "214718-14017",
                "214718-14083"
            ],
            "persons": [
                "214718-75758-6",
                "214718-94512-1",
                "214718-89979-6",
                "214718-60041-4"
            ],
            "imported": "2025-02-26T01:00:00+01:00",
            "journal": "Eur Heart J",
            "issn": "0195-668X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 35.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.986,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": 0.993,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-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": true,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 215349,
            "title": "Global distribution of prognostically significant pulmonary pressure indicative of pulmonary hypertension.",
            "abstract": null,
            "authors": [
                "Strange, GA",
                "Maron, BA",
                "Zeder, K",
                "Chan, YK",
                "Chen, A",
                "Playford, D",
                "Humbert, M",
                "Mocumbi, AO",
                "Stewart, S"
            ],
            "year": 2025,
            "source": "J Glob Health. 2025; 15:04098",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001462568900001",
            "pubmed": "40114580",
            "doi": "10.7189/jogh.15.04098",
            "pmc": "PMC11926580",
            "organizations": [
                "215349-14087"
            ],
            "persons": [
                "215349-104780-6"
            ],
            "imported": "2025-03-24T01:00:00+01:00",
            "journal": "J Glob Health",
            "issn": "2047-2978",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.888,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL & OCCUPATIONAL HEALTH-SCIE",
            "impactfactor_norm_super": 0.933,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "PUBLIC, ENVIRONMENTAL + OCCUPATIONAL HEALTH-SSCI",
            "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
        }
    ]
}