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=520&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156918,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=540&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=500&ordering=impactfactor",
    "results": [
        {
            "id": 3235,
            "title": "Helicobacter pylori and stomach cancer.",
            "abstract": null,
            "authors": [
                "Krejs, GJ"
            ],
            "year": 2000,
            "source": "Acta Med Austriaca. 2000; 27(4):129-130",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000088973800009",
            "pubmed": "10989683",
            "doi": "10.1046/j.1563-2571.2000.00033.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "3235-51534-2"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.158,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0961538461538462,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 3432,
            "title": "Neuraminidase inhibitors in therapy of influenza",
            "abstract": null,
            "authors": [
                "Fladerer, P",
                "Wenisch, C"
            ],
            "year": 2000,
            "source": "Acta Med Austriaca. 2000; 27(5):133-140",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000165998900001",
            "pubmed": "11261262",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.158,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0961538461538462,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 3439,
            "title": "Cytokine combinations for the in-vivo and ex-vivo expansion of hematopoietic progenitor cells",
            "abstract": null,
            "authors": [
                "Geissler, K",
                "Wagner, T"
            ],
            "year": 2000,
            "source": "ACTA MED AUST 2000 27: 21-24.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000166105300005",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "3439-14058"
            ],
            "persons": [
                "3439-51964-6"
            ],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.158,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0961538461538462,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 3440,
            "title": "Stem-cell transplantation in patients with germ cell tumors",
            "abstract": null,
            "authors": [
                "Linkesch, W"
            ],
            "year": 2000,
            "source": "ACTA MED AUST 2000 27: 30-32.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000166105300007",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "3440-14082"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.158,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0961538461538462,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 63975,
            "title": "Reciprocal modification of Fas activation and stress protein response decides apoptosis or resistance development of cells",
            "abstract": null,
            "authors": [
                "Schett, G",
                "Steiner, CW",
                "Winkler, S",
                "Graninger, W",
                "Smolen, J",
                "Xu, Q",
                "Steiner, G"
            ],
            "year": 2000,
            "source": "Acta Med Austriaca. 2000; 27(3):94-98",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000087787800007",
            "pubmed": "10897390",
            "doi": "10.1046/j.1563-2571.2000.00217.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-27T01:00:00+01:00",
            "journal": "Acta Med Austriaca",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.158,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0961538461538462,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 64275,
            "title": "Measurement of free triiodothyronine (FT3) using an electrochemiluminescence immunoassay in patients with autoantibodies to triiodothyronine",
            "abstract": null,
            "authors": [
                "Semlitsch, G",
                "Buchinger, W",
                "Reiterer, E",
                "Binter, G",
                "Rainer, F"
            ],
            "year": 2000,
            "source": "Acta Med Austriaca. 2000; 27(2):54-55",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000086233400007",
            "pubmed": "10812467",
            "doi": "10.1046/j.1563-2571.2000.00207.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "64275-50659-6"
            ],
            "imported": "2007-01-08T01:00:00+01:00",
            "journal": "Acta Med Austriaca",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.158,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0961538461538462,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 135995,
            "title": "Initial experiences with minimally invasive direct coronary artery bypass grafting (MIDCAB).",
            "abstract": null,
            "authors": [
                "Kettering, K",
                "Dapunt, O",
                "Eichstaedt, HC",
                "Jochims, M",
                "Baer, FM",
                ""
            ],
            "year": 2000,
            "source": "HERZ KREISLAUF. 2000; 32(9): 285-291. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089483600004",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2014-04-04T11:39:01+02:00",
            "journal": "HERZ KREISLAUF",
            "issn": "0046-7324",
            "collection_publisher": null,
            "collection_title": "HERZ KREISLAUF",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.159,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.067,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "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": 3346,
            "title": "Effects of drinking standardized iodine brine in a course of balneo-therapy on plasma thyroid and lipid values",
            "abstract": null,
            "authors": [
                "Pozenel, H",
                "Zimmermann, R",
                "Winkler, R"
            ],
            "year": 2000,
            "source": "PHYSIK MED REHABIL KURORTMEDI 2000 10: 184-189.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000090015100003",
            "pubmed": null,
            "doi": "10.1055/s-2008-1061765",
            "pmc": null,
            "organizations": [
                "3346-14013"
            ],
            "persons": [],
            "imported": null,
            "journal": "PHYSIK MED REHABIL KURORTMEDI",
            "issn": "0940-6689",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.16,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.114754098360656,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "SPORT SCIENCES",
            "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": 66513,
            "title": "Title: How to cope with side effects of specific immunotherapy? ",
            "abstract": null,
            "authors": [
                "Aberer, W"
            ],
            "year": 2007,
            "source": "ALLERGOLOGIE. 2007; 30(1): 24-29. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000243955800003",
            "pubmed": null,
            "doi": "10.5414/ALP30024",
            "pmc": null,
            "organizations": [
                "66513-14047"
            ],
            "persons": [
                "66513-51346-2"
            ],
            "imported": "2007-03-09T18:03:05+01:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.16,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.1875,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "ALLERGY",
            "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": 67864,
            "title": "Theophylline blood levels in patients with asthma or COPD",
            "abstract": null,
            "authors": [
                "Trummer, M",
                "Aberer, W",
                "Kranke, B"
            ],
            "year": 2007,
            "source": "ALLERGOLOGIE. 2007; 30(5): 149-154. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000246797700001",
            "pubmed": null,
            "doi": "10.5414/ALP30149",
            "pmc": null,
            "organizations": [
                "67864-14047"
            ],
            "persons": [
                "67864-51346-4",
                "67864-51954-6"
            ],
            "imported": "2007-07-20T18:51:21+02:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.16,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.0588235294117647,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "ALLERGY",
            "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": 69130,
            "title": "Contact eczema - Guidelines of the German Dermatology Society",
            "abstract": null,
            "authors": [
                "Brasch, J",
                "Becker, D",
                "Aberer, W",
                "Bircher, A",
                "Kranke, B",
                "Denzer-Furst, S",
                "Schnuch, A"
            ],
            "year": 2007,
            "source": "ALLERGOLOGIE. 2007; 30(7): 249-260. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000248196200003",
            "pubmed": null,
            "doi": "10.5414/ALP30249",
            "pmc": null,
            "organizations": [
                "69130-14047"
            ],
            "persons": [
                "69130-51346-6",
                "69130-51954-6"
            ],
            "imported": "2007-09-25T15:45:13+02:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.16,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.0588235294117647,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "ALLERGY",
            "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": 95609,
            "title": "Mechanical and histological evaluation of hydroxyapatite-coated, titanium-coated and grit-blasted surfaces under weight-bearing conditions.",
            "abstract": null,
            "authors": [
                "DAVID, A",
                "EITENMULLER, J",
                "MUHR, G",
                "POMMER, A",
                "BAR, HF",
                "OSTERMANN, PAW",
                "SCHILDHAUER, TA"
            ],
            "year": 1995,
            "source": "ARCH ORTHOP TRAUM SURG. 1995; 114(2): 112-118. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QG24600013",
            "pubmed": "7734232",
            "doi": "10.1007/BF00422838",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-11-09T13:07:29+01:00",
            "journal": "ARCH ORTHOP TRAUM SURG",
            "issn": "0936-8051",
            "collection_publisher": null,
            "collection_title": "ARCHIVES OF ORTHOPAEDIC AND TRAUMA SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.16,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.357142857142857,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "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": 148137,
            "title": "Strengthen the Skin Barrier by Toiletries from Birth is an effective Prevention of atopic Dermatitis",
            "abstract": null,
            "authors": [
                "Aberer, BV"
            ],
            "year": 2015,
            "source": "ALLERGOLOGIE. 2015; 38(9): 482-482. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000361927900005",
            "pubmed": null,
            "doi": "10.5414/ALX01746",
            "pmc": null,
            "organizations": [
                "148137-14047"
            ],
            "persons": [
                "148137-51346-2"
            ],
            "imported": "2015-11-10T13:23:49+01:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": "ALLERGOLOGIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.161,
            "impactfactor_year": 2015,
            "impactfactor_norm": 0.04,
            "impactfactor_norm_year": 2015,
            "impactfactor_norm_category": "ALLERGY-SCI",
            "impactfactor_norm_super": 0.13,
            "impactfactor_norm_super_year": 2012,
            "impactfactor_norm_super_category": "ALLERGY",
            "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": 38072,
            "title": "Benign bone tumors and tumor like lesions",
            "abstract": null,
            "authors": [
                "Windhager, R",
                "Kastner, N",
                "Leithner, A"
            ],
            "year": 2006,
            "source": "MONATSSCHR KINDERHEILK 2006 154: 20-+.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000235440300004",
            "pubmed": null,
            "doi": "10.1007/s00112-005-1274-3",
            "pmc": null,
            "organizations": [
                "38072-14052"
            ],
            "persons": [
                "38072-53237-6"
            ],
            "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.161,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.0273972602739726,
            "impactfactor_norm_year": 2005,
            "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": true
        },
        {
            "id": 38073,
            "title": "Diagnosis and treatment of infants with suspected cow's milk allergy. Statement of the committee on nitrition of the Austrian Society of Paediatric and adolescent medicine",
            "abstract": null,
            "authors": [
                "Hauer, AC",
                "Kirchlechner, V",
                "Szepfalusi, Z",
                "Zwiauer, K"
            ],
            "year": 2006,
            "source": "MONATSSCHR KINDERHEILK 2006 154: 70-73.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000235440300010",
            "pubmed": null,
            "doi": "10.1007/s00112-005-1281-4",
            "pmc": null,
            "organizations": [
                "38073-14091"
            ],
            "persons": [
                "38073-51968-2"
            ],
            "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.161,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.0273972602739726,
            "impactfactor_norm_year": 2005,
            "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": true
        },
        {
            "id": 43813,
            "title": "Sudden infant death syndrome (SIDS). Protective effect of a pacifier",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Zotter, H"
            ],
            "year": 2006,
            "source": "MONATSSCHR KINDERHEILK. 2006; 154:  179-179. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000236065600011",
            "pubmed": null,
            "doi": "10.1007/s00112-006-1298-3",
            "pmc": null,
            "organizations": [
                "43813-14091",
                "43813-14094"
            ],
            "persons": [
                "43813-51821-1"
            ],
            "imported": "2007-02-02T18:30:22+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.161,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.0273972602739726,
            "impactfactor_norm_year": 2005,
            "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": 52679,
            "title": "Cow's milk allergy. Immune mechanisms and clinical manifestations",
            "abstract": null,
            "authors": [
                "Hauer, A"
            ],
            "year": 2006,
            "source": "MONATSSCHR KINDERHEILK 2006 154: 406-+.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000238345100002",
            "pubmed": null,
            "doi": "10.1007/s00112-006-1335-2",
            "pmc": null,
            "organizations": [
                "52679-14091"
            ],
            "persons": [
                "52679-51968-2"
            ],
            "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.161,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.0273972602739726,
            "impactfactor_norm_year": 2005,
            "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": 53534,
            "title": "Recurring obstructive bronchitis and bronchial asthma in pre-school children. Consensus paper from the Austrian Pediatric Society and the Austrian Pneumonology Society",
            "abstract": null,
            "authors": [
                "Gotz, M",
                "Eber, E",
                "Frischer, T",
                "Horak, E",
                "Kurz, H",
                "Riedler, J",
                "Schmitzberger, R",
                "Zach, M"
            ],
            "year": 2006,
            "source": "MONATSSCHR KINDERHEILK. 2006; 154:  679-+. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000239687200011",
            "pubmed": null,
            "doi": "10.1007/s00112-006-1364-x",
            "pmc": null,
            "organizations": [
                "53534-14095"
            ],
            "persons": [
                "53534-51713-6"
            ],
            "imported": "2013-01-23T11:07:21+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.161,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.0273972602739726,
            "impactfactor_norm_year": 2005,
            "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": 53786,
            "title": "Respiratory primary care in reanimation of neonates",
            "abstract": null,
            "authors": [
                "Urlesberger, B"
            ],
            "year": 2006,
            "source": "MONATSSCHR KINDERHEILK 2006 154: 825-825.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000240776300011",
            "pubmed": null,
            "doi": "10.1007/s00112-006-1388-2",
            "pmc": null,
            "organizations": [
                "53786-14094"
            ],
            "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.161,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.0273972602739726,
            "impactfactor_norm_year": 2005,
            "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": 62633,
            "title": "Air humidification in pseudocroup",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Zotter, H",
                "Eber, E"
            ],
            "year": 2006,
            "source": "MONATSSCHR KINDERHEILK. 2006; 154(10): 996-996. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000241761500009",
            "pubmed": null,
            "doi": "10.1007/s00112-006-1410-8",
            "pmc": null,
            "organizations": [
                "62633-14091",
                "62633-14094",
                "62633-14095"
            ],
            "persons": [
                "62633-51713-6",
                "62633-51821-2"
            ],
            "imported": "2006-12-12T13:31:25+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.161,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.0273972602739726,
            "impactfactor_norm_year": 2005,
            "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
        }
    ]
}