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=153820&ordering=year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157136,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153840&ordering=year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153800&ordering=year",
    "results": [
        {
            "id": 212812,
            "title": "First-year dynamics of the anaerobic microbiome and archaeome in infants' oral and gastrointestinal systems.",
            "abstract": null,
            "authors": [
                "Neumann, CJ",
                "Mohammadzadeh, R",
                "Woh, PY",
                "Kobal, T",
                "Pausan, M-R",
                "Shinde, T",
                "Haid, V",
                "Mertelj, P",
                "Weiss, E-C",
                "Kolovetsiou-Kreiner, V",
                "Mahnert, A",
                "Kumpitsch, C",
                "Jantscher-Krenn, E",
                "Moissl-Eichinger, C"
            ],
            "year": 2025,
            "source": "mSystems. 2025; 10(1):e0107124",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001390232300001",
            "pubmed": "39714161",
            "doi": "10.1128/msystems.01071-24",
            "pmc": "PMC11756582",
            "organizations": [
                "212812-14023",
                "212812-14063",
                "212812-14064"
            ],
            "persons": [
                "212812-100806-1",
                "212812-109121-6",
                "212812-68055-6",
                "212812-99612-6",
                "212812-100035-6",
                "212812-50854-6",
                "212812-88993-4",
                "212812-90021-4"
            ],
            "imported": "2024-12-30T01: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": 2024,
            "impactfactor_norm": 0.785,
            "impactfactor_norm_year": 2024,
            "impactfactor_norm_category": "MICROBIOLOGY-SCIE",
            "impactfactor_norm_super": 0.83,
            "impactfactor_norm_super_year": 2022,
            "impactfactor_norm_super_category": "MICROBIOLOGY-SCIE",
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 212150,
            "title": "Consensus Report on Glucagon-Like Peptide-1 Receptor Agonists as Adjunctive Treatment for Individuals With Type 1 Diabetes Using an Automated Insulin Delivery System.",
            "abstract": null,
            "authors": [
                "Shah, VN",
                "Peters, AL",
                "Umpierrez, GE",
                "Sherr, JL",
                "Akturk, HK",
                "Aleppo, G",
                "Bally, L",
                "Cengiz, E",
                "Cinar, A",
                "Dungan, K",
                "Fabris, C",
                "Jacobs, PG",
                "Lal, RA",
                "Mader, JK",
                "Masharani, U",
                "Prahalad, P",
                "Schmidt, S",
                "Zijlstra, E",
                "Ho, CN",
                "Ayers, AT",
                "Tian, T",
                "Aaron, RE",
                "Klonoff, DC"
            ],
            "year": 2025,
            "source": "J Diabetes Sci Technol. 2025; 19(1):191-216",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:001350416800001",
            "pubmed": "39517127",
            "doi": "10.1177/19322968241291512",
            "pmc": "PMC11571606",
            "organizations": [
                "212150-14080"
            ],
            "persons": [
                "212150-50877-6"
            ],
            "imported": "2024-11-18T09:31:25+01:00",
            "journal": "J DIABETES SCI TECHN",
            "issn": "1932-2968",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF DIABETES SCIENCE AND TECHNOLOGY; ",
            "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": 215155,
            "title": "Metagenomic estimation of absolute bacterial biomass in the mammalian gut through host-derived read normalization.",
            "abstract": null,
            "authors": [
                "Tang, G",
                "Carr, AV",
                "Perez, C",
                "Sarmiento, KR",
                "Levy, L",
                "Lampe, JW",
                "Diener, C",
                "Gibbons, SM"
            ],
            "year": 2025,
            "source": "bioRxiv. 2025; ",
            "category": 1,
            "document_type": 26,
            "sci": null,
            "pubmed": "39829744",
            "doi": "10.1101/2025.01.07.631807",
            "pmc": "PMC11741328",
            "organizations": [
                "215155-14023"
            ],
            "persons": [
                "215155-125176"
            ],
            "imported": "2025-03-10T01: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": false,
            "local_affiliation": false
        },
        {
            "id": 215151,
            "title": "Structural basis of collagen glucosyltransferase function and its serendipitous role in kojibiose synthesis.",
            "abstract": null,
            "authors": [
                "Kim, JS",
                "Chen, Z",
                "Garcia, SAE",
                "Buhlheller, C",
                "Richards, SJ",
                "Chen, T",
                "Wu, J",
                "Bruntz, RC",
                "Gilliam, ME",
                "Yamauchi, M",
                "Liang, B",
                "Guo, H"
            ],
            "year": 2025,
            "source": "Res Sq. 2025; ",
            "category": 1,
            "document_type": 26,
            "sci": null,
            "pubmed": "39975904",
            "doi": "10.21203/rs.3.rs-5850681/v1",
            "pmc": "PMC11838735",
            "organizations": [
                "215151-14080"
            ],
            "persons": [
                "215151-122513"
            ],
            "imported": "2025-03-10T01:00:00+01:00",
            "journal": "Res Sq",
            "issn": "2693-5015",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 214791,
            "title": "Ocular Telangiectasia and Cerebellar Atrophy in Ataxia-Telangiectasia (Louis-Bar Syndrome).",
            "abstract": null,
            "authors": [
                "Gattermeyer-Kell, L",
                "Kern, D",
                "Kögl, M",
                "Schwingenschuh, P"
            ],
            "year": 2025,
            "source": "Tremor Other Hyperkinet Mov (N Y). 2025; 15:  4",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001436608900001",
            "pubmed": "39867503",
            "doi": "10.5334/tohm.992",
            "pmc": "PMC11758811",
            "organizations": [
                "214791-14051"
            ],
            "persons": [
                "214791-110668-1",
                "214791-105380-6",
                "214791-50172-4",
                "214791-81710-6"
            ],
            "imported": "2025-03-03T01:00:00+01:00",
            "journal": "Tremor Other Hyperkinet Mov (N Y)",
            "issn": "2160-8288",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 215131,
            "title": "Early CABG with intraoperative hemoadsorption in patients on ticagrelor: Real world data from the international Safe and Timely Antithrombotic Removal (STAR) registry.",
            "abstract": null,
            "authors": [
                "Storey, RF",
                "Hassan, K",
                "Meyer, AL",
                "Eberle, T",
                "deNeve, N",
                "Thielmann, M",
                "Bernardi, MH",
                "Marczin, N",
                "Guenther, U",
                "Panholzer, B",
                "Maechler, H",
                "Hunter, S",
                "Matejic-Spasic, M",
                "Wendt, D",
                "Deliargyris, EN",
                "Schmoeckel, M"
            ],
            "year": 2025,
            "source": "Cardiovasc Revasc Med. 2025; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "40044567",
            "doi": "10.1016/j.carrev.2025.02.015",
            "pmc": null,
            "organizations": [
                "215131-14075"
            ],
            "persons": [
                "215131-51592-6"
            ],
            "imported": "2025-03-10T01:00:00+01:00",
            "journal": "Cardiovasc Revasc Med",
            "issn": "1878-0938",
            "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": 215157,
            "title": "Besuch von Kindern auf der Intensivstation",
            "abstract": null,
            "authors": [
                "Hoffmann, M",
                ""
            ],
            "year": 2025,
            "source": "2. Vernetzungstreffen der\r\nKAGes-Intensiveinheiten; 13. März 2025; Graz, Austria . 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215157-14076"
            ],
            "persons": [
                "215157-92002"
            ],
            "imported": "2025-03-10T16:52:04+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": 215160,
            "title": "Spatial distribution of immune cells in patients with steroid-refractory graftversus-host disease",
            "abstract": null,
            "authors": [
                "Gaksch, L",
                "Teufelberger, A",
                "Haingartner, S",
                "Aigelsreiter, A",
                "Wolf, P",
                "Neumeister, P",
                "Deutsch, A",
                "Greinix, H"
            ],
            "year": 2025,
            "source": "2nd Alpe Adria Hematology Meeting 2025; MAR 7-8, 2025; Trieste, ITALY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215160-14020",
                "215160-14047",
                "215160-14082"
            ],
            "persons": [
                "215160-111069",
                "215160-50871",
                "215160-54230",
                "215160-107955",
                "215160-51618",
                "215160-51930",
                "215160-59183",
                "215160-82501"
            ],
            "imported": "2025-03-11T10:58: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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 215161,
            "title": "Splenic Artery Aneurysm – is Endovascular Treatment a safe long-term Therapy?",
            "abstract": null,
            "authors": [
                "Cohnert, T",
                "Siegl,G",
                "Baumann, A",
                "Portugaller, H"
            ],
            "year": 2025,
            "source": "Houston Aortic Symposium 2025; MAR 6-8, 2025; Houston, Texas, USA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215161-14074",
                "215161-14108"
            ],
            "persons": [
                "215161-50860",
                "215161-51880",
                "215161-51955",
                "215161-82944"
            ],
            "imported": "2025-03-11T11:41: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": false,
            "local_affiliation": true
        },
        {
            "id": 215163,
            "title": "Is the Porcine Model \u000bvalid for Endovenous Research? Biomechanical Properties of \u000bporcine and human Veins",
            "abstract": null,
            "authors": [
                "Siegl, G",
                "Harloff, C",
                "Cohnert, T \r\n"
            ],
            "year": 2025,
            "source": "Houston Aortic Meeting 2025; MAR 6-8, 2025; Houston, Texas, USA. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215163-14018",
                "215163-14074"
            ],
            "persons": [
                "215163-50860",
                "215163-82944"
            ],
            "imported": "2025-03-11T12:44:09+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": 207399,
            "title": "Wenn das Immunsystem das eigene Gehirn angreift.",
            "abstract": null,
            "authors": [
                "Hochmeister, S"
            ],
            "year": 2025,
            "source": "Brain Awareness Week 2025; MAR 10-14, 2025; Vienna, AUSTRIA. 2025. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "207399-14051"
            ],
            "persons": [
                "207399-58284"
            ],
            "imported": "2024-02-01T23:42:36+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 215203,
            "title": "In memoriam Berndt Urlesberger.",
            "abstract": null,
            "authors": [
                "Mileder, LP"
            ],
            "year": 2025,
            "source": "16th Dresden Symposium on Feto-Neonatal Health; MAR 13-15, 2025; Dresden, GERMANY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215203-14094"
            ],
            "persons": [
                "215203-68534"
            ],
            "imported": "2025-03-14T23:27:46+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": 215204,
            "title": "Measurement of cerebral pulse frequency using pulsatile near-infrared spectroscopy during postnatal resuscitation - a case report.",
            "abstract": null,
            "authors": [
                "Schlatzer, C",
                "Mileder, LP",
                "Schwaberger, B",
                "Pichler, G",
                "Baik-Schneditz, N"
            ],
            "year": 2025,
            "source": "16th Dresden Symposium on Feto-Neonatal Health; MAR 13-15, 2025; Dresden, GERMANY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215204-14094"
            ],
            "persons": [
                "215204-86558",
                "215204-50907",
                "215204-68534",
                "215204-79516",
                "215204-119990"
            ],
            "imported": "2025-03-14T23:39:52+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": 215202,
            "title": "What we do (not) know about neonatal body temperature and postnatal temperature management.",
            "abstract": null,
            "authors": [
                "Mileder, LP"
            ],
            "year": 2025,
            "source": "16th Dresden Symposium on Feto-Neonatal Health; MAR 13-15, 2025; Dresden, GERMANY. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215202-14094"
            ],
            "persons": [
                "215202-68534"
            ],
            "imported": "2025-03-14T23:26: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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 215206,
            "title": "Update der systemischen Therapie bei fortgeschrittenen retroperitonealen Sarkomen",
            "abstract": null,
            "authors": [
                "Szkandera, J"
            ],
            "year": 2025,
            "source": "Sarkomkonferenz 2025; MAR 13-15, 2025; München, DEUTSCHLAND. 2025. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "215206-14085"
            ],
            "persons": [
                "215206-69234"
            ],
            "imported": "2025-03-16T10:04: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 212241,
            "title": "[Not Available].",
            "abstract": null,
            "authors": [
                "Machan, S",
                "Rodríguez, M",
                "Manso, R",
                "Borregón, J",
                "Chamizo, C",
                "Alonso-Alonso, R",
                "Rodríguez-Peralto, JL",
                "Torres, Nieto, MÁ",
                "Monteagudo, C",
                "García, Toro, E",
                "Cerroni, L",
                "García, C",
                "Estrach, T",
                "García, Herrera, A",
                "Ferrer, B",
                "García-Patos, V",
                "Segues, N",
                "de, la, Pinta, FJD",
                "Afonso-Martin, JL",
                "Peñate, Y",
                "Limeres-Gonzalez, MÁ",
                "González-Núñez, MÁ",
                "González-Cruz, C",
                "Fernández, EG",
                "Cereceda, L",
                "Minguez, P",
                "de, la, Fuente, L",
                "Requena, L",
                "Rodríguez-Pinilla, SM"
            ],
            "year": 2025,
            "source": "Actas Dermosifiliogr. 2024; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001439775700001",
            "pubmed": "39566728",
            "doi": "10.1016/j.ad.2024.11.006",
            "pmc": null,
            "organizations": [
                "212241-14047"
            ],
            "persons": [
                "212241-51751-6"
            ],
            "imported": "2024-11-25T01:00:00+01:00",
            "journal": "Actas Dermosifiliogr",
            "issn": "1578-2190",
            "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": 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": 214691,
            "title": "Diagnose und Therapiemöglichkeiten von angeborenen Herzfehlern in der Pädiatrie",
            "abstract": "Die Prävalenz für angeborene Herzfehler (AHF) liegt bei 1,0% aller Lebendgeborenen. Somit zählen sie zu den häufigsten Organfehlbildungen bei Neugeborenen. Innerhalb des letzten Jahrhunderts konnte durch starke Verbesserungen in der kardiovaskulären Diagnostik und Therapien eine erhöhte Überlebensrate von angeborenen Herzfehlern erzielt werden. Therapeutische Eingriffe werden zunehmend mittels interventioneller Methoden durchgeführt. Beim Ventrikelseptumdefekt (VSD) zählt dies beispielsweise zum Routineverfahren. Die Diagnose von angeborenen Herzfehlern erfolgt mittels Elektrokardiogramms (EKG), Thorax-Röntgen und Echokardiographie. Herzfehler können bereits pränatal sichtbar sein. Der Neuigkeitswert dieser Arbeit besteht darin, vorhandene Literatur und Guidelines mit neuen Studien zu vergleichen und einen kompakten Überblick über den momentanen Kenntnisstand verschiedener AHF bei pädiatrischen Patient*innen zu geben. Sie soll im klinischen Alltag als Nachschlagewerk unterstützen. Die Forschungsfrage ist für Frauen und Männer gleichermaßen bedeutsam, da sowohl Mädchen als auch Buben davon betroffen sein können.",
            "authors": [
                "Resch, J"
            ],
            "year": 2025,
            "source": "Humanmedizin; [ Diplomarbeit ] Medizinische Universität Graz; 2025. pp. 79",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2025-02-25T09:18:28+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Medizinische Universität Graz",
            "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": 214133,
            "title": "The Magic Power of Exercise - Let’s Get Mobilized: Einfluss eines aktiven Lebensstils auf den hepatischen Fettgehalt. Ein Pilotprojekt",
            "abstract": "Hintergrund: Inaktivität ist eines der größten gesundheitlichen Probleme in der heutigen Gesellschaft. Das führt unter anderem dazu, dass kardiovaskuläre Ereignisse die Haupttodesursache weltweit sind. Inaktivität führt aber auch zu metabolischen Komplikationen, wie der metabolischen Dysfunktion assoziierten steatotischen Lebererkrankung (MASLD, metabolic dysfunction associated steatotic liver disease). Möglichkeiten, das Ausmaß körperlicher Aktivität zu erhöhen, sind die aktive Gestaltung des Arbeitsweges sowie die Umsetzung eines individuellen Herzfrequenz gesteuerten Trainingsplans. Der gesundheitliche Nutzen dieser zwei Maßnahmen wurde in dieser Pilotstudie untersucht und miteinander verglichen.",
            "authors": [
                "Hillisch, K"
            ],
            "year": 2025,
            "source": "Humanmedizin; [ Diplomarbeit ] Medizinische Universität Graz; 2025. pp. 53",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2025-02-10T11:27:26+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Medizinische Universität Graz",
            "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": 214693,
            "title": "EHealth literacy in emergency care: a scoping review",
            "abstract": "Background: The emergency department (ED) plays a critical role in the healthcare system. However, the increase in non-urgent visits can contribute to overcrowding negatively impacting patient outcomes, healthcare professionals and institutional costs. According to state-of-the-art literature, health literacy is correlated with preventable, non-urgent ED visits. With the growing use of technology and online health information, eHealth literacy has become increasingly important. The aim of this thesis is to provide an overview of eHealth literacy in emergency care.",
            "authors": [
                "Paller, J"
            ],
            "year": 2025,
            "source": "Masterstudium; Pflegewissenschaft; [ Masterarbeit ] Medizinische Universität Graz; 2025. pp. 68",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2025-02-25T09:18:28+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Medizinische Universität Graz",
            "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": 215258,
            "title": "Hypermenorrhoe bei weiblichen Jugendlichen mit Von Willebrand-Syndrom. Zusammenfassung derzeitiger Kenntnis \r\nüber Klinik, Diagnostik und Therapie in der pädiatrischen Gynäkologie",
            "abstract": "Zusammenfassung: Das Von Willebrand-Syndrom ist die häufigste angeborene Hämostasestörung (etwa 1% der Bevölkerung) und kann sich bei weiblichen Jugendlichen  durch zu starke Regelblutungen manifestieren. Seit Einführung der PALM-COEIN Klassifikation 2011 durch FIGO, welche 9 unterschiedliche Ursachen für abnorme uterine Blutungen definiert, sollten Koagulopathien als Grund für Hypermenorrhoe – oder besser gesagt Heavy Menstrual Bleeding/HMB – in der Diagnostik berücksichtigt werden. Eine Zusammenschau themenrelevanter wissenschaftlicher Publikationen bietet einerseits einen Überblick zu Hypermenorrhoe als Symptom des Von Willebrand-Syndroms im Jugendalter, andererseits werden dessen gynäkologische Folgen für weibliche Jugendliche thematisiert. Zusätzlich zeigt diese Arbeit Optionen zu Diagnostik und Therapie auf. Sie soll einen Beitrag zur Sensibilisierung jugendgynäkologischer Praxis leisten bezogen auf schnelles Erkennen und Behandeln des Von Willebrand-Syndroms aufgrund von Hypermenorrhoe. Nur so können etwaige spätere Folgen verhindert bzw. therapeutische Vorkehrungen getroffen werden.",
            "authors": [
                "Kohlmaier-Kohlhauser, A"
            ],
            "year": 2025,
            "source": "Humanmedizin; [ Diplomarbeit ] Medizinische Universität Graz; 2025. pp. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2025-03-17T11:32:25+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Medizinische Universität Graz",
            "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
        }
    ]
}