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=157680&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157700&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157660&ordering=-impactfactor",
    "results": [
        {
            "id": 70964,
            "title": "A mechanistic analysis of reduced mechanical performance in human heart failure.",
            "abstract": null,
            "authors": [
                "Alpert, NR",
                "Hasenfuss, G",
                "Leavitt, BJ",
                "Ittleman, FP",
                "Pieske, B",
                "Mulieri, LA"
            ],
            "year": 2000,
            "source": "Jpn Heart J. 2000; 41(2): 103-115. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000087240800001",
            "pubmed": "10850527",
            "doi": "10.1536/jhj.41.103",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-10-27T02:00:00+02:00",
            "journal": "Jpn Heart J",
            "issn": "0021-4868",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.323,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.0634920634920635,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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": 1422,
            "title": "Intravenous Immunoglobulins in Multiple-Sclerosis - Results of the Austrian Immunoglobulin in Multiple-Sclerosis (Aims) Trial",
            "abstract": null,
            "authors": [
                "Deisenhammer, F",
                "Fazekas, F",
                "Strasserfuchs, S",
                "Nahler, G",
                "Mamoli, B"
            ],
            "year": 1999,
            "source": "INFUSIONSTHERAPIE 1999 26: 42-47.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000084437900009",
            "pubmed": null,
            "doi": "10.1159/000053538",
            "pmc": null,
            "organizations": [
                "1422-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "INFUSIONSTHERAPIE",
            "issn": "1019-8466",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.323,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.1,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7407,
            "title": "INFARCTIONS AND INTRA-CEREBRAL HEMATOMAS IN SPONTANEOUS PRIMARY SUBARACHNOIDAL HEMORRHAGE",
            "abstract": null,
            "authors": [
                "LADURNER, G",
                "AUER, L",
                "GALLHOFER, B",
                "SAGER, WD",
                "LECHNER, H"
            ],
            "year": 1980,
            "source": "AKTUEL NEUROL 1980 7: 171-175.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KK79900007",
            "pubmed": null,
            "doi": "10.1055/s-2007-1021002",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AKTUEL NEUROL",
            "issn": "0302-4350",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.323,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.168316831683168,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 65501,
            "title": "PNEUMOCOCCAL SEPSIS AFTER SPLENECTOMY CAUSING CEREBRAL-LESIONS",
            "abstract": null,
            "authors": [
                "SCHWARZ, G",
                "KLEINERT, R"
            ],
            "year": 1987,
            "source": "AKTUEL NEUROL. 1987; 14(3): 102-103. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987H892600007",
            "pubmed": null,
            "doi": "10.1055/s-2007-1020679",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-02-14T09:44:11+01:00",
            "journal": "AKTUEL NEUROL",
            "issn": "0302-4350",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.323,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.168316831683168,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 7519,
            "title": "RELATION OF EEG AND COMPUTERIZED-TOMOGRAPHY IN TRANSIENT ISCHEMIC ATTACKS",
            "abstract": null,
            "authors": [
                "LADURNER, G",
                "ENGE, S",
                "SAGER, WD",
                "LOGAR, C",
                "LECHNER, H"
            ],
            "year": 1981,
            "source": "AKTUEL NEUROL 1981 8: 49-51.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LS98400001",
            "pubmed": null,
            "doi": "10.1055/s-2007-1020948",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AKTUEL NEUROL",
            "issn": "0302-4350",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.323,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.168316831683168,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 136613,
            "title": "The flow rate significantly influences the leukocyte depletion rate during prestorage in-line filtration of platelet concentrates.",
            "abstract": null,
            "authors": [
                "Janetzko, K",
                "Schlenke, P",
                "Klüter, H"
            ],
            "year": 1999,
            "source": "Transfus Sci. 1999; 21(2):123-128",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000084306100005",
            "pubmed": "10747520",
            "doi": "10.1016/S0955-3886(99)00083-1",
            "pmc": null,
            "organizations": [],
            "persons": [
                "136613-88593-6"
            ],
            "imported": "2014-05-07T02:00:00+02:00",
            "journal": "Transfus Sci",
            "issn": "0955-3886",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.322,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.083,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 2262,
            "title": "Respiration and heart rate variation in normal infants during quiet sleep in the first year of life.",
            "abstract": null,
            "authors": [
                "Litscher, G",
                "Pfurtscheller, G",
                "Bes, F",
                "Poiseau, E"
            ],
            "year": 1993,
            "source": "Klin Padiatr. 1993; 205(3):170-175",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LF63500009",
            "pubmed": "8350591",
            "doi": "10.1055/s-2007-1025222",
            "pmc": null,
            "organizations": [
                "2262-14044"
            ],
            "persons": [],
            "imported": null,
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 65686,
            "title": "Late onset disease (congenital german measles) (author's transl)",
            "abstract": null,
            "authors": [
                "Grubbauer, HM",
                "Borkenstein, M",
                "Wendler, H"
            ],
            "year": 1978,
            "source": "Klin Padiatr. 1978; 190(2): 125-128. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1978EU52100003",
            "pubmed": "565431",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "65686-51654-6"
            ],
            "imported": "2007-02-16T01: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": "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": 8047,
            "title": "Incidence and etiologic factors of persistent ductus arteriosus in relation to the severity of idiopathic respiratory distress syndrome",
            "abstract": null,
            "authors": [
                "Müller, WD",
                "Schober, P",
                "Trop, M",
                "Beitzke, A"
            ],
            "year": 1983,
            "source": "KLIN PADIAT. 1983; 195(6): 399-404. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983RR54400004",
            "pubmed": "6656167",
            "doi": "10.1055/s-2008-1034407",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8047-51643-2"
            ],
            "imported": "2009-09-04T17:16:46+02:00",
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 2697,
            "title": "Trans-catheter closure of patent ductus arteriosus in childhood--an alternative to surgical ligature",
            "abstract": null,
            "authors": [
                "Stein, JI",
                "Beitzke, A",
                "Suppan, C"
            ],
            "year": 1991,
            "source": "KLIN PADIAT. 1991; 203(3): 141-145. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FN91900003",
            "pubmed": "1857046",
            "doi": "10.1055/s-2007-1025418",
            "pmc": null,
            "organizations": [
                "2697-14048"
            ],
            "persons": [],
            "imported": "2010-06-30T13:14:07+02:00",
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 1539,
            "title": "Long-term follow-up of infants with pathological gastroesophageal reflux",
            "abstract": null,
            "authors": [
                "Pesendorfer, P",
                "Höllwarth, ME",
                "Uray, E"
            ],
            "year": 1993,
            "source": "KLIN PADIAT. 1993; 205:  363-366. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LY73500009",
            "pubmed": "8411904",
            "doi": "10.1055/s-2007-1025250",
            "pmc": null,
            "organizations": [
                "1539-14049"
            ],
            "persons": [],
            "imported": "2010-07-14T14:23:14+02:00",
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 2541,
            "title": "The Graz SIDS Risk Questionnaire: prospective study of 6,000 infants",
            "abstract": null,
            "authors": [
                "Einspieler, C",
                "Löscher, WN",
                "Kurz, R",
                "Rosanelli, K",
                "Rosegger, H",
                "Bachler, I",
                "Klug, EM",
                "Reiterer, F",
                "Schenkeli, R",
                "Kerbl, R"
            ],
            "year": 1992,
            "source": "KLIN PADIAT. 1992; 204(2): 88-91. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HH97900005",
            "pubmed": "1583857",
            "doi": "10.1055/s-2007-1025328",
            "pmc": null,
            "organizations": [
                "2541-14010",
                "2541-14019",
                "2541-14038",
                "2541-14048",
                "2541-14054"
            ],
            "persons": [
                "2541-51653-6",
                "2541-51821-6"
            ],
            "imported": "2009-10-19T18:16:47+02:00",
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 9071,
            "title": "Congenital metabolic diseases as a cause of acute illnesses in the neonatal period",
            "abstract": null,
            "authors": [
                "Stöckler, S",
                "Ipsiroglu, OS",
                "Paschke, E"
            ],
            "year": 1989,
            "source": "KLIN PADIAT. 1989; 201(5): 369-372. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1989AP57100002",
            "pubmed": "2677512",
            "doi": "10.1055/s-2008-1026729",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-06-22T16:36:02+02:00",
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 2540,
            "title": "The Graz SIDS Risk Questionnaire: I. Development and validation",
            "abstract": null,
            "authors": [
                "Einspieler, C",
                "Sutter-Holzer, A",
                "Kurz, R",
                "Löscher, WN",
                "Kerbl-Meyer, U",
                "Roll, P",
                "Kenner, T",
                "Haidmayer, R"
            ],
            "year": 1992,
            "source": "KLIN PADIAT. 1992; 204(2): 84-88. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HH97900004",
            "pubmed": "1583856",
            "doi": "10.1055/s-2007-1025328",
            "pmc": null,
            "organizations": [
                "2540-14010",
                "2540-14019",
                "2540-14048"
            ],
            "persons": [
                "2540-51680-6",
                "2540-51524-6"
            ],
            "imported": "2010-06-30T16:28:17+02:00",
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 9072,
            "title": "Acoustically evoked brain stem potentials in infants at risk for SIDS with and without aminophylline therapy",
            "abstract": null,
            "authors": [
                "Reiterer, F",
                "Litscher, G",
                "Kurz, R",
                "Haidmayer, R",
                "Pfurtscheller, G"
            ],
            "year": 1989,
            "source": "KLIN PADIAT. 1989; 201(5): 382-386. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AP57100005",
            "pubmed": "2796243",
            "doi": "10.1055/s-2008-1026732",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9072-51524-6",
                "9072-51653-2"
            ],
            "imported": "2010-05-25T16:41:01+02:00",
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 6075,
            "title": "The Graz SIDS Risk Questionnaire - 2nd Prospective Application in 6000 Infants - Reply",
            "abstract": null,
            "authors": [
                "Kurz, R",
                "Einspieler, C"
            ],
            "year": 1992,
            "source": "KLIN PADIATR        . 1992; 204:  456-457. ",
            "category": 1,
            "document_type": 14,
            "sci": "ISI:A1992KA37000012",
            "pubmed": null,
            "doi": "10.1055/s-2007-1025328",
            "pmc": null,
            "organizations": [
                "6075-14010",
                "6075-14048"
            ],
            "persons": [],
            "imported": "2010-06-30T18:05:01+02: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": 0.309859154929577,
            "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": 7403,
            "title": "Pontine hemorrhage in a 12 year old boy. Demonstration by cranial computer tomography (author's transl)",
            "abstract": null,
            "authors": [
                "Fritsch, G",
                "Sager, WD",
                "Urban, C",
                "Haidvogl, M"
            ],
            "year": 1980,
            "source": "KLIN PADIAT. 1980; 192(5): 457-459. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KJ89700010",
            "pubmed": "7192342",
            "doi": "10.1055/s-2008-1035625",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7403-51657-6"
            ],
            "imported": "2009-08-20T16:15:46+02:00",
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 7370,
            "title": "Prostaglandin E-2 in cyanotic heart defects in newborn (author's transl)",
            "abstract": null,
            "authors": [
                "Beitzke, A"
            ],
            "year": 1981,
            "source": "Klin Padiatr. 1981; 193(5):385-389",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981MH81400010",
            "pubmed": "7289432",
            "doi": "10.1055/s-2008-1034504",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 9286,
            "title": "Coronary aneurysm in Kawasaki syndrome: incidence and prognosis",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Zobel, G"
            ],
            "year": 1989,
            "source": "Klin Padiatr. 1989; 201(1):33-39",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989T241300007",
            "pubmed": "2704175",
            "doi": "10.1055/s-2007-1025272",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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": 7745,
            "title": "Purulent pericarditis during abscess-forming pneumonia",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Trittenwein, G",
                "Rigler, B",
                "Grubbauer, HM",
                "Suppan, C"
            ],
            "year": 1982,
            "source": "KLIN PADIAT. 1982; 194:  324-327. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982PJ65100014",
            "pubmed": "7144050",
            "doi": "10.1055/s-2008-1033831",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-09-02T11:58:10+02:00",
            "journal": "KLIN PADIAT",
            "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": 0.309859154929577,
            "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
        }
    ]
}