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=155840&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157069,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155860&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155820&ordering=year",
    "results": [
        {
            "id": 216653,
            "title": "Utilizing AI digital pathology for quantitative measurement, grading and differentiation of lobular and portal inflammation in MASH: preliminary analysis in liver histology",
            "abstract": null,
            "authors": [
                "Akbary, K",
                "Ren, YY",
                "Lackner, C",
                "Allende, D",
                "Liu, F",
                "Kleiner, DE",
                "Tai, D"
            ],
            "year": 2025,
            "source": "J HEPATOL. 2025; 82: ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001504520100037",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216653-14020"
            ],
            "persons": [
                "216653-51983"
            ],
            "imported": "2025-06-16T10:06:07+02:00",
            "journal": "J HEPATOL",
            "issn": "0168-8278",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF HEPATOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 26.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.978,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 216658,
            "title": "Comparative analysis and cross-validation of artificial intelligence digital pathology (PathAI AIM-MASH and HistoIndex qFIBS) vs. expert hepatopathologist scoring in MASLD biopsies-results of the LITMUS study cohort",
            "abstract": null,
            "authors": [
                "Blain, A",
                "Rajan, A",
                "Resteu, A",
                "Wack, K",
                "Chng, E",
                "Wonders, K",
                "Boyle, J",
                "Schattenberg, JM",
                "Straub, B",
                "Ekstedt, M",
                "Berzigotti, A",
                "Geier, A",
                "Francque, S",
                "Driessen, A",
                "Boursier, J",
                "Yki-Järvinen, H",
                "Arola, J",
                "Aithal, G",
                "Davies, S",
                "Allison, M",
                "Holleboom, AG",
                "Verheij, J",
                "Gouw, A",
                "Yunis, C",
                "Cobbold, J",
                "Pavlides, M",
                "Papatheodoridis, G",
                "Petta, S",
                "Bugianesi, E",
                "Paradis, V",
                "Ratziu, V",
                "Romero-Gómez, M",
                "Cockell, S",
                "Lackner, C",
                "Hytiroglou, P",
                "Beck, A",
                "Tai, D",
                "Missier, P",
                "Tiniakos, D",
                "Anstee, QM"
            ],
            "year": 2025,
            "source": "J HEPATOL. 2025; 82: ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001504520300006",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216658-14020"
            ],
            "persons": [
                "216658-51983"
            ],
            "imported": "2025-06-16T10:06:07+02:00",
            "journal": "J HEPATOL",
            "issn": "0168-8278",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF HEPATOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 26.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.978,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 216661,
            "title": "Comprehensive analysis of biomarker performance targeting \"advanced fibrosis\" and \"at-risk\" metabolic-dysfunction associated steatotic liver disease (MASH)-primary analysis of the LITMUS study cohort",
            "abstract": null,
            "authors": [
                "Vali, Y",
                "Wonders, K",
                "Aithal, G",
                "Aller, R",
                "Allison, M",
                "Arola, J",
                "Banales, JM",
                "Bernal, V",
                "Berzigotti, A",
                "Boursier, J",
                "Brass, C",
                "Bugianesi, E",
                "Panero, JLC",
                "Cobbold, J",
                "Cortez-Pinto, H",
                "Crespo, J",
                "Davies, S",
                "Driessen, A",
                "Duffin, K",
                "Ekstedt, M",
                "Forton, D",
                "Fournier-Poizat, C",
                "Francque, S",
                "Geier, A",
                "Gouw, A",
                "Hagström, H",
                "Holleboom, AG",
                "Hytiroglou, P",
                "Karsdal, M",
                "Lackner, C",
                "Leeming, DJ",
                "Magnanensi, J",
                "Mayo, R",
                "Miele, L",
                "Papatheodoridis, G",
                "Paradis, V",
                "Pavlides, M",
                "Pericàs, JM",
                "Petta, S",
                "Ratziu, V",
                "Romero-Gómez, M",
                "Schattenberg, JM",
                "Schuppan, D",
                "Surabattula, R",
                "Silva, A",
                "Straub, B",
                "Kjaer, M",
                "Svegliati-Baroni, G",
                "Tiniakos, DG",
                "Tonini, MM",
                "Torstenson, R",
                "Valenti, L",
                "Verheij, J",
                "Wenn, D",
                "Yki-Järvinen, H",
                "Yunis, C",
                "Bossuyt, P",
                "Anstee, QM"
            ],
            "year": 2025,
            "source": "J HEPATOL. 2025; 82: ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001504520100026",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216661-14020"
            ],
            "persons": [
                "216661-51983"
            ],
            "imported": "2025-06-16T10:06:07+02:00",
            "journal": "J HEPATOL",
            "issn": "0168-8278",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF HEPATOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 26.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.978,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 216736,
            "title": "ISOLATED SYSTOLIC HYPERTENSION IN YOUNG, MIDDLE-AGED AND OLDER PEOPLE - FINDINGS FROM THE INTERNATIONAL ACADEMIC 24HOUR ACADEMIC BLOOD PRESSURE CONSORTIUM (I24ABC)",
            "abstract": null,
            "authors": [
                "Danninger, K",
                "Printzios, DT",
                "Vlachopoulos, C",
                "Kollios, A",
                "Stergiou, G",
                "Bahous, SA",
                "Argyris, A",
                "Protogerou, A",
                "Rodilla, E",
                "Gomes, MAM",
                "Gomes, AM",
                "Maloberti, A",
                "Giannatasio, C",
                "Binder, R",
                "Pucci, G",
                "Sharman, J",
                "de la Sierra, A",
                "Sarafidis, P",
                "Blacher, J",
                "McDonnell, B",
                "Piskorz, D",
                "Perl, S",
                "Ware, L",
                "Schutte, AE",
                "Nemcsik, J",
                "McEniery, C",
                "Wilkinson, I",
                "Banegas, JR",
                "Agharazii, M",
                "Pierce, GL",
                "Li, Y",
                "Jankowski, P",
                "Kario, K",
                "Muiesan, ML",
                "Salvetti, M",
                "Zhang, Y",
                "Mayer, C",
                "Hametner, B",
                "Wassertheurer, S",
                "Weber, T"
            ],
            "year": 2025,
            "source": "J HYPERTENS. 2025; 43(SUPPL 1): e38-e39. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001507448700043",
            "pubmed": null,
            "doi": "10.1097/01.hjh.0001115560.21389.38",
            "pmc": null,
            "organizations": [
                "216736-14083"
            ],
            "persons": [
                "216736-50879"
            ],
            "imported": "2025-06-23T08:55:50+02:00",
            "journal": "J HYPERTENS",
            "issn": "0263-6352",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF HYPERTENSION; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.672,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 216953,
            "title": "Feasibility of Centralizing MR-Guided Brachytherapy for Locally Advanced Cervical Cancer in Austria",
            "abstract": null,
            "authors": [
                "Knoth, J",
                "Ramadan, H",
                "Weis, EM",
                "Kurzweil, G",
                "Celedin, B",
                "Komina, O",
                "Salinger, J",
                "Boeswarth, J",
                "Skorbier, S",
                "Buchegger, M",
                "Flatz, S",
                "Kopp, M",
                "Metz, M",
                "de Vries, A",
                "Wedrich, I",
                "Brunner, T",
                "Widder, J",
                "Reim, A",
                "Eder-Nesvacil, N",
                "Kirisits, C",
                "Raunik, W",
                "Georg, P",
                "Geinitz, H",
                "Sturdza, A",
                "Schmid, MP"
            ],
            "year": 2025,
            "source": "RADIOTHER ONCOL. 2025; 206:  S232-S234. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001517480800023",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "216953-14060"
            ],
            "persons": [
                "216953-113309"
            ],
            "imported": "2025-07-07T08:54:42+02:00",
            "journal": "RADIOTHER ONCOL",
            "issn": "0167-8140",
            "collection_publisher": null,
            "collection_title": "RADIOTHERAPY AND ONCOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.874,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 217041,
            "title": "INFLAMMATORY-RHEUMATIC EOSINOPHILIC MYOCARDITIS AND ITS CRITICAL IMPACT ON CARDIAC FUNCTION: PROGNOSTIC VALUE OF NT-PROBNP-FINDINGS FROM A UNIVERSITY COHORT",
            "abstract": null,
            "authors": [
                "Ullrich, FTH",
                "Grabmaier, U",
                "Murray, A",
                "Milger-Kneidinger, K",
                "Schoenermarck, U",
                "Thaler, M",
                "Lichtnekert, J",
                "Gailis, D",
                "Skapenko, A",
                "Schulze-Koops, H"
            ],
            "year": 2025,
            "source": "ANN RHEUM DIS. 2025; 84: ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001522290900048",
            "pubmed": null,
            "doi": "10.1136/annrheumdis-2025-eular.B338",
            "pmc": null,
            "organizations": [
                "217041-14087"
            ],
            "persons": [
                "217041-128274"
            ],
            "imported": "2025-07-14T11:20:42+02:00",
            "journal": "ANN RHEUM DIS",
            "issn": "0003-4967",
            "collection_publisher": null,
            "collection_title": "ANNALS OF THE RHEUMATIC DISEASES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 20.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.971,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "RHEUMATOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 218486,
            "title": "Improvement in asthma control in patients with severe, uncontrolled asthma 24 weeks after initiation of tezepelumab treatment in Germany: Data from the real-world ASCENT study",
            "abstract": null,
            "authors": [
                "Milger-Kneidinger, KD",
                "Gessner, C",
                "Wehgartner-Winkler, S",
                "Timmermann, H",
                "Urbanski, H",
                "Llanos, JP",
                "Nåtman, J",
                "Martin, N",
                "Emmanuel, B",
                "Clarke, DL",
                "Le, TT",
                "Stjepanovic, N",
                "Koch, M",
                "Schwitalla, JC"
            ],
            "year": 2025,
            "source": "ALLERGOLOGIE. 2025; 48(9): 550-550. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001572721100054",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218486-14043"
            ],
            "persons": [
                "218486-53949"
            ],
            "imported": "2025-11-05T08:34:00+01:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": "ALLERGOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.107,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ALLERGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 218756,
            "title": "BURN PATIENTS WITH HEMOGLOBIN LEVELS OF >6.5 G/DL ARE AT NOTABLE RISK FOR ADVERSE EVENTS AFTER ADMINISTRATION OF BLOOD TRANSFUSION - AN ANALYSIS WITH REAL WORLD DATA",
            "abstract": null,
            "authors": [
                "Kleinhapl, J",
                "Dempsey, JR",
                "Song, J",
                "Finnerty, C",
                "Branski, L",
                "Wolf, S"
            ],
            "year": 2025,
            "source": "SHOCK. 2025; 64(2): S12-S12. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001595194800022",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218756-14045"
            ],
            "persons": [
                "218756-88310"
            ],
            "imported": "2025-11-24T08:10:44+01:00",
            "journal": "SHOCK",
            "issn": "1073-2322",
            "collection_publisher": null,
            "collection_title": "SHOCK; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.765,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "SURGERY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 219247,
            "title": "Multi-center International Validation of AH-1 Software for Detecting Multiple Sclerosis Lesion Activity in Real-world Clinical Settings",
            "abstract": null,
            "authors": [
                "Valverde, S",
                "Bramon, R",
                "Gallo, S",
                "Lladó, X",
                "Aymerich, FX",
                "Hodel, J",
                "Enzinger, C",
                "Ropele, S",
                "Pyfferoen, L",
                "Kenis, C",
                "Ruggieri, S",
                "Gasperini, C",
                "Martinez-Heras, E",
                "Llufriu, S",
                "Jasperse, B",
                "Barkhof, F",
                "Rovira, A"
            ],
            "year": 2025,
            "source": "MULT SCLER J. 2025; 31(3): 268-269. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001603659900335",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219247-14051"
            ],
            "persons": [
                "219247-50173",
                "219247-51279"
            ],
            "imported": "2025-12-22T10:59:08+01:00",
            "journal": "MULT SCLER J",
            "issn": "1352-4585",
            "collection_publisher": null,
            "collection_title": "MULTIPLE SCLEROSIS JOURNAL; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.858,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 219520,
            "title": "Geriatric content in the training of non-medical healthcare professionals: An overview of current recommendations from Europe-wide umbrella organizations within the framework of the PROGRAMMING COST Action",
            "abstract": null,
            "authors": [
                "Javorszky, SM",
                "Okuyan, B",
                "Kossioni, A",
                "Madeira, T",
                "Dimitrovska, GR",
                "Mantzorou, M",
                "Kalaitzaki, A",
                "Bogdanovic, N",
                "Roller-Wirnsberger, R",
                "Kravvariti, E"
            ],
            "year": 2025,
            "source": "Z GERONTOL GERIATR. 2025; 58:  S19-S20. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001610646700035",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "219520-51745"
            ],
            "imported": "2026-01-02T11:28:11+01:00",
            "journal": "Z GERONTOL GERIATR",
            "issn": "0948-6704",
            "collection_publisher": null,
            "collection_title": "ZEITSCHRIFT FUR GERONTOLOGIE UND GERIATRIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.0,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.105,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GERONTOLOGY-SSCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 215599,
            "title": "A link between Anti-a-Gal IgG Antibodies and Atherosclerosis",
            "abstract": null,
            "authors": [
                "Carrasco, PR",
                "Ridlmaier, N",
                "Martos, SM",
                "Kornmüller, K",
                "Prassl, R",
                "Swoboda, I"
            ],
            "year": 2025,
            "source": "J ALLERGY CLIN IMMUN. 2025; 155(2): AB447-AB447. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001461242900118",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215599-14011"
            ],
            "persons": [
                "215599-83066",
                "215599-83104"
            ],
            "imported": "2025-04-14T09:04:40+02:00",
            "journal": "J ALLERGY CLIN IMMUN",
            "issn": "0091-6749",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF ALLERGY AND CLINICAL IMMUNOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 11.4,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.964,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ALLERGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 215752,
            "title": "Tracking fetal-maternal cellular exchange during pregnancy to understand birth outcomes and long term health",
            "abstract": null,
            "authors": [
                "Boddy, A",
                "Chua, KJ",
                "Pan, T",
                "Stelzer, I",
                "Sallinger, K",
                "Quilang, R"
            ],
            "year": 2025,
            "source": "AM J BIOL ANTHROPOL. 2025; 186:  18-18. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001446236400074",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215752-14017"
            ],
            "persons": [
                "215752-104057"
            ],
            "imported": "2025-04-22T15:11:33+02:00",
            "journal": "AM J BIOL ANTHROPOL",
            "issn": "2692-7691",
            "collection_publisher": null,
            "collection_title": "AMERICAN JOURNAL OF BIOLOGICAL ANTHROPOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.707,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ANTHROPOLOGY-SSCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 216663,
            "title": "What Is The True Prognosis Of T1a Cervical Cancer?",
            "abstract": null,
            "authors": [
                "Ng, ZY",
                "Manchanda, R",
                "Lopez, A",
                "Obermair, A",
                "Dostalek, L",
                "Pareja, R",
                "Van Lonkhuijzen, LRCW",
                "Falconer, H",
                "Ortiz, DI",
                "Fagott, A",
                "Ramirez, PT",
                "Landoni, F",
                "Weinberger, V",
                "Laky, R",
                "Kim, SK",
                "Klát, J",
                "Kocián, R",
                "Nemejcova, K",
                "Cibula, D"
            ],
            "year": 2025,
            "source": "INT J GYNECOL CANCER. 2025; 35(2):",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001500615900009",
            "pubmed": null,
            "doi": "10.1016/j.ijgc.2024.100442",
            "pmc": null,
            "organizations": [
                "216663-14038"
            ],
            "persons": [
                "216663-84968"
            ],
            "imported": "2025-06-16T10:06:07+02:00",
            "journal": "INT J GYNECOL CANCER",
            "issn": "1048-891X",
            "collection_publisher": null,
            "collection_title": "INTERNATIONAL JOURNAL OF GYNECOLOGICAL CANCER; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.882,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 217154,
            "title": "Efficacy of tildrakizumab on itching, pain and fatigue in patients with moderate to severe psoriasis: 52-week results of the real-world study POSITIVE",
            "abstract": null,
            "authors": [
                "Mrowietz, U",
                "Augustin, M",
                "Reguiai, Z",
                "Gerdes, S",
                "Dauden, E",
                "Weger, W",
                "Maul, JT",
                "Laws, P",
                "Naldi, L",
                "Ghislain, PD",
                "de Jong, E",
                "Mburu, S",
                "Koscielny, V",
                "Massana, E",
                "Kasujee, I",
                "Kirsc, A",
                "Sommer, R"
            ],
            "year": 2025,
            "source": "J DTSCH DERMATOL GES. 2025; 23: ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001515598600076",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217154-14047"
            ],
            "persons": [
                "217154-50153"
            ],
            "imported": "2025-07-28T09:38:27+02:00",
            "journal": "J DTSCH DERMATOL GES",
            "issn": "1610-0379",
            "collection_publisher": null,
            "collection_title": "JOURNAL DER DEUTSCHEN DERMATOLOGISCHEN GESELLSCHAFT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.884,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "DERMATOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 217490,
            "title": "High Efficacy of Tildrakizumab in biologic-naive and biologic-experienced Patients with moderate to severe Psoriasis: 52-week Results from the POSITIVE Study",
            "abstract": null,
            "authors": [
                "Mrowietz, U",
                "Sommer, R",
                "Reguiai, Z",
                "Gerdes, S",
                "Dauden, E",
                "Weger, W",
                "Maul, JT",
                "Laws, P",
                "Naldi, L",
                "Ghislain, PD",
                "de Jong, E",
                "Mburu, S",
                "Koscielny, V",
                "Massana, E",
                "Kasujee, I",
                "Kirsch, A",
                "Augustin, M"
            ],
            "year": 2025,
            "source": "J DTSCH DERMATOL GES. 2025; 23:  85-86. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001525952600161",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217490-14047"
            ],
            "persons": [
                "217490-50153"
            ],
            "imported": "2025-08-28T11:15:55+02:00",
            "journal": "J DTSCH DERMATOL GES",
            "issn": "1610-0379",
            "collection_publisher": null,
            "collection_title": "JOURNAL DER DEUTSCHEN DERMATOLOGISCHEN GESELLSCHAFT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.884,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "DERMATOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 217680,
            "title": "Encorafenib plus cetuximab in patients with metastatic, BRAF V600E-mutated, colorectal carcinoma-Effectiveness and treatment reality of the European multi-centric, multinational, non-interventional study: BERING CRC",
            "abstract": null,
            "authors": [
                "Stintzing, S",
                "Müller-Huesmann, H",
                "von der Heyde, E",
                "Virchow, I",
                "Greil, R",
                "Kisro, J",
                "Stübs, P",
                "Buerkle, D",
                "Distelrath, A",
                "Wierecky, J",
                "Wein, A",
                "Gerger, A",
                "Arnold, D",
                "Fritsch, RM",
                "Hegewisch-Becker, S",
                "Vogel, A",
                "Wagner, AD",
                "Winder, T",
                "Koeberle, D",
                "Prager, G"
            ],
            "year": 2025,
            "source": "ANN ONCOL. 2025; 36: ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001545246300042",
            "pubmed": null,
            "doi": "10.1016/j.annonc.2025.05.052",
            "pmc": null,
            "organizations": [
                "217680-14085"
            ],
            "persons": [
                "217680-58814"
            ],
            "imported": "2025-09-08T10:44:15+02:00",
            "journal": "ANN ONCOL",
            "issn": "0923-7534",
            "collection_publisher": null,
            "collection_title": "ANNALS OF ONCOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 56.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.988,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ONCOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 218475,
            "title": "Delayed-type sensitizations in wood processing workers with occupational dermatosis: Anamnesis and patch test data from the Information Network of Dermatological Clinics (IVDK) from 1999 to 2023",
            "abstract": null,
            "authors": [
                "Heizmann, L",
                "Schubert, S",
                "Bauer, A",
                "Becker, D",
                "Brockow, K",
                "Dickel, H",
                "Kränke, B",
                "Lang, C",
                "Oppel, E",
                "Wagner, N",
                "Weisshaar, E",
                "Wilfinger, D",
                "Brans, R"
            ],
            "year": 2025,
            "source": "ALLERGOLOGIE. 2025; 48(9): 550-550. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001572721100020",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "218475-14047"
            ],
            "persons": [
                "218475-51954"
            ],
            "imported": "2025-11-05T08:34:00+01:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": "ALLERGOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.107,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ALLERGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 218614,
            "title": "Proteinuria in deceased kidney transplant donors for prediction of chronic lesions in pre-transplant biopsies-a prospective multi-center study",
            "abstract": null,
            "authors": [
                "Regele, F",
                "Cejka, D",
                "Messner, F",
                "Stiegler, P",
                "Neuwirt, H",
                "Kläger, J",
                "Mucher, P",
                "Blohs, M",
                "Bond, G"
            ],
            "year": 2025,
            "source": "NEPHROL DIAL TRANSPL. 2025; 40: gfaf1161853-",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001598703800009",
            "pubmed": null,
            "doi": "10.1093/ndt/gfaf116.1853",
            "pmc": null,
            "organizations": [
                "218614-14073"
            ],
            "persons": [
                "218614-50874"
            ],
            "imported": "2025-11-17T07:49:01+01:00",
            "journal": "NEPHROL DIAL TRANSPL",
            "issn": "0931-0509",
            "collection_publisher": null,
            "collection_title": "NEPHROLOGY DIALYSIS TRANSPLANTATION; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.92,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "TRANSPLANTATION-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219073,
            "title": "NAVIGATING THE SKIES - MANAGING DIABETES DURING AIR TRAVEL",
            "abstract": null,
            "authors": [
                "Mader, J"
            ],
            "year": 2025,
            "source": "DIABETES TECHNOL THE. 2025; 27: E24-E24.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001609941100065",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219073-14080"
            ],
            "persons": [
                "219073-50877"
            ],
            "imported": "2025-12-15T08:28:55+01:00",
            "journal": "DIABETES TECHNOL THE",
            "issn": "1520-9156",
            "collection_publisher": null,
            "collection_title": "DIABETES TECHNOLOGY & THERAPEUTICS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.845,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 219249,
            "title": "UNCOVERING THE ROLE OF PLACENTAL SERINE HYDROLASES IN LIPID SIGNALING: INSIGHTS INTO ENDOTHELIAL DYSFUNCTION IN PREECLAMPSIA",
            "abstract": null,
            "authors": [
                "Synova, T",
                "Allerkamp, H",
                "Campos, MC",
                "Grabner, G",
                "Berger, N",
                "Wadsack, C"
            ],
            "year": 2025,
            "source": "PLACENTA. 2025; 171: ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001632327700048",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219249-14038",
                "219249-14064"
            ],
            "persons": [
                "219249-100803",
                "219249-113634",
                "219249-50442"
            ],
            "imported": "2025-12-22T10:59:08+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": "PLACENTA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.684,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}