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=200&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158429,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=220&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=180&ordering=-year",
    "results": [
        {
            "id": 222066,
            "title": "Stress in dermatology patients: A multicenter observational study of 8295 outpatients and controls from 22 European clinics",
            "abstract": null,
            "authors": [
                "Balieva, F",
                "Schut, C",
                "Szabó, C",
                "Sampogna, F",
                "Dalgard, FJ",
                "Altunay, IK",
                "Bewley, A",
                "Ferreira, BR",
                "Finlay, AY",
                "Gieler, U",
                "Gracia-Cazaña, T",
                "Grivcheva-Panovska, V",
                "Jemec, GB",
                "Legat, FJ",
                "Lien, L",
                "Lvov, A",
                "Marron, SE",
                "Misery, L",
                "Reich, A",
                "Romanov, D",
                "Spillekom-van Koulil, S",
                "Ständer, S",
                "Svensson, A",
                "Szepietowski, JC",
                "Thompson, AR",
                "Titeca, G",
                "Tomás-Aragonés, L",
                "Vulink, N",
                "Zeidler, C",
                "Kupfer, J"
            ],
            "year": 2026,
            "source": "JAAD INT. 2026; 25:  69-77. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001691083100001",
            "pubmed": "41694695",
            "doi": null,
            "pmc": null,
            "organizations": [
                "222066-14047"
            ],
            "persons": [
                "222066-51865-6"
            ],
            "imported": "2026-03-13T11:43:46+01:00",
            "journal": "JAAD INT",
            "issn": "2666-3287",
            "collection_publisher": null,
            "collection_title": "JAAD INTERNATIONAL; ",
            "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": 222120,
            "title": "Cancer in 4D: toward Spatiotemporal Hallmark Ecosystems.",
            "abstract": null,
            "authors": [
                "Sibai, M",
                "Zacharias, M",
                "McGranahan, N",
                "Jamal-Hanjani, M",
                "Porta-Pardo, E"
            ],
            "year": 2026,
            "source": "Trends Cancer. 2026; ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "41839713",
            "doi": "10.1016/j.trecan.2026.01.004",
            "pmc": null,
            "organizations": [
                "222120-14020"
            ],
            "persons": [
                "222120-61601-6"
            ],
            "imported": "2026-03-17T01:00:00+01:00",
            "journal": "Trends Cancer",
            "issn": "2405-8025",
            "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": 222107,
            "title": "Risk factors for recurrence of vulvar high-grade squamous intra-epithelial lesions: long-term follow-up of the PITVIN Study (primary imiquimod vs surgery for vulvar intra-epithelial neoplasia).",
            "abstract": null,
            "authors": [
                "Trutnovsky, G",
                "Muntinga, C",
                "Holter, M",
                "Pucher, D",
                "Bracic, T",
                "Huetter, C",
                "Ciresa-König, A",
                "Polterauer, S",
                "Tamussino, K",
                "van, Esch, E"
            ],
            "year": 2026,
            "source": "Int J Gynecol Cancer. 2026; 36(4): 104560",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41791272",
            "doi": "10.1016/j.ijgc.2026.104560",
            "pmc": null,
            "organizations": [
                "222107-14026",
                "222107-14063"
            ],
            "persons": [
                "222107-50853-2",
                "222107-97023-6",
                "222107-89052-6",
                "222107-51826-6"
            ],
            "imported": "2026-03-15T01:00:00+01:00",
            "journal": "Int J Gynecol Cancer",
            "issn": "1525-1438",
            "collection_publisher": null,
            "collection_title": null,
            "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": 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": false,
            "local_affiliation": true
        },
        {
            "id": 222128,
            "title": "The Clinical Relevance of Unclassified Pulmonary Hypertension.",
            "abstract": null,
            "authors": [
                "John, T",
                "Neuhuber, L",
                "Douschan, P",
                "Foris, V",
                "Zeder, K",
                "Bachmaier, G",
                "Olschewski, H",
                "Kneidinger, N",
                "Kovacs, G"
            ],
            "year": 2026,
            "source": "Chest. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41812989",
            "doi": "10.1016/j.chest.2025.12.058",
            "pmc": null,
            "organizations": [
                "222128-14026",
                "222128-14087"
            ],
            "persons": [
                "222128-79732-6",
                "222128-59238-4",
                "222128-125880-6",
                "222128-100914-1",
                "222128-104780-6",
                "222128-50092-6",
                "222128-87980-6"
            ],
            "imported": "2026-03-17T01:00:00+01:00",
            "journal": "Chest",
            "issn": "1931-3543",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.2,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.925,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "RESPIRATORY SYSTEM-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": 222138,
            "title": "Prognostische und prädiktive Biomarker beim Mammakarzinom",
            "abstract": null,
            "authors": [
                "RTegitnig, P"
            ],
            "year": 2026,
            "source": "European Academy of Senology; MAR 14-15, 2026; Wien. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222138-14020"
            ],
            "persons": [
                "222138-51991"
            ],
            "imported": "2026-03-18T08:57:21+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": 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
        },
        {
            "id": 222037,
            "title": "From the gut microbiome to the thyroid gland: Could probiotics hold a beneficial effect?",
            "abstract": null,
            "authors": [
                "Fröhlich, E",
                "Wahl, R"
            ],
            "year": 2026,
            "source": "J ENDOKRINOL DIAB ST. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001692612100001",
            "pubmed": null,
            "doi": "10.1007/s41969-026-00296-8",
            "pmc": null,
            "organizations": [
                "222037-28394"
            ],
            "persons": [
                "222037-53900-2"
            ],
            "imported": "2026-03-13T11:43:46+01:00",
            "journal": "J ENDOKRINOL DIAB ST",
            "issn": "3004-8915",
            "collection_publisher": null,
            "collection_title": "JOURNAL FUR ENDOKRINOLOGIE DIABETOLOGIE UND STOFFWECHSEL; ",
            "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": 222130,
            "title": "Impact of the 2023 ACR/EULAR antiphospholipid syndrome criteria in 1200 women with prior obstetric antiphospholipid syndrome.",
            "abstract": null,
            "authors": [
                "Alijotas-Reig, J",
                "Esteve-Valverde, E",
                "Sáez-Comet, L",
                "Anunciación-Llunell, A",
                "Ferrer-Oliveras, R",
                "Lefkou, E",
                "Mekinian, A",
                "Belizna, C",
                "Hoxha, A",
                "Tincani, A",
                "Marozio, L",
                "Espinosa, G",
                "de, Carolis, S",
                "Udry, S",
                "Latino, JO",
                "Llurba, E",
                "Chighizola, CB",
                "Gerosa, M",
                "Pengo, V",
                "Lundelin, K",
                "Rovere-Querini, P",
                "Canti, V",
                "Mayer-Pickel, K",
                "Reshetnyak, T",
                "Tabacco, S",
                "Stojanovich, L",
                "Gonçalves, BA",
                "Morales-Perez, S",
                "Miró-Mur, F, , EUROAPS, Study, Group"
            ],
            "year": 2026,
            "source": "Eur J Obstet Gynecol Reprod Biol. 2026; 321:115055",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41797084",
            "doi": "10.1016/j.ejogrb.2026.115055",
            "pmc": null,
            "organizations": [
                "222130-14038"
            ],
            "persons": [
                "222130-74840-6"
            ],
            "imported": "2026-03-17T01:00:00+01:00",
            "journal": "Eur J Obstet Gynecol Reprod Biol",
            "issn": "1872-7654",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.9,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.321,
            "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": 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": 222136,
            "title": "Folate Receptor Alpha in Ovarian Cancer",
            "abstract": null,
            "authors": [
                "Regitnig, P"
            ],
            "year": 2026,
            "source": "OEGPath Spring Meeting 2026; MAR 13-14, 2026; Vienna. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222136-14020"
            ],
            "persons": [
                "222136-51991"
            ],
            "imported": "2026-03-18T08:53:56+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": 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
        },
        {
            "id": 222034,
            "title": "99th percentile upper reference limits of the 5th and 6th generation Elecsys® cardiac troponin T high-sensitivity assays in a single cohort of healthy blood donors",
            "abstract": null,
            "authors": [
                "Egger, M",
                "Schmid, P",
                "Kimbacher, C",
                "Black, A",
                "Gabriel, C",
                "Mueller, T",
                "Dieplinger, B"
            ],
            "year": 2026,
            "source": "CLIN CHEM LAB MED. 2026;  PMID 9806306",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:001693428200001",
            "pubmed": "41702055",
            "doi": "10.1515/cclm-2026-0207",
            "pmc": null,
            "organizations": [
                "222034-14058"
            ],
            "persons": [
                "222034-64015-6"
            ],
            "imported": "2026-03-13T11:43:46+01:00",
            "journal": "CLIN CHEM LAB MED",
            "issn": "1434-6621",
            "collection_publisher": null,
            "collection_title": "CLINICAL CHEMISTRY AND LABORATORY MEDICINE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.7,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.793,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY-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
        },
        {
            "id": 222137,
            "title": "Histopathological Cases of the Ovary and Endometrium",
            "abstract": null,
            "authors": [
                "Regitnig, P"
            ],
            "year": 2026,
            "source": "OEGPath Spring Meeting 2026; MAR 13-14, 2026; Vienna. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222137-14020"
            ],
            "persons": [
                "222137-51991"
            ],
            "imported": "2026-03-18T08:55:41+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": 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
        },
        {
            "id": 221959,
            "title": "Activated Clotting Time Platforms Matter: Evidence Gaps and Real-World Variability in Anticoagulation Targets During Left Atrial Ablation.",
            "abstract": null,
            "authors": [
                "Kovacs, B",
                "Spahiu, V",
                "Rohrbach, NL",
                "Schöppenthau, D",
                "Kurath-Koller, S",
                "Stojković, S",
                "Simovic, S",
                "Kueffer, T",
                "Vandenberk, B",
                "Linz, D",
                "Vernooy, K",
                "Roten, L",
                "Dinshaw, L",
                "Reichlin, T"
            ],
            "year": 2026,
            "source": "Heart Rhythm. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41802691",
            "doi": "10.1016/j.hrthm.2026.03.003",
            "pmc": null,
            "organizations": [
                "221959-14093"
            ],
            "persons": [
                "221959-59876-6"
            ],
            "imported": "2026-03-10T01:00:00+01: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": 222105,
            "title": "The impact of transitional care on geriatric rehabilitation outcomes: prevalence and associated factors of sarcopenia and malnutrition.",
            "abstract": null,
            "authors": [
                "Vetrano, C",
                "Ritter, E",
                "Wahrstätter, T",
                "Adamer, EM",
                "Riedl, P",
                "Prüfer, F",
                "Matko, Š",
                "Riedl, D",
                "Fischer, MJ",
                "Grote, V",
                "Strasser, B"
            ],
            "year": 2026,
            "source": "Aging Clin Exp Res. 2026; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41811554",
            "doi": "10.1007/s40520-026-03341-3",
            "pmc": null,
            "organizations": [
                "222105-14052"
            ],
            "persons": [
                "222105-70867-4"
            ],
            "imported": "2026-03-14T01:00:00+01:00",
            "journal": "Aging Clin Exp Res",
            "issn": "1720-8319",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.4,
            "impactfactor_year": 2026,
            "impactfactor_norm": 0.464,
            "impactfactor_norm_year": 2026,
            "impactfactor_norm_category": "GERIATRICS & GERONTOLOGY-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": 222139,
            "title": "Was kann ich in den Zement zumischen und wie?.",
            "abstract": null,
            "authors": [
                "Humez, M",
                "Kühn, KD",
                "Citak, M",
                "Gehrke, T",
                "Luck, S",
                "Linke, P",
                "Paul, C"
            ],
            "year": 2026,
            "source": "19. Endoprothetikkongress Berlin (EKB); FEB 12-14, 2026; Berlin, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222139-14052"
            ],
            "persons": [],
            "imported": "2026-03-18T09:38:20+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": false
        },
        {
            "id": 218969,
            "title": "Intra-Arrest Ventilation: We Can Only Improve What We Measure - But What Are Our Devices Really Calculating?",
            "abstract": null,
            "authors": [
                "Berve, PO",
                "Orlob, S"
            ],
            "year": 2026,
            "source": "Resuscitation. 2026;  110914",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:001642072600001",
            "pubmed": "41349631",
            "doi": "10.1016/j.resuscitation.2025.110914",
            "pmc": null,
            "organizations": [],
            "persons": [
                "218969-74176-4"
            ],
            "imported": "2025-12-06T01:00:00+01:00",
            "journal": "Resuscitation",
            "issn": "1873-1570",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.875,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "EMERGENCY MEDICINE-SCIE",
            "impactfactor_norm_super": 0.875,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "EMERGENCY MEDICINE-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": 222142,
            "title": "Challenges in HER2 Interpretation Across Different Tumor Entities",
            "abstract": null,
            "authors": [
                "Regitnig, P"
            ],
            "year": 2026,
            "source": "OEGPath Spring Meeting 2026; MAR 13-14, 2026; Vienna. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222142-14020"
            ],
            "persons": [
                "222142-51991"
            ],
            "imported": "2026-03-18T10:53:08+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": 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
        },
        {
            "id": 222141,
            "title": "Quality Control: Pathology",
            "abstract": null,
            "authors": [
                "Masood, S",
                "Salgado, R",
                "Anwar, N",
                "Regitnig, P"
            ],
            "year": 2026,
            "source": " In: Verhoeven, D; Kaufman, CS; Roy, PG; Siesling, S editors(s). Breast Cancer: Global Quality Care. (2nd ed): United Kingdom: Oxford University Press; p. 151-174.  2026(ISBN: 978-0-19-891129-6) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222141-14020"
            ],
            "persons": [
                "222141-51991"
            ],
            "imported": "2026-03-18T10:46:28+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Verhoeven, D; Kaufman, CS; Roy, PG; Siesling, S",
            "collection_title": "Breast Cancer: Global Quality Care",
            "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": 222144,
            "title": "Update 2026: Systemische Therapie des HCC",
            "abstract": null,
            "authors": [
                "Wagner, M",
                ""
            ],
            "year": 2026,
            "source": "Frühling der Hepatologie; MAR 14, 2026; Graz, AUSTRIA. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222144-14081"
            ],
            "persons": [
                "222144-57377"
            ],
            "imported": "2026-03-18T12:34:58+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": 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
        },
        {
            "id": 222147,
            "title": "No Difference in Postoperative Kidney Function Between Single-Loaded and Dual-Loaded Antibiotic Cement.",
            "abstract": null,
            "authors": [
                "Hofer, R",
                "Moshammer, M",
                "Fischerauer, S",
                "Kühn, KD",
                "Berberich, C",
                "Leithner, A",
                "Hauer, G"
            ],
            "year": 2026,
            "source": "19. Endoprothetikkongress Berlin (EKB); FEB 12-14; Berlin, GERMANY. 2026. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222147-14052",
                "222147-14076"
            ],
            "persons": [
                "222147-124934",
                "222147-53237",
                "222147-101863",
                "222147-72835"
            ],
            "imported": "2026-03-18T13:55:58+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": false
        },
        {
            "id": 222149,
            "title": "Implementierung unseres Werkzeugkoffers",
            "abstract": null,
            "authors": [
                "Hoedl, M",
                "Kahr, H\r\n"
            ],
            "year": 2026,
            "source": "Caritas Abteilungstag; MRZ 18, 2026; Fernitz, AUSTRIA. 2026. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222149-14509"
            ],
            "persons": [
                "222149-59569"
            ],
            "imported": "2026-03-18T14:03:13+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": 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": 222148,
            "title": "Das SUNRISE-Projekt im Überblick.",
            "abstract": null,
            "authors": [
                "Hoedl, M",
                "Eglseer, D"
            ],
            "year": 2026,
            "source": "Caritas Abteilungstag; MRZ 18, 2026; Fernitz, AUSTRIA. 2026. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "222148-14509"
            ],
            "persons": [
                "222148-82963",
                "222148-59569"
            ],
            "imported": "2026-03-18T14:00:45+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": 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
        }
    ]
}