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=158340&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158360&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158320&ordering=-year",
    "results": [
        {
            "id": 76179,
            "title": "Schwere Organschädigung nach Fehlinjektion von Trispuffer in die Nabelarterie.",
            "abstract": null,
            "authors": [
                "Müller, W",
                "Haidvogl, M",
                "Stix, H",
                "Mutz, ID"
            ],
            "year": 1980,
            "source": "Gynäkologische Praxis. 1980; 4:  621-628. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "76179-51643"
            ],
            "imported": "2008-02-26T08:09:32+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": 76051,
            "title": "Atemhilfe und maschinelle Beatmung bei Neugeborenen mit idiopathischem Atemnotsyndrom.",
            "abstract": null,
            "authors": [
                "Müller, W"
            ],
            "year": 1980,
            "source": "Pädiatrische Praxis. 1980; 23:  221-232. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "76051-51643"
            ],
            "imported": "2008-02-25T12:14: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": 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": 7229,
            "title": "Decrease of substance P in primary afferent neurones and impairment of neurogenic plasma extravasation by capsaicin.",
            "abstract": null,
            "authors": [
                "Gamse, R",
                "Holzer, P",
                "Lembeck, F"
            ],
            "year": 1980,
            "source": "BRIT J PHARMACOL 1980 68: 207-213.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JE53100004",
            "pubmed": "6153545",
            "doi": "10.1111/j.1476-5381.1980.tb10409.x",
            "pmc": "PMC2043922",
            "organizations": [
                "7229-14022"
            ],
            "persons": [
                "7229-51529-6"
            ],
            "imported": null,
            "journal": "BRIT J PHARMACOL",
            "issn": "0007-1188",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.695,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.921348314606742,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 71386,
            "title": "SYNTHESIS OF BENZOFURANES BY CYCLODEHYDROGENATION OF PHENYLMALONYL HETEROCYCLIC-COMPOUNDS",
            "abstract": null,
            "authors": [
                "STADLBAUER, W",
                "SCHMUT, O",
                "KAPPE, T"
            ],
            "year": 1980,
            "source": "MONATSH CHEM. 1980; 111(5): 1005-1013. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KM88600001",
            "pubmed": null,
            "doi": "10.1007/BF00909657",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-11-06T14:06:46+01:00",
            "journal": "MONATSH CHEM",
            "issn": "0026-9247",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.618,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.476190476190476,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY",
            "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": 75635,
            "title": "Calcitonin temporarily increases 6-oxo-prostaglandin F1 alpha-levels in man.",
            "abstract": null,
            "authors": [
                "Sinzinger, H",
                "Peskar, BA",
                "Clopath, P",
                "Kovarik, J",
                "Burghuber, O",
                "Silberbauer, K",
                "Leithner, C",
                "Woloszczuk, W"
            ],
            "year": 1980,
            "source": "Prostaglandins. 1980; 20(4):611-612",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1980KQ18800001",
            "pubmed": "6894034",
            "doi": "10.1016/0090-6980(80)90101-X",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Prostaglandins",
            "issn": "0090-6980",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.316,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.467796610169492,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "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": 75636,
            "title": "On the occurrence of prostacyclin metabolites in plasma and vascular tissue as determined radioimmunologically.",
            "abstract": null,
            "authors": [
                "Peskar, BM",
                "Weiler, H",
                "Schmidberger, P",
                "Peskar, BA"
            ],
            "year": 1980,
            "source": "FEBS Lett. 1980; 121(1):25-28",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KS55800007",
            "pubmed": "7007076",
            "doi": "10.1016/0014-5793(80)81258-0",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "FEBS Lett",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.6,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.842105263157895,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": 75637,
            "title": "Enhanced 6-oxo-PGF1 alpha levels in plasma during hemodialysis.",
            "abstract": null,
            "authors": [
                "Leithner, C",
                "Sinzinger, H",
                "Stummvoll, HK",
                "Klein, K",
                "Silberbauer, K",
                "Peskar, BA"
            ],
            "year": 1980,
            "source": "Prostaglandins Med. 1980; 5(6):425-427",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KU41500002",
            "pubmed": "6894031",
            "doi": "10.1016/0161-4630(80)90066-X",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Prostaglandins Med",
            "issn": "0161-4630",
            "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": 75638,
            "title": "Paracetamol does not potentiate the acetylsalicylate inhibition of prostaglandin release from macrophages.",
            "abstract": null,
            "authors": [
                "Brune, K",
                "Peskar, BA"
            ],
            "year": 1980,
            "source": "Eur J Pharmacol. 1980; 68(3):365-367",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KV20800013",
            "pubmed": "7009168",
            "doi": "10.1016/0014-2999(80)90534-8",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Eur J Pharmacol",
            "issn": "0014-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.677,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.814606741573034,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 75857,
            "title": "Rezension: Seelische und körperliche Störungen durch Stress. A. W. v. Eiff (Hrsg.). 1976. S. 247. Stuttgart: Fischer.",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1980,
            "source": "Verhaltensmodifikation, 1, 4, 166 - 167. 1980",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75857-29447"
            ],
            "persons": [
                "75857-51505"
            ],
            "imported": "2008-02-22T13:41:43+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75935,
            "title": "Rezension: Psychopathologie der Herzoperierten. Psychische und neurologische Störungen vor und nach Herzoperationen.\r\nP. Götze, Enke. Reihe: klinische Psychologie und Psychopathologie, 1980. S 114. \tStuttgart.",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1980,
            "source": "Verhaltensmodifikation, 1, 167 - 168. (Wien/München). 1980",
            "category": 12,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75935-51505"
            ],
            "imported": "2008-02-25T07:45:24+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 76146,
            "title": "Calcitonin and parathroid hormone during pregnancy and in newborn babies.",
            "abstract": null,
            "authors": [
                "Woloszczuk,W",
                "Kovarik,J",
                "Linkesch,W",
                "Pavelka,R",
                "Graf,H,"
            ],
            "year": 1980,
            "source": "Calcified Tissue Internat1980; 31: 142-142.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "76146-14082"
            ],
            "persons": [],
            "imported": "2008-02-25T15:59:29+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 76558,
            "title": "Erstkontakt in Psychoanalyse, Verhaltenstherapie und Gesprächstherapie.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1980,
            "source": "22. Bundeskongreß des BÖP; FEBRUAR 2-MÄRZ 1, 1980; Universität Salzburg, AUSTRIA. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "76558-51505"
            ],
            "imported": "2008-02-27T11:55:49+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": false
        },
        {
            "id": 76563,
            "title": "Rauchen oder Gesundheit. Durch Selbsthilfe zum Nichtraucher.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1980,
            "source": "Österr. Arbeitsgemeinschaft für Volksgesundheit; APRIL 10, 1980; St. Pölten, AUSTRIA. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "76563-51505"
            ],
            "imported": "2008-02-27T12:00:23+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 76568,
            "title": "Verhaltensmedizinische Aspekte im Rahmen der Planung und Durchführung von Prophylaxe, Therapie und medizinischer Rehabilitation von chronischen Krankheiten/prophilaxy, therapy and medical rehabilitation of chronic diseases from a behavioral medicine point of view.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1980,
            "source": "International Symposium of Balneology and Medical Rehabilitation.; SEPT 15-20, 1980; Bukarest. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "76568-51505"
            ],
            "imported": "2008-02-27T12:05:02+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": false
        },
        {
            "id": 76780,
            "title": "Stadienbezogene Behandlung des Neuroblastoms ( Therapiestudie in Österreich).",
            "abstract": null,
            "authors": [
                "Mutz, ID",
                "Sauer, H",
                "Urban, C"
            ],
            "year": 1980,
            "source": " In: Denk, W; Karrer, W; Pridun, S; editors(s). Aktuele chirurgische Onkologie. 1(1) : Wien: Eigenverlag;  1980. p. 238-239. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "76780-14092"
            ],
            "persons": [
                "76780-51657"
            ],
            "imported": "2008-02-27T15:41:23+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Denk, W; Karrer, W; Pridun, S;",
            "collection_title": "Aktuele chirurgische Onkologie",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 76787,
            "title": "Bisherige Ergebnisse der gemeinsamen Therapie des Wilms-Tumors in Österreich.",
            "abstract": null,
            "authors": [
                "Pichler, E",
                "Jürgenssen, OA",
                "Helmer, F",
                "Esch, W",
                "Reinartz, G",
                "Urban, C",
                "Menardi, G",
                "Hüttenberger, J",
                "Krepler, P",
                "Wurnig, P",
                "Busch, U",
                "Messner, H",
                "Brandesky, G",
                "Mutz, I",
                "Tulzer, W",
                "Bartl, H",
                "Howanietz, L",
                "Rücker, J"
            ],
            "year": 1980,
            "source": " In: Denck,W;Karrer,K;Pridun,N; editors(s). Aktuelle chirurgische Onkologie. 1(1) : Wien: Eigenverlag;  1980. p. 225-226. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "76787-14092"
            ],
            "persons": [
                "76787-51657"
            ],
            "imported": "2008-02-27T15:48:32+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Denck,W;Karrer,K;Pridun,N;",
            "collection_title": "Aktuelle chirurgische Onkologie",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 77020,
            "title": "Tolazolin-Applikation über Pulmonalarterienkatheter bei pulmonaler Vasokonstriktion des Neugeborenen.",
            "abstract": null,
            "authors": [
                "Schober, P",
                "Müller, W",
                ""
            ],
            "year": 1980,
            "source": "18. Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; OKT 16-19, 1980; Bad Hofgastein, AUSTRIA. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77020-51643"
            ],
            "imported": "2008-02-28T12:02:28+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 77024,
            "title": "Die sogenannte idiopathische Lungenblutung des Neugeborenen.",
            "abstract": null,
            "authors": [
                "Trittenwein, G",
                "Müller, W",
                "Schober, P",
                "Trop, M",
                ""
            ],
            "year": 1980,
            "source": "18. Jahrestagung der Österreichischen Gesellschaft für Kinder- und Jugendheilkunde; OKT 16-19, 1980; Bad Hofgastein, AUSTRIA. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77024-51643"
            ],
            "imported": "2008-02-28T12:06:09+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": 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": 77162,
            "title": "Tolazolin-Applikation über Pulmonalarterien-Katheter bei pulmonaler Vasokonstriktion des Neugeborenen.",
            "abstract": null,
            "authors": [
                "Schober, P",
                "Müller, W",
                ""
            ],
            "year": 1980,
            "source": "6. Symposium über Pädiatrische Intensivmedizin; APRIL 26-27, 1980; Frankfurt/Main, GERMANY. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "77162-51643"
            ],
            "imported": "2008-02-28T14:59:51+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 77163,
            "title": "Ductusligatur bei idiopathischen Atemnotsyndrom (IRDS) des Frühgeborenen.",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Müller, W",
                "Rigler, B",
                "Metzler, H",
                ""
            ],
            "year": 1980,
            "source": "7. Wissenschaftliche Sitzung der wissenschaftlichen Gesellschaft für Ärzte in der Steiermark; JAN 18, 1980; Graz, AUSTRIA. 1980. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "77163-14069"
            ],
            "persons": [
                "77163-51611",
                "77163-51643"
            ],
            "imported": "2008-02-28T15:01:30+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}