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=156800&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156884,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156820&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156780&ordering=year",
    "results": [
        {
            "id": 220140,
            "title": "Bridging the gap: targeted treatment strategies for cancer of unknown primary",
            "abstract": null,
            "authors": [
                "Edlinger, L",
                "Egger, V",
                "Riedl, JM"
            ],
            "year": 2026,
            "source": "MEMO-MAG EUR MED ONC. 2026; ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001659658400001",
            "pubmed": null,
            "doi": "10.1007/s12254-025-01099-4",
            "pmc": null,
            "organizations": [
                "220140-14085"
            ],
            "persons": [
                "220140-111910-2",
                "220140-91876-6",
                "220140-114937-6"
            ],
            "imported": "2026-01-23T08:13:08+01:00",
            "journal": "MEMO-MAG EUR MED ONC",
            "issn": "1865-5041",
            "collection_publisher": null,
            "collection_title": "MEMO-MAGAZINE OF EUROPEAN MEDICAL ONCOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 219905,
            "title": "Impact of intermittent fasting on self-regulatory behaviour and sleep in participants with insulin-treated type 2 diabetes: A secondary analysis of the INTERFAST-2 randomised controlled trial.",
            "abstract": null,
            "authors": [
                "Ramirez-Obermayer, A",
                "Tripolt, NJ",
                "Pferschy, PN",
                "Kojzar, H",
                "Azhar, K",
                "Aziz, F",
                "Müller, A",
                "Sourij, C",
                "Obermayer-Pietsch, B",
                "Žukauskaitė, K",
                "Horvath, A",
                "Stadlbauer, V",
                "Vajda, C",
                "Fazekas, C",
                "Leal, Garcia, S",
                "Wagner-Skacel, J",
                "Sourij, H"
            ],
            "year": 2026,
            "source": "Diabetes Obes Metab. 2026; ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:001660498000001",
            "pubmed": "41527226",
            "doi": "10.1111/dom.70469",
            "pmc": null,
            "organizations": [
                "219905-14083",
                "219905-14081",
                "219905-14080",
                "219905-29447",
                "219905-29444"
            ],
            "persons": [
                "219905-51809-6",
                "219905-100944-6",
                "219905-104060-6",
                "219905-50989-6",
                "219905-60096-6",
                "219905-61990-1",
                "219905-84449-6",
                "219905-98564-6",
                "219905-119169-6",
                "219905-123950-6",
                "219905-50774-6",
                "219905-50838-4",
                "219905-57425-6",
                "219905-59231-6",
                "219905-59288-6",
                "219905-81091-6"
            ],
            "imported": "2026-01-16T01:00:00+01:00",
            "journal": "Diabetes Obes Metab",
            "issn": "1463-1326",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.7,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.803,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM-SCIE",
            "impactfactor_norm_super": 0.825,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "ENDOCRINOLOGY + METABOLISM-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220104,
            "title": "MRI prostate tumor volume predicts the need for systematic biopsies in patients undergoing MRI-targeted biopsy.",
            "abstract": null,
            "authors": [
                "Zurl, H",
                "Embacher, S",
                "Schöllnast, H",
                "Talakic, E",
                "Schöpfer-Schwab, S",
                "Pohl, K",
                "Scheipner, L",
                "Jasarevic, S",
                "Altziebler, J",
                "Mangge, A",
                "Mannweiler, S",
                "Riedl, J",
                "Bele, U",
                "Leitsmann, C",
                "Leitsmann, M",
                "Hutterer, G",
                "Ahyai, S",
                "Mischinger, J"
            ],
            "year": 2026,
            "source": "Minerva Urol Nephrol. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41553789",
            "doi": "10.23736/S2724-6051.25.06375-X",
            "pmc": null,
            "organizations": [
                "220104-14104",
                "220104-14085",
                "220104-14056",
                "220104-14026",
                "220104-14020"
            ],
            "persons": [
                "220104-100216-6",
                "220104-109461-6",
                "220104-112949-6",
                "220104-119774-6",
                "220104-50839-6",
                "220104-51931-6",
                "220104-52008-6",
                "220104-99792-6",
                "220104-113095-6",
                "220104-111791-6",
                "220104-109990-6",
                "220104-99872-4",
                "220104-96506-1",
                "220104-91876-6",
                "220104-69677-6",
                "220104-123330-6",
                "220104-121670-6"
            ],
            "imported": "2026-01-21T01:00:00+01:00",
            "journal": "Minerva Urol Nephrol",
            "issn": "2724-6442",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.2,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.798,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220205,
            "title": "Postnatal cerebral hypoxia and perinatal factors associated with adverse outcomes in premature neonates born at less than 32 weeks’ gestation: a secondary analysis of the COSGOD III trial.",
            "abstract": null,
            "authors": [
                "Schwaberger, B",
                "Wolfsberger, CH",
                "Baik-Schneditz, N",
                "Goeral, K",
                "Hammerl, M",
                "Perme, T",
                "Dempsey, E",
                "Springer, L",
                "Lista, G",
                "Szczapa, T",
                "Fuchs, H",
                "Karpinski, L",
                "Bua, J",
                "Avian, A",
                "Law, B",
                "Buchmayer, J",
                "Kiechl-Kohlendorfer, U",
                "Kornhauser-Cerar, L",
                "Schwarz, C",
                "Gründler, K",
                "Stucchi, I",
                "Klebermass-Schrehof, K",
                "Schmölzer, G",
                "Pichler, G"
            ],
            "year": 2026,
            "source": "VOLT 7th LAUNCH 2026 - 7th International Congress on Vital Monitoring & Ultrasound; JAN 22-24, 2026; Rome, ITALY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220205-14026",
                "220205-14094"
            ],
            "persons": [
                "220205-50907",
                "220205-67207",
                "220205-82050",
                "220205-86558",
                "220205-79516"
            ],
            "imported": "2026-01-24T22:37:39+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 220213,
            "title": "Respiratory-Syncytial-Virus-Infektionen",
            "abstract": null,
            "authors": [
                "Liese, J",
                "Agyeman, P",
                "Forster, J",
                "Heininger, U",
                "Herting, E",
                "Panning, M",
                "Resch, B",
                "Tenenbaum, T."
            ],
            "year": 2026,
            "source": " In: Deutsche Gesellschaft für Pädiatrische Infektiologie DGPI editors(s). DGPI Handbuch Infektionen bei Kindern und Jugendlichen. Stuttgart, New York: Georg Thieme; p. 885-892.  2026(ISBN: 978-3-13-245440-8) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220213-14094"
            ],
            "persons": [
                "220213-51743"
            ],
            "imported": "2026-01-25T07:38:55+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Deutsche Gesellschaft für Pädiatrische Infektiologie DGPI",
            "collection_title": "DGPI Handbuch Infektionen bei Kindern und Jugendlichen",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220211,
            "title": "Measurement of cerebral pulse frequency using pulsatile near-infrared spectroscopy during postnatal resuscitation - a case report.",
            "abstract": null,
            "authors": [
                "Schwaberger, B",
                "Mileder, LP",
                "Schlatzer, C",
                "Pichler, G",
                "Baik-Schneditz, N"
            ],
            "year": 2026,
            "source": "VOLT 7th LAUNCH 2026 - 7th International Congress on Vital Monitoring & Ultrasound; JAN 22-24, 2026; Rome, ITALY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220211-14094"
            ],
            "persons": [
                "220211-119990",
                "220211-50907",
                "220211-68534",
                "220211-79516",
                "220211-86558"
            ],
            "imported": "2026-01-24T23:14:17+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": 220212,
            "title": "Pleura-ABCDE – A structured expert-based protocol for neonatal lung ultrasound documentation and interpretation.",
            "abstract": null,
            "authors": [
                "Sandig, J",
                "Küng, E",
                "Aichhorn, L",
                "Schwaberger, B",
                "Klemme, M",
                "Wagner, N",
                "Bührer, C",
                "Sternal, F"
            ],
            "year": 2026,
            "source": "VOLT 7th LAUNCH 2026 - 7th International Congress on Vital Monitoring & Ultrasound; JAN 22-24, 2026; Rome, ITALY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220212-14094"
            ],
            "persons": [
                "220212-79516"
            ],
            "imported": "2026-01-24T23:17:19+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220209,
            "title": "Implementation of Neonatologist-Performed Ultrasound-Guided Brachiocephalic Vein Cannulation in a Tertiary Neonatal Centre.\r\n",
            "abstract": null,
            "authors": [
                "Schwaberger, B",
                "Baik-Schneditz, N",
                "Hoeller, N",
                "Morris, N",
                "Mileder, LP",
                "Pfurtscheller, D",
                "Pichler, G"
            ],
            "year": 2026,
            "source": "VOLT 7th LAUNCH 2026 - 7th International Congress on Vital Monitoring & Ultrasound; JAN 22-24, 2026; Rome, ITALY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220209-14094"
            ],
            "persons": [
                "220209-50907",
                "220209-67750",
                "220209-68534",
                "220209-79516",
                "220209-86558",
                "220209-112809",
                "220209-84286"
            ],
            "imported": "2026-01-24T23:09:28+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": 220210,
            "title": "Systematic Review and Development of an Educational Concept for Realistic Neonatal Vascular Access Training Using Biological Materials.",
            "abstract": null,
            "authors": [
                "Schwaberger, B",
                "Wlattnig, H",
                "Mileder, LP",
                "Leonhartsberger, H",
                "Pichler, G"
            ],
            "year": 2026,
            "source": "VOLT 7th LAUNCH 2026 - 7th International Congress on Vital Monitoring & Ultrasound; JAN 22-24, 2026; Rome, ITALY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220210-14044",
                "220210-14094"
            ],
            "persons": [
                "220210-121250",
                "220210-50907",
                "220210-121089",
                "220210-68534",
                "220210-79516"
            ],
            "imported": "2026-01-24T23:11:54+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": 220208,
            "title": "Use of Lung Ultrasound in Australasian NICUs – a Binational Survey.",
            "abstract": null,
            "authors": [
                "Gruber, V",
                "Morakeas, S",
                "Schwaberger, B",
                "Tracy, MB"
            ],
            "year": 2026,
            "source": "VOLT 7th LAUNCH 2026 - 7th International Congress on Vital Monitoring & Ultrasound; JAN 22-24, 2026; Rome, ITALY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220208-14094"
            ],
            "persons": [
                "220208-79516",
                "220208-117521"
            ],
            "imported": "2026-01-24T23:06:59+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": 220206,
            "title": "Introduction of a Heterogeneity Index for Quantitative Lung Ultrasound Assessment in Neonates with Respiratory Distress.",
            "abstract": null,
            "authors": [
                "Winkler, M",
                "Suppan, T",
                "Seigner, A",
                "Bauer, S",
                "Gruber, V",
                "Pfurtscheller, D",
                "Baik-Schneditz, N",
                "Pichler, G",
                "Schwaberger, B"
            ],
            "year": 2026,
            "source": "VOLT 7th LAUNCH 2026 - 7th International Congress on Vital Monitoring & Ultrasound; JAN 22-24, 2026; Rome, ITALY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220206-14094"
            ],
            "persons": [
                "220206-112809",
                "220206-121952",
                "220206-132077",
                "220206-86558",
                "220206-117521",
                "220206-129417",
                "220206-50907",
                "220206-79516"
            ],
            "imported": "2026-01-24T23:00:36+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": 220207,
            "title": "Lung Ultrasound at 15 Minutes Can Predict NICU Admission in Neonates ≥34 Weeks’ Gestation.",
            "abstract": null,
            "authors": [
                "Winkler, M",
                "Suppan, T",
                "Gruber, V",
                "Pfurtscheller, D",
                "Suppan, E",
                "Baik-Schneditz, N",
                "Pichler, G",
                "Schwaberger, B"
            ],
            "year": 2026,
            "source": "VOLT 7th LAUNCH 2026 - 7th International Congress on Vital Monitoring & Ultrasound; JAN 22-24, 2026; Rome, ITALY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220207-14094"
            ],
            "persons": [
                "220207-100214",
                "220207-112809",
                "220207-129417",
                "220207-117521",
                "220207-121952",
                "220207-50907",
                "220207-79516",
                "220207-86558"
            ],
            "imported": "2026-01-24T23:04:28+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": 219458,
            "title": "18 F-FDG PET/CT in Rhabdomyosarcoma of the Prostate in an Infant.",
            "abstract": null,
            "authors": [
                "Schweighofer, N",
                "Filipič, M",
                "Varda, NM",
                "Cuderman, A",
                "Prevodnik, VK",
                "Talakić, E"
            ],
            "year": 2026,
            "source": "Clin Nucl Med. 2026; 51(2): 137-140. ",
            "category": 1,
            "document_type": 5,
            "sci": null,
            "pubmed": "41468262",
            "doi": "10.1097/RLU.0000000000006248",
            "pmc": "PMC12771971",
            "organizations": [
                "219458-14104"
            ],
            "persons": [],
            "imported": "2025-12-31T01:00:00+01:00",
            "journal": "Clin Nucl Med",
            "issn": "1536-0229",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.97,
            "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": 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": 215518,
            "title": "Does gender influence learning, perceptions and retention in regional anatomy dissection courses?",
            "abstract": null,
            "authors": [
                "Antipova, V",
                "Siwetz, M",
                "Fellner, FA",
                "Manhal, S",
                "Niedermair, JF",
                "Ondruschka, B",
                "Poilliot, AJ",
                "Wimmer-Röll, M",
                "Wree, A",
                "Hammer, N"
            ],
            "year": 2026,
            "source": "Anat Sci Int. 2026; 101(1):61-72",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001459617400001",
            "pubmed": "40188307",
            "doi": "10.1007/s12565-025-00834-5",
            "pmc": "PMC12804274",
            "organizations": [
                "215518-13935",
                "215518-14018"
            ],
            "persons": [
                "215518-104258-6",
                "215518-97024-1",
                "215518-54278-6",
                "215518-102804-4"
            ],
            "imported": "2025-04-06T02:00:00+02:00",
            "journal": "Anat Sci Int",
            "issn": "1447-6959",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.6,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ANATOMY & MORPHOLOGY-SCIE",
            "impactfactor_norm_super": 0.6,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "ANATOMY + MORPHOLOGY-SCIE",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218204,
            "title": "Real-world evidence on palmoplantar pustulosis: patient characteristics, diagnostic challenges and predictive factors for treatment survival - a retrospective registry study.",
            "abstract": null,
            "authors": [
                "Graier, T",
                "Bordag, N",
                "Weger, W",
                "Laschober, N",
                "Ratzinger, G",
                "Jonak, C",
                "Prillinger, K",
                "Müllegger, R",
                "Mlynek, A",
                "Lange-Asschenfeldt, B",
                "Häring, N",
                "Hoetzenecker, W",
                "Posch, C",
                "Ellersdorfer, C",
                "Sator, P",
                "Gruber, B",
                "Hofer, A",
                "Gruber-Wackernagel, A",
                "Legat, FJ",
                "Großschädl, K",
                "Gruber, V",
                "Schadelbauer, E",
                "Repelnig, M",
                "Gressenberger, P",
                "Widnig, A",
                "Falkensteiner, K",
                "Salmhofer, W",
                "Wolf, P"
            ],
            "year": 2026,
            "source": "Br J Dermatol. 2026; 194(1): 77-85. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001612319400001",
            "pubmed": "41077554",
            "doi": "10.1093/bjd/ljaf394",
            "pmc": null,
            "organizations": [
                "218204-14047"
            ],
            "persons": [
                "218204-106501-6",
                "218204-108777-6",
                "218204-51865-6",
                "218204-76691-2",
                "218204-87737-6",
                "218204-89743-6",
                "218204-98007-6",
                "218204-87663-6",
                "218204-56730-6",
                "218204-51972-6",
                "218204-51721-6",
                "218204-51618-6",
                "218204-50153-6",
                "218204-102998-6"
            ],
            "imported": "2025-10-13T02:00:00+02:00",
            "journal": "Br J Dermatol",
            "issn": "0007-0963",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.971,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "DERMATOLOGY-SCIE",
            "impactfactor_norm_super": 0.971,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "DERMATOLOGY-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220232,
            "title": "AJRCCM Emerging Investigators July 2025",
            "abstract": null,
            "authors": [
                "Bordag, N"
            ],
            "year": 2026,
            "source": ". 2026",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220232-14047"
            ],
            "persons": [
                "220232-87663"
            ],
            "imported": "2026-01-25T23:45:27+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": true,
            "local_affiliation": true
        },
        {
            "id": 220231,
            "title": "UV-Metabolome–Microbiome Axis Regulates Cis-Urocanic Acid and Cutaneous Immune Suppression",
            "abstract": null,
            "authors": [
                "Patra, V",
                "Bordag, N",
                "Joshi, A",
                "Trajanoski, S",
                "Lenief, V",
                "Clement, Y",
                "Mosnier, A",
                "Zarfl, M",
                "Eichmann, T",
                "Ayciriex, S",
                "Köefeler, H",
                "Norval, M",
                "Nicolas, JF",
                "Vocanson, M",
                "Wolf, P"
            ],
            "year": 2026,
            "source": "Microbiome Keystone Symposia; JAN 19–22, 2026; Banff, Canada. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "220231-14047",
                "220231-17225",
                "220231-28083"
            ],
            "persons": [
                "220231-108816",
                "220231-111459",
                "220231-87275",
                "220231-87663",
                "220231-122954",
                "220231-51618",
                "220231-58455",
                "220231-59918"
            ],
            "imported": "2026-01-25T23:38:10+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 220214,
            "title": "Pulsed field vs radiofrequency ablation for paroxysmal atrial fibrillation: the BEAT PAROX-AF trial.",
            "abstract": null,
            "authors": [
                "Jais, P",
                "Neuzil, P",
                "Scherr, D",
                "Frison, E",
                "Knecht, S",
                "Boveda, S",
                "Deisenhofer, I",
                "Maury, P",
                "Deneke, T",
                "Cochet, H",
                "Rousset, M",
                "Renaudeau, V",
                "Sauer, E",
                "Sermesant, M",
                "Kautzner, J",
                "Erhard, N",
                "Wichterle, D"
            ],
            "year": 2026,
            "source": "Eur Heart J. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41568658",
            "doi": "10.1093/eurheartj/ehaf1115",
            "pmc": null,
            "organizations": [
                "220214-14083"
            ],
            "persons": [
                "220214-50168-6"
            ],
            "imported": "2026-01-25T01:00:00+01:00",
            "journal": "Eur Heart J",
            "issn": "1522-9645",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 35.7,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.986,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220106,
            "title": "Muricholic acids and autotaxin in intrahepatic cholestasis of pregnancy: a case-control study.",
            "abstract": null,
            "authors": [
                "Köstenbauer, K",
                "Bauer, T",
                "Greimel, P",
                "Strini, T",
                "Schlagenhauf, A",
                "Jahnel, J"
            ],
            "year": 2026,
            "source": "Clin Res Hepatol Gastroenterol. 2026;  102769",
            "category": 1,
            "document_type": 2,
            "sci": null,
            "pubmed": "41564931",
            "doi": "10.1016/j.clinre.2026.102769",
            "pmc": null,
            "organizations": [
                "220106-14091",
                "220106-14064"
            ],
            "persons": [
                "220106-101463-6",
                "220106-100276-1",
                "220106-62201-6",
                "220106-93642-1",
                "220106-56792-4"
            ],
            "imported": "2026-01-22T01:00:00+01:00",
            "journal": "Clin Res Hepatol Gastroenterol",
            "issn": "2210-741X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.4,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.301,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 220136,
            "title": "Subcutaneous Granuloma Annulare: Diagnosis and Imaging",
            "abstract": null,
            "authors": [
                "Haxhija, EQ"
            ],
            "year": 2026,
            "source": "INT J DERMATOL. 2026;  PMID 243704",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:001659982600001",
            "pubmed": "41524498",
            "doi": "10.1111/ijd.70271",
            "pmc": null,
            "organizations": [
                "220136-14049"
            ],
            "persons": [
                "220136-51879-2"
            ],
            "imported": "2026-01-23T08:13:08+01:00",
            "journal": "INT J DERMATOL",
            "issn": "0011-9059",
            "collection_publisher": null,
            "collection_title": "INTERNATIONAL JOURNAL OF DERMATOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.3,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.706,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "DERMATOLOGY-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}