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=1000&ordering=imported
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=1020&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=980&ordering=imported",
    "results": [
        {
            "id": 61232,
            "title": "Bilateral nonunited femoral neck fracture in a child with osteopetrosis.",
            "abstract": null,
            "authors": [
                "Steinwender, G",
                "Hosny, GA",
                "Koch, S",
                "Grill, F"
            ],
            "year": 1995,
            "source": "J Pediatr Orthop B. 1995; 4(2):213-215",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RH46300016",
            "pubmed": "7670993",
            "doi": "10.1097/01202412-199504020-00016",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "J Pediatr Orthop B",
            "issn": "1060-152X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.141,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.142857142857143,
            "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": 61203,
            "title": "Sports and physical training in childhood--general principles",
            "abstract": null,
            "authors": [
                "Schober, PH"
            ],
            "year": 1993,
            "source": "Padiatr Padol. 1993; 28(5): A53-A55. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8247591",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "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": 61215,
            "title": "Computer simulation of forearm rotation in angular deformities: a new therapeutic approach.",
            "abstract": null,
            "authors": [
                "Kasten, P",
                "Krefft, M",
                "Hesselbach, J",
                "Weinberg, AM"
            ],
            "year": 2002,
            "source": "Injury. 2002; 33(9):807-813",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000179097300013",
            "pubmed": "12379392",
            "doi": "10.1016/S0020-1383(02)00114-6",
            "pmc": null,
            "organizations": [
                "61215-14049"
            ],
            "persons": [
                "61215-50785-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Injury",
            "issn": "0020-1383",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.408,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.184397163120567,
            "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": 61213,
            "title": "Growth prognosis after para-epiphyseal tangential epiphysial injuries of the lower extremity exemplified by the distal femur: outcome after injuries of epiphyses of the distal femur",
            "abstract": null,
            "authors": [
                "Weinberg, AM",
                "Castellani, C",
                "Werner, C",
                "Mayr, J"
            ],
            "year": 2002,
            "source": "Kongressbd Dtsch Ges Chir Kongr. 2002; 119:  695-698. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "12704918",
            "doi": "10.1007/978-3-642-55715-6_484",
            "pmc": null,
            "organizations": [
                "61213-14049"
            ],
            "persons": [
                "61213-50785-2",
                "61213-54087-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Kongressbd Dtsch Ges Chir Kongr",
            "issn": "0009-4722",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.848,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.50354609929078,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "SURGERY",
            "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": 61102,
            "title": "International Board certification dermatopathology: a worldwide effort to rise standards in dermatopathology.",
            "abstract": null,
            "authors": [
                "Kerl, H",
                "Cerroni, L",
                "Burg, G",
                "Cerio, R",
                "Gollnick, H",
                "Kutzner, H",
                "Sanguenza, O"
            ],
            "year": 2005,
            "source": "J Dtsch Dermatol Ges. 2005; 3(4): 309-311. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "16370482",
            "doi": null,
            "pmc": null,
            "organizations": [
                "61102-14047"
            ],
            "persons": [
                "61102-51751-6",
                "61102-51620-1"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "J Dtsch Dermatol Ges",
            "issn": "1610-0379",
            "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": 61233,
            "title": "Cervical-mediastinal emphysema of abdominal origin",
            "abstract": null,
            "authors": [
                "Zago, A",
                "Puchetti, V",
                "Briani, GF",
                "Tosi, D",
                "Ferrara, R",
                "Fasoli, G",
                "Zaupa, P",
                "Rosa, G"
            ],
            "year": 1995,
            "source": "Ann Ital Chir. 1995; 66(4):433-438",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8686993",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Ann Ital Chir",
            "issn": "0003-469X",
            "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": 61207,
            "title": "Automated exchange transfusion in premature and newborn infants with hyperbilirubinemia using a peripheral arteriovenous vascular access device",
            "abstract": null,
            "authors": [
                "Schober, PH"
            ],
            "year": 1990,
            "source": "Wien Klin Wochenschr. 1990; 102(16): 471-475. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DX44100003",
            "pubmed": "2219940",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "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": 61104,
            "title": "Successful antibiotic treatment of Borreliosis associated pseudolymphomatous systemic infiltrates.",
            "abstract": null,
            "authors": [
                "Aigelsreiter, A",
                "Pump, A",
                "Buchhäusl, W",
                "Schönfelder, M",
                "Beham-Schmid, C",
                "Cerroni, L",
                "Bertha, G",
                "Dimai, HP",
                "Stelzl, E",
                "Daghofer, E",
                "Wenisch, C"
            ],
            "year": 2005,
            "source": "J Infect. 2005; 51(4):e203-e206",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000607553400003",
            "pubmed": "16291270",
            "doi": "10.1016/j.jinf.2005.02.014",
            "pmc": null,
            "organizations": [
                "61104-14020",
                "61104-14023",
                "61104-14047",
                "61104-14080"
            ],
            "persons": [
                "61104-51751-6",
                "61104-50871-2",
                "61104-79271-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "J Infect",
            "issn": "0163-4453",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.882,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.302325581395349,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "INFECTIOUS DISEASES",
            "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": false
        },
        {
            "id": 61229,
            "title": "Complex foot deformities associated with soft-tissue scarring in children.",
            "abstract": null,
            "authors": [
                "Steinwender, G",
                "Saraph, V",
                "Zwick, EB",
                "Uitz, C",
                "Linhart, W"
            ],
            "year": 2001,
            "source": "J Foot Ankle Surg. 2001; 40(1): 42-49. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "11202767",
            "doi": "10.1016/S1067-2516(01)80040-5",
            "pmc": null,
            "organizations": [
                "61229-14049"
            ],
            "persons": [
                "61229-50868-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "J Foot Ankle Surg",
            "issn": "1067-2516",
            "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": true
        },
        {
            "id": 61221,
            "title": "Bicycle accidents of children",
            "abstract": null,
            "authors": [
                "Linhart, WE",
                "Purtscher, AK",
                "Sauer, H"
            ],
            "year": 1991,
            "source": "Padiatr Padol. 1991; 26(1): 61-64. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2057213",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Padiatr Padol",
            "issn": "0030-9338",
            "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": 61212,
            "title": "Spontaneous reanastomosis between lymphatic vessels following syngeneic transplantation of the small intestine in the rat.",
            "abstract": null,
            "authors": [
                "Uner, A",
                "Weinberg, AM",
                "Nautrup, CP",
                "Kassianoff, I",
                "Lüdemann, W",
                "Schier, F",
                "Claus, P",
                "Berens von Rautenfeld, D"
            ],
            "year": 2001,
            "source": "Surg Radiol Anat. 2001; 23(6):383-387",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000174472600004",
            "pubmed": "11963620",
            "doi": "10.1007/s00276-001-0383-5",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61212-50785-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Surg Radiol Anat",
            "issn": "0930-1038",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.476,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.222222222222222,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "ANATOMY & MORPHOLOGY",
            "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": 61228,
            "title": "Single event multilevel surgery to improve gait in diplegic cerebral palsy - a prospective controlled trial",
            "abstract": null,
            "authors": [
                "Zwick, EB",
                "Saraph, V",
                "Strobl, W",
                "Steinwender, G"
            ],
            "year": 2001,
            "source": "Z Orthop Ihre Grenzgeb. 2001; 139(6): 485-489. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000172963200008",
            "pubmed": "11753767",
            "doi": "10.1055/s-2001-19228",
            "pmc": null,
            "organizations": [
                "61228-14049"
            ],
            "persons": [
                "61228-50868-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Z Orthop Ihre Grenzgeb",
            "issn": "0044-3220",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.448,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.333333333333333,
            "impactfactor_norm_year": 2001,
            "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": true
        },
        {
            "id": 61223,
            "title": "Femoral neck fractures in childhood",
            "abstract": null,
            "authors": [
                "Mayr, J",
                "Hirner, V",
                "Styhler, W",
                "Posch, E",
                "Jelen, M",
                "Linhart, WE",
                "Kohlmaier, W",
                "Neubauer, T",
                "Schwarz, N"
            ],
            "year": 1998,
            "source": "Unfallchirurg. 1998; 101(6): 426-432. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074736300003",
            "pubmed": "9677840",
            "doi": "10.1007/s001130050291",
            "pmc": null,
            "organizations": [
                "61223-14049"
            ],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Unfallchirurg",
            "issn": "0177-5537",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.626,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.571428571428571,
            "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": true
        },
        {
            "id": 61189,
            "title": "Thyroid growth stimulating immunoglobulins in sporadic and endemic colloid goitre.",
            "abstract": null,
            "authors": [
                "Drexhage, HA",
                "Mooij, P",
                "Wilders-Truschnig, MM"
            ],
            "year": 1990,
            "source": "Thyroidology. 1990; 2(3):99-105",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "1726418",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Thyroidology",
            "issn": "0013-7227",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.413,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.891566265060241,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 61177,
            "title": "Infection with multiple strains of Borrelia burgdorferi sensu stricto in patients with Lyme disease.",
            "abstract": null,
            "authors": [
                "Seinost, G",
                "Golde, WT",
                "Berger, BW",
                "Dunn, JJ",
                "Qiu, D",
                "Dunkin, DS",
                "Dykhuizen, DE",
                "Luft, BJ",
                "Dattwyler, RJ"
            ],
            "year": 1999,
            "source": "Arch Dermatol. 1999; 135(11): 1329-1333. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083593600004",
            "pubmed": "10566830",
            "doi": "10.1001/archderm.135.11.1329",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61177-52018-1"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Arch Dermatol",
            "issn": "0003-987X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.889,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.972222222222222,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "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": 61209,
            "title": "Traumatic embolization of the middle cerebral artery",
            "abstract": null,
            "authors": [
                "Kerbler, S",
                "Schober, PH",
                "Steiner, H"
            ],
            "year": 1990,
            "source": "Z Kinderchir. 1990; 45(5): 301-303. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EG74500008",
            "pubmed": "2284877",
            "doi": "10.1055/s-2008-1042605",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Z Kinderchir",
            "issn": "0174-3082",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61219,
            "title": "Staphylococcal arthritis--effects of superoxide dismutase on infected knee joints of rabbits.",
            "abstract": null,
            "authors": [
                "Linhart, WE",
                "Zadravec, S",
                "Esterbauer, H",
                "Weybora, W",
                "Pfeiffer, KP"
            ],
            "year": 1989,
            "source": "Free Radic Res Commun. 1989; 7(3-6): 325-333. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989CA51500027",
            "pubmed": "2583550",
            "doi": "10.3109/10715768909087958",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Free Radic Res Commun",
            "issn": "8755-0199",
            "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": 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": 61218,
            "title": "Septic arthritis--an experimental animal model useful in free oxygen radical research.",
            "abstract": null,
            "authors": [
                "Linhart, WE",
                "Spendel, S",
                "Weber, G",
                "Zadravec, S"
            ],
            "year": 1990,
            "source": "Z Versuchstierkd. 1990; 33(2): 65-71. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990CZ22000001",
            "pubmed": "2353546",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61218-51824-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Z Versuchstierkd",
            "issn": "0044-3697",
            "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": 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": 61182,
            "title": "Impact of caloric intake on parenteral nutrition-associated intestinal morphology and mucosal barrier function.",
            "abstract": null,
            "authors": [
                "Sun, X",
                "Spencer, AU",
                "Yang, H",
                "Haxhija, EQ",
                "Teitelbaum, DH"
            ],
            "year": 2006,
            "source": "JPEN J Parenter Enteral Nutr. 2006; 30(6): 474-479. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000248444700002",
            "pubmed": "17047170",
            "doi": "10.1177/0148607106030006474",
            "pmc": "PMC1626654",
            "organizations": [],
            "persons": [
                "61182-51879-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "JPEN J Parenter Enteral Nutr",
            "issn": "0148-6071",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.898,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.547169811320755,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "NUTRITION & DIETETICS",
            "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": 61180,
            "title": "Intestinal intraepithelial lymphocyte derived angiotensin converting enzyme modulates epithelial cell apoptosis.",
            "abstract": null,
            "authors": [
                "Wildhaber, BE",
                "Yang, H",
                "Haxhija, EQ",
                "Spencer, AU",
                "Teitelbaum, DH"
            ],
            "year": 2005,
            "source": "Apoptosis. 2005; 10(6):1305-1315",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000234653600010",
            "pubmed": "16215678",
            "doi": "10.1007/s10495-005-2138-y",
            "pmc": "PMC1351359",
            "organizations": [],
            "persons": [
                "61180-51879-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Apoptosis",
            "issn": "1360-8185",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.497,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.800766283524904,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "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
        }
    ]
}