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=2500&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157590,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2520&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2480&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 219839,
            "title": "Belastende Symptome, Symptomkontrolle bei dermat. Symptomen.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "Basislehrgang palliative Care; Dez 1, 2025; Graz, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219839-14047"
            ],
            "persons": [
                "219839-52274"
            ],
            "imported": "2026-01-14T10:55:40+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": 219838,
            "title": "Erfahrungen aus 10 Jahren Immuntherapie mit Pembrolizumab.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "Erfahrungen aus 10 Jahren Immuntherapie beim Melanom.; Mai 8, 2025; Wien, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219838-14047"
            ],
            "persons": [
                "219838-52274"
            ],
            "imported": "2026-01-14T10:53:31+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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219848,
            "title": "The Beta-Binomial Model",
            "abstract": null,
            "authors": [
                "Embacher, S",
                "Berghold, A"
            ],
            "year": 2025,
            "source": "Conference Book of the 34th Conference of the Austro-Swiss Region (ROeS). 2025; -34th Conference of the Austro-Swiss Region (ROeS); SEP 14-18, 2025; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219848-14026"
            ],
            "persons": [
                "219848-109990",
                "219848-51344"
            ],
            "imported": "2026-01-14T11:46:43+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219843,
            "title": "Das Merkelzellkarzinom.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "MCC-Update.; Jun 4, 2025; Oberwart, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219843-14047"
            ],
            "persons": [
                "219843-52274"
            ],
            "imported": "2026-01-14T11:04:59+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219842,
            "title": "Bio-psycho-soziale Melanomforschung: Stress, Melanomrisikofaktoren und Immunsystem.",
            "abstract": null,
            "authors": [
                "Richtig, E"
            ],
            "year": 2025,
            "source": "ÖGPO - Kongress.; Jun 1-3, 2025; Pöllau, Österreich. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219842-14047"
            ],
            "persons": [
                "219842-52274"
            ],
            "imported": "2026-01-14T11:03: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": 219833,
            "title": "Gut Microbiome as a Biomarker for Predicting Neoadjuvant Chemotherapy Response in Gastric Cancer.",
            "abstract": null,
            "authors": [
                "Žukauskaitė, K",
                "Baušys, B",
                "Horvath, A",
                "Sabaliauskaitė, R",
                "Rauduvytė, K",
                "Bičkaitė, K",
                "Stulpinas, R",
                "Stadlbauer, V",
                "Baušys, R",
                "Jarmalaitė, S",
                "Baušys, A"
            ],
            "year": 2025,
            "source": "UEG Journal Abstract Issue 33rd United European Gastroenterology Week 2025. 2025; 13(58):-United European Gastroenterology (UEG) Week 2025; October 4-7, 2025; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219833-14081"
            ],
            "persons": [
                "219833-119169"
            ],
            "imported": "2026-01-14T09:47:04+01:00",
            "journal": null,
            "issn": "2050-6414",
            "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": true,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219834,
            "title": "Impact of Gastrointestinal Cancer Therapies on the Gut Microbiome: Findings from Clinical Studies and an In Vitro Modelling.",
            "abstract": "Gastrointestinal cancers, including colorectal and gastric cancers, are significant contributors to global mortality and pose a major challenge to public health.. A critical yet underexplored aspect of these cancers is their association with the gut microbiome. Research indicates that the gut microbiome changes not only during the development of gastrointestinal cancer but also throughout its treatment. However, the complex interactions between cancer progression, treatment, side effects of the cancer \r\ntreatment, and the gut microbiome remain largely understudied.\r\nAnimal models are frequently used in cancer research but often fall short due to ethical considerations and biological differences from humans. Traditional in vitro systems – alternatives to in vivo models – lack the complexity to replicate the dynamic interactions between host cells and the gut microbiome. Bioreactor-based in vitro models have been developed to address this gap, offering a more comprehensive platform to study these interactions. Despite their potential, models, which include stool microbiome, are not widely utilized, especially in examining the side effects of cancer treatment.\r\nA prevalent side effect of cancer treatment is the oralization of the gut microbiome, characterized by the invasion and colonization of oral bacteria within the gastrointestinal tract. This condition can result from long-term usage of medications like proton pump inhibitors or surgical interventions.\r\nIn this doctoral dissertation, we aim to reduce the reliance on animal models by developing an easy-to-use in vitro model that includes the human stool microbiome. We chose this approach to replicate the human gut environment better, providing a more accurate platform for studying the interactions between gastrointestinal cancers, their treatments, and the gut microbiome. Research often centers on creating new cancer drugs, but in our study, we emphasize reducing current treatment side effects to improve the well-being of cancer patients. We adapted a newly developed in vitro model to evaluate various probiotic and prebiotic combinations that could potentially reduce post-therapy side effects of oralization.",
            "authors": [
                "Zukauskaite, K"
            ],
            "year": 2025,
            "source": " [ Dissertation ] Vilnius University; 2025. pp.168. ",
            "category": 5,
            "document_type": 16,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "219834-119169"
            ],
            "imported": "2026-01-14T10:07:38+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Vilnius University",
            "country": "40",
            "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": 216215,
            "title": "An overview of systematic reviews on the efficacy and safety of osteopathic techniques",
            "abstract": null,
            "authors": [
                "Zipp, CR",
                "Semlitsch, T",
                "Togel, G",
                "Krenn, C",
                "Loder, C",
                "Jeitler, K",
                "Siebenhofer, A"
            ],
            "year": 2025,
            "source": "J BODYW MOV THER. 2025; 42:  1186-1197. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001483048600001",
            "pubmed": "40325655",
            "doi": "10.1016/j.jbmt.2025.03.018",
            "pmc": null,
            "organizations": [
                "216215-27964",
                "216215-14026"
            ],
            "persons": [
                "216215-100141-6",
                "216215-51098-6",
                "216215-63287-6",
                "216215-100095-2",
                "216215-62926-6"
            ],
            "imported": "2025-05-19T10:07:33+02:00",
            "journal": "J BODYW MOV THER",
            "issn": "1360-8592",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF BODYWORK AND MOVEMENT THERAPIES; ",
            "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": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219689,
            "title": "Does the Addition of Either a Lateral or Posterior Interbody Device to Posterior Instrumented Lumbar Fusion Decrease Cost Over a 6-Year Period?",
            "abstract": null,
            "authors": [
                "Schadler, P",
                "Derman, P",
                "Lee, L",
                "Do, H",
                "Girardi, FP",
                "Cammisa, FP",
                "Sama, AA",
                "Shue, J",
                "Koutsoumbelis, S",
                "Hughes, AP"
            ],
            "year": 2018,
            "source": "Global Spine J. 2018; 8(5): 471-477. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000440647400006",
            "pubmed": "30258752",
            "doi": "10.1177/2192568217738766",
            "pmc": "PMC6149050",
            "organizations": [],
            "persons": [
                "219689-121953-2"
            ],
            "imported": "2026-01-08T01:00:00+01:00",
            "journal": "Global Spine J",
            "issn": "2192-5682",
            "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": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 99688,
            "title": "Eradication of established hepatic human neuroblastoma metastases in mice with severe combined immunodeficiency by antibody-targeted interleukin-2",
            "abstract": null,
            "authors": [
                "Pancook, JD",
                "Becker, JC",
                "Gillies, SD",
                "Reisfeid, RA"
            ],
            "year": 1996,
            "source": "CANCER IMMUNOL IMMUNOTHER. 1996; 42(2): 88-92. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UD76200003",
            "pubmed": null,
            "doi": "10.1007/s002620050256",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-04-07T17:32:05+02:00",
            "journal": "CANCER IMMUNOL IMMUNOTHER",
            "issn": "0340-7004",
            "collection_publisher": null,
            "collection_title": "CANCER IMMUNOLOGY IMMUNOTHERAPY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.504,
            "impactfactor_year": 1996,
            "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": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 219686,
            "title": "Correlation between Urine N-Terminal Telopeptide and Fourier Transform Infrared Spectroscopy Parameters: A Preliminary Study.",
            "abstract": null,
            "authors": [
                "Okano, I",
                "Salzmann, SN",
                "Ortiz, Miller, C",
                "Rentenberger, C",
                "Schadler, P",
                "Sax, OC",
                "Shue, J",
                "Sama, AA",
                "Cammisa, FP",
                "Girardi, FP",
                "Hughes, AP"
            ],
            "year": 2020,
            "source": "J Osteoporos. 2020; 2020:  5725086",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000615519000001",
            "pubmed": "32095227",
            "doi": "10.1155/2020/5725086",
            "pmc": "PMC7036120",
            "organizations": [],
            "persons": [
                "219686-121953-6"
            ],
            "imported": "2026-01-08T01:00:00+01:00",
            "journal": "J Osteoporos",
            "issn": "2090-8059",
            "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": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 211188,
            "title": "Machine learning-based delirium prediction in surgical in-patients: a prospective validation study",
            "abstract": null,
            "authors": [
                "Jauk, S",
                "Kramer, D",
                "Sumerauer, S",
                "Veeranki, SPK",
                "Schrempf, M",
                "Puchwein, P"
            ],
            "year": 2024,
            "source": "JAMIA OPEN. 2024; 7(3): ooae091",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001314847000001",
            "pubmed": "39297150",
            "doi": "10.1093/jamiaopen/ooae091",
            "pmc": "PMC11408728",
            "organizations": [
                "211188-14052"
            ],
            "persons": [
                "211188-62925-4"
            ],
            "imported": "2024-09-24T09:05:26+02:00",
            "journal": "JAMIA OPEN",
            "issn": "2574-2531",
            "collection_publisher": null,
            "collection_title": "JAMIA OPEN; ",
            "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": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 219690,
            "title": "Serotonergic Antidepressants Are Associated with Increased Blood Loss and Risk for Transfusion in Single-Level Lumbar Fusion Surgery.",
            "abstract": null,
            "authors": [
                "Schadler, P",
                "Shue, J",
                "Moawad, M",
                "Girardi, FP",
                "Cammisa, FP",
                "Sama, AA",
                "Huang, RC",
                "Lebl, DR",
                "Craig, CM",
                "Hughes, AP"
            ],
            "year": 2017,
            "source": "Asian Spine J. 2017; 11(4): 601-609. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000411038700013",
            "pubmed": "28874979",
            "doi": "10.4184/asj.2017.11.4.601",
            "pmc": "PMC5573855",
            "organizations": [],
            "persons": [
                "219690-121953-2"
            ],
            "imported": "2026-01-08T01:00:00+01:00",
            "journal": "Asian Spine J",
            "issn": "1976-1902",
            "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": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 219685,
            "title": "Expectations of Lumbar Surgery Outcomes among Opioid Users Compared with Non-Users.",
            "abstract": null,
            "authors": [
                "Reisener, MJ",
                "Hughes, AP",
                "Schadler, P",
                "Forman, A",
                "Sax, OC",
                "Shue, J",
                "Cammisa, FP",
                "Sama, AA",
                "Girardi, FP",
                "Mancuso, CA"
            ],
            "year": 2020,
            "source": "Asian Spine J. 2020; 14(5): 663-672. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000582162600010",
            "pubmed": "32810977",
            "doi": "10.31616/asj.2020.0114",
            "pmc": "PMC7595819",
            "organizations": [],
            "persons": [
                "219685-121953-6"
            ],
            "imported": "2026-01-08T01:00:00+01:00",
            "journal": "Asian Spine J",
            "issn": "1976-1902",
            "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": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 217581,
            "title": "Bioresorbable Mg Implants promote osteogenesis in the medullary cavity and glycogenolysis in the liver",
            "abstract": null,
            "authors": [
                "Okutan, B",
                "Wieland, DCF",
                "Schwarze, UY",
                "Habisch, H",
                "Madl, T",
                "Sommer, NG",
                "Weinberg, AW"
            ],
            "year": 2025,
            "source": "2025; -The 17th Biometal Symposium; AUG 25-30; Cetraro, ITALY. ",
            "category": 2,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "217581-14012",
                "217581-14052"
            ],
            "persons": [
                "217581-102252",
                "217581-108411",
                "217581-50785",
                "217581-98087",
                "217581-91207",
                "217581-96335"
            ],
            "imported": "2025-09-01T13:12:01+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": 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": 219832,
            "title": "Novel Dual Reporter Strategy Allows Simultaneous Imaging of Calcium Signals and AMPK Activity",
            "abstract": null,
            "authors": [
                "Erdogan, YC",
                "Pilic, J",
                "Gottschalk B",
                "Yigit EN",
                "Zaki, AG",
                "Öztürk, G",
                "Eroglu, E",
                "Okutan, B",
                "Sommer, NG",
                "Weinberg, AM",
                "Schindl, R",
                "Graier, WF",
                "Malli, R"
            ],
            "year": 2025,
            "source": "ASciNA-AMPF Conference; OCT 11-12, 2025; Washington D.C, USA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219832-14011",
                "219832-14013",
                "219832-17230"
            ],
            "persons": [
                "219832-110990",
                "219832-50810",
                "219832-90394",
                "219832-98848"
            ],
            "imported": "2026-01-14T00:47:29+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": true,
            "local_affiliation": true
        },
        {
            "id": 215845,
            "title": "A Machine Learning-Based Risk Assessment Model for Poor Postoperative Pain Outcome.",
            "abstract": null,
            "authors": [
                "Kagerer, C",
                "Jauk, S",
                "Kramer, D",
                "Avian, A",
                "Neumann, T",
                "Schlögl, M",
                "Sandner-Kiesling, A"
            ],
            "year": 2025,
            "source": "Stud Health Technol Inform. 2025; 324:  98-104. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "40270392",
            "doi": "10.3233/SHTI250168",
            "pmc": null,
            "organizations": [],
            "persons": [
                "215845-67207-6",
                "215845-51916-6"
            ],
            "imported": "2025-04-28T02:00:00+02:00",
            "journal": "Stud Health Technol Inform",
            "issn": "1879-8365",
            "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": 219607,
            "title": "A histidine switch regulates pH-dependent filament formation by the caspase-9 CARD.",
            "abstract": null,
            "authors": [
                "Rawal, S",
                "Kolarić, Ð",
                "Bohn, S",
                "Kolb, D",
                "Pavkov-Keller, T",
                "Pritišanac, I",
                "Madl, T",
                "Desfosses, A",
                "Reid, Alderson, T"
            ],
            "year": 2025,
            "source": "bioRxiv. 2025; ",
            "category": 1,
            "document_type": 26,
            "sci": null,
            "pubmed": "40501686",
            "doi": "10.1101/2025.06.02.657148",
            "pmc": "PMC12157618",
            "organizations": [
                "219607-14012",
                "219607-14013",
                "219607-25164"
            ],
            "persons": [
                "219607-91207",
                "219607-111770",
                "219607-58881"
            ],
            "imported": "2026-01-05T01:00:00+01:00",
            "journal": "bioRxiv",
            "issn": "2692-8205",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 219825,
            "title": "Amalgam und seine vielversprechenden Alternativen",
            "abstract": null,
            "authors": [
                "Behlau, A"
            ],
            "year": 2025,
            "source": "DENTALakademie; MAR 5, 2025; Klagenfurt-Viktring, AUSTRIA. 2025. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219825-14111"
            ],
            "persons": [
                "219825-104660"
            ],
            "imported": "2026-01-13T14:19:31+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": 219826,
            "title": "VOLUME STABILITY OF AMALGAM REPLACEMENT\r\nMATERIALS",
            "abstract": null,
            "authors": [
                "Behlau, A",
                "Behlau, I",
                "Ebeleseder, K",
                "Payer, M",
                "Leitinger, G",
                "Arefnia, B",
                "Sokolowski, Al",
                "Glockner, K"
            ],
            "year": 2025,
            "source": "Meeting: 2025 IADR/PER General Session & Exhibition (Barcelona, Spain)\r\nFinal Presentation ID: 0940\r\nAbstract Category|Abstract Category(s): Dental Materials 3: Metal-based Materials and Other Materials. 2025; -IADR General Session & Exhibition; June 25-28, 2025; Barcelona, SPAIN. ",
            "category": 2,
            "document_type": 22,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "219826-14017",
                "219826-14057",
                "219826-14109",
                "219826-14111"
            ],
            "persons": [
                "219826-104660",
                "219826-50792",
                "219826-50960",
                "219826-51840",
                "219826-51841",
                "219826-94472",
                "219826-83202"
            ],
            "imported": "2026-01-13T14:30:28+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}