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=156220&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156933,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156240&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156200&ordering=-year",
    "results": [
        {
            "id": 72211,
            "title": "Acute and chronic cerebrovascular insufficiency. Diagnosis of cerebrovascular insufficiency by means of apparatus",
            "abstract": null,
            "authors": [
                "Lechner, H",
                "Ladurner, G",
                "Ott, E",
                "Sager, WD"
            ],
            "year": 1979,
            "source": "Med Welt. 1979; 30(36): 1289-1293. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HK64200001",
            "pubmed": "491922",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-11-27T01:00:00+01:00",
            "journal": "Med Welt",
            "issn": "0025-8512",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.056,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72257,
            "title": "UPTAKE OF CATECHOLAMINES AND ATP IN CATECHOLAMINE STORAGE",
            "abstract": null,
            "authors": [
                "WINKLER, H",
                "ABERER, W",
                "HUBER, E"
            ],
            "year": 1979,
            "source": "WIEN KLIN WOCHENSCHR. 1979; 91(10): 360-360. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1979GV76400059",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-11-28T10:27:30+01:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 74586,
            "title": "Modell Zettersfeld.",
            "abstract": null,
            "authors": [
                "Czerwenka-Wenkstetten, G",
                "Czerwenka-Wenkstetten, H",
                "Pieringer, W"
            ],
            "year": 1979,
            "source": "Österreichische Ärztezeitung. 1979; ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-12T15:36:40+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": 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": 74624,
            "title": "Das psychosomatisch kranke Kind in der Schule.",
            "abstract": null,
            "authors": [
                "Pieringer, W"
            ],
            "year": 1979,
            "source": "Unser Weg. 1979. ",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-13T14:23:09+01:00",
            "journal": "Unser Weg",
            "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": 74704,
            "title": "Tumor host relations. II. Increase of alpha-ketoglutarate in whole blood and urine and hypoalbuminemia of rats bearing the solid rhabdomyosarcoma BA 1112 and the ascitic or solid forms of Walker-carcinoma 256 and Yoshida-sarcoma.",
            "abstract": null,
            "authors": [
                "Schaur, RJ",
                "Schreibmayer, W",
                "Semmelrock, HJ",
                "Tillian, HM",
                "Schauenstein, E"
            ],
            "year": 1979,
            "source": "J Cancer Res Clin Oncol. 1979; 93(3):293-300",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GV26000011",
            "pubmed": "468891",
            "doi": "10.1007/BF00964586",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-13T01:00:00+01:00",
            "journal": "J Cancer Res Clin Oncol",
            "issn": "0171-5216",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.654,
            "impactfactor_year": 1994,
            "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": 74825,
            "title": "Hämsynthesestörung bei renaler Anämie.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Wolf,A",
                "Stummvoll,H.K",
                "Pinggera,W",
                "Müller,M"
            ],
            "year": 1979,
            "source": "3. Donausymposium für Nephrologie, . Friedberg/Hessen: C.Bindernagel, ;  1979. p. 295-299. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "74825-14082"
            ],
            "persons": [],
            "imported": "2008-02-14T17:56:47+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": "3. Donausymposium für Nephrologie, ",
            "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": 74826,
            "title": "Serumferritin in der Diagnostik des Eisenstatus bei Patienten unter chronischer Hämodialysebehandlung.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Wolf,A",
                "Stummvoll,H.K",
                ""
            ],
            "year": 1979,
            "source": "3.Donausymposium für Nephrologie. Friedberg/Hessen: C.Bindernagel;  1979. p. 507-514. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "74826-14082"
            ],
            "persons": [],
            "imported": "2008-02-14T18:02:21+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": "3.Donausymposium für Nephrologie",
            "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": 75175,
            "title": "Heme synthesis in pregnancy.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Pavelka,R",
                "Kofler E",
                "Müller,M",
                ""
            ],
            "year": 1979,
            "source": "Proceedings of the 5th Meeting1979; 4: 18-18.-Int Society of Hematology, European and African Division; AUG 3-8,1997; Hamburg,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75175-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T13:50:15+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75179,
            "title": "Serumferritin levels in testicular cancer.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Pietschmann,H",
                "Wurm,E",
                ""
            ],
            "year": 1979,
            "source": "Proceedings of the 5th meeting 1979; 2: 82-82.-Int Society of Haematology, European and African Divisiion; AUG, 3-8, 1979; Hamburg,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75179-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T13:56: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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75182,
            "title": "Serumferritin levels in testicular cancer.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Aiginger,P",
                "Kühlböck,J",
                ""
            ],
            "year": 1979,
            "source": "Proceedings of the 5th meeting 1979; 2: 82-82.-Int Society of Haematology, European and African Division; AUG, 3-8, 1979; Hamburg,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75182-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T13:58:11+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75184,
            "title": "Anemia in patients with testicular cancer.",
            "abstract": null,
            "authors": [
                "Aiginger, P",
                "Altmann, C",
                "Kühlböck, J",
                "Linkesch, W",
                "Smolen, J",
                "Steininger, H",
                "Bergmann, H",
                ""
            ],
            "year": 1979,
            "source": "Proceedings of the 5th meeting 1979; 2: 75-75.-Int Society of Haematology, European and African Division; AUG, 3-8, 1979; Hamburg,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75184-14082"
            ],
            "persons": [],
            "imported": "2008-02-19T14:01:40+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75290,
            "title": "Der Weg ins Gefängnis. Der Einfluß von familiärer Sozialisation und behördlicher Selektion auf die Entstehung von Straffälligkeit.  ",
            "abstract": null,
            "authors": [
                "Danzinger, R",
                "Jeschek, P",
                "Egger, J"
            ],
            "year": 1979,
            "source": "2. erweiterte Auflage; Weinheim, Basel: Beltz; 1979. pp. 174. (ISBN: 3-407-50087-4 ) ",
            "category": 14,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75290-51505"
            ],
            "imported": "2008-02-19T19:50:46+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": 75295,
            "title": "Röntgenologische Skelettuntersuchungen und Knochendichtemessungen bei Altersosteoporose.",
            "abstract": null,
            "authors": [
                "Küster,W",
                "Kovarik,J",
                "Seidl,G",
                "Kotscher,E",
                "Linkesch,W",
                "Amighi,R",
                "Willvonseder,R",
                ""
            ],
            "year": 1979,
            "source": "Acta Med Aust1979; 16: 5-5.-Österreichische Jahrestagung für Innere Medizin; SEP; Salzburg,AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75295-14082"
            ],
            "persons": [],
            "imported": "2008-02-20T11:06: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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75309,
            "title": "Inhibition of stimulated fluid secretion in the rat small and large intestine by opiate agonists.",
            "abstract": null,
            "authors": [
                "Beubler, E",
                "Lembeck, F"
            ],
            "year": 1979,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1979; 306(2):113-118",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GQ13100002",
            "pubmed": "450145",
            "doi": "10.1007/BF00498980",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75309-51667-2"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Naunyn Schmiedebergs Arch Pharmacol",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.813,
            "impactfactor_year": 1994,
            "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": 75338,
            "title": "Inhibition of PGE1 induced intestinal secretion by the synthetic enkephalin analogue FK 33-824.",
            "abstract": null,
            "authors": [
                "Lembeck, F",
                "Beubler, E"
            ],
            "year": 1979,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1979; 308(3):261-264",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HR35800011",
            "pubmed": "503254",
            "doi": "10.1007/BF00501391",
            "pmc": null,
            "organizations": [],
            "persons": [
                "75338-51667-6"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Naunyn Schmiedebergs Arch Pharmacol",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.813,
            "impactfactor_year": 1994,
            "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": 75447,
            "title": "Immunosuppressive treatment of endogenous uveitis in childhood (author's transl)",
            "abstract": null,
            "authors": [
                "Urban, C",
                "Stögmann, W",
                "Mutz, I"
            ],
            "year": 1979,
            "source": "Padiatr Padol. 1979; 14(2): 205-210. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979GS53300014",
            "pubmed": "460925",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75448,
            "title": "Septic arthritis and osteomyelitis as a complication of neonatal intensive care (author's transl)",
            "abstract": null,
            "authors": [
                "Müller, WD",
                "Urban, C",
                "Haidvogel, M",
                "Ritter, G"
            ],
            "year": 1979,
            "source": "Padiatr Padol. 1979; 14(4): 469-475. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HR49600020",
            "pubmed": "530734",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75448-51643-2"
            ],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 75481,
            "title": "Mucocutaneous lymph node syndrome in Austria -- Report of four cases; one with cardiac arrest. First of two parts: clinical observations (author's transl)].",
            "abstract": null,
            "authors": [
                "Urban, C",
                "Grubbauer, HM",
                "Beitzke, A",
                "Becker, H"
            ],
            "year": 1979,
            "source": "Klin Padiatr. 1979; 191(4):375-384",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HE09800005",
            "pubmed": "572886",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2008-02-20T01:00:00+01:00",
            "journal": "Klin Padiatr",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.321,
            "impactfactor_year": 1994,
            "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": 75588,
            "title": "Prenatal diagnosis by ultrasound of a very large heart (author's transl)",
            "abstract": null,
            "authors": [
                "Winter, R",
                "Müller, WD",
                "Beitzke, A",
                "Höfler, H"
            ],
            "year": 1979,
            "source": "Z Geburtshilfe Perinatol. 1979; 183(6): 465-468. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HY75800012",
            "pubmed": "161942",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75588-51643-6"
            ],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Z Geburtshilfe Perinatol",
            "issn": "0300-967X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.311,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 75589,
            "title": "Indomethacin in IRDS with PDA phenomenon (author's transl)",
            "abstract": null,
            "authors": [
                "Müller, WD",
                "Zach, M",
                "Stix, H",
                "Rosegger, H",
                "Beitzke, A"
            ],
            "year": 1979,
            "source": "Klin Padiatr. 1979; 191(5): 460-466. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HM56600004",
            "pubmed": "574578",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75589-51643-2"
            ],
            "imported": "2008-02-21T01:00:00+01:00",
            "journal": "Klin Padiatr",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.321,
            "impactfactor_year": 1994,
            "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
        }
    ]
}