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=40&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 155671,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=60&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=20&ordering=-impactfactor",
    "results": [
        {
            "id": 211852,
            "title": "Nanopore sequencing-based core genome multilocus sequence typing for\r\nB. pseudomallei surveillance and global infection control.\r\n",
            "abstract": null,
            "authors": [
                "Weigl, S",
                "Dabernig-Heinz, J",
                "Granitz, F",
                "Lipp, M",
                "Kohler , C",
                "Trinh, TT.",
                "Ostermann, L",
                "Wagner, GE.",
                "Steinmetz, I",
                "Lichtenegger, S"
            ],
            "year": 2024,
            "source": "World Melioidosis Conference; OCT 21-23, 2024; Darwin, Australia. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211852-14023"
            ],
            "persons": [
                "211852-112950",
                "211852-65966",
                "211852-95832",
                "211852-98868",
                "211852-111455",
                "211852-76113"
            ],
            "imported": "2024-10-29T13:29:53+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": 211466,
            "title": "Digitale Gesundheit in der Psychiatrie.",
            "abstract": null,
            "authors": [
                "Pezawas, L",
                "Häussl, A"
            ],
            "year": 2024,
            "source": "Proceedings of the ÖGPB Jahrestagung 2024. 2024; -26. Jahrestagung Österreichische Gesellschaft für Neuropsychopharmakologie und Biologische Psychiatrie (ÖGPB) 2024; NOV 7-8, 2024 ; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211466-29444"
            ],
            "persons": [
                "211466-99971"
            ],
            "imported": "2024-10-08T10:49:30+02:00",
            "journal": null,
            "issn": "1997-826X",
            "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": 211432,
            "title": "Transduodenal resection of a large papillary tumor by means of intraoperative cholangioscopy.",
            "abstract": null,
            "authors": [
                "El-Mahrouk, M",
                "El-Shabrawi, A",
                "Langner, C",
                "Hau, HM",
                "Sucher, R"
            ],
            "year": 2024,
            "source": "Int J Surg Case Rep. 2024; 124:  110364",
            "category": 1,
            "document_type": 5,
            "sci": "ISI:001330809900001",
            "pubmed": "39357480",
            "doi": "10.1016/j.ijscr.2024.110364",
            "pmc": "PMC11471639",
            "organizations": [
                "211432-14073",
                "211432-14020"
            ],
            "persons": [
                "211432-117923-6",
                "211432-50044-6",
                "211432-117182-6",
                "211432-119772-2",
                "211432-57246-6"
            ],
            "imported": "2024-10-07T02:00:00+02:00",
            "journal": "Int J Surg Case Rep",
            "issn": "2210-2612",
            "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": 212023,
            "title": "Fetomaternale Medizin –Quo vadis",
            "abstract": null,
            "authors": [
                "Stern, C"
            ],
            "year": 2024,
            "source": "Jahrestagung der FG Frauenheilkunde Steiermark\r\n; Apr 26-27, 2024; Stainz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212023-14064"
            ],
            "persons": [
                "212023-57414"
            ],
            "imported": "2024-11-11T14:57:58+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 208237,
            "title": "Therapie der pulmonalen Hypertonie in der Lungenfibrose - lange überfällig oder gefährlich?",
            "abstract": "Einleitung Die pulmonale Hypertonie in Assoziation mit interstitiellen Lungenerkrankungen (ILD-PH) ist eine schwere Erkrankung der pulmonalen Gefäße mit infauster Prognose, für die es aktuell keine gezielte Therapie gibt. Die Therapie dieser Erkrankung gestaltet sich aufgrund einer sehr komplexen Pathophysiologie, die in vielen Teilen noch wenig verstanden ist, und einer stark heterogenen Gruppe an Grunderkrankungen schwierig. \r\nMaterial und Methoden In dieser Arbeit wurde eine Literaturrecherche zu den aktuellen Forschungsergebnissen zur Therapie der ILD-PH durchgeführt. \r\nErgebnisse und Diskussion Da die vasodilatatorischen Therapieoptionen der pulmonalarteriellen Hypertonie in klinischen Studien für die ILD-PH nur vereinzelt positive Ergebnisse zeigen, werden dringend neue Therapieansätze benötigt. Durch die komplexe Pathophysiologie und Beteiligung zahlreicher Mechanismen in der Krankheitsentstehung gibt es eine ganze Reihe an potenziellen neuen therapeutischen Angriffspunkten. Bei diesen neuen, zum Teil vielversprechenden, Therapieoptionen existieren zum Großteil nur experimentelle Tierstudien, somit werden in Zukunft noch klinische Studien erforderlich sein, um die Wirksamkeit dieser Therapien für die betroffenen Patient*innen zu zeigen.",
            "authors": [
                "Veres, M"
            ],
            "year": 2024,
            "source": "Humanmedizin; [ Diplomarbeit ] Medizinische Universität Graz; 2024. pp. 74",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2024-02-15T08:36:07+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": 187565,
            "title": "Chronic heart failure and diabetes.",
            "abstract": null,
            "authors": [
                "Kaser, S",
                "Hulsmann, M",
                "Siostrzonek, P",
                "Clodi, M",
                "Mortl, D",
                "Sourij, H",
                "Huber, K"
            ],
            "year": 2021,
            "source": "J KARDIOL. 2021; 28(1-2): 14-20. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000637010300004",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187565-14080"
            ],
            "persons": [
                "187565-50838-6"
            ],
            "imported": "2021-05-10T10:43:20+02:00",
            "journal": "J KARDIOL",
            "issn": "1024-0098",
            "collection_publisher": null,
            "collection_title": "JOURNAL FUR KARDIOLOGIE; ",
            "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": 179653,
            "title": "New Scleral Depressor Marker for Retinal Detachment Surgery.",
            "abstract": null,
            "authors": [
                "Lytvynchuk, LM",
                "Grzybowski, A",
                "Lorenz, B",
                "Ansari-Shahrezaei, S",
                "Binder, S"
            ],
            "year": 2019,
            "source": "Ophthalmol Retina. 2019; 3(1): 73-76. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000663385100014",
            "pubmed": "30935659",
            "doi": "10.1016/j.oret.2018.08.005",
            "pmc": null,
            "organizations": [
                "179653-14043"
            ],
            "persons": [],
            "imported": "2020-01-24T01:00:00+01:00",
            "journal": "Ophthalmol Retina",
            "issn": "2468-6530",
            "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": 178647,
            "title": "Respiratory Syncytial Virus Prophylaxis with Palivizumab 2019 Update of the Recommendations of the Austrian Association of Pediatric and Adolescent Medicine",
            "abstract": null,
            "authors": [
                "Resch, B",
                "Eber, E",
                "Ehringer-Schetitska, D",
                "Kiechl-Kohlendorfer, U",
                "Michel-Behnke, I",
                "Popow-Kraupp, T",
                "Redlberger-Fritz, M",
                "Seidel, M",
                "Strenger, V",
                "Wald, M",
                "Zacharasiewicz, A",
                "Berger, A"
            ],
            "year": 2019,
            "source": "PADIATR PADOL. 2019; ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000495927200001",
            "pubmed": null,
            "doi": "10.1007/s00608-019-00725-9",
            "pmc": null,
            "organizations": [
                "178647-14092",
                "178647-14094",
                "178647-14095"
            ],
            "persons": [
                "178647-51713-6",
                "178647-56810-6",
                "178647-85188-6"
            ],
            "imported": "2019-12-10T10:16:43+01:00",
            "journal": "PADIATR PADOL",
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": "PADIATRIE UND PADOLOGIE; ",
            "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": 211915,
            "title": "Überblick über die Bildgebung nach bariatrischer Chirurgie",
            "abstract": null,
            "authors": [
                "Schöllnast, H"
            ],
            "year": 2024,
            "source": "Radiologisches Seminar Graz; OKT 10-12, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211915-14104"
            ],
            "persons": [
                "211915-52008"
            ],
            "imported": "2024-11-04T16:30: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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 211920,
            "title": "Sub-Normothermic Liver Machine Perfusion: Equal Performance of Custodiol® and Belzer MPS®",
            "abstract": null,
            "authors": [
                "Stimmeder, S",
                "Leber, B",
                "Briendl, K",
                "Weber, J",
                "Rohrhofer, L",
                "Aigelsreiter, A",
                "Niedrist, T",
                "Sucher, R",
                "Stiegler, P"
            ],
            "year": 2023,
            "source": "TRANSPL INT. 2023; -Austrotransplant 2023; OCT 18-20; Eisenstadt, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211920-14028",
                "211920-14073",
                "211920-14080"
            ],
            "persons": [
                "211920-71910",
                "211920-111188",
                "211920-117182",
                "211920-50874",
                "211920-89855",
                "211920-93640",
                "211920-62756"
            ],
            "imported": "2024-11-04T19:09:37+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": 211940,
            "title": "Sklerodermie bei Kindern",
            "abstract": null,
            "authors": [
                "Skrabl-Baumgartner, A",
                "Huemer, Ch"
            ],
            "year": 2024,
            "source": "Österreichische Ärztezeitung. 2024; 13(14A): 21-24. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211940-14091"
            ],
            "persons": [
                "211940-60213"
            ],
            "imported": "2024-11-06T09:58: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": 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": 211946,
            "title": "Children with acute gastroenteritis: Norovirus genotype distribution in South-East Austria",
            "abstract": null,
            "authors": [
                "Stelzl, E",
                "Lederer, I",
                "Niendorf, S",
                "Jacobsen, S",
                "Kessler, HH"
            ],
            "year": 2024,
            "source": "Clin Chem Lab Med 2024; Congress Abstracts. 2024; 62(6):eA188-eA211.-ISMD2024 Thirteenth International Symposium on\r\nMolecular Diagnostics; JUN 13-14, 2024; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211946-14023"
            ],
            "persons": [
                "211946-50514",
                "211946-51812"
            ],
            "imported": "2024-11-06T11:28:15+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": 211953,
            "title": "The cardiovascular implications of SARS-CoV-2 infection in HIV-positive patients in South Africa: a cross-sectional study",
            "abstract": null,
            "authors": [
                "Fredriksen, PM",
                "Nkeh-Chungag, B",
                "Keolebogile, SM",
                "Hyera, F",
                "Lundin, KEA",
                "Elias, SO",
                "Brix, B",
                "Schmid-Zalaudek, K",
                "Rössler, A",
                "Cvirn, G",
                "Sourij, H",
                "Stelzl, E",
                "Kessler, HH",
                "Saloň, A",
                "Goswami, N"
            ],
            "year": 2024,
            "source": "Clin Chem Lab Med; Congress Abstracts. 2024; 62(6):eA188-eA211.-ISMD2024 Thirteenth International Symposium on\r\nMolecular Diagnostics; JUN 13-14, 2024; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211953-14010",
                "211953-14012",
                "211953-14023",
                "211953-14080"
            ],
            "persons": [
                "211953-50068",
                "211953-50514",
                "211953-51812",
                "211953-97690",
                "211953-50838",
                "211953-51737",
                "211953-57932",
                "211953-94147"
            ],
            "imported": "2024-11-06T11:48:01+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": 211956,
            "title": "Lungenkarzinom, Mediastinum, Zwerchfell und Thoraxwand",
            "abstract": null,
            "authors": [
                "Roj, A"
            ],
            "year": 2024,
            "source": "Ausbildung zur Operationstechnischen Assistenz (OTA); OCT 8, 2024; Graz, AUSTRIA. 2024. ",
            "category": 20,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "211956-14045"
            ],
            "persons": [
                "211956-113170"
            ],
            "imported": "2024-11-06T13:06:16+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": 212028,
            "title": "Fecal calprotectin measured with an app-based home test compared to standard laboratory method. ",
            "abstract": null,
            "authors": [
                "Michaelis, S",
                "Hochfellner, A",
                "Schneider, C",
                "Enko, D"
            ],
            "year": 2024,
            "source": "J Lab Med. 2024; 48(4):eA1-eA88.-19th Annual Congress of the German Society for Clinical Chemistry and Laboratory Medicine (DGKL); SEP 25-27, 2024; Bremen, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212028-14023"
            ],
            "persons": [
                "212028-89193"
            ],
            "imported": "2024-11-11T16:21:06+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": 212204,
            "title": "Ultra-Low-Dose Lungen-CT in der klinischen Routine.",
            "abstract": null,
            "authors": [
                "Sturm, MJ",
                "Tschauner, S",
                "Mentzel, HJ",
                "Kellenberger, CJ",
                "Zellner, M"
            ],
            "year": 2024,
            "source": "Röfo 2024. 2024; 196(S 02)(S128):-61. GPR Jahrestagung; SEP 11-14, 2024; Erlangen, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212204-14106"
            ],
            "persons": [
                "212204-85440"
            ],
            "imported": "2024-11-21T11:34:38+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 212266,
            "title": "Optionen der Beckenanbindung",
            "abstract": null,
            "authors": [
                "Ferlic, PW"
            ],
            "year": 2024,
            "source": "Special Solutions / Revisions; SEP 03-04, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212266-14052"
            ],
            "persons": [
                "212266-60165"
            ],
            "imported": "2024-11-25T21:14:10+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": 212309,
            "title": "Neurologie - Praxisrelevantes aus Guideline Updates 2024",
            "abstract": null,
            "authors": [
                "Enzinger, C"
            ],
            "year": 2024,
            "source": "34. Grazer Fortbildungstage der Ärztekammer für Steiermark; OKT 7-12, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212309-14051"
            ],
            "persons": [
                "212309-50173"
            ],
            "imported": "2024-11-29T11:21:01+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": 212323,
            "title": "NIPT, ETS, Organscreening.",
            "abstract": null,
            "authors": [
                "Klaritsch, P"
            ],
            "year": 2024,
            "source": "Jahrestagung der Österreichischen Gesellschaft für Gynäkologie und Geburtshilfe (OEGGG)\r\n; SEP 23-24, 2024; Salzburg, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212323-14064"
            ],
            "persons": [
                "212323-50155"
            ],
            "imported": "2024-11-29T21:09: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": 212502,
            "title": "Lung malformations.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2024,
            "source": "Here be lungs; DEC 4-6, 2024; Kaapstad, SOUTH AFRICA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "212502-14095"
            ],
            "persons": [
                "212502-51713"
            ],
            "imported": "2024-12-10T13:40:18+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}