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=180&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159498,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=200&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=160&ordering=-year",
    "results": [
        {
            "id": 219272,
            "title": "Blood coagulability changes in females exposed to dry immersion: examining a mechanism for the development of venous thromboembolism in microgravity",
            "abstract": null,
            "authors": [
                "Stead, TE",
                "Cvirn, G",
                "De Boever, P",
                "Bergauer, A",
                "Green, DA",
                "White, O",
                "Arron, HE",
                "Blaber, AP",
                "Goswami, N"
            ],
            "year": 2026,
            "source": "ACTA ASTRONAUT. 2026; 240:  99-105. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001636884400001",
            "pubmed": null,
            "doi": "10.1016/j.actaastro.2025.11.065",
            "pmc": null,
            "organizations": [
                "219272-14012",
                "219272-14010"
            ],
            "persons": [
                "219272-50068-6",
                "219272-57932-4"
            ],
            "imported": "2025-12-22T10:59:08+01:00",
            "journal": "ACTA ASTRONAUT",
            "issn": "0094-5765",
            "collection_publisher": null,
            "collection_title": "ACTA ASTRONAUTICA; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.4,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.8,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "ENGINEERING, AEROSPACE-SCIE",
            "impactfactor_norm_super": 0.8,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "ENGINEERING, AEROSPACE-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": 219085,
            "title": "Comparing prostate diffusion weighted images reconstructed with a commercial deep-learning product to a deep learning phase corrected model at 1.5 T",
            "abstract": null,
            "authors": [
                "Cochran, RL",
                "Bradley, WR",
                "Dhami, RS",
                "Milshteyn, E",
                "Pohl, M",
                "Ghosh, S",
                "Nakrour, N",
                "Lan, P",
                "Wang, XZ",
                "Guidon, A",
                "Harisinghani, MG"
            ],
            "year": 2026,
            "source": "CLIN IMAG. 2026; 130:  110681",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001631490100001",
            "pubmed": "41297172",
            "doi": "10.1016/j.clinimag.2025.110681",
            "pmc": null,
            "organizations": [
                "219085-14104"
            ],
            "persons": [
                "219085-115921-6"
            ],
            "imported": "2025-12-15T08:28:55+01:00",
            "journal": "CLIN IMAG",
            "issn": "0899-7071",
            "collection_publisher": null,
            "collection_title": "CLINICAL IMAGING; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.5,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.215,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-SCIE",
            "impactfactor_norm_super": 0.289,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "RADIOLOGY, NUCLEAR MEDICINE + MEDICAL IMAGING-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219045,
            "title": "International patterns and disparities in functional sequelae (FUSE) follow-up after pediatric solid tumor resection: A report from the International Society of Pediatric Surgical Oncology.",
            "abstract": null,
            "authors": [
                "Pio, L",
                "Lobos, P",
                "Abib, S",
                "Karpelowsky, J",
                "Cox, S",
                "Fernandez, Pineda, I",
                "Davidoff, AM",
                "Wijnen, M",
                "Mothi, SS",
                "Losty, PD",
                "Abdelhafeez, HH, , IPSO, FUSE, collaborators"
            ],
            "year": 2026,
            "source": "Surgery. 2025; 190:109832",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001615942700001",
            "pubmed": "41197432",
            "doi": "10.1016/j.surg.2025.109832",
            "pmc": null,
            "organizations": [],
            "persons": [
                "219045-93943-7"
            ],
            "imported": "2025-12-13T01:00:00+01:00",
            "journal": "Surgery",
            "issn": "1532-7361",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.723,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "SURGERY-SCIE",
            "impactfactor_norm_super": 0.808,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "SURGERY-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": false
        },
        {
            "id": 217919,
            "title": "Recovering intrinsic conduction velocity and action potential duration from electroanatomic mapping data using curvature.",
            "abstract": null,
            "authors": [
                "Roney, C",
                "Plank, G",
                "Honarbakhsh, S",
                "Vidal, Horrach, C",
                "Pezzuto, S",
                "Vigmond, E"
            ],
            "year": 2026,
            "source": "Med Image Anal. 2026; 107(Pt A): 103809",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001578527200001",
            "pubmed": "40972441",
            "doi": "10.1016/j.media.2025.103809",
            "pmc": null,
            "organizations": [
                "217919-14011"
            ],
            "persons": [
                "217919-50966-6"
            ],
            "imported": "2025-09-22T02:00:00+02:00",
            "journal": "Med Image Anal",
            "issn": "1361-8415",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 11.8,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.985,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-SCIE",
            "impactfactor_norm_super": 0.985,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "RADIOLOGY, NUCLEAR MEDICINE + MEDICAL IMAGING-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 217775,
            "title": "Accuracy of cross-sectional area determining methods for tensile testing of iliotibial band.",
            "abstract": null,
            "authors": [
                "Werner, M",
                "Drossel, WG",
                "Löffler, S",
                "Hammer, N"
            ],
            "year": 2026,
            "source": "J Mech Behav Biomed Mater. 2026; 173:  107190",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001571833700001",
            "pubmed": "40939512",
            "doi": "10.1016/j.jmbbm.2025.107190",
            "pmc": null,
            "organizations": [
                "217775-14018"
            ],
            "persons": [
                "217775-102804-6"
            ],
            "imported": "2025-09-15T02:00:00+02:00",
            "journal": "J Mech Behav Biomed Mater",
            "issn": "1751-6161",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.531,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "ENGINEERING, BIOMEDICAL-SCIE",
            "impactfactor_norm_super": 0.531,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "ENGINEERING, BIOMEDICAL-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": 218922,
            "title": "Proportional Localisation of the Peroneal Nerve Along the Fibula.",
            "abstract": null,
            "authors": [
                "Hohenberger, GM",
                "Maier, MJ",
                "Pretterklieber, M",
                "Hammer, N",
                "Pretterklieber, B"
            ],
            "year": 2026,
            "source": "Ann Anat. 2025;  152757",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001634546900001",
            "pubmed": "41320136",
            "doi": "10.1016/j.aanat.2025.152757",
            "pmc": null,
            "organizations": [
                "218922-14018"
            ],
            "persons": [
                "218922-86552-2",
                "218922-102804-6",
                "218922-108252-6",
                "218922-108616-6"
            ],
            "imported": "2025-12-03T01:00:00+01:00",
            "journal": "Ann Anat",
            "issn": "1618-0402",
            "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.75,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "ANATOMY + MORPHOLOGY-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": 218903,
            "title": "Longitudinal associations of waist-to-height ratio on psychological well-being and quality of life in children-the Health Oriented Pedagogical Project (HOPP)",
            "abstract": null,
            "authors": [
                "Fredriksen, PM",
                "Goswami, N",
                "Mamen, A"
            ],
            "year": 2026,
            "source": "J AFFECT DISORDERS. 2026; 394:  120533",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001616121800004",
            "pubmed": "41284531",
            "doi": "10.1016/j.jad.2025.120533",
            "pmc": null,
            "organizations": [
                "218903-14010"
            ],
            "persons": [
                "218903-57932-6"
            ],
            "imported": "2025-12-03T10:28:03+01:00",
            "journal": "J AFFECT DISORDERS",
            "issn": "0165-0327",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF AFFECTIVE DISORDERS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.9,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.883,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "PSYCHIATRY-SCIE",
            "impactfactor_norm_super": 0.883,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "PSYCHIATRY-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": 218610,
            "title": "A 3D coculture model of hepatocellular carcinoma: addressing challenges with glycopolymers re-targeted oncolytic viruses",
            "abstract": null,
            "authors": [
                "Mathlouthi, S",
                "Kuryk, L",
                "Rinner, B",
                "Bellio, G",
                "Casagrande, L",
                "Pesce, C",
                "Fragassi, A",
                "Salmaso, S",
                "Mastrotto, F",
                "Garofalo, M"
            ],
            "year": 2026,
            "source": "J DRUG DELIV SCI TEC. 2026; 115:  107658",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001606638300002",
            "pubmed": null,
            "doi": "10.1016/j.jddst.2025.107658",
            "pmc": null,
            "organizations": [
                "218610-28393"
            ],
            "persons": [
                "218610-50826-6"
            ],
            "imported": "2025-11-17T07:49:01+01:00",
            "journal": "J DRUG DELIV SCI TEC",
            "issn": "1773-2247",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF DRUG DELIVERY SCIENCE AND TECHNOLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.9,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.826,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY-SCIE",
            "impactfactor_norm_super": 0.826,
            "impactfactor_norm_super_year": 2026,
            "impactfactor_norm_super_category": "PHARMACOLOGY + PHARMACY-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": 223344,
            "title": "Beyond Detection: How Imaging is Reshaping Precision Medicine in Liver Disease",
            "abstract": null,
            "authors": [
                "Talakic, E"
            ],
            "year": 2026,
            "source": "9th Biennial International Conference on Liver Disease; JUNE 13-14, 2026; 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "223344-14104"
            ],
            "persons": [
                "223344-74075"
            ],
            "imported": "2026-06-15T11:10:14+02: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": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 223346,
            "title": "The Association between Vitamin D and Lung Cancer Risk and Survival: A Systematic Review.",
            "abstract": null,
            "authors": [
                "Roi, A",
                "Lindenmann, J",
                "Swatek, P",
                "Mykoliuk, I",
                "Busau, A",
                "Ahmic, E",
                "Pregartner, G",
                "Berghold, A"
            ],
            "year": 2026,
            "source": "Journal of oncology research and therapy. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "223346-14026",
                "223346-14045",
                "223346-14077"
            ],
            "persons": [
                "223346-106257",
                "223346-124334",
                "223346-125714",
                "223346-50145",
                "223346-50948",
                "223346-84730",
                "223346-113170",
                "223346-51344"
            ],
            "imported": "2026-06-15T11:29:36+02: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": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 223345,
            "title": "Targeting pyruvate kinase M2 (PKM2) reduces T cell pathogenicity in multiple sclerosis.",
            "abstract": null,
            "authors": [
                "Ellmeier, E",
                "Schnabl, A",
                "Meissel, J",
                "Stracke, A",
                "Rittchen, S",
                "Stöger, L",
                "Passegger, CA",
                "Schwarzl, L",
                "Tafrali, C",
                "Demjaha, R",
                "Martinez-Serrat, M",
                "Kaiser, T",
                "Zeiler, LC",
                "Seifried, K",
                "Topler, A",
                "Klemen, I",
                "Heschl, B",
                "Damulina, A",
                "Runtsch, MC",
                "Fessler, J",
                "Hofer, E",
                "Khalil, M",
                "Angiari, S"
            ],
            "year": 2026,
            "source": "EBioMedicine. 2026; 128:106314",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "42208151",
            "doi": "10.1016/j.ebiom.2026.106314",
            "pmc": "PMC13235379",
            "organizations": [
                "223345-14014",
                "223345-14026",
                "223345-14051",
                "223345-14085"
            ],
            "persons": [
                "223345-111610",
                "223345-115501",
                "223345-57435",
                "223345-77129",
                "223345-95212",
                "223345-107391",
                "223345-115261",
                "223345-119892",
                "223345-125136",
                "223345-135184",
                "223345-135441",
                "223345-61645",
                "223345-78952",
                "223345-98464"
            ],
            "imported": "2026-06-15T02:00:00+02:00",
            "journal": "EBioMedicine",
            "issn": "2352-3964",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 10.8,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.926,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL-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": false
        },
        {
            "id": 223339,
            "title": "Standardized processing of explanted hearts after stereotactic arrhythmia radiotherapy (Bio-STAR): a STOPSTORM framework and first human findings.",
            "abstract": null,
            "authors": [
                "Nedios, S",
                "Hüttemeister, J",
                "Heil, E",
                "Büttner, P",
                "Bode, K",
                "Nicolay, NH",
                "Nägler, F",
                "Moustakis, C",
                "Dashkevich, A",
                "Nozdrzykowski, M",
                "Borger, M",
                "Neef, M",
                "Wachter, R",
                "Laufs, U",
                "Jadczyk, T",
                "Vandenberk, B",
                "Ismail, T",
                "Rohrer, U",
                "Siklódy, CH",
                "Sinner, M",
                "Giaj, Levra, N",
                "De, Ferrari, GM",
                "Scherr, D",
                "Zaman, A",
                "Kovacs, B",
                "Hohmann, S",
                "Andratschke, N",
                "Hausmann, F",
                "Mehrhof, F",
                "Pruvot, E",
                "Zeppenfeld, K",
                "Blanck, O",
                "Hindricks, G",
                "Hohendanner, F"
            ],
            "year": 2026,
            "source": "Eur Heart J Open. 2026; 6(3):oeag086",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "42282068",
            "doi": "10.1093/ehjopen/oeag086",
            "pmc": "PMC13252480",
            "organizations": [
                "223339-14083"
            ],
            "persons": [
                "223339-82516",
                "223339-50168"
            ],
            "imported": "2026-06-13T02:00:00+02:00",
            "journal": "Eur Heart J Open",
            "issn": "2752-4191",
            "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": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 223343,
            "title": "Assessment of the Relevant Field of View of Unipolar Electrodes Using In Vivo Imaging.",
            "abstract": null,
            "authors": [
                "Allampalli, SK",
                "Rohrer, U",
                "Nazarov, I",
                "Rashid, AR",
                "Campos, FO",
                "Azzolin, L",
                "Neic, A",
                "Plank, G",
                "Williams, SE",
                "Hodson, D",
                "Rajani, R",
                "Tedrow, U",
                "Wright, M",
                "Rinaldi, CA",
                "Bishop, MJ",
                "Whitaker, J"
            ],
            "year": 2026,
            "source": "JACC Clin Electrophysiol. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "42283659",
            "doi": "10.1016/j.jacep.2026.04.033",
            "pmc": null,
            "organizations": [
                "223343-14011",
                "223343-14083"
            ],
            "persons": [
                "223343-50966",
                "223343-82516"
            ],
            "imported": "2026-06-14T02:00:00+02:00",
            "journal": "JACC Clin Electrophysiol",
            "issn": "2405-5018",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.7,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.868,
            "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": false
        },
        {
            "id": 222927,
            "title": "Clinical validation of an in silico pace mapping approach to localize both focal and re-entrant ventricular arrhythmias in patients with structural heart disease.",
            "abstract": null,
            "authors": [
                "Campos, FO",
                "Rohrer, U",
                "Allampalli, SK",
                "Rashid, AR",
                "Nazarov, I",
                "Gillette, K",
                "Burger, JC",
                "Bhagirath, P",
                "Arnold, R",
                "Azzolin, L",
                "Neic, A",
                "Gsell, M",
                "Kariman, M",
                "Ismail, TF",
                "Rajani, R",
                "Roujol, S",
                "O'Neill, M",
                "Wright, M",
                "Rinaldi, CA",
                "Plank, G",
                "Whitaker, J",
                "Bishop, MJ"
            ],
            "year": 2026,
            "source": "Heart Rhythm. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "42162775",
            "doi": "10.1016/j.hrthm.2026.05.023",
            "pmc": null,
            "organizations": [
                "222927-14011"
            ],
            "persons": [
                "222927-96212-6",
                "222927-119147-6",
                "222927-50966-6",
                "222927-65660-6",
                "222927-82516-1"
            ],
            "imported": "2026-05-22T02:00:00+02:00",
            "journal": "Heart Rhythm",
            "issn": "1556-3871",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.8,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.778,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": 0.785,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-SCIE",
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 223342,
            "title": "MRI-based automated segmentation and radiomics for non-invasive grading of myxoid liposarcoma: a radiologist-centred perspective",
            "abstract": null,
            "authors": [
                "Igrec, J",
                "Steiner, J",
                "Bloice, M",
                "Liegl-Atzwanger, B",
                "Leithner, A",
                "Fuchsjäger, M",
                "Urschler, M"
            ],
            "year": 2026,
            "source": "https://dx.doi.org/10.26044/ecr2026/C-28694. 2026; -European Congress of Radiology; MAR 4-8, 2026; Vienna, AUSTRIA;. ",
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "223342-14020",
                "223342-14026",
                "223342-14052",
                "223342-14054",
                "223342-14104"
            ],
            "persons": [
                "223342-53237",
                "223342-63647",
                "223342-100618",
                "223342-50546",
                "223342-54223",
                "223342-66027",
                "223342-82111"
            ],
            "imported": "2026-06-13T22:57:25+02: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": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219105,
            "title": "Building cervical cancer screening capacity in low-resource settings: lessons from Techiman, Ghana.",
            "abstract": null,
            "authors": [
                "Pan, TL",
                "Friko, I",
                "Mwinbe-Ere, Der, V",
                "Gultekin, M",
                "Taumberger, N"
            ],
            "year": 2026,
            "source": "Int J Gynecol Cancer. 2026;  102808",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:001762853100001",
            "pubmed": "41360687",
            "doi": "10.1016/j.ijgc.2025.102808",
            "pmc": null,
            "organizations": [
                "219105-14038"
            ],
            "persons": [
                "219105-86791-6"
            ],
            "imported": "2025-12-15T01:00:00+01:00",
            "journal": "Int J Gynecol Cancer",
            "issn": "1048-891X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.917,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY-SCIE",
            "impactfactor_norm_super": 0.917,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "OBSTETRICS + GYNECOLOGY-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 222294,
            "title": "Structured implementation of cervical cancer screening & dysplasia treatment in ghana: implementing sustainable care in a low-resource setting",
            "abstract": null,
            "authors": [
                "Taumberger, N",
                "Friko, I",
                "Pan, TL",
                "Mwinbe-Ere, V",
                "Ellis, LB",
                "Bowden, S",
                "Shearer, AM",
                "Kyrgiou, M",
                "Hofer, N",
                "Joura, E",
                "Di Constanzo, S",
                "Cinar, A",
                "Sangun, IS",
                "Kili, Y",
                "Gültekin, M"
            ],
            "year": 2026,
            "source": "INT J GYNECOL CANCER. 2026; 36(2):104027-",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001716264700088",
            "pubmed": null,
            "doi": "10.1016/j.ijgc.2025.104027",
            "pmc": null,
            "organizations": [
                "222294-14038",
                "222294-14064"
            ],
            "persons": [
                "222294-111750",
                "222294-86791"
            ],
            "imported": "2026-03-25T10:08:42+01: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.7,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.917,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY-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": 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": 222335,
            "title": "Implementing high-risk HPV self-sampling and midwife-led colposcopy for cervical cancer screening in ghana: preliminary results from the CARCISCAN study",
            "abstract": null,
            "authors": [
                "Pan, TL",
                "Friko, I",
                "Taumberger, N"
            ],
            "year": 2026,
            "source": "INT J GYNECOL CANCER. 2026; 36(2):104023-",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:001716264700099",
            "pubmed": null,
            "doi": "10.1016/j.ijgc.2025.104023",
            "pmc": null,
            "organizations": [
                "222335-14038"
            ],
            "persons": [
                "222335-86791"
            ],
            "imported": "2026-03-25T10:08:42+01: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.7,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.917,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY-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": 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": 223236,
            "title": "Human Papillomavirus in Reproductive Health and Pregnancy: Clinical Implications, Outcomes, and a Comprehensive Review of Vaccination",
            "abstract": null,
            "authors": [
                "Ege, HV",
                "Goutallier, C",
                "Ellis, LB",
                "Hajj, HE",
                "Kacperczyk-Bartnik, J",
                "Temiz, BE",
                "Taumberger, N",
                "Hemida, R",
                "Ege, G",
                "Akgör, U",
                "Vaknin, Z",
                "Kyrgiou, M",
                "Gultekin, M"
            ],
            "year": 2026,
            "source": "VACCINES-BASEL. 2026; 14(2): 180",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001701491900001",
            "pubmed": "41746100",
            "doi": "10.3390/vaccines14020180",
            "pmc": null,
            "organizations": [
                "223236-14038"
            ],
            "persons": [
                "223236-86791-6"
            ],
            "imported": "2026-06-10T16:52:42+02:00",
            "journal": "VACCINES-BASEL",
            "issn": "2076-393X",
            "collection_publisher": null,
            "collection_title": "VACCINES; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.4,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.519,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL-SCIE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": false
        },
        {
            "id": 223341,
            "title": "Die Sicht des Radioonkologen",
            "abstract": null,
            "authors": [
                "Partl R"
            ],
            "year": 2026,
            "source": "Interdisziplinäres Netzwerktreffen - Perioperativer Therapieansatz bei Kopf-Hals-Tumoren; May 21, 2026; Graz, AUSTRIa. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "223341-14060"
            ],
            "persons": [
                "223341-62261"
            ],
            "imported": "2026-06-13T12:42:26+02: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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}