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=153500&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157084,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153520&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153480&ordering=year",
    "results": [
        {
            "id": 217712,
            "title": "Structural basis of collagen glucosyltransferase function and its serendipitous role in kojibiose synthesis.",
            "abstract": null,
            "authors": [
                "Kim, JS",
                "Chen, Z",
                "Espinosa, Garcia, SA",
                "Buhlheller, C",
                "Zhang, B",
                "Richards, SJ",
                "Chen, T",
                "Wu, J",
                "Bruntz, RC",
                "Gilliam, ME",
                "Yamauchi, M",
                "Liang, B",
                "Guo, H"
            ],
            "year": 2025,
            "source": "Nat Commun. 2025; 16(1):6704",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001589379300023",
            "pubmed": "40691173",
            "doi": "10.1038/s41467-025-61973-x",
            "pmc": "PMC12279948",
            "organizations": [],
            "persons": [
                "217712-122513-6"
            ],
            "imported": "2025-09-08T02:00:00+02:00",
            "journal": "Nat Commun",
            "issn": "2041-1723",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 15.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.905,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCIE",
            "impactfactor_norm_super": 0.932,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-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": 217631,
            "title": "Chemokine Receptor Profiles as Predictors of Survival and Early Progression in Follicular Lymphoma.",
            "abstract": null,
            "authors": [
                "Zupo, A",
                "Pansy, K",
                "Gaksch, L",
                "Waldhart, J",
                "Brunner, A",
                "Strobl, J",
                "Szmyra-Polomka, M",
                "Haingartner, S",
                "Tomazic, PV",
                "Greinix, HT",
                "Uhl, B",
                "Feichtinger, J",
                "Stary, G",
                "Haybaeck, J",
                "Vagena, FR",
                "Zacharias, M",
                "Beham-Schmid, C",
                "Neumeister, P",
                "Prochazka, KT",
                "Deutsch, AJA"
            ],
            "year": 2025,
            "source": "EJHaem. 2025; 6(5): e70131",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001603865600005",
            "pubmed": "40896244",
            "doi": "10.1002/jha2.70131",
            "pmc": "PMC12393056",
            "organizations": [
                "217631-14082",
                "217631-14017",
                "217631-14066",
                "217631-14020"
            ],
            "persons": [
                "217631-51930-6",
                "217631-122350-1",
                "217631-54230-6",
                "217631-59183-4",
                "217631-61601-6",
                "217631-100705-6",
                "217631-100134-1",
                "217631-82501-1",
                "217631-92181-6",
                "217631-94195-6",
                "217631-65239-6"
            ],
            "imported": "2025-09-03T02:00:00+02:00",
            "journal": "EJHaem",
            "issn": "2688-6146",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 218288,
            "title": "Influence of coprecipitation synthesis parameters on the physicochemical properties and biological effects of iron oxide nanoparticles",
            "abstract": null,
            "authors": [
                "Reindl, M",
                "Zach, V",
                "Cvirn, G",
                "Schwaminger, SP"
            ],
            "year": 2025,
            "source": "NANOSCALE ADV. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001589890300001",
            "pubmed": "41079898",
            "doi": "10.1039/d5na00632e",
            "pmc": "PMC12509087",
            "organizations": [
                "218288-14012"
            ],
            "persons": [
                "218288-113130-4",
                "218288-116485-1",
                "218288-50068-6"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "NANOSCALE ADV",
            "issn": "2516-0230",
            "collection_publisher": null,
            "collection_title": "NANOSCALE ADVANCES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.667,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CHEMISTRY, MULTIDISCIPLINARY-SCIE",
            "impactfactor_norm_super": 0.674,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "CHEMISTRY, MULTIDISCIPLINARY-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": 218334,
            "title": "Palbociclib with adjuvant endocrine therapy in early breast cancer: five-year follow up analysis of the global multicenter, open-label, randomized phase III PALLAS trial (ABCSG-42/AFT-05/PrE0109/BIG-14-13).",
            "abstract": null,
            "authors": [
                "Mayer, EL",
                "Hlauschek, D",
                "Gnant, M",
                "O'Brien, PJ",
                "Bellet-Ezquerra, M",
                "Goetz, MP",
                "Ruiz-Borrego, M",
                "Chan, A",
                "Clifton, K",
                "Egle, D",
                "Lake, D",
                "Cabrera, P",
                "Mamounas, T",
                "Pristauz-Telsnigg, G",
                "Dayao, Z",
                "Gil, Gil, M",
                "Cameron, D",
                "Traina, T",
                "Morris, PG",
                "Sabanathan, D",
                "Rinnerthaler, G",
                "Meisel, J",
                "Prat, A",
                "Wolff, AC",
                "Tseng, LM",
                "Isaacs, C",
                "Singer, CF",
                "Rubovszky, G",
                "Foukakis, T",
                "Jassem, J",
                "Winer, EP",
                "Vetter, M",
                "Federmann, J",
                "Metzger, O",
                "Schurmans, C",
                "Gauthier, E",
                "Lu, DR",
                "Fesl, C",
                "Dueck, A",
                "DeMichele, A"
            ],
            "year": 2025,
            "source": "Ann Oncol. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41110701",
            "doi": "10.1016/j.annonc.2025.10.003",
            "pmc": null,
            "organizations": [
                "218334-14038",
                "218334-14085"
            ],
            "persons": [
                "218334-124374-6",
                "218334-74796-6"
            ],
            "imported": "2025-10-22T02:00:00+02:00",
            "journal": "Ann Oncol",
            "issn": "1569-8041",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 65.4,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.988,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ONCOLOGY-SCIE",
            "impactfactor_norm_super": 0.988,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "ONCOLOGY-SCIE",
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218302,
            "title": "5-Hydroxymethylfurfural: A Particularly Harmful Molecule Inducing Toxic Lipids and Proteins?",
            "abstract": null,
            "authors": [
                "Greilberger, J",
                "Feigl, G",
                "Greilberger, M",
                "Bystrianska, S",
                "Greilberger, M"
            ],
            "year": 2025,
            "source": "MOLECULES. 2025; 30(19):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001593754100001",
            "pubmed": "41097317",
            "doi": "10.3390/molecules30193897",
            "pmc": "PMC12526219",
            "organizations": [
                "218302-14012"
            ],
            "persons": [
                "218302-52010-2"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "MOLECULES",
            "issn": "1420-3049",
            "collection_publisher": null,
            "collection_title": "MOLECULES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.742,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY-SCIE",
            "impactfactor_norm_super": 0.742,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "BIOCHEMISTRY + MOLECULAR BIOLOGY-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218315,
            "title": "Ethical AI for sustainable development: User perceptions across the United Nations Sustainable Development Goals",
            "abstract": null,
            "authors": [
                "Wang, B",
                "Zhou, JL",
                "Chen, F",
                "Müller, H",
                "Holzinger, A"
            ],
            "year": 2025,
            "source": "SUSTAIN PROD CONSUMP. 2025; 60:  176-185. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001593216500001",
            "pubmed": null,
            "doi": "10.1016/j.spc.2025.09.014",
            "pmc": null,
            "organizations": [],
            "persons": [
                "218315-51050-4",
                "218315-51449-6"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "SUSTAIN PROD CONSUMP",
            "issn": "2352-5509",
            "collection_publisher": null,
            "collection_title": "SUSTAINABLE PRODUCTION AND CONSUMPTION; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.938,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ENVIRONMENTAL STUDIES-SSCI",
            "impactfactor_norm_super": 0.961,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "ENVIRONMENTAL STUDIES-SSCI",
            "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": 218322,
            "title": "LAT1-NRF2 axis controls sFlt-1/PlGF imbalance and oxidative stress in preeclampsia.",
            "abstract": null,
            "authors": [
                "Granitzer, S",
                "Widhalm, R",
                "Ellinger, I",
                "Zeisler, H",
                "Forsthuber, M",
                "Foessleitner, P",
                "Geschrey, E",
                "Saleh, L",
                "Knöfler, M",
                "Desoye, G",
                "Ettel, P",
                "Weichhart, T",
                "Musiejovsky, L",
                "Schabbauer, G",
                "Salzer, H",
                "Rosner, M",
                "Hengstschläger, M",
                "Gundacker, C"
            ],
            "year": 2025,
            "source": "Nat Commun. 2025; 16(1):9112",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001594419000024",
            "pubmed": "41087351",
            "doi": "10.1038/s41467-025-64160-0",
            "pmc": "PMC12521483",
            "organizations": [
                "218322-14038"
            ],
            "persons": [],
            "imported": "2025-10-22T02:00:00+02:00",
            "journal": "Nat Commun",
            "issn": "2041-1723",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 15.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.905,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCIE",
            "impactfactor_norm_super": 0.932,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-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": 218406,
            "title": "The Blaylock Risk Assessment Screening Score in Neurology-A Monocentric Cohort Study.",
            "abstract": null,
            "authors": [
                "Streit, A",
                "Hoffmann, M",
                "Blesl, A",
                "Schwarz, CM",
                "Borenich, A",
                "Pretterhofer, G",
                "Brunner, G"
            ],
            "year": 2025,
            "source": "Qual Manag Health Care. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41129306",
            "doi": "10.1097/QMH.0000000000000543",
            "pmc": null,
            "organizations": [
                "218406-14026",
                "218406-14076",
                "218406-14081"
            ],
            "persons": [
                "218406-101643-6",
                "218406-88572-2",
                "218406-91769-6",
                "218406-92002-6",
                "218406-74515-6"
            ],
            "imported": "2025-10-26T02:00:00+02:00",
            "journal": "Qual Manag Health Care",
            "issn": "1550-5154",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.2,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.065,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "HEALTH CARE SCIENCES & SERVICES-SCIE",
            "impactfactor_norm_super": 0.115,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "HEALTH POLICY + SERVICES-SSCI",
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218316,
            "title": "Succinate in innate immunity: linking metabolic reprogramming to immune modulation",
            "abstract": null,
            "authors": [
                "Atallah, R",
                "Gindlhuber, J",
                "Heinemann, A"
            ],
            "year": 2025,
            "source": "FRONT IMMUNOL. 2025; 16:  1661948",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001589603500001",
            "pubmed": "41080558",
            "doi": "10.3389/fimmu.2025.1661948",
            "pmc": "PMC12507857",
            "organizations": [
                "218316-14083",
                "218316-14022"
            ],
            "persons": [
                "218316-100879-1",
                "218316-51756-4",
                "218316-98847-6"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "FRONT IMMUNOL",
            "issn": "1664-3224",
            "collection_publisher": null,
            "collection_title": "FRONTIERS IN IMMUNOLOGY; ",
            "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": 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": 218127,
            "title": "Modified OPTIModel with oligometastatic disease for the prediction of overall survival of patients with renal cell cancer and symptomatic long bone metastases.",
            "abstract": null,
            "authors": [
                "Dootjes, EW",
                "Willeumier, JJ",
                "van, der, Wal, CWPG",
                "van, der, Wal, RJP",
                "van, der, Zwaal, P",
                "Leithner, A",
                "van, der, Veldt, AAM",
                "Fiocco, M",
                "van, Broekhoven, DLM",
                "van, der, Linden, YM"
            ],
            "year": 2025,
            "source": "J Bone Oncol. 2025; 55:  100709",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001585384800001",
            "pubmed": "41049470",
            "doi": "10.1016/j.jbo.2025.100709",
            "pmc": "PMC12489765",
            "organizations": [
                "218127-14052"
            ],
            "persons": [
                "218127-53237-6"
            ],
            "imported": "2025-10-07T02:00:00+02:00",
            "journal": "J Bone Oncol",
            "issn": "2212-1374",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.598,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ONCOLOGY-SCIE",
            "impactfactor_norm_super": 0.598,
            "impactfactor_norm_super_year": 2025,
            "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": 218307,
            "title": "Humor as a Moderator in the Relationship Between Emotional Exhaustion and Depressive Symptoms in University Students and the General Population",
            "abstract": null,
            "authors": [
                "Wekenborg, MK",
                "Papousek, I",
                "Perchtold-Stefan, CM",
                "Lackner, HK",
                "Fink, A",
                "Schwerdtfeger, AR",
                "Peifer, C",
                "Rominger, C"
            ],
            "year": 2025,
            "source": "J HAPPINESS STUD. 2025; 26(7): 129",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001588363600002",
            "pubmed": null,
            "doi": "10.1007/s10902-025-00958-5",
            "pmc": null,
            "organizations": [
                "218307-14010"
            ],
            "persons": [
                "218307-64295-6"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "J HAPPINESS STUD",
            "issn": "1389-4978",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF HAPPINESS STUDIES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.87,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "SOCIAL SCIENCES, INTERDISCIPLINARY-SSCI",
            "impactfactor_norm_super": 0.927,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "SOCIAL SCIENCES, INTERDISCIPLINARY-SSCI",
            "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": 218375,
            "title": "Efficacy assessment following shortened venetoclax exposure in AML patients treated with venetoclax plus hypomethylating agents: a real-world, multicentric study.",
            "abstract": null,
            "authors": [
                "Wurm, S",
                "Moritz, JM",
                "Petzer, V",
                "Wolf, D",
                "Gleixner, KV",
                "Sperr, WR",
                "Groiss, C",
                "Machherndl-Spandl, S",
                "Eisenwort, G",
                "Koller, E",
                "Schoeche, J",
                "Petrasch, C",
                "Singer, J",
                "Mayer, DM",
                "Pregartner, G",
                "Heine, A",
                "Wölfler, A",
                "Sill, H",
                "Reinisch, A",
                "Zebisch, A"
            ],
            "year": 2025,
            "source": "Blood Cancer J. 2025; 15(1): 175",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:001599044500001",
            "pubmed": "41125585",
            "doi": "10.1038/s41408-025-01396-5",
            "pmc": "PMC12546751",
            "organizations": [
                "218375-14082",
                "218375-14022",
                "218375-14026",
                "218375-14058"
            ],
            "persons": [
                "218375-57402-4",
                "218375-50747-6",
                "218375-84730-6",
                "218375-51911-6",
                "218375-51857-6",
                "218375-131437-6",
                "218375-110608-6"
            ],
            "imported": "2025-10-23T02:00:00+02:00",
            "journal": "Blood Cancer J",
            "issn": "2044-5385",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 11.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.909,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ONCOLOGY-SCIE",
            "impactfactor_norm_super": 0.949,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "HEMATOLOGY-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": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218309,
            "title": "Polymer-Coated Iron Oxide Nanoparticles as an Effective Tool for Histamine Extraction: Synthesis, Characterization, and Application",
            "abstract": null,
            "authors": [
                "Reindl, M",
                "Karn, A",
                "Zach, V",
                "Schwaminger, SP"
            ],
            "year": 2025,
            "source": "ACS OMEGA. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001591511700001",
            "pubmed": null,
            "doi": "10.1021/acsomega.5c08198",
            "pmc": null,
            "organizations": [
                "218309-14012"
            ],
            "persons": [
                "218309-113130-4",
                "218309-116485-1",
                "218309-128734-6"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "ACS OMEGA",
            "issn": "2470-1343",
            "collection_publisher": null,
            "collection_title": "ACS OMEGA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.638,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CHEMISTRY, MULTIDISCIPLINARY-SCIE",
            "impactfactor_norm_super": 0.638,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "CHEMISTRY, MULTIDISCIPLINARY-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": 218405,
            "title": "Artificial intelligence based sonographic differentiation between skull fractures and normal sutures in young children.",
            "abstract": null,
            "authors": [
                "Hankel, S",
                "Till, H",
                "Schweintzger, G",
                "Kraxner, C",
                "Singer, G",
                "Stranger, N",
                "Till, T",
                "Tschauner, S"
            ],
            "year": 2025,
            "source": "Sci Rep. 2025; 15(1): 37006",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001600529500020",
            "pubmed": "41131001",
            "doi": "10.1038/s41598-025-09994-w",
            "pmc": "PMC12549801",
            "organizations": [
                "218405-14049",
                "218405-14106"
            ],
            "persons": [
                "218405-118927-6",
                "218405-120871-6",
                "218405-83445-4",
                "218405-85440-6",
                "218405-50778-6",
                "218405-114968-1"
            ],
            "imported": "2025-10-25T02:00:00+02:00",
            "journal": "Sci Rep",
            "issn": "2045-2322",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.716,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCIE",
            "impactfactor_norm_super": 0.722,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-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": 218335,
            "title": "Pre-existing infiltration with T cells and CD14+ myeloid cells is associated with treatment response to imiquimod in primary and recurrent vulvar high-grade squamous intraepithelial lesions.",
            "abstract": null,
            "authors": [
                "Muntinga, CLP",
                "de, Vos, van, Steenwijk, PJ",
                "Kooreman, LFS",
                "Regauer, S",
                "Abdulrahman, Z",
                "Bekkers, RLM",
                "van, der, Burg, SH",
                "Trutnovsky, G",
                "van, Esch, EMG"
            ],
            "year": 2025,
            "source": "J Immunother Cancer. 2025; 13(10):",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001600525400001",
            "pubmed": "41120128",
            "doi": "10.1136/jitc-2025-012666",
            "pmc": "PMC12542709",
            "organizations": [
                "218335-14020",
                "218335-14063"
            ],
            "persons": [
                "218335-50853-6",
                "218335-51945-6"
            ],
            "imported": "2025-10-22T02:00:00+02:00",
            "journal": "J Immunother Cancer",
            "issn": "2051-1426",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.931,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "IMMUNOLOGY-SCIE",
            "impactfactor_norm_super": 0.931,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "IMMUNOLOGY-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218305,
            "title": "Synthesis and evaluation of naphthoquinone-based probes for activity-based protein profiling of oxidoreductases",
            "abstract": null,
            "authors": [
                "Krammer, L",
                "Darnhofer, B",
                "Breinbauer, R"
            ],
            "year": 2025,
            "source": "ORG BIOMOL CHEM. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001593102700001",
            "pubmed": "41090375",
            "doi": "10.1039/d5ob01320h",
            "pmc": null,
            "organizations": [
                "218305-17225"
            ],
            "persons": [
                "218305-63257-6"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "ORG BIOMOL CHEM",
            "issn": "1477-0520",
            "collection_publisher": null,
            "collection_title": "ORGANIC & BIOMOLECULAR CHEMISTRY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.725,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CHEMISTRY, ORGANIC-SCIE",
            "impactfactor_norm_super": 0.769,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "CHEMISTRY, ORGANIC-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": 218313,
            "title": "Type V collagen from macrophages regulates initial collagen assembly and alignment in post-infarcted hearts",
            "abstract": null,
            "authors": [
                "Sun, X",
                "Sigal, S",
                "Cosma, MA",
                "de Villiers, C",
                "Weinberger, M",
                "Riley, PR"
            ],
            "year": 2025,
            "source": "NPJ REGEN MED. 2025; 10(1): 44",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001584988900002",
            "pubmed": "41022798",
            "doi": "10.1038/s41536-025-00430-1",
            "pmc": "PMC12480006",
            "organizations": [
                "218313-14083"
            ],
            "persons": [
                "218313-129555-6"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "NPJ REGEN MED",
            "issn": "2057-3995",
            "collection_publisher": null,
            "collection_title": "NPJ REGENERATIVE MEDICINE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.857,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CELL & TISSUE ENGINEERING-SCIE",
            "impactfactor_norm_super": 0.862,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "CELL + TISSUE ENGINEERING-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": 218306,
            "title": "Regulatory Fragmentation in Europe and Its Risks for Patient Access and Safety: Subcontracting Work Flow Steps of In-House Diagnostic Procedures",
            "abstract": null,
            "authors": [
                "Nistor-Gallo, R",
                "Zatloukal, K",
                "Schwenoha, K"
            ],
            "year": 2025,
            "source": "CLIN CHEM. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001593819500001",
            "pubmed": "41092101",
            "doi": "10.1093/clinchem/hvaf123",
            "pmc": null,
            "organizations": [
                "218306-14020"
            ],
            "persons": [
                "218306-51663-6"
            ],
            "imported": "2025-10-22T10:02:38+02:00",
            "journal": "CLIN CHEM",
            "issn": "0009-9147",
            "collection_publisher": null,
            "collection_title": "CLINICAL CHEMISTRY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY-SCIE",
            "impactfactor_norm_super": 1.0,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "MEDICAL LABORATORY TECHNOLOGY-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": 218522,
            "title": "Periprothetische Femurfrakturen nach Hüft- und Knieendoprothetik – Eine retrospektive Kohortenanalyse.",
            "abstract": null,
            "authors": [
                "Hütter, KK",
                "Neumann, J",
                "Leithner, A",
                "Puchwein, P",
                "Seibert, FJ",
                "Smolle, MA"
            ],
            "year": 2025,
            "source": "Abstract 25dkou127 bei Publisso. 2025; -Deutscher Kongress für Orthopädie und Unfallchirurgie 2025 (DKOU 2025); OCT 28-31, 2025; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218522-14052"
            ],
            "persons": [
                "218522-100001",
                "218522-53237",
                "218522-62925",
                "218522-95171"
            ],
            "imported": "2025-11-05T15:19:03+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218523,
            "title": "Reevaluierung radiologischer Kriterien für das wachsende Hüftgelenk: Früher erwachsen als gedacht?.",
            "abstract": null,
            "authors": [
                "Hütter, KK",
                "Smolle, MA",
                "Butter, S",
                "Tschauner, S",
                "Kraus, T"
            ],
            "year": 2025,
            "source": "Abstract 25dkou176 bei Publisso. 2025; -Deutscher Kongress für Orthopädie und Unfallchirurgie 2025 (DKOU 2025); OCT 28-31, 2025; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218523-14052",
                "218523-14106"
            ],
            "persons": [
                "218523-54144",
                "218523-85440",
                "218523-95171",
                "218523-100001"
            ],
            "imported": "2025-11-05T15:28:18+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}