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=150860&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157090,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150880&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150840&ordering=-year",
    "results": [
        {
            "id": 68634,
            "title": "Zur Therapie des komplizierten Harnwegsinfektes. Tägliche intravenöse Einmalgabe von 160 mg Tobramycin.",
            "abstract": null,
            "authors": [
                "Pummer, K",
                "Primus, G"
            ],
            "year": 1990,
            "source": "Therapiewoche Österreich. 1990; 5(1): 67-71. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68634-53053"
            ],
            "imported": "2007-09-21T12:10: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": 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": 68670,
            "title": "Neuroanatomische und neurophysiologische Grundlagen der Sprache und der Sprachentwicklung.",
            "abstract": null,
            "authors": [
                "Kainz, J",
                "Friedrich, G"
            ],
            "year": 1990,
            "source": "mit Sprache (ehem. Der Sprachheilpädagoge). 1990; 1(90): 1-16. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68670-51636"
            ],
            "imported": "2007-09-21T12:59:52+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": 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": 68671,
            "title": "Der N. opticus und die A. carotis int. in ihrem Verlauf an der hinteren Rhinobasis: Gefahrenstellen in der endonasalen Chirurgie.",
            "abstract": null,
            "authors": [
                "Kainz, J",
                "Stammberger, H"
            ],
            "year": 1990,
            "source": "HNO-Informationen. 1990; 15(40):",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68671-14066"
            ],
            "persons": [
                "68671-51640"
            ],
            "imported": "2007-09-21T13:01:34+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": 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": 68699,
            "title": "The unexpected result. Findings in animal research: the door to the understanding of function, diagnosis and therapy.",
            "abstract": null,
            "authors": [
                "Holzer, U"
            ],
            "year": 1990,
            "source": " In: Lembeck, F editors(s). Scientific Alternatives to Animal Experiments. Chichester: Ellis Horwood;  1990. p. 21-24. (ISBN: 978-0412027710) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68699-51517"
            ],
            "imported": "2007-09-21T15:48:46+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Lembeck, F",
            "collection_title": "Scientific Alternatives to Animal Experiments",
            "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": 68732,
            "title": "Neue Aspekte der Hormontherapie sowie Möglichkeiten des Einsatzes von Zytokinen beim fortgeschrittenen Prostatakarzinom.",
            "abstract": null,
            "authors": [
                "Pummer, K"
            ],
            "year": 1990,
            "source": "Fortbildungsveranstaltung für steirische Urologen.; MAR 30, 1990; Graz. 1990. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68732-53053"
            ],
            "imported": "2007-09-21T16:23:07+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 68998,
            "title": "Computed tomography of the larynx in the diagnosis of dysphonia.",
            "abstract": null,
            "authors": [
                "Friedrich, G",
                "Kainz, J"
            ],
            "year": 1990,
            "source": "Otolaryngol Head Neck Surg. 1990. 98: 2033-2039. ",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68998-51636"
            ],
            "imported": "2007-09-25T11:37:18+02:00",
            "journal": "Otolaryngol Head Neck Surg",
            "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": 68999,
            "title": "Das Zungenbeingelenk: Entwicklungsgeschichte, Morphologie und Klinik.",
            "abstract": null,
            "authors": [
                "Kainz, J",
                "Friedrich, G"
            ],
            "year": 1990,
            "source": "Zbl Hals-Nasen-Ohrenheilk.. 1990. 704-",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68999-51636"
            ],
            "imported": "2007-09-25T11:38:18+02:00",
            "journal": "Zbl Hals-Nasen-Ohrenheilk.",
            "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": 69000,
            "title": "Neue Aspekte zur dysplastischen Dysphonie.",
            "abstract": null,
            "authors": [
                "Friedrich, G",
                "Kainz, J",
                "Freidl, W"
            ],
            "year": 1990,
            "source": "Zbl Hals-Nasen-Ohrenheilk.. 1990. 709-",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "69000-51636",
                "69000-51845"
            ],
            "imported": "2007-09-25T11:39:23+02:00",
            "journal": "Zbl Hals-Nasen-Ohrenheilk.",
            "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": 69001,
            "title": "Der N. opticus und die A. carotis int. in ihrem Verlauf an der hinteren Rhinobasis: Gefah¬renstellen in der endonasalen Chirurgie.",
            "abstract": null,
            "authors": [
                "Kainz, J",
                "Stammberger, H"
            ],
            "year": 1990,
            "source": "Arch Oto-Rhino-Laryngol Suppl. 1990. II: ",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-09-25T11:41:02+02:00",
            "journal": "Arch Oto-Rhino-Laryngol Suppl",
            "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": 69491,
            "title": "Ergebnisse mikrobiologischer und chemischer Untersuchungen Grazer Bachsysteme",
            "abstract": null,
            "authors": [
                "Buchrieser, O",
                "Kristl, A",
                ""
            ],
            "year": 1990,
            "source": " [ Diplomarbeit/Master Thesis ] MUG; 1990. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-09-28T11:17:33+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Medical University Graz",
            "country": "40",
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 69556,
            "title": "Refluxnephropathie im Erwachsenenalter.",
            "abstract": null,
            "authors": [
                "Pummer, K"
            ],
            "year": 1990,
            "source": "Zentralblatt Radiologie. 1990; 45:  177-180. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "69556-53053"
            ],
            "imported": "2007-09-28T15:03: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": 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": 69741,
            "title": "Versuche zur Dekontamination von Raumluftbefeuchtern.",
            "abstract": null,
            "authors": [
                "Mascher, F",
                "Miorini, T",
                "Reinthaler, FF"
            ],
            "year": 1990,
            "source": "Forum Städtehygiene. 1990; 41:  49-59. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "69741-51664",
                "69741-51674"
            ],
            "imported": "2007-10-01T14:58:27+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": 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": 69743,
            "title": "Reduktion von PVC im Krankenhausabfall - Vermeidung und Ersatz von PVC in medizinischen Einwegartikeln.",
            "abstract": null,
            "authors": [
                "Reinthaler, FF",
                "Schmalz, H",
                "Möse, JR"
            ],
            "year": 1990,
            "source": "Forum Städtehygiene. 1990; 41:  30-33. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "69743-51674"
            ],
            "imported": "2007-10-01T15:00:13+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": 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": 69745,
            "title": "Reduktion von PVC im Krankenhausabfall.",
            "abstract": null,
            "authors": [
                "Reinthaler, FF",
                "Schmalz, H",
                "Möse, JR"
            ],
            "year": 1990,
            "source": "Proceeding in \"Angewandte Krankenhaushygiene\"1990; -IV. Internationaler Kongress für Krankenhaushygiene; MÄRZ 27 - 31, 1990; Marburg/Lahn, BRD. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "69745-51674"
            ],
            "imported": "2007-10-01T15:02:54+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": false
        },
        {
            "id": 69750,
            "title": "Untersuchungen von Abwasser aus Krankenanstalten.",
            "abstract": null,
            "authors": [
                "Reinthaler, FF",
                "Schmalz, H",
                "Brantner, H",
                "Marth, E"
            ],
            "year": 1990,
            "source": "Abstract im Tagungsband1990; -Jahrestagung der Österreichischen Gesellschaft für Hygiene, Mikrobiologie und Präventivmedizin; APR 29 - 31, 1990; Mayrhofen, AUSTRIA. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "69750-14023"
            ],
            "persons": [
                "69750-51503",
                "69750-51674"
            ],
            "imported": "2007-10-01T15:14:35+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 70109,
            "title": "Results of hygienic investigations of coastal waters of the Upper Adriatic Sea with a critical commentary regarding the hygienic guidelines for bathing water.",
            "abstract": null,
            "authors": [
                "Mascher, F",
                ""
            ],
            "year": 1990,
            "source": "Informationszentrale für Umweltschutz Band 101990; -International Symposium on the Upper Adriatic Sea. Ecology - Hygiene - Health.; Apr 27, 1990.; Graz, Austria. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "70109-51664"
            ],
            "imported": "2007-10-05T13:14: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": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 70110,
            "title": "Die Bedeutung der Aeromonaden als Erreger intestinaler Infektionen.",
            "abstract": null,
            "authors": [
                "Mascher, F",
                ""
            ],
            "year": 1990,
            "source": "Tagungsband1990; -36. Ausseer Symposium der wissenschaftlichen Gesellschaft der Ärzte in der Steiermark: Erkrankungen des Verdauungstraktes.; Jun 14-17, 1990; Bad Aussee, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "70110-51664"
            ],
            "imported": "2007-10-05T13:17:25+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": 70113,
            "title": "Aeromonas spp. - Epidemiologie und humanmedizinische Bedeutung.",
            "abstract": null,
            "authors": [
                "Mascher, F",
                ""
            ],
            "year": 1990,
            "source": "Tagungsband1990; -22. Jahrestagung der ÖGHMP; Mai, 1990; Mayrhofen, Austria. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "70113-51664"
            ],
            "imported": "2007-10-05T13:24:45+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": false,
            "local_affiliation": true
        },
        {
            "id": 70175,
            "title": "Ambulante Behandlung von Kindern mit Protein-Energy-Malnutrition (PEM) am Beispiel Mülldeponie Mokattam, Kairo.",
            "abstract": null,
            "authors": [
                "Enayat, U",
                "Habib, JM",
                "Reinthaler, FF",
                "Mascher, F",
                "Pfeiffer, K, Sixl, W"
            ],
            "year": 1990,
            "source": "Proceeding in: Mitteilungen der Österreichischen Gesellschaft für Tropenmedizin und Parasitologie. 1990; 12: 43-50.-XXIII. Tagung der Österreichischen Gesellschaft für Tropenmedizin und Parasitologie; NOV 16 - 18, 1989; Wien, AUSTRIA. ",
            "category": 2,
            "document_type": 18,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "70175-14023"
            ],
            "persons": [
                "70175-50254",
                "70175-51664",
                "70175-51674"
            ],
            "imported": "2007-10-06T15:56:35+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 71212,
            "title": "Anamnestische Risikofaktoren bei SIDS unter besonderer Berücksichtigung des Verhaltens der Säuglinge. ",
            "abstract": null,
            "authors": [
                "Einspieler, C",
                "Sutter-Holzer, A",
                "Haidmayer, R",
                "Klug, EM",
                "Löscher, WN",
                "Schober, P",
                "Reiterer, F",
                "Schenkeli, R",
                "Kurz, R",
                "Kenner, T"
            ],
            "year": 1990,
            "source": "Bulletin des Bundesamtes Gesundheitswesen Schweiz. 1990; 11:  136-138. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "71212-51524",
                "71212-51653"
            ],
            "imported": "2007-10-29T15:54:56+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
        }
    ]
}