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=1980&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158660,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2000&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1960&ordering=-impactfactor",
    "results": [
        {
            "id": 77258,
            "title": "Myocardial infarction and hemostasis.",
            "abstract": null,
            "authors": [
                "Prüller, F"
            ],
            "year": 2006,
            "source": "Biochemia Medica 2006; 16(S1):S68--5th Croatian Congress of Medical Biochemists with international participation; OCT 18-22, 2006; Porec, CROATIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "77258-14028"
            ],
            "persons": [
                "77258-57144"
            ],
            "imported": "2008-02-28T21:59:51+01:00",
            "journal": null,
            "issn": "1330-0962",
            "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": 76376,
            "title": "Influence of family structure and social contacts on the self-reported quality of life of MS patients in Austria, Germany and Poland",
            "abstract": null,
            "authors": [
                "Pluta-Fuerst, A"
            ],
            "year": 2007,
            "source": "Multiple Sclerosis 2007; 13(Suppl 2): S266-S266.-23rd Congress of the European Committee for the Treatment and Research in Multiple Sclerosis (ECTRIMS); OCT 11-14, 2007; Prague, CZECH REPUBLIC. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "76376-14051"
            ],
            "persons": [],
            "imported": "2008-02-26T16:22:50+01:00",
            "journal": null,
            "issn": "1352-4585",
            "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": 69291,
            "title": "Respiratory Bronchiolitis - Associated Interstitial Lung Disease with Fibrosis in Young Patients Presenting with Spontaneous Pneumothorax.",
            "abstract": null,
            "authors": [
                "Stacher, E",
                "Scheidl, S",
                "Popper, HH"
            ],
            "year": 2007,
            "source": "Virchows Archiv2007; 451(2):430--21st European Congress of Pathology; SEP 8-13, 2007; Istanbul, TURKEY.  (ISBN: 0945-6317 )",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000249454600970",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "69291-14020",
                "69291-14087"
            ],
            "persons": [
                "69291-51523",
                "69291-50167"
            ],
            "imported": "2007-09-27T13:26:30+02:00",
            "journal": null,
            "issn": "0945-6317",
            "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": 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": 189181,
            "title": "[Quality assurance of pain care in Austria : Classification of management facilities].",
            "abstract": null,
            "authors": [
                "Jaksch, W",
                "Likar, R",
                "Folkes, E",
                "Machold, K",
                "Herbst, F",
                "Pils, K",
                "Stippl, P",
                "Lettner, S",
                "Alfons, M",
                "Crevenna, R",
                "Wiederer, C",
                "Dieber, J",
                "Glehr, R"
            ],
            "year": 2017,
            "source": "Wien Med Wochenschr. 2017; 167(15-16): 349-358. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000413462400001",
            "pubmed": "28424996",
            "doi": "10.1007/s10354-017-0563-5",
            "pmc": null,
            "organizations": [],
            "persons": [
                "189181-53309-6"
            ],
            "imported": "2021-09-07T02:00:00+02:00",
            "journal": "Wien Med Wochenschr",
            "issn": "1563-258X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 68617,
            "title": "Preclinical management of polytrauma.",
            "abstract": null,
            "authors": [
                "Prause G",
                "Wildner, G",
                "Kulier, A"
            ],
            "year": 2002,
            "source": "British Journal of Anaesthesia 2002; 89(S 1):10-10.-Austrian International Congress 2002 and Rudolf Kucher Forum; SEP 11-13, 2002; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68617-14044",
                "68617-14069"
            ],
            "persons": [
                "68617-50018",
                "68617-51986"
            ],
            "imported": "2007-09-20T19:21:13+02:00",
            "journal": null,
            "issn": "0007-0912",
            "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": false
        },
        {
            "id": 67324,
            "title": "Differences in Prehospital Emergency Treatment of Trauma Patients - Comparing Anaesthesiologists, Internists and Surgeons.",
            "abstract": null,
            "authors": [
                "Prause, G",
                "Gemes, G",
                "Wildner, G",
                "Kainz, J"
            ],
            "year": 2007,
            "source": "Abstracts 1st Joint Congress EATES & ETS2007; 33(S II):18-18.-1st Joint Congress European Association for Trauma and Emergency Surgery & European Trauma Association; MAY 23-26, 2007; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67324-14069"
            ],
            "persons": [
                "67324-50018",
                "67324-50869",
                "67324-51986",
                "67324-58596"
            ],
            "imported": "2007-05-31T18:42:08+02:00",
            "journal": null,
            "issn": "1863-9933",
            "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": 67302,
            "title": "First Experiences and Future Aims with a New Electronic Emergency Medical Care Documentation System in Graz.",
            "abstract": null,
            "authors": [
                "Wildner, G",
                "Kainz, J",
                "Gemes, G",
                "Prause, G"
            ],
            "year": 2007,
            "source": "European Journal of Trauma and Emergency Surgery. Abstracts 1st Joint Congress EATES & ETS.2007; 33(S II):18-18.-1st Joint Congress European Association for Trauma and Emergency Surgery & European Trauma Society; MAY 23-26, 2007; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "67302-14069"
            ],
            "persons": [
                "67302-50018",
                "67302-50869",
                "67302-51986",
                "67302-58596"
            ],
            "imported": "2007-05-28T22:34:06+02:00",
            "journal": null,
            "issn": "1863-9933",
            "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": 196854,
            "title": "Der singuläre Rundherd beim Coloncarzinom! Immer eine Metastase? \r\nHerausforderung an Diagnostik und Therapie",
            "abstract": null,
            "authors": [
                "S. Wurm, S. Gabor, A. Bainschab, T. Niernberger, V. Matzi, \r\nR. Hochstätter, N. Taumberger, S. Sauseng, K. Strohmeyer, \r\nM. Themel, A. Imamovic, H. Rabl"
            ],
            "year": 2018,
            "source": "European Surgery. 2018; 50(1):-59th Annual Meeting of the Austrian Society of Surgery; June 6-8,2018; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "196854-14045",
                "196854-14063",
                "196854-14064",
                "196854-14073",
                "196854-14080"
            ],
            "persons": [
                "196854-104939",
                "196854-86791"
            ],
            "imported": "2022-08-06T17:03:09+02:00",
            "journal": null,
            "issn": "1682-8631",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 196838,
            "title": "Life threatening rupture of the diaphragma after COVID 19 pneumonia",
            "abstract": null,
            "authors": [
                "Imamovic, A",
                "Wagner, D",
                "Sauseng, S",
                "Lindemann, J",
                "Fink-Neuböck, N",
                "Waha, J",
                "Kresic, J",
                "Auer-Schönbach, T",
                "Schemmer, P",
                "Mischinger, H"
            ],
            "year": 2022,
            "source": "European Surgery. 2022; 54(1):118-118.-63rd Annual Meeting of the Austrian Society of Surgery; June 15-17, 2022; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "196838-14045",
                "196838-14073",
                "196838-14077"
            ],
            "persons": [
                "196838-104939",
                "196838-51595",
                "196838-59327"
            ],
            "imported": "2022-08-05T20:33:21+02:00",
            "journal": null,
            "issn": "1682-8631",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 196812,
            "title": "Liver resection for hepatocellular carcinoma in cirrhotics and non-cirrhotics: evaluation and comparison of long-term and recurrence free survival",
            "abstract": null,
            "authors": [
                "A. Aigelsreiter\r\nI. Osprian\r\nS.Sauseng\r\nC. Lackner\r\nH. Samonigg\r\nH. Mischinger\r\nM. Pichler"
            ],
            "year": 2010,
            "source": "European Surgery. 2010; 42(236):-51st Annual Meeting of the Austrian Society of Surgery; June 2-4, 2010; Linz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "196812-14073"
            ],
            "persons": [],
            "imported": "2022-08-05T17:14:42+02:00",
            "journal": null,
            "issn": "1682-8631",
            "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": 195946,
            "title": "Perioperative complications in esophagectomy for carcinoma are correlated to a higher recurrence rate.",
            "abstract": null,
            "authors": [
                "Mykoliuk, I",
                "Lindenmann, J",
                "Fink-Neuboeck, N",
                "Fediuk, M",
                "Porubsky, Ch",
                "Terbuch, A",
                "Absenger, G",
                "Brcic, L",
                "Anegg, U",
                "Maier, A",
                "Smolle, J",
                "Smolle-Juettner, FM"
            ],
            "year": 2022,
            "source": "European Surgery- ACA. 2022; 54: 67-68.-63. Österreichischer Chirurgenkongress; JUN 15-17, 2022; Graz, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "195946-14020",
                "195946-14026",
                "195946-14077",
                "195946-14085"
            ],
            "persons": [
                "195946-51617",
                "195946-106257",
                "195946-50145",
                "195946-50477",
                "195946-51935",
                "195946-56918",
                "195946-86226",
                "195946-59304",
                "195946-51615"
            ],
            "imported": "2022-06-19T21:25:48+02:00",
            "journal": null,
            "issn": "1682-8631",
            "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": 182606,
            "title": "Determination of absolute blood volume using online dialysate dilution: when should be measured?",
            "abstract": null,
            "authors": [
                "Kron, S",
                "Schneditz, D",
                "Leimbach, T",
                "Kron, J"
            ],
            "year": 2020,
            "source": "Nephrology Dialysis Transplantation. 2020; 35(3):1417-1417.-57th ERA-EDTA Congress; JUN 6-9, 2020; Milano, ITALIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000562392101389",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "182606-14010"
            ],
            "persons": [
                "182606-51834"
            ],
            "imported": "2020-07-02T14:19:40+02:00",
            "journal": null,
            "issn": "0931-0509",
            "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": "TRANSPLANTATION-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": 176132,
            "title": "Relevance-guided Feature Extraction for Alzheimer's Disease Classification",
            "abstract": null,
            "authors": [
                "Tinauer, C",
                "Heber, S",
                "Pirpamer, L",
                "Damulina, A",
                "Sackl, M",
                "Hofer, E",
                "Koini, M",
                "Schmidt, R",
                "Ropele, S",
                "Langkammer, C"
            ],
            "year": 2019,
            "source": "Proceedings of the ISMRM 27th Annual Meeting & Exhibition. 2019; (4813):-ISMRM 27th Annual Meeting & Exhibition; MAY 11-16, 2019; Montréal, CANADA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "176132-14026",
                "176132-14051"
            ],
            "persons": [
                "176132-51279",
                "176132-59566",
                "176132-60116",
                "176132-77129",
                "176132-98464",
                "176132-99902",
                "176132-99731"
            ],
            "imported": "2019-07-26T15:43:47+02:00",
            "journal": null,
            "issn": "1545-4428",
            "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": 159005,
            "title": "Fast estimation of relaxometry times using CUDA",
            "abstract": null,
            "authors": [
                "Tinauer, C",
                "Petrovic, A",
                "Ropele, S",
                "Pirpamer, L"
            ],
            "year": 2016,
            "source": "Magn Reson Mater Phy (2016) 29(Suppl 1): 401. doi:10.1007/s10334-016-0571-2. 2016; 29(1):471-472.-ESMRMB; SEP 29 -OKT 1, 2016; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "159005-14051"
            ],
            "persons": [
                "159005-51279",
                "159005-99902"
            ],
            "imported": "2017-02-10T15:28:02+01:00",
            "journal": null,
            "issn": "1352-8661",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.425,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING-SCI",
            "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": 156880,
            "title": "Rekanalisierung und Stenting der Vena portae als Komplikationsmanagement der akuten Pfortaderthrombose nach komplexen chirurgischen Eingriffen",
            "abstract": null,
            "authors": [
                "Sauseng, S",
                "Niernberger, T",
                "Gabor, S",
                "Themel, M",
                "Mathew, E",
                "Uggowitzer, M",
                "Rabl, H",
                ""
            ],
            "year": 2016,
            "source": "57th Annual Meeting of the Austrian Society of Surgery. 2016; 48(1):-57. Österreichischer Chirurgenkongress; MAY 25-27, 2016; Salzburg, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "156880-14028",
                "156880-14073"
            ],
            "persons": [],
            "imported": "2017-01-11T21:46:26+01:00",
            "journal": null,
            "issn": "1682-8631",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.046,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": "SURGERY-SCI",
            "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": 139958,
            "title": "Eine Nierentransplantation kann sich positiv auf die Funktion neutrophiler Granulozyten und den oxidativen Stress auswirken.",
            "abstract": null,
            "authors": [
                "Lemesch , S",
                "Leber, B",
                "Ribitsch, W",
                "Schilcher, G",
                "Horvath, A",
                "Hafner-Gießauf, H",
                "Spindelboeck, W",
                "Pasterk, L",
                "Marsche, G",
                "Zettel, G",
                "Tawdrous, M",
                "Rosenkranz, A",
                "Stadlbauer, V"
            ],
            "year": 2014,
            "source": "Transplant International, John Wiley & Sons, Ltd. 2014; 27(s4):1-27.-Austrotransplant; 15-17 Okt, 2014; Bad Ischl, Austria. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "139958-14022",
                "139958-14073",
                "139958-14081",
                "139958-14084"
            ],
            "persons": [
                "139958-50740",
                "139958-50989",
                "139958-53252",
                "139958-59568",
                "139958-62756",
                "139958-72630",
                "139958-81091",
                "139958-54296"
            ],
            "imported": "2014-11-13T13:49:58+01:00",
            "journal": null,
            "issn": "1432-2277",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 131843,
            "title": "Der Einfluss von präoperativer Hypnose auf intra- und postoperative Schmerzen bzw. den Analgetikabedarf – ein systematischer Überblick.",
            "abstract": null,
            "authors": [
                "Lindbauer, N",
                "Absenger, C",
                "Hadl, M",
                "Simonis, H",
                "Bornemann-Cimenti, H",
                "Sandner-Kiesling, A"
            ],
            "year": 2013,
            "source": "A+IC News. 2013; (63):35-35.-Jahrestagung der Österreichischen Gesellschaft für Anästhesiologie, Reanimation und Intensivmedizin; NOV 14-16, 2013; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "131843-14069"
            ],
            "persons": [
                "131843-51916",
                "131843-58422",
                "131843-80392"
            ],
            "imported": "2013-11-18T13:20:04+01:00",
            "journal": null,
            "issn": "1810-1887",
            "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": 128563,
            "title": "Ist eine postoperative Schmerzprävention mit Reduktion des Schmerzmittelbedarfs aus chirurgischer Sicht möglich?",
            "abstract": null,
            "authors": [
                "Matzi, V",
                "Lindenmann, J",
                "Neuboeck, N",
                "Anegg, U",
                "Maier, A",
                "Smolle-Juettner, FM."
            ],
            "year": 2013,
            "source": "Supplement 2/13 European Surgery- Acta Chirurgica Austriaca (ACA). 2013; 45(2):75-75.-54. Österreichischer Chirurgenkongreß; MAY 30 - JUN 1, 2013; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128563-14045",
                "128563-14077"
            ],
            "persons": [
                "128563-50143",
                "128563-50145",
                "128563-51935",
                "128563-56918",
                "128563-51615"
            ],
            "imported": "2013-05-29T21:35:01+02:00",
            "journal": null,
            "issn": "1682-8631",
            "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": 128420,
            "title": "Non-invasive diagnosis of pulmonary hypertension with dynamic contrast-enhanced computed tomography",
            "abstract": null,
            "authors": [
                "Pienn, M",
                "Kovacs, G",
                "Tscherner, M",
                "Avian, A",
                "Johnson, TR",
                "Kullnig, P",
                "Stollberger, R",
                "Olschewski, A",
                "Olschewski, H",
                "Bálint, Z"
            ],
            "year": 2013,
            "source": "ECR 2013 Book of Abstracts (2013) Insights Imaging 4: Suppl 1: S294. 2013; 4(Suppl1):294-294.-European Congress of Radiology, ECR 2013; MAR 7-11, 2013; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "128420-14026",
                "128420-14054",
                "128420-14087"
            ],
            "persons": [
                "128420-54345",
                "128420-59238",
                "128420-67207"
            ],
            "imported": "2013-05-15T13:20:49+02:00",
            "journal": null,
            "issn": "1869-4101",
            "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": 127239,
            "title": "Einbindung von Medizinstudierenden in das Grazer Notfallwesen als NotfallsanitäterInnen mit erweiterten Notkompetenzen auf Grundlage des Österreichischen Sanitätergesetzes.",
            "abstract": null,
            "authors": [
                "Schwaberger, B",
                "Reisinger, A",
                "Nestelberger, T",
                "Röschel, B",
                "Wildner, G",
                "Prause, G"
            ],
            "year": 2013,
            "source": "Anästhesiologie und Intensivmedizin. 2013; 54(S 2):42-42.- Deutscher Interdisziplinärer Notfallmedizin Kongress; FEB 28-MAR 2, 2013; Wiesbaden, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "127239-14069",
                "127239-14083",
                "127239-14094"
            ],
            "persons": [
                "127239-50018",
                "127239-51986",
                "127239-79516",
                "127239-70241"
            ],
            "imported": "2013-02-28T17:57:59+01:00",
            "journal": null,
            "issn": "0170-5334",
            "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
        }
    ]
}