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=160&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 155745,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=180&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=140&ordering=-year",
    "results": [
        {
            "id": 215541,
            "title": "Exploring awareness and perceptions of palliative care: a descriptive cross-sectional survey study in Central Europe",
            "abstract": null,
            "authors": [
                "Spary-Kainz, U",
                "Posch, N",
                "Siebenhofer, A",
                "Adzic, ZO",
                "Zelko, E"
            ],
            "year": 2025,
            "source": "CROAT MED J. 2025; 66(1): 27-34. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001455583800005",
            "pubmed": "40047159",
            "doi": "10.3325/cmj.2025.66.27",
            "pmc": "PMC11947979",
            "organizations": [
                "215541-27964"
            ],
            "persons": [
                "215541-51098-6",
                "215541-51117-6",
                "215541-93279-2"
            ],
            "imported": "2025-04-09T11:09:42+02:00",
            "journal": "CROAT MED J",
            "issn": "0353-9504",
            "collection_publisher": null,
            "collection_title": "CROATIAN MEDICAL JOURNAL; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.3,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.531,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCIE",
            "impactfactor_norm_super": 0.531,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "MEDICINE, GENERAL + INTERNAL-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": 218237,
            "title": "International Survey of Gastroenterologists on Managing Inflammatory Bowel Disease During Pregnancy and Lactation: Current State and the Necessity for Improvements.",
            "abstract": null,
            "authors": [
                "Casanova, MJ",
                "Gisbert, JP",
                "Amiot, A",
                "Gordon, H",
                "Fiorino, G",
                "Flanagan, E",
                "Kotze, PG",
                "Sokic-Milutinovic, A",
                "Sonnenberg, E",
                "Nuñez, P",
                "Blesl, A",
                "Catalán-Serra, I",
                "Bossuyt, P",
                "Filip, R",
                "Bar-Gil, Shitrit, A",
                "Kagramanova, A",
                "Krznaric, Z",
                "Molander, P",
                "Mantzaris, GJ",
                "Juillerat, P",
                "Molnar, T",
                "Gecse, KB",
                "Torres, J",
                "Myrelid, P",
                "Mahadevan, U",
                "Márquez, JR",
                "Iade-Vergara, BM",
                "Rausch, A",
                "Duricova, D",
                "Julsgaard, M",
                "Chaparro, M"
            ],
            "year": 2025,
            "source": "United European Gastroenterol J. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001593207100001",
            "pubmed": "41085090",
            "doi": "10.1002/ueg2.70122",
            "pmc": "PMC12704564",
            "organizations": [
                "218237-14081"
            ],
            "persons": [
                "218237-74515-6"
            ],
            "imported": "2025-10-15T02:00:00+02:00",
            "journal": "United European Gastroenterol J",
            "issn": "2050-6414",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.817,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY-SCIE",
            "impactfactor_norm_super": 0.817,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "GASTROENTEROLOGY + HEPATOLOGY-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": 219153,
            "title": "Beyond Blood: Can Urinary ctDNA Expand the Diagnostic Window in Advanced Prostate Cancer?",
            "abstract": null,
            "authors": [
                "Moser, T",
                "Bauernhofer, E",
                "Eberhard, A",
                "Monsberger, N",
                "Vlachos, G",
                "Moser, MJ",
                "Glawitsch, L",
                "Hammer, S",
                "Ziegler, L",
                "Geigl, JB",
                "Bauernhofer, T",
                "Heitzer, E"
            ],
            "year": 2025,
            "source": "14th International Symposium on Circulating Nucleic Acids in Plasma and Serum. 2025; -CNAPS; DEC 3-5, 2025; Hong Kong, CHINA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219153-14021",
                "219153-14085"
            ],
            "persons": [
                "219153-100897",
                "219153-108856",
                "219153-120331",
                "219153-57423",
                "219153-76215",
                "219153-98633",
                "219153-119307",
                "219153-125374",
                "219153-50899",
                "219153-51692"
            ],
            "imported": "2025-12-16T17:14:00+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": 219047,
            "title": "The best from both disciplines: integrating human and microbial signatures from whole genome sequencing to advance cancer diagnostics.",
            "abstract": null,
            "authors": [
                "Moser, T",
                "Moser, MJ",
                "Mahnert, A"
            ],
            "year": 2025,
            "source": "mSystems. 2025; e0003924",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "41369197",
            "doi": "10.1128/msystems.00039-24",
            "pmc": null,
            "organizations": [
                "219047-14021",
                "219047-14023"
            ],
            "persons": [
                "219047-100035-4",
                "219047-120331-6",
                "219047-76215-1"
            ],
            "imported": "2025-12-14T01:00:00+01:00",
            "journal": "mSystems",
            "issn": "2379-5077",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.785,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MICROBIOLOGY-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": true,
            "local_affiliation": true
        },
        {
            "id": 219152,
            "title": "Beyond Blood? Assessing the prognostic and complementary role of urinary ctDNA in metastatic prostate cancer.",
            "abstract": null,
            "authors": [
                "Moser, T",
                "Bauernhofer, E",
                "Eberhard, A",
                "Monsberger, N",
                "Moser, MJ",
                "Glawitsch, L",
                "Hammer, S",
                "Vlachos, G",
                "Ziegler, L",
                "Geigl, JB",
                "Bauernhofer, T",
                "Heitzer, E"
            ],
            "year": 2025,
            "source": "7th Advances in Circulating Tumor Cells meeting: “Liquid Biopsy: from Bench to Bedside”. 2025; -ACTC; SEP 24-27, 2025;  Thessaloniki, GREECE. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219152-14021",
                "219152-14085"
            ],
            "persons": [
                "219152-120331",
                "219152-57423",
                "219152-100897",
                "219152-108856",
                "219152-119307",
                "219152-125374",
                "219152-50899",
                "219152-51692",
                "219152-76215",
                "219152-98633"
            ],
            "imported": "2025-12-16T17:08:38+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": 219151,
            "title": "Decoding Hidden Signals: Multimodal Approach for ctDNA Detection in Early Prostate Cancer.\r\n",
            "abstract": null,
            "authors": [
                "Moser, T"
            ],
            "year": 2025,
            "source": "MLL MVZ Innovation Summit 2025; NOV 10-11, 2025; Munich, GERMANY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219151-14021"
            ],
            "persons": [
                "219151-76215"
            ],
            "imported": "2025-12-16T17:03:18+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219149,
            "title": "KAKO PODALJŠATI OBDOBJE ZDRAVEGA ŽIVLJENJA V EPIDEMIJI STARANJA?\r\n",
            "abstract": null,
            "authors": [
                "Sedej S"
            ],
            "year": 2025,
            "source": "\"Science for everyone\"; DEC 16, 2025; Ljubljana, SLOVENIA. 2025. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219149-14083"
            ],
            "persons": [
                "219149-60041"
            ],
            "imported": "2025-12-16T15:58: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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 218453,
            "title": "Adipose Triglyceride Lipase Knockout Increases Anticontractile Effects of Perivascular Adipose Tissue.",
            "abstract": null,
            "authors": [
                "Schrammel, A",
                "Wölkart, G",
                "Ableitner, E",
                "Derler, M",
                "Potoschnig, I",
                "Schoiswohl, G",
                "Haemmerle, G",
                "Wolfrum, C",
                "Kershaw, EE",
                "Schmid, ST",
                "Abdellatif, M",
                "Sedej, S",
                "Zechner, R",
                "Schweiger, M",
                "Mayer, B",
                "Mussbacher, M"
            ],
            "year": 2025,
            "source": "Arterioscler Thromb Vasc Biol. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001620754800011",
            "pubmed": "41164878",
            "doi": "10.1161/ATVBAHA.125.322902",
            "pmc": "PMC12643563",
            "organizations": [
                "218453-14083",
                "218453-14013"
            ],
            "persons": [
                "218453-60041-6",
                "218453-94512-6",
                "218453-119113-6",
                "218453-120872-6"
            ],
            "imported": "2025-11-04T01:00:00+01:00",
            "journal": "Arterioscler Thromb Vasc Biol",
            "issn": "1079-5642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.4,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.894,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE-SCIE",
            "impactfactor_norm_super": 0.941,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "PERIPHERAL VASCULAR DISEASE-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": true,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 218253,
            "title": "Cardiomyocyte-Specific Deletion of Sirtuin 5 Accelerates the Development of Heart Failure Upon Dysregulating Purine Metabolism.",
            "abstract": null,
            "authors": [
                "Byrne, NJ",
                "Koentges, C",
                "Pfeil, K",
                "Lueg, JC",
                "Bakshi, S",
                "Tarkhnishvili, A",
                "Vosko, I",
                "Gollmer, J",
                "Birkle, LC",
                "Rathner, T",
                "Birkle, S",
                "Tang, S",
                "Rau, C",
                "Hoffmann, MM",
                "Odening, KE",
                "Barnes, S",
                "Wilson, LS",
                "Ljubojevic-Holzer, S",
                "Wallner, M",
                "von, Lewinski, D",
                "Rainer, P",
                "Sedej, S",
                "Sourij, H",
                "Bode, C",
                "Wende, AR",
                "Zirlik, A",
                "Bugger, H"
            ],
            "year": 2025,
            "source": "Acta Physiol (Oxf). 2025; 241(11): e70120",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001603867000005",
            "pubmed": "41104836",
            "doi": "10.1111/apha.70120",
            "pmc": "PMC12533344",
            "organizations": [
                "218253-14083",
                "218253-14080"
            ],
            "persons": [
                "218253-101322-6",
                "218253-100805-6",
                "218253-101037-6",
                "218253-105266-1",
                "218253-108436-6",
                "218253-59317-6",
                "218253-60041-6",
                "218253-62747-6",
                "218253-99418-6",
                "218253-100924-4",
                "218253-50838-6",
                "218253-58906-6",
                "218253-72301-6"
            ],
            "imported": "2025-10-18T02:00:00+02:00",
            "journal": "Acta Physiol (Oxf)",
            "issn": "1748-1708",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.6,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.949,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PHYSIOLOGY-SCIE",
            "impactfactor_norm_super": 0.962,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "PHYSIOLOGY-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": true,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 219150,
            "title": "Tamoxifen metabolites acting via BKCa orchestrate the dynamics of K+ and Ca2+ in breast cancer cells.",
            "abstract": null,
            "authors": [
                "Maier, S",
                "Schroth, W",
                "Mier, F",
                "Matt, L",
                "Bischof, H",
                "Tamaddon, A",
                "Stojkov, D",
                "Birkenfeld, L",
                "Santos, MC",
                "Gross, D",
                "Dahlen, J",
                "Büttner, FA",
                "Bonzheim, I",
                "Fend, F",
                "Brauch, H",
                "Boeckler, FM",
                "Schwab, M",
                "Lukowski, R"
            ],
            "year": 2025,
            "source": "J Biol Chem. 2025;  111015",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "41360262",
            "doi": "10.1016/j.jbc.2025.111015",
            "pmc": null,
            "organizations": [
                "219150-14013",
                "219150-14085"
            ],
            "persons": [
                "219150-92462"
            ],
            "imported": "2025-12-16T01:00:00+01:00",
            "journal": "J Biol Chem",
            "issn": "1083-351X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.636,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY-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": 219143,
            "title": "US imaging of the urogenital tract in neonates and infants.",
            "abstract": null,
            "authors": [
                "Riccabona, M"
            ],
            "year": 2025,
            "source": "US Course; AUG 26-28, 2025; Constanza, Romania. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219143-14106"
            ],
            "persons": [
                "219143-51373"
            ],
            "imported": "2025-12-16T12:23:14+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": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219123,
            "title": "Mammasonographie.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2025,
            "source": "Basismodul Mammadiagnostik; DEC 11-12, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219123-14104"
            ],
            "persons": [
                "219123-82111"
            ],
            "imported": "2025-12-16T10:38:34+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": 219122,
            "title": "Begrüßung & Einführung.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M",
                "Pfarl G"
            ],
            "year": 2025,
            "source": "Basismodul Mammadiagnostik; DEC 11-12, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219122-14104"
            ],
            "persons": [
                "219122-82111"
            ],
            "imported": "2025-12-16T10:37:23+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": 219057,
            "title": "Travel Time to Treating Facility and Mortality in Men With Prostate Cancer",
            "abstract": null,
            "authors": [
                "Korn, SM",
                "Dagnino, F",
                "Daniels, D",
                "Qian, ZY",
                "Zurl, H",
                "Pohl, KK",
                "Hsieh, MC",
                "Hernandez, BY",
                "Piccolini, A",
                "Cole, AP",
                "Reich, AJ",
                "Weissman, JS",
                "Trinh, QD",
                "Iyer, HS"
            ],
            "year": 2025,
            "source": "JAMA NETW OPEN. 2025; 8(12): e2546812",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001631832600002",
            "pubmed": "41335435",
            "doi": "10.1001/jamanetworkopen.2025.46812",
            "pmc": "PMC12676350",
            "organizations": [
                "219057-14056"
            ],
            "persons": [
                "219057-96506-6",
                "219057-109461-6"
            ],
            "imported": "2025-12-15T08:28:55+01:00",
            "journal": "JAMA NETW OPEN",
            "issn": "2574-3805",
            "collection_publisher": null,
            "collection_title": "JAMA NETWORK OPEN; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.7,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.914,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-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": 218762,
            "title": "Predictive Performance of the Cardiovascular Event Risk Test 2 Risk Score in Hemodialysis Patients with ESKD",
            "abstract": null,
            "authors": [
                "Witoslawska, A",
                "Drechsler, C",
                "Duarte, K",
                "Girerd, N",
                "Zannad, F",
                "Rossignol, P",
                "Kleber, ME",
                "Scharnagl, H",
                "Wanner, C",
                "März, W",
                "Laaksonen, R"
            ],
            "year": 2025,
            "source": "CLIN J AM SOC NEPHRO. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001612813500001",
            "pubmed": "41370127",
            "doi": "10.2215/CJN.0000000831",
            "pmc": null,
            "organizations": [
                "218762-14028"
            ],
            "persons": [
                "218762-50886-6"
            ],
            "imported": "2025-11-24T08:10:44+01:00",
            "journal": "CLIN J AM SOC NEPHRO",
            "issn": "1555-9041",
            "collection_publisher": null,
            "collection_title": "CLINICAL JOURNAL OF THE AMERICAN SOCIETY OF NEPHROLOGY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.899,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY-SCIE",
            "impactfactor_norm_super": 0.932,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "UROLOGY + NEPHROLOGY-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": 219126,
            "title": "Fuchsjäger, M",
            "abstract": null,
            "authors": [
                "Mammainterventionen."
            ],
            "year": 2025,
            "source": "Basismodul Mammadiagnostik; DEC 11-12, 2025; Graz, AUSTRIA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219126-14104"
            ],
            "persons": [
                "219126-82111"
            ],
            "imported": "2025-12-16T10:41:25+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": 218854,
            "title": "Catheter Ablation vs. Anti-Arrhythmic Drug Therapy for Ventricular Tachycardia in Ischemic Heart Disease: A Meta-Analysis of Randomized Controlled Trials.",
            "abstract": null,
            "authors": [
                "Santoro, F",
                "Mugnai, G",
                "Perotta, L",
                "Kovacs, B",
                "Dinshaw, L",
                "Del, Castillo, AM",
                "Jungen, C",
                "Kurath-Koller, S",
                "Stojković, S",
                "Vandenberk, B",
                "Vernooy, K"
            ],
            "year": 2025,
            "source": "Europace. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001631604200001",
            "pubmed": "41316690",
            "doi": "10.1093/europace/euaf302",
            "pmc": "PMC12678166",
            "organizations": [
                "218854-14093"
            ],
            "persons": [
                "218854-59876-6"
            ],
            "imported": "2025-12-01T01:00:00+01:00",
            "journal": "Europace",
            "issn": "1532-2092",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.5,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.854,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS-SCIE",
            "impactfactor_norm_super": 0.882,
            "impactfactor_norm_super_year": 2023,
            "impactfactor_norm_super_category": "CARDIAC + CARDIOVASCULAR SYSTEMS-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": 219141,
            "title": "Role of ultrasound (US) and US basics - as relevant for neonatal scanning.",
            "abstract": null,
            "authors": [
                "Riccabona, M"
            ],
            "year": 2025,
            "source": "US Course; AUG 26-28, 2025; Bucharest, Romania. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219141-14106"
            ],
            "persons": [
                "219141-51373"
            ],
            "imported": "2025-12-16T12:19:55+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": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218911,
            "title": "A whole-genome sequencing dataset of nanopore raw signals for bacterial genotyping and methylation analysis.",
            "abstract": null,
            "authors": [
                "Dabernig-Heinz, J",
                "Galeone, V",
                "Sedaghatjoo, S",
                "Steinmetz, I",
                "Kohler, C",
                "Hölzer, M",
                "Wagner, GE"
            ],
            "year": 2025,
            "source": "Sci Data. 2025; 12(1): 1905",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001631045400001",
            "pubmed": "41331261",
            "doi": "10.1038/s41597-025-06319-4",
            "pmc": "PMC12675498",
            "organizations": [
                "218911-14023"
            ],
            "persons": [
                "218911-98868-4",
                "218911-95832-6",
                "218911-112950-1"
            ],
            "imported": "2025-12-03T01:00:00+01:00",
            "journal": "Sci Data",
            "issn": "2052-4463",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.9,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.838,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES-SCIE",
            "impactfactor_norm_super": 0.863,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "MULTIDISCIPLINARY SCIENCES-SCIE",
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 218396,
            "title": "The Role of Sex in Clinical Characteristics and Pharmacological Treatment of Bipolar Disorder.",
            "abstract": null,
            "authors": [
                "Putz, E",
                "Schönthaler, EMD",
                "Dalkner, N",
                "Fellendorf, FT",
                "Tmava-Berisha, A",
                "Bengesser, SA",
                "Lenger, M",
                "Queissner, R",
                "Maget, A",
                "Häussl, A",
                "Stross, TM",
                "Finner, A",
                "Ilic, J",
                "Reininghaus, EZ"
            ],
            "year": 2025,
            "source": "Neuropsychobiology. 2025;  1-12. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001598434800001",
            "pubmed": "40911526",
            "doi": "10.1159/000548338",
            "pmc": "PMC12685329",
            "organizations": [
                "218396-29444"
            ],
            "persons": [
                "218396-113091-6",
                "218396-124495-6",
                "218396-79771-6",
                "218396-91818-6",
                "218396-92607-6",
                "218396-99971-6",
                "218396-96232-6",
                "218396-86429-6",
                "218396-79733-6",
                "218396-50654-6",
                "218396-123273-6"
            ],
            "imported": "2025-10-24T02:00:00+02:00",
            "journal": "Neuropsychobiology",
            "issn": "1423-0224",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.1,
            "impactfactor_year": 2025,
            "impactfactor_norm": 0.75,
            "impactfactor_norm_year": 2025,
            "impactfactor_norm_category": "PSYCHOLOGY-SCIE",
            "impactfactor_norm_super": 0.75,
            "impactfactor_norm_super_year": 2025,
            "impactfactor_norm_super_category": "PSYCHOLOGY-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
        }
    ]
}