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=153600&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157100,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153620&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153580&ordering=impactfactor",
    "results": [
        {
            "id": 187429,
            "title": "Comparison of two different intratympanic steroid injection protocols, concerning injection countand interval length, as salvage therapy for idiopathic sudden sensorineural hearing loss",
            "abstract": null,
            "authors": [
                "Andrianakis, A",
                "Kiss, P",
                "Holzmeister, C",
                "Moser, U",
                "Wolf, A",
                "Tomazic, PV",
                "Graupp, M"
            ],
            "year": 2021,
            "source": "Konferenzband. 2021; -15th Congress of the European Federation of Audiology Societies; MAY 20-21, 2021; Oldenburg, GERMANY. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187429-14066"
            ],
            "persons": [
                "187429-102292",
                "187429-82492",
                "187429-89704",
                "187429-96325",
                "187429-97022"
            ],
            "imported": "2021-04-28T14:28:19+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": 187430,
            "title": "Das Rostrum rettet das Gehirn, aber nicht den Patienten",
            "abstract": null,
            "authors": [
                "Wolf, A",
                "Andrianakis, A",
                "Holzmeister, C",
                "Moser, U",
                "Hirsch, T",
                "Weiland, T",
                "Kiss, P",
                "Tomazic, PV"
            ],
            "year": 2021,
            "source": "Abstract und Posterband. 2021; -92. Jahresversammlung der Deutschen Gesellschaft für HNO-Heilkunde, Kopf- und Hals-Chirurgie e.V., Bonn; MAY 12-16, 2021; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187430-14066"
            ],
            "persons": [
                "187430-102292",
                "187430-82492",
                "187430-89704",
                "187430-92858",
                "187430-96325",
                "187430-97022"
            ],
            "imported": "2021-04-28T14:49:39+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": 187431,
            "title": "Die intratympanale Triamcinolonacetonid Applikation als Salvage Therapieoption des idiopathischen Hörsturzes",
            "abstract": null,
            "authors": [
                "Andrianakis, A",
                "Moser, U",
                "Wolf, A",
                "Kiss, P",
                "Holzmeister, C",
                "Tomazic, PV",
                "Graupp, M"
            ],
            "year": 2021,
            "source": "Abstract und Posterband. 2021; -92. Jahresversammlung der Deutschen Gesellschaft für HNO-Heilkunde, Kopf- und Hals-Chirurgie e.V., Bonn ; MAY 12-16, 2021; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187431-14066"
            ],
            "persons": [
                "187431-102292",
                "187431-82492",
                "187431-89704",
                "187431-96325",
                "187431-97022"
            ],
            "imported": "2021-04-28T14:53:15+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": 187432,
            "title": "Fibröses Histiozytom im Sinus frontalis.",
            "abstract": null,
            "authors": [
                "Kiss, P",
                "Wolf, A",
                "Andrianakis, A",
                "Holzmeister, C",
                "Weiland, T",
                "Hirsch, T",
                "Moser, U",
                "Tomazic, PV"
            ],
            "year": 2021,
            "source": "Abstract und Posterband. 2021; -92. Jahresversammlung der Deutschen Gesellschaft für HNO-Heilkunde, Kopf- und Hals-Chirurgie e.V., Bonn ; MAY 12-16, 2021; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187432-14066"
            ],
            "persons": [
                "187432-102292",
                "187432-82492",
                "187432-89704",
                "187432-92858",
                "187432-96325",
                "187432-97022"
            ],
            "imported": "2021-04-28T14:56:02+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": 187433,
            "title": "Der Winkel zwischen anteriorer und medialer Kieferhöhlenwand als explorativer/prädiktiver Einflussfaktor im Rahmen des prelacrimal window approach.",
            "abstract": null,
            "authors": [
                "Hirsch, T",
                "Andrianakis, A",
                "Holzmeister, C",
                "Moser, U",
                "Kiss, P",
                "Wolf, A",
                "Redzic, A",
                "Tomazic, PV"
            ],
            "year": 2021,
            "source": "Abstract und Posterband. 2021; -92. Jahresversammlung der Deutschen Gesellschaft für HNO-Heilkunde, Kopf- und Hals-Chirurgie e.V., Bonn ; MAY 12-16, 2021; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187433-14066"
            ],
            "persons": [
                "187433-102292",
                "187433-82492",
                "187433-89704",
                "187433-96325",
                "187433-97022"
            ],
            "imported": "2021-04-28T14:58:48+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": 187434,
            "title": "Reflux symptom index and clinical laryngopharyngeal reflux as predictors for snoring and obstructive sleep apnoea.",
            "abstract": null,
            "authors": [
                "Holzmeister, C",
                "Andrianakis, A",
                "Kiss, P",
                "Moser, U",
                "Wolf, A",
                "Tomazic, PV"
            ],
            "year": 2021,
            "source": "Abstract und Posterband. 2021; -92. Jahresversammlung der Deutschen Gesellschaft für HNO-Heilkunde, Kopf- und Hals-Chirurgie e.V., Bonn ; MAY 12-16, 2021; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187434-14066"
            ],
            "persons": [
                "187434-102292",
                "187434-82492",
                "187434-89704",
                "187434-96325",
                "187434-97022"
            ],
            "imported": "2021-04-28T15:01:24+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": 187435,
            "title": "Suitability of organotypic tissue culture for studying the iron homeostasis in the human central nervous system in Alzheimer's' condition.",
            "abstract": null,
            "authors": [
                "Sunkara, S",
                "Etschmaier, V",
                "Patz, S",
                "Leitinger, G"
            ],
            "year": 2021,
            "source": "5th Joint Workshop and Scientific Meeting on Correlative Microscopy; Feb 15-17, 2021; London, UK; Heildelberg, Belgium, GERMANY; . 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187435-14017"
            ],
            "persons": [
                "187435-50960"
            ],
            "imported": "2021-04-28T16:47:12+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 187436,
            "title": "Computed tomography pulmonary angiography for the diagnosis of pulmonary embolism: Diagnostic accuracy of a reduced scan range",
            "abstract": null,
            "authors": [
                "Schmid, J",
                "Nagy, E",
                "Mandl, J",
                "Janisch, M",
                "Kaufmann-Bühler, A",
                "Eibisberger, M",
                "Janek, E",
                "Reiter, C",
                "Softic, N",
                "Guss, H",
                "Adelsmayr, G"
            ],
            "year": 2021,
            "source": "ECR 2021 Book of Abstracts. Insights Imaging. 2021; 12(75):-ECR 2021; MAR 3-7, 2021; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187436-14104",
                "187436-14106",
                "187436-14108"
            ],
            "persons": [
                "187436-90514",
                "187436-87602",
                "187436-104202",
                "187436-91529",
                "187436-97688",
                "187436-99730",
                "187436-66027"
            ],
            "imported": "2021-04-28T16:52:26+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": 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": 213439,
            "title": "Natural Disasters and Fungal Infections.",
            "abstract": null,
            "authors": [
                "Hoenigl, M"
            ],
            "year": 2024,
            "source": "Österreichischer Infektionskongress 2024; APR 9, 2024; Saalfelden, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213439-29164"
            ],
            "persons": [
                "213439-64754"
            ],
            "imported": "2025-01-27T11:03:18+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 187441,
            "title": "Das Ziel: Individualisierte Therapie unter Berücksichtigung persönlicher Lebensumstände",
            "abstract": null,
            "authors": [
                "Schöffl C"
            ],
            "year": 2021,
            "source": "HAE Therapie - Quo vadis?; APR 29, 2021; Vienna, Austria. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187441-14047"
            ],
            "persons": [
                "187441-95463"
            ],
            "imported": "2021-04-29T15:01:17+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": false,
            "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": 187442,
            "title": "Comparison between laparoscopy and retroperitoneoscopy\r\nfor partial nephrectomy in children.",
            "abstract": null,
            "authors": [
                "Till, H"
            ],
            "year": 2021,
            "source": "Master on Pediatric Urology: Contemporary strategies from fetal life to adolescence ; APR 19-20,2021; Bologna, ITALY. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187442-14049"
            ],
            "persons": [
                "187442-83445"
            ],
            "imported": "2021-04-29T15:30:29+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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 187443,
            "title": "Rectal prolapse: Wells procedure.",
            "abstract": null,
            "authors": [
                "Till, H"
            ],
            "year": 2021,
            "source": "IRCAD Advanced laparoscopy in newborns; APR 22-24,2021; Strasbourg, FRANCE. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187443-14049"
            ],
            "persons": [
                "187443-83445"
            ],
            "imported": "2021-04-29T15:34:24+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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 187444,
            "title": "Hirschsprung desease ",
            "abstract": null,
            "authors": [
                "Till, H",
                "Lima, M"
            ],
            "year": 2021,
            "source": "IRCAD Advanced laparoscopy in newborns; APR 22-24,2021; Strasbourg, FRANCE. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187444-14049"
            ],
            "persons": [
                "187444-83445"
            ],
            "imported": "2021-04-29T15:35: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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 187445,
            "title": "Diaphragmatic hernias.",
            "abstract": null,
            "authors": [
                "Till, H"
            ],
            "year": 2021,
            "source": "IRCAD Advanced laparoscopy in newborns; APR 22-24,2021; Strasbourg, FRANCE. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187445-14049"
            ],
            "persons": [
                "187445-83445"
            ],
            "imported": "2021-04-29T15:36:05+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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 187446,
            "title": "Meckel Diverticulum. ",
            "abstract": null,
            "authors": [
                "Till, H"
            ],
            "year": 2021,
            "source": "ESPES Master in Pediatric MIS ; APR 23,2021; Virtuell. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187446-14049",
                "187446-14083"
            ],
            "persons": [
                "187446-60377",
                "187446-83445"
            ],
            "imported": "2021-04-29T15:41:31+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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213432,
            "title": "Hyperspectral Imaging as a tool to predict organ reperfusion quality in liver transplantation",
            "abstract": null,
            "authors": [
                "Geisler, A",
                "Lederer, A",
                "Hau, HM",
                "Sucher, S",
                "Scheuermann, U",
                "Seehofer, D",
                "Rademacher, S"
            ],
            "year": 2024,
            "source": "Transplantation. 2024; -Austrotransplant 2024; OKT 16-18, 2024; Salzburg, Austria. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213432-14073"
            ],
            "persons": [
                "213432-117182",
                "213432-117782",
                "213432-117923"
            ],
            "imported": "2025-01-27T10:33:05+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": 213446,
            "title": "Fungal infections in times of climate change and Natural Disasters.",
            "abstract": null,
            "authors": [
                "Hoenigl, M"
            ],
            "year": 2024,
            "source": "Medicalis Congress 2024; MAR 14-17,2024; Cluj, ROMANIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213446-29164"
            ],
            "persons": [
                "213446-64754"
            ],
            "imported": "2025-01-27T11:24: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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 187451,
            "title": "Realtime flow imaging for assessment of aortic and pulmonary blood flow.",
            "abstract": null,
            "authors": [
                "Reiter, G",
                "Reiter, C",
                "Kräuter, C",
                "Nizhnikava, V",
                "Giese, D",
                "Fuchsjäger, M",
                "Reiter, U"
            ],
            "year": 2021,
            "source": "Insights into Imaging. 2021; -ECR 2021 - European Congress of Radiology; MAR 3-7, 2021; Vienna, AUSTRIA (Online). ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187451-14054",
                "187451-14104"
            ],
            "persons": [
                "187451-53950",
                "187451-82111",
                "187451-97688"
            ],
            "imported": "2021-04-30T08:10:28+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": 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": 187452,
            "title": "Assessment of aortic and pulmonary flow volumes: Acceleration by compressed sensing",
            "abstract": null,
            "authors": [
                "Reiter, U",
                "Reiter, C",
                "Kräuter, C",
                "Nizhnikava, V",
                "Giese, D",
                "Fuchsjäger, M",
                "Reiter, G"
            ],
            "year": 2021,
            "source": "Insights into Imaging. 2021; -ECR 2021 - European Congress of Radiology; MAR 3-7, 2021; Vienna, AUSTRIA (Online). ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187452-14054",
                "187452-14104"
            ],
            "persons": [
                "187452-53950",
                "187452-82111",
                "187452-97688"
            ],
            "imported": "2021-04-30T08:21:04+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": 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": 187453,
            "title": "Impact of timing of hematocrit sampling for myocardial extracellular volume evaluation",
            "abstract": null,
            "authors": [
                "Reiter, C",
                "Reiter, G",
                "Kräuter, C",
                "Nizhnikava, V",
                "Schmidt, A",
                "Scherr, D",
                "Fuchsjäger, M",
                "Reiter, U"
            ],
            "year": 2021,
            "source": "Insights into Imaging. 2021; -ECR 2021 - European Congress of Radiology; MAR 3-7, 2021; Vienna, AUSTRIA (Online). ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187453-14054",
                "187453-14083",
                "187453-14104"
            ],
            "persons": [
                "187453-50168",
                "187453-53950",
                "187453-61189",
                "187453-82111",
                "187453-97688"
            ],
            "imported": "2021-04-30T08:27:38+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": 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
        }
    ]
}