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=-impactfactor
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=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=140&ordering=-impactfactor",
    "results": [
        {
            "id": 212284,
            "title": "Bewertung von Chronischen Wunden im Hinblick auf Komorbiditäten und\r\nausgewählten demographischen Parametern– eine retrospektive Studie.",
            "abstract": null,
            "authors": [
                "Petscnig, D",
                "Hecker, A, Glantschnig C",
                "Sondergaard, A",
                "Moshammer, M",
                "Pignet, A.L.",
                "Kotzbeck, P",
                "Kamolz, LP"
            ],
            "year": 2024,
            "source": "ÖGPÄRC\r\n62. Jahrestagung\r\nTA PANTA RHEI – ALLES FLIESST; OCT 3-5, 2024; Linz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212284-14017",
                "212284-14018",
                "212284-14076"
            ],
            "persons": [
                "212284-106534",
                "212284-111830",
                "212284-80111",
                "212284-122126",
                "212284-95211"
            ],
            "imported": "2024-11-27T11:19: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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 211259,
            "title": "Retrospektive Evaluierung des COP-NLR Scores auf seine Eignung als prognostischer und prädiktiver Biomarker bei Patientinnen und Patienten mit Nierenzellkarzinom unter palliativer Erstlinientherapie mit Immun-Checkpoint Inhibitoren.",
            "abstract": "Hintergrund. Das Nierenzellkarzinom ist weltweit das sechst-häufigste Karzinom bei Männern und das zehnt häufigste bei Frauen. In den vergangenen Jahren gab es stetige Fortschritte in der Behandlung des Nierenzellkarzinoms, zuletzt fanden die Checkpoint-Inhibitoren ihren Durchbruch in der Behandlung von zahlreichen Krebsarten, so auch dem Nierenzellkarzinom. Abseits der im Zeitalter der Tyrosinkinaseinhibitoren etablierten IMDC-Klassifikation (Motzer-Kriterien), gibt es aktuell keine relevanten und klinisch etablierten prognostischen sowie prädiktiven Biomarker. Der sogenannte COP-NLR Score wurde bisher nur im Zeitalter der Tyrosinkinaseinhibitoren untersucht. Ziel dieser Arbeit ist es, den COP-NLR Score auf seine Eignung als prognostischer und prädiktiver Biomarker bei Patientinnen und Patienten und palliativer Checkpoint-Inhibitor Therapie zu untersuchen.",
            "authors": [
                "Trink, P"
            ],
            "year": 2024,
            "source": "Humanmedizin; [ Diplomarbeit ] Medizinische Universität Graz; 2024. pp. 80",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2024-09-25T11:32:12+02: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": 210956,
            "title": "Foreign body aspiration in children: Challenges, insights, and pathways forward.",
            "abstract": null,
            "authors": [
                "Goussard, P",
                "Eber, E"
            ],
            "year": 2024,
            "source": "Afr J Thorac Crit Care Med. 2024; 30(2): e2380",
            "category": 1,
            "document_type": 4,
            "sci": null,
            "pubmed": "39171157",
            "doi": "10.7196/AJTCCM.2024.v30i2.2380",
            "pmc": "PMC11334891",
            "organizations": [
                "210956-14095"
            ],
            "persons": [
                "210956-51713-6"
            ],
            "imported": "2024-09-03T02:00:00+02:00",
            "journal": "Afr J Thorac Crit Care Med",
            "issn": "2617-0205",
            "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": 209837,
            "title": "Personalized assessment of vitamin D status by a novel metabolic approach. ",
            "abstract": null,
            "authors": [
                "Zelzer, S",
                "Herrmann, M",
                "Cavalier, E",
                "Kleber, M",
                "Keppel, MH",
                "Enko, D",
                "Scharnagl, H",
                "Pilz, S",
                "MärzW"
            ],
            "year": 2024,
            "source": "Anticancer Research; International Journal of Cancer Research and Treatment. 2024; 44: 2249-2270.-Joint International Symposium - Vitamin D in prevention and therapy & biologic effects of light; MAY 8-10, 2024; Homburg, GERMANY.  (ISBN: 0250-7005 )",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209837-14014",
                "209837-14023",
                "209837-14028",
                "209837-14080"
            ],
            "persons": [
                "209837-68273",
                "209837-50886",
                "209837-53344",
                "209837-81051",
                "209837-89193",
                "209837-99451"
            ],
            "imported": "2024-06-04T10:50:48+02:00",
            "journal": null,
            "issn": "1791-7530",
            "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": 209152,
            "title": "Swallowed denture stuck in the proximal esophagus.",
            "abstract": null,
            "authors": [
                "Habenbacher, M",
                "Andrianakis, A"
            ],
            "year": 2024,
            "source": "Wien Med Wochenschr. 2024; 174(9-10):208-209",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001205028200001",
            "pubmed": "38635109",
            "doi": "10.1007/s10354-024-01040-0",
            "pmc": "PMC11130022",
            "organizations": [
                "209152-14066"
            ],
            "persons": [
                "209152-89704-4",
                "209152-117321-1"
            ],
            "imported": "2024-04-22T02:00:00+02:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": 204046,
            "title": "Undergraduate Skills Training in Pandemic Times: Where Is the Future of Medical Education?",
            "abstract": null,
            "authors": [
                "Hecker, A",
                "Nischwitz, SP",
                "Petritsch, J",
                "Holzer-Geissler, JCJ",
                "Draschl, A",
                "Wegscheider, T",
                "Lumenta, DB"
            ],
            "year": 2023,
            "source": "Eur J Investig Health Psychol Educ. 2023; 13(7): 1219-1228. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001035105100001",
            "pubmed": "37504481",
            "doi": "10.3390/ejihpe13070090",
            "pmc": "PMC10377890",
            "organizations": [
                "204046-14076"
            ],
            "persons": [
                "204046-97446-6",
                "204046-100854-1",
                "204046-68533-6",
                "204046-81670-6",
                "204046-106534-2"
            ],
            "imported": "2023-08-11T02:00:00+02:00",
            "journal": "Eur J Investig Health Psychol Educ",
            "issn": "2254-9625",
            "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": true
        },
        {
            "id": 171397,
            "title": "Complete mesocolic excision for colonic cancer: Society for Translational Medicine expert consensus statement",
            "abstract": null,
            "authors": [
                "Zheng, MH",
                "Ma, JJ",
                "Fingerhut, A",
                "Adamina, MP",
                "Atroschenko, A",
                "Bergamaschi, R",
                "Berho, M",
                "Boni, L",
                "Chadi, SA",
                "Chen, WTL",
                "Delaney, CP",
                "Dapri, G",
                "Khatkov, IE",
                "Kim, NK",
                "Kim, SH",
                "Karachun, A",
                "Lomanto, D",
                "MacRae, H",
                "Milone, M",
                "Morino, M",
                "Remzi, FH",
                "Uranues, S",
                "Watanabe, M",
                "Wexner, S"
            ],
            "year": 2018,
            "source": "ANN LAPAROSC ENDOSC. 2018; 3:  UNSP 68",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000453411900005",
            "pubmed": null,
            "doi": "10.21037/ales.2018.08.02",
            "pmc": null,
            "organizations": [],
            "persons": [
                "171397-51612-6"
            ],
            "imported": "2019-01-04T17:08:32+01:00",
            "journal": "ANN LAPAROSC ENDOSC",
            "issn": "2518-6973",
            "collection_publisher": null,
            "collection_title": "ANNALS OF LAPAROSCOPIC AND ENDOSCOPIC SURGERY; ",
            "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": 194379,
            "title": "C5 ventral ramus block for clavicle surgery: How low concerning the volume can we go?",
            "abstract": null,
            "authors": [
                "Diwan, S",
                "Feigl, G",
                "Nair, A"
            ],
            "year": 2021,
            "source": "J ANAESTH CLIN PHARM. 2021; 37(4): 561-564. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000760896600009",
            "pubmed": "35340971",
            "doi": "10.4103/joacp.JOACP_362_20",
            "pmc": "PMC8944372",
            "organizations": [
                "194379-14018"
            ],
            "persons": [],
            "imported": "2022-03-28T09:31:46+02:00",
            "journal": "J ANAESTH CLIN PHARM",
            "issn": "0970-9185",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF ANAESTHESIOLOGY CLINICAL PHARMACOLOGY; ",
            "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": 209842,
            "title": "Vitamin D and K measurements in postmenopausal women with different bone mineral density status.",
            "abstract": null,
            "authors": [
                "Zelzer, S",
                "Meinitzer, A",
                "Enko, D",
                "Markis, K",
                "Tournis, S",
                "Trironidi, I",
                "Spanou, L",
                "Alonso, N",
                "Cavalier, E",
                "Herrmann, M"
            ],
            "year": 2024,
            "source": "Abstracts of the ECTS 2024 Congres; JBMR Plus. 2024; 8(S1):i1-i340.-51st European Calcified Tissue Society (ECTS) Congress ; May 25-28, 2024; Marseille, FRANCE. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "209842-14014",
                "209842-14028"
            ],
            "persons": [
                "209842-68273",
                "209842-107134",
                "209842-89193",
                "209842-99451"
            ],
            "imported": "2024-06-04T15:18:16+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 211347,
            "title": "Replacing middle colic artery arising from the splenic artery-an arterial variety in a patient undergoing total pancreatoduodenectomy.",
            "abstract": null,
            "authors": [
                "Karitnig, R",
                "Margreiter, C",
                "Wagner, D",
                "Wienerroither, VF",
                "Lederer, A",
                "Hau, HM",
                "Kornprat, P",
                "Talakic, E",
                "Sucher, R"
            ],
            "year": 2024,
            "source": "J Surg Case Rep. 2024; 2024(9): rjae609",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001318786200005",
            "pubmed": "39314780",
            "doi": "10.1093/jscr/rjae609",
            "pmc": "PMC11419310",
            "organizations": [
                "211347-14073",
                "211347-14104"
            ],
            "persons": [
                "211347-117923-6",
                "211347-117182-6",
                "211347-50039-6",
                "211347-74075-6",
                "211347-104125-2",
                "211347-59327-6",
                "211347-99883-6"
            ],
            "imported": "2024-10-01T02:00:00+02:00",
            "journal": "J Surg Case Rep",
            "issn": "2042-8812",
            "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": 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": 211840,
            "title": "Management of Total Knee Arthroplasty in Chondrogenic Tumors\r\nretrospective case series, literature review and management recommendation",
            "abstract": "Introduction. Chondrogenic tumors near the knee, such as benign enchondromas, are relatively common findings, often detected incidentally during imaging for other conditions like osteoarthritis. These tumors, which are typically asymptomatic unless they become large enough to cause pain or fractures, can complicate the management of osteoarthritis when Total Knee Arthroplasty (TKA) is required. The prevalence of chondrogenic tumors near the knee varies, with some MRI studies indicating a frequency between 0.2% and 2.9%. The challenge arises when a TKA is planned in the presence of a chondrogenic tumor of uncertain dignity, as the risk of severe complications, including amputation, becomes a critical concern. The aim of this study was to determine the necessary diagnostic, preoperative, and intraoperative steps to achieve the best possible outcomes for patients undergoing TKA in the presence of these tumors.",
            "authors": [
                "Kremser, J"
            ],
            "year": 2024,
            "source": "Humanmedizin; [ Diplomarbeit ] Medizinische Universität Graz; 2024. pp. 99",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2024-10-28T09:03:36+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": 211918,
            "title": "Harnwegsinfektion",
            "abstract": null,
            "authors": [
                "Wunder, A",
                "Schutting, G",
                "Kert, S"
            ],
            "year": 2024,
            "source": " In: Bachler, H; Rabady, S; Zelko, E editors(s). Lehrbuch für Allgemein-/Familienmedizin. 1: Linz: TRAUNER Verlag + Buchservice GmbH\r\n; p. 107-121.  2024(ISBN: 978-3-99151-336-0) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211918-27964"
            ],
            "persons": [
                "211918-97773",
                "211918-113131"
            ],
            "imported": "2024-11-04T16:55:11+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Bachler, H; Rabady, S; Zelko, E",
            "collection_title": "Lehrbuch für Allgemein-/Familienmedizin",
            "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": 211930,
            "title": "Performance of Steatotic Pig Livers during Sub-Normothermic Machine Perfusion.",
            "abstract": null,
            "authors": [
                "Stimmeder, S",
                "Leber, B",
                "Weber, J",
                "Rohrhofer, L",
                "Sucher, R",
                "Stiegler, P"
            ],
            "year": 2024,
            "source": "TRANSPL INT. 2024; -Austrotransplant 2024; OCT 16-18, 2024; Salzburg, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211930-14073",
                "211930-14080"
            ],
            "persons": [
                "211930-111188",
                "211930-89855",
                "211930-93640",
                "211930-117182",
                "211930-50874",
                "211930-62756"
            ],
            "imported": "2024-11-04T20:09:22+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": true,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 211973,
            "title": "Welcome and introduction to the Breast Imaging Course.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2024,
            "source": "ESOR Asklepios Breast Imaging Course 2024; OCT 23-25, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211973-14104"
            ],
            "persons": [
                "211973-82111"
            ],
            "imported": "2024-11-07T17:10: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": 211975,
            "title": "Minimal invasive therapy.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2024,
            "source": "ESOR Asklepios Breast Imaging Course 2024; OCT 23-25, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211975-14104"
            ],
            "persons": [
                "211975-82111"
            ],
            "imported": "2024-11-07T17:13:11+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": 211977,
            "title": "Hands-on ultrasound guided interventions I.",
            "abstract": null,
            "authors": [
                "Mann, R",
                "D'Angelo, A",
                "Kilburn-Toppin, F",
                "Adelsmayr, G",
                "Steiner, J",
                "Fuchsjäger, M"
            ],
            "year": 2024,
            "source": "ESOR Asklepios Breast Imaging Course 2024; OCT 23-25, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211977-14054",
                "211977-14104"
            ],
            "persons": [
                "211977-66027",
                "211977-82111"
            ],
            "imported": "2024-11-07T17:18:47+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": 212087,
            "title": "CHARACTERISATION OF CARDIAC FUNCTION AND STRUCTURE IN AN ATHEROSCLEROSIS PRONE MOUSE MODEL OF OBESITY AND TYPE 2 DIABETES",
            "abstract": "Obesity and Type 2 diabetes mellitus (T2DM) increase the risk for heart failure (HF), including diastolic dysfunction. While animal models of obesity and T2DM used for mechanistic research display diastolic dysfunction, these models usually lack development of atherosclerosis unless an atherosclerosis predisposing mutation has been included. Thus, these animal models do not allow to estimate the additional contribution of atherosclerosis and vascular dysfunction which however commonly develop in humans with T2DM. Thus, the aim of the current study was to investigate the effects of obesity and T2DM on cardiac function and structure in a mouse model that also develops atherosclerosis.",
            "authors": [
                "Cichocki, F"
            ],
            "year": 2024,
            "source": "Humanmedizin; [ Diplomarbeit ] Medizinische Universität Graz; 2024. pp. 59",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2024-11-12T09:42:33+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": 212097,
            "title": "SYNDAKTYLIE DER HAND\r\nEine Übersichtsarbeit",
            "abstract": "Mit einer jährlichen Inzidenz von einer von etwa 2000 bis 3000 Lebendgeburten ist die Syndaktylie, also die Verschmelzung zwei benachbarter Finger eine der häufigsten Fehlbildungen der Hand. Sie manifestiert sich aufgrund zahlreicher möglicher Wege der intrauterinen Entstehung in unterschiedlichsten phänotypischen Ausprägungsformen. Das Krankheitsbild ist bereits seit vielen Jahren Thema der medizinischen Forschung und es werden in der Literatur laufend neue Erkenntnisse hinsichtlich Epidemiologie, Ätiologie, Diagnostik und vor allem auch chirurgischer Behandlungsmethoden beschrieben. In dieser Arbeit soll ein Überblick über den aktuellen Wissensstand rund um diese Malformation mit Hauptaugenmerk auf die chirurgische Versorgung geschaffen werden und unter anderem auf die Frage nach dem Vorhandensein einer vorteilhaften Operationsmethode oder einem idealen Operationszeitpunkt eingegangen werden. Hierfür wurden die gängigen Suchmaschinen auf die verfügbare Evidenz durchsucht und die wichtigsten Inhalte zu einer strukturierten Übersichtsarbeit kondensiert. Insgesamt verzeichnen die allermeisten der zahlreichen beschriebenen Behandlungstechniken sehr zufriedenstellende Ergebnisse, wobei die eingeschränkte Vergleichbarkeit der verfügbaren Studien aufgrund uneinheitlicher Einschluss- und Beurteilungskriterien, sowie Fallzahlen und Studiendesigns keine Identifikation einer allgemein zu bevorzugenden Operationsmethode zulässt. ",
            "authors": [
                "Goldmann, N"
            ],
            "year": 2024,
            "source": "Humanmedizin; [ Diplomarbeit ] Medizinische Universität Graz; 2024. pp. 68",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2024-11-12T09:42:33+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": 212117,
            "title": "Forensic Imaging - a practical guide",
            "abstract": null,
            "authors": [
                "Dedouit F, Yen K, Heinze S"
            ],
            "year": 2022,
            "source": "Cham: Springer; 2022. pp. 196. (ISBN: 978-3-030-83351-0) ",
            "category": 14,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2024-11-14T13:49: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": 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": 212124,
            "title": "Loss of retention of locators",
            "abstract": null,
            "authors": [
                "Thurner, B",
                "Sokolowski, A"
            ],
            "year": 2024,
            "source": "Clinical Oral Implants Research. 2024; 35(S28):47-318.-EAO congress; OKT 24-26, 2024; Milan, ITALY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212124-14057",
                "212124-14111"
            ],
            "persons": [
                "212124-122631",
                "212124-85682"
            ],
            "imported": "2024-11-15T13:15: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": 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
        }
    ]
}