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=156340&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156924,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156360&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=156320&ordering=-imported",
    "results": [
        {
            "id": 60647,
            "title": "Images in haematology. Cervical mass after cytotoxic chemotherapy, secondary malignancy or epiphenomenon?",
            "abstract": null,
            "authors": [
                "Strenger, V",
                "Lackner, H",
                "Dornbusch, HJ",
                "Beham-Schmid, C",
                "Urban, C"
            ],
            "year": 2006,
            "source": "Br J Haematol. 2006; 135(1):1-1",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "16803466",
            "doi": "10.1111/j.1365-2141.2006.06189.x",
            "pmc": null,
            "organizations": [
                "60647-14020",
                "60647-14092"
            ],
            "persons": [
                "60647-51736-6",
                "60647-56810-2"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "Br J Haematol",
            "issn": "0007-1048",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 4.498,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.803,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60654,
            "title": "Analysis of hepatic resection of metastasis originating from gastric adenocarcinoma.",
            "abstract": null,
            "authors": [
                "Zacherl, J",
                "Zacherl, M",
                "Scheuba, C",
                "Steininger, R",
                "Wenzl, E",
                "Mühlbacher, F",
                "Jakesz, R",
                "Längle, F"
            ],
            "year": 2002,
            "source": "J Gastrointest Surg. 2002; 6(5):682-689",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000179920700008",
            "pubmed": "12399057",
            "doi": "10.1016/S1091-255X(01)00075-0",
            "pmc": null,
            "organizations": [],
            "persons": [
                "60654-58004-6"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "J Gastrointest Surg",
            "issn": "1091-255X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.99,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.815602836879433,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "SURGERY",
            "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": 60652,
            "title": "Accuracy of multiphasic helical computed tomography and intraoperative sonography in patients undergoing orthotopic liver transplantation for hepatoma: what is the truth?",
            "abstract": null,
            "authors": [
                "Zacherl, J",
                "Pokieser, P",
                "Wrba, F",
                "Scheuba, C",
                "Prokesch, R",
                "Zacherl, M",
                "Längle, F",
                "Berlakovich, GA",
                "Mühlbacher, F",
                "Steininger, R"
            ],
            "year": 2002,
            "source": "Ann Surg. 2002; 235(4):528-532",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000174802500011",
            "pubmed": "11923609",
            "doi": "10.1097/00000658-200204000-00011",
            "pmc": "PMC1422468",
            "organizations": [],
            "persons": [
                "60652-58004-4"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "Ann Surg",
            "issn": "0003-4932",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.073,
            "impactfactor_year": 2002,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "SURGERY",
            "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": 60641,
            "title": "Shift of tumor features in patients with clinically localized prostate cancer undergoing radical prostatectomy since the beginning of the PSA era.",
            "abstract": null,
            "authors": [
                "Augustin, H",
                "Auprich, M",
                "Stummvoll, P",
                "Lipsky, K",
                "Pummer, K",
                "Petritsch, P"
            ],
            "year": 2006,
            "source": "Wien Klin Wochenschr. 2006; 118(11-12):348-354",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000241495400008",
            "pubmed": "16855924",
            "doi": "10.1007/s00508-006-0608-z",
            "pmc": null,
            "organizations": [
                "60641-14056"
            ],
            "persons": [
                "60641-51970-2",
                "60641-53053-6"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.804,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.314285714285714,
            "impactfactor_norm_year": 2005,
            "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": true
        },
        {
            "id": 60649,
            "title": "SPARC sling system for treatment of female stress urinary incontinence in the elderly.",
            "abstract": null,
            "authors": [
                "Dalpiaz, O",
                "Primus, G",
                "Schips, L"
            ],
            "year": 2006,
            "source": "Eur Urol. 2006; 50(4): 826-830. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000240838900030",
            "pubmed": "16687203",
            "doi": "10.1016/j.eururo.2006.04.016",
            "pmc": null,
            "organizations": [
                "60649-14056"
            ],
            "persons": [
                "60649-72937-2"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "Eur Urol",
            "issn": "0302-2838",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.85,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.862745098039216,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 60648,
            "title": "Life-threatening hemangiomatosis of the liver in an infant: multimodal therapy including cyclophosphamide and secondary acute myeloid leukemia.",
            "abstract": null,
            "authors": [
                "Sovinz, P",
                "Urban, C",
                "Hausegger, K"
            ],
            "year": 2006,
            "source": "Pediatr Blood Cancer. 2006; 47(7): 972-973. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000241803700022",
            "pubmed": "16609951",
            "doi": "10.1002/pbc.20836",
            "pmc": null,
            "organizations": [
                "60648-14092"
            ],
            "persons": [
                "60648-59537-1"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "Pediatr Blood Cancer",
            "issn": "1545-5009",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.882,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.684931506849315,
            "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": 60653,
            "title": "Current value of intraoperative sonography during surgery for hepatic neoplasms.",
            "abstract": null,
            "authors": [
                "Zacherl, J",
                "Scheuba, C",
                "Imhof, M",
                "Zacherl, M",
                "Längle, F",
                "Pokieser, P",
                "Wrba, F",
                "Wenzl, E",
                "Mühlbacher, F",
                "Jakesz, R",
                "Steininger, R"
            ],
            "year": 2002,
            "source": "World J Surg. 2002; 26(5):550-554",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000175472900008",
            "pubmed": "12098044",
            "doi": "10.1007/s00268-001-0266-2",
            "pmc": null,
            "organizations": [],
            "persons": [
                "60653-58004-6"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "World J Surg",
            "issn": "0364-2313",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.777,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.794326241134752,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "SURGERY",
            "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": 60650,
            "title": "A prospective analysis of cell-free fetal DNA concentration in maternal plasma as an indicator for adverse pregnancy outcome.",
            "abstract": null,
            "authors": [
                "Bauer, M",
                "Hutterer, G",
                "Eder, M",
                "Majer, S",
                "Leshane, E",
                "Johnson, KL",
                "Peter, I",
                "Bianchi, DW",
                "Pertl, B"
            ],
            "year": 2006,
            "source": "Prenat Diagn. 2006; 26(9):831-836",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000241009600011",
            "pubmed": "16832830",
            "doi": "10.1002/pd.1513",
            "pmc": null,
            "organizations": [
                "60650-14038",
                "60650-14056"
            ],
            "persons": [
                "60650-50839-6",
                "60650-51719-4"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "Prenat Diagn",
            "issn": "0197-3851",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.514,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.56140350877193,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "local_affiliation": true
        },
        {
            "id": 60644,
            "title": "Diagnostic and prognostic impact of urinary catecholamines in neuroblastoma patients.",
            "abstract": null,
            "authors": [
                "Strenger, V",
                "Kerbl, R",
                "Dornbusch, HJ",
                "Ladenstein, R",
                "Ambros, PF",
                "Ambros, IM",
                "Urban, C"
            ],
            "year": 2007,
            "source": "Pediatr Blood Cancer. 2007; 48(5):504-509",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000245195200004",
            "pubmed": "16732582",
            "doi": "10.1002/pbc.20888",
            "pmc": null,
            "organizations": [
                "60644-14091",
                "60644-14092",
                "60644-14095"
            ],
            "persons": [
                "60644-51736-6",
                "60644-51821-6",
                "60644-56810-2"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "Pediatr Blood Cancer",
            "issn": "1545-5009",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.164,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.684931506849315,
            "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": 60646,
            "title": "Histopathological prognostic factors in medulloblastoma: high expression of survivin is related to unfavourable outcome.",
            "abstract": null,
            "authors": [
                "Haberler, C",
                "Slavc, I",
                "Czech, T",
                "Gelpi, E",
                "Heinzl, H",
                "Budka, H",
                "Urban, C",
                "Scarpatetti, M",
                "Ebetsberger-Dachs, G",
                "Schindler, C",
                "Jones, N",
                "Klein-Franke, A",
                "Maier, H",
                "Jauk, B",
                "Kiefer, A",
                "Hainfellner, JA"
            ],
            "year": 2006,
            "source": "Eur J Cancer. 2006; 42(17):2996-3003",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000242686100031",
            "pubmed": "16996732",
            "doi": "10.1016/j.ejca.2006.05.038",
            "pmc": null,
            "organizations": [
                "60646-14020",
                "60646-14092"
            ],
            "persons": [],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "Eur J Cancer",
            "issn": "0959-8049",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.167,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.699186991869919,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60642,
            "title": "Residual or recurrent cerebellar low-grade glioma in children after tumor resection: is re-treatment needed? A single center experience from 1983 to 2003.",
            "abstract": null,
            "authors": [
                "Benesch, M",
                "Eder, HG",
                "Sovinz, P",
                "Raith, J",
                "Lackner, H",
                "Moser, A",
                "Urban, C"
            ],
            "year": 2006,
            "source": "Pediatr Neurosurg. 2006; 42(3):159-164",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000243060200006",
            "pubmed": "16636617",
            "doi": "10.1159/000091859",
            "pmc": null,
            "organizations": [
                "60642-14050",
                "60642-14054",
                "60642-14092"
            ],
            "persons": [
                "60642-51369-2",
                "60642-59537-6",
                "60642-51853-6"
            ],
            "imported": "2006-10-20T02:00:00+02:00",
            "journal": "Pediatr Neurosurg",
            "issn": "1016-2291",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.972,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.525179856115108,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "SURGERY",
            "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": 60633,
            "title": "Zwillings-Transfusions-Syndrom (TTTS)",
            "abstract": null,
            "authors": [
                "Zotter, H"
            ],
            "year": 2006,
            "source": "Perinatalboard; Jul 06, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60633-14094"
            ],
            "persons": [],
            "imported": "2006-10-19T13:34:01+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60632,
            "title": "Validity of optical device lipometer and bioelectric impedance analysis for body fat assessment in men and women.",
            "abstract": null,
            "authors": [
                "Jürimäe, T",
                "Sudi, K",
                "Jürimäe, J",
                "Payerl, D",
                "Möller, R",
                "Tafeit, E"
            ],
            "year": 2005,
            "source": "Coll Antropol. 2005; 29(2): 499-502. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000234457000017",
            "pubmed": "16417151",
            "doi": null,
            "pmc": null,
            "organizations": [
                "60632-14012"
            ],
            "persons": [],
            "imported": "2006-10-19T02:00:00+02:00",
            "journal": "Coll Antropol",
            "issn": "0350-6134",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.325,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.352941176470588,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "ANTHROPOLOGY",
            "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": 60640,
            "title": "Extracorporeal lung support in pediatric patients.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Kuttnig-Haim, M",
                "Urlesberger, B",
                "Dacar, D",
                "Reiterer, F",
                "Riccabona, M"
            ],
            "year": 1996,
            "source": "Acta Anaesthesiol Scand Suppl. 1996; 109(1): 122-125. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8901976",
            "doi": null,
            "pmc": null,
            "organizations": [
                "60640-14094"
            ],
            "persons": [
                "60640-51373-6",
                "60640-51653-6"
            ],
            "imported": "2006-10-19T02:00:00+02:00",
            "journal": "Acta Anaesthesiol Scand Suppl",
            "issn": "0515-2720",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60639,
            "title": "Inhaled nitric oxide in pediatric intensive care.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Rödl, S",
                "Gamillscheg, A",
                "Urlesberger, B",
                "Trop, M",
                "Grubbauer, HM"
            ],
            "year": 1996,
            "source": "Acta Anaesthesiol Scand Suppl. 1996; 109(11):92-96",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8901961",
            "doi": null,
            "pmc": null,
            "organizations": [
                "60639-14048"
            ],
            "persons": [
                "60639-51709-6"
            ],
            "imported": "2006-10-19T02:00:00+02:00",
            "journal": "Acta Anaesthesiol Scand Suppl",
            "issn": "0515-2720",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60638,
            "title": "Prolonged ECMO in two children with severe ARDS.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Dacar, D",
                "Kuttnig-Halm, M",
                "Urlesberger, B",
                "Maurer, U",
                "Riccabona, M"
            ],
            "year": 1993,
            "source": "Clin Intensive Care. 1993; 4(2): 91-93. ",
            "category": 1,
            "document_type": 2,
            "sci": null,
            "pubmed": "10146296",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "60638-51373-6"
            ],
            "imported": "2006-10-19T02:00:00+02:00",
            "journal": "Clin Intensive Care",
            "issn": "0956-3075",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60637,
            "title": "Inhaled nitric oxide in infants and children after open heart surgery.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Gamillscheg, A",
                "Schwinger, W",
                "Berger, J",
                "Urlesberger, B",
                "Dacar, D",
                "Rigler, B",
                "Metzler, H",
                "Beitzke, A"
            ],
            "year": 1998,
            "source": "J Cardiovasc Surg (Torino). 1998; 39(1):79-86",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000072582700014",
            "pubmed": "9537540",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "60637-51611-6",
                "60637-51859-6"
            ],
            "imported": "2006-10-19T02:00:00+02:00",
            "journal": "J Cardiovasc Surg (Torino)",
            "issn": "0021-9509",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.738,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "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": 60636,
            "title": "Neurodevelopmental outcome at 2 years in 23 to 26 weeks old gestation infants.",
            "abstract": null,
            "authors": [
                "Sommer, C",
                "Urlesberger, B",
                "Maurer-Fellbaum, U",
                "Kutschera, J",
                "Müller, W"
            ],
            "year": 2006,
            "source": "Klin Padiatr. 2006; 219(1):23-29",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000243560100005",
            "pubmed": "16586271",
            "doi": "10.1055/s-2006-921341",
            "pmc": null,
            "organizations": [
                "60636-14094"
            ],
            "persons": [
                "60636-51643-6",
                "60636-51822-6",
                "60636-58715-1"
            ],
            "imported": "2006-10-19T02:00:00+02:00",
            "journal": "Klin Padiatr",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.055,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.465753424657534,
            "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": 60634,
            "title": "Prognosis of preterm infants with a birth weight <1,501 g.",
            "abstract": null,
            "authors": [
                "Urlesberger, B",
                "Müller, W"
            ],
            "year": 2004,
            "source": "Gynakol Geburtshilfliche Rundsch. 2004; 44(1):19-24",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "14673224",
            "doi": "10.1159/000074313",
            "pmc": null,
            "organizations": [
                "60634-14094"
            ],
            "persons": [
                "60634-51643-6"
            ],
            "imported": "2006-10-19T02:00:00+02:00",
            "journal": "Gynakol Geburtshilfliche Rundsch",
            "issn": "1018-8843",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60635,
            "title": "Effect of tilting on cerebral haemodynamics in preterm infants with periventricular leucencephalomalacia.",
            "abstract": null,
            "authors": [
                "Pichler, G",
                "Urlesberger, B",
                "Schmölzer, G",
                "Müller, W"
            ],
            "year": 2004,
            "source": "Acta Paediatr. 2004; 93(1): 70-75. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000188515600015",
            "pubmed": "14989443",
            "doi": "10.1080/08035250310007493",
            "pmc": null,
            "organizations": [
                "60635-14094"
            ],
            "persons": [
                "60635-50907-2",
                "60635-51643-6"
            ],
            "imported": "2006-10-19T02:00:00+02:00",
            "journal": "Acta Paediatr",
            "issn": "0803-5253",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.143,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.528571428571429,
            "impactfactor_norm_year": 2004,
            "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
        }
    ]
}