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=151820&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 153846,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151840&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151800&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 7789,
            "title": "Theophylline in the treatment of childhood asthma",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1982,
            "source": "MONATSSCHR KINDERHEILK. 1982; 130(9): 696-703. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982PK54200003",
            "pubmed": "7144760",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T17:06:20+02:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 64165,
            "title": "Flexible fiberoptic endoscopy in children with upper airway obstruction",
            "abstract": null,
            "authors": [
                "Eber, E",
                "Zach, M"
            ],
            "year": 1996,
            "source": "MONATSSCHR KINDERHEILK. 1996; 144(1): 43-47. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TV27000008",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64165-14095"
            ],
            "persons": [
                "64165-51713-2"
            ],
            "imported": "2007-01-05T11:12:44+01:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.241,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true
        },
        {
            "id": 7436,
            "title": "Spinal fluid lysozyme levels in childhood meningitis (author's transl)",
            "abstract": null,
            "authors": [
                "Grubbauer, HM"
            ],
            "year": 1980,
            "source": "Monatsschr Kinderheilkd. 1980; 128(11):717-719",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KT53300010",
            "pubmed": "6110179",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 7788,
            "title": "Sympathomimetic drugs in the treatment of childhood asthma",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1982,
            "source": "MONATSSCHR KINDERHEILK. 1982; 130(9): 688-695. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982PK54200002",
            "pubmed": "7144759",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T17:05:49+02:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 64166,
            "title": "THROMBOSIS OF THE INFERIOR CAVAL VEIN WITH IMMINENT FULMINANT PULMONARY-EMBOLISM",
            "abstract": null,
            "authors": [
                "ZENZ, W",
                "RICCABONA, M",
                "ZOBEL, G",
                "URLESBERGER, B",
                "EBER, E"
            ],
            "year": 1995,
            "source": "MONATSSCHR KINDERHEILK. 1995; 143(9): 847-849. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1995RY32900007",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64166-14091"
            ],
            "persons": [
                "64166-51373-6",
                "64166-51695-6",
                "64166-51713-6"
            ],
            "imported": "2007-01-05T11:12:44+01:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.129,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true
        },
        {
            "id": 64167,
            "title": "HEMANGIOMA WITH UPPER AIRWAY-OBSTRUCTION - FIRST THERAPEUTIC EXPERIENCE WITH INTERFERON",
            "abstract": null,
            "authors": [
                "URLESBERGER, B",
                "EBER, E",
                "STEINBRUGGER, B",
                "RANNER, G",
                "LACKNER, H",
                "KERBLER, S",
                "ZACH, M"
            ],
            "year": 1995,
            "source": "MONATSSCHR KINDERHEILK. 1995; 143(4): 354-357. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1995RM63100007",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64167-14094"
            ],
            "persons": [
                "64167-51695-2",
                "64167-51713-6",
                "64167-51859-6"
            ],
            "imported": "2007-01-05T11:12:44+01:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.129,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 64168,
            "title": "Infant lung function testing - Rapid thoracic compression methods",
            "abstract": null,
            "authors": [
                "Modl, M",
                "Eber, E",
                "Seifen, D",
                "Zach, M"
            ],
            "year": 1998,
            "source": "MONATSSCHR KINDERHEILK. 1998; 146(11): 1026-1032. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000077213300002",
            "pubmed": null,
            "doi": "10.1007/s001120050358",
            "pmc": null,
            "organizations": [
                "64168-14095"
            ],
            "persons": [
                "64168-51713-6"
            ],
            "imported": "2007-01-05T11:12:44+01:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.191,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 65678,
            "title": "A rapid method of HbA1c determination in a pediatric diabetic patient sample",
            "abstract": null,
            "authors": [
                "Schwingshandl, J",
                "Stübchen-Kirchner, H",
                "Borkenstein, M"
            ],
            "year": 1993,
            "source": "Monatsschr Kinderheilkd. 1993; 141(11): 888-890. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993MK60100011",
            "pubmed": "8283997",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65678-51654-6"
            ],
            "imported": "2007-02-16T01:00:00+01:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 66488,
            "title": "Diagnosis and therapy of early mother-child disorder, the so-called failure to thrive in the infant",
            "abstract": null,
            "authors": [
                "Dunitz, M",
                "Scheer, PJ"
            ],
            "year": 1991,
            "source": "Monatsschr Kinderheilkd. 1991; 139(8): 465-470. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GC20500008",
            "pubmed": "1961216",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "66488-51655-6"
            ],
            "imported": "2007-03-06T01:00:00+01:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 9126,
            "title": "Chronic gait disorder caused by pigmented villonodular synovitis of the sole of the foot",
            "abstract": null,
            "authors": [
                "Millner, M",
                "Hausegger, KW",
                "Leitner, G"
            ],
            "year": 1988,
            "source": "Monatsschr Kinderheilkd. 1988; 136(7):387-389",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988P614300012",
            "pubmed": "3211170",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 7521,
            "title": "Influenzae type B infections. Quick identification by countercurrent-immuno-electrophoresis (author's transl)",
            "abstract": null,
            "authors": [
                "Grubbauer, HM",
                "Breisach, G"
            ],
            "year": 1981,
            "source": "Monatsschr Kinderheilkd. 1981; 129(5):298-299",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LT48100010",
            "pubmed": "6114405",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9235,
            "title": "Molecular genetic detection of polyclonal immune response in autoimmune thyroiditis and inflammatory bowel diseases",
            "abstract": null,
            "authors": [
                "Kaulfersch, W",
                "Baker, JR",
                "Burman, KD",
                "Fiocchi, C",
                "Ahmann, AJ",
                "D'Avis, JC",
                "Waldmann, TA"
            ],
            "year": 1989,
            "source": "Monatsschr Kinderheilkd. 1989; 137(9):610-615",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AR51100010",
            "pubmed": "2554127",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 8136,
            "title": "Immunosuppressive therapy in congestive cardiomyopathy in childhood",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Suppan, C",
                "Trittenwein, G"
            ],
            "year": 1984,
            "source": "Monatsschr Kinderheilkd. 1984; 132(2):116-120",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SF92500009",
            "pubmed": "6727881",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 7306,
            "title": "Normal values for circulating thyroid hormones, T3 uptake and thyrotropin before and after TRH. Radioimmunoassay determinations on 182 euthyroid children (author's transl)",
            "abstract": null,
            "authors": [
                "Borkenstein, M",
                "Stöffler, G",
                "Stögmann, W",
                "Fueger, G",
                "Falk, W"
            ],
            "year": 1980,
            "source": "MONATSSCHR KINDERHEILK. 1980; 128(6): 422-427. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JW59200006",
            "pubmed": "6775189",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7306-51654-2"
            ],
            "imported": "2009-08-20T15:59:01+02:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 62532,
            "title": "Coxitis fugax (author's transl)",
            "abstract": null,
            "authors": [
                "Kuttnig, M",
                "Kurz, R",
                "Ritter, G",
                "Fotter, R",
                "Breisach, G"
            ],
            "year": 1981,
            "source": "Monatsschr Kinderheilkd. 1981; 129(12): 688-691. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MV64000007",
            "pubmed": "7329423",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "62532-51557-6"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 66726,
            "title": "Congenital post-traumatic aggravated choledochal cyst",
            "abstract": null,
            "authors": [
                "Riccabona, M",
                "Sauer, H",
                "Schimpl, G"
            ],
            "year": 1993,
            "source": "Monatsschr Kinderheilkd. 1993; 141(8): 648-650. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LT49100005",
            "pubmed": "8377768",
            "doi": null,
            "pmc": null,
            "organizations": [
                "66726-14048"
            ],
            "persons": [
                "66726-51373-2"
            ],
            "imported": "2007-04-05T02:00:00+02:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 62522,
            "title": "Epigastric colic after ceftriaxone therapy",
            "abstract": null,
            "authors": [
                "Sorantin, E",
                "Fotter, R",
                "Hausegger, KA",
                "Grubbauer, HM"
            ],
            "year": 1992,
            "source": "Monatsschr Kinderheilkd. 1992; 140(8): 488-489. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JJ80100010",
            "pubmed": "1435809",
            "doi": null,
            "pmc": null,
            "organizations": [
                "62522-14106"
            ],
            "persons": [
                "62522-51557-6",
                "62522-51913-2"
            ],
            "imported": "2006-12-12T01:00:00+01:00",
            "journal": "Monatsschr Kinderheilkd",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true
        },
        {
            "id": 8447,
            "title": "Congenital central hypoventilation syndrome--loss of chemosensitivity in respiratory control",
            "abstract": null,
            "authors": [
                "Krottmayer, G",
                "Kerbel, R",
                "Müller, WD",
                "Kurz, R"
            ],
            "year": 1985,
            "source": "MONATSSCHR KINDERHEILK. 1985; 133(10): 764-766. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ASZ6800009",
            "pubmed": "3934529",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8447-51643-6"
            ],
            "imported": "2009-11-10T14:41:09+01:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 7502,
            "title": "Simple nebulization of racemic epinephrine in the treatment of acute laryngitis (croup) (author's transl)",
            "abstract": null,
            "authors": [
                "Zach, M"
            ],
            "year": 1981,
            "source": "MONATSSCHR KINDERHEILK. 1981; 129(3): 168-170. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LL05200012",
            "pubmed": "6112684",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-01T16:09:06+02:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 7410,
            "title": "Clinical observations of heart involvement in mucocutaneous lymph node syndrome (Kawasaki syndrome)",
            "abstract": null,
            "authors": [
                "Urban, C"
            ],
            "year": 1980,
            "source": "MONATSSCHR KINDERHEILK. 1980; 128(9): 583-586. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1980KL16000004",
            "pubmed": "6107840",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "7410-51657-2"
            ],
            "imported": "2009-08-20T17:04:33+02:00",
            "journal": "MONATSSCHR KINDERHEILK",
            "issn": "0026-9298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.163,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.112676056338028,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}