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": 157028,
    "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": 61220,
            "title": "Therapy of persistent dislocation of the radius head in children",
            "abstract": null,
            "authors": [
                "Linhart, WE"
            ],
            "year": 1989,
            "source": "Beitr Orthop Traumatol. 1989; 36(4): 176-179. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2742571",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61220-51571-2"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Beitr Orthop Traumatol",
            "issn": "0005-8149",
            "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": 61107,
            "title": "Multiple breast metastasis of cutaneous malignant melanoma",
            "abstract": null,
            "authors": [
                "Stella, C",
                "Cerroni, L",
                "Pecorella, I",
                "Ciardi, A",
                "Renda, F",
                "Battistelli, S",
                "Stella, F",
                "Troccoli, R"
            ],
            "year": 1985,
            "source": "Ann Ital Chir. 1985; 57(5): 441-445. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3838028",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61107-51751-6"
            ],
            "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": 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": 61111,
            "title": "Ferritin and transferrin levels in human breast cyst fluids: relationship with intracystic electrolyte concentrations.",
            "abstract": null,
            "authors": [
                "Troccoli, R",
                "Stella, F",
                "Biagioni, S",
                "Battistelli, S",
                "Cerroni, L",
                "Marcheggiani, F",
                "Artico, M",
                "Terzano, C",
                "Mannello, F"
            ],
            "year": 1990,
            "source": "Clin Chim Acta. 1990; 192(1):1-7",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EH03400001",
            "pubmed": "2124527",
            "doi": "10.1016/0009-8981(90)90265-T",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61111-51751-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Clin Chim Acta",
            "issn": "0009-8981",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.958,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.615384615384615,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "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": 61176,
            "title": "Four clones of Borrelia burgdorferi sensu stricto cause invasive infection in humans.",
            "abstract": null,
            "authors": [
                "Seinost, G",
                "Dykhuizen, DE",
                "Dattwyler, RJ",
                "Golde, WT",
                "Dunn, JJ",
                "Wang, IN",
                "Wormser, GP",
                "Schriefer, ME",
                "Luft, BJ"
            ],
            "year": 1999,
            "source": "Infect Immun. 1999; 67(7): 3518-3524. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081063800047",
            "pubmed": "10377134",
            "doi": "10.1128/IAI.67.7.3518-3524.1999",
            "pmc": "PMC116539",
            "organizations": [],
            "persons": [
                "61176-52018-1"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Infect Immun",
            "issn": "0019-9567",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.184,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.914285714285714,
            "impactfactor_norm_year": 1999,
            "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": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61187,
            "title": "Involvement of the immune system in iodine deficient goiter.",
            "abstract": null,
            "authors": [
                "Wilders-Truschnig, MM",
                "Leb, G",
                "Warnkross, H",
                "Langsteger, W",
                "Eber, O",
                "Dimal, P",
                "Brezinschek, HP",
                "Brezinschek, R",
                "Tiran, A",
                "Den Hartog, MT"
            ],
            "year": 1992,
            "source": "Thyroidology. 1992; 4(1): 53-55. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "1284335",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61187-51807-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Thyroidology",
            "issn": "0300-0664",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.657,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.819277108433735,
            "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": 61106,
            "title": "CD56-positive haematological neoplasms of the skin: a multicentre study of the Cutaneous Lymphoma Project Group of the European Organisation for Research and Treatment of Cancer.",
            "abstract": null,
            "authors": [
                "Assaf, C",
                "Gellrich, S",
                "Whittaker, S",
                "Robson, A",
                "Cerroni, L",
                "Massone, C",
                "Kerl, H",
                "Rose, C",
                "Chott, A",
                "Chimenti, S",
                "Hallermann, C",
                "Petrella, T",
                "Wechsler, J",
                "Bagot, M",
                "Hummel, M",
                "Bullani-Kerl, K",
                "Bekkenk, MW",
                "Kempf, W",
                "Meijer, CJ",
                "Willemze, R",
                "Sterry, W"
            ],
            "year": 2007,
            "source": "J Clin Pathol. 2007; 60(9):981-989",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000249153700004",
            "pubmed": "17018683",
            "doi": "10.1136/jcp.2006.042135",
            "pmc": "PMC1972425",
            "organizations": [
                "61106-14047"
            ],
            "persons": [
                "61106-51751-6",
                "61106-51620-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "J Clin Pathol",
            "issn": "0021-9746",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.426,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.681818181818182,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PATHOLOGY",
            "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": 61190,
            "title": "Allergic bronchial asthma caused by bromelin",
            "abstract": null,
            "authors": [
                "Gailhofer, G",
                "Teubl, I",
                "Wilders-Truschnig, M",
                "Ludvan, M"
            ],
            "year": 1987,
            "source": "Derm Beruf Umwelt. 1987; 35(5): 174-176. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3691317",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Derm Beruf Umwelt",
            "issn": "0343-2432",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.125,
            "impactfactor_year": 1994,
            "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": 61206,
            "title": "Stress adapted parenteral amino acid substitution in operated premature and newborn infants].",
            "abstract": null,
            "authors": [
                "Schober, PH",
                "Kurz, R",
                "Musil, HE",
                "Jarosch, E"
            ],
            "year": 1989,
            "source": "Infusionstherapie. 1989; 16(2):68-74",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989U889400003",
            "pubmed": "2500397",
            "doi": "10.1159/000222346",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Infusionstherapie",
            "issn": "1019-8466",
            "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": 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": 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": 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": 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
        },
        {
            "id": 61227,
            "title": "Assessment of hip rotation after gait improvement surgery in cerebral palsy.",
            "abstract": null,
            "authors": [
                "Steinwender, G",
                "Saraph, V",
                "Zwick, EB",
                "Uitz, C",
                "Linhart, W"
            ],
            "year": 2000,
            "source": "Acta Orthop Belg. 2000; 66(3): 259-264. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "11033916",
            "doi": null,
            "pmc": null,
            "organizations": [
                "61227-14049"
            ],
            "persons": [
                "61227-50868-6",
                "61227-51571-6"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Acta Orthop Belg",
            "issn": "0001-6462",
            "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": 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": [
                "61223-51571-6"
            ],
            "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": 61231,
            "title": "Treatment of simple bone cyst using bone marrow injection.",
            "abstract": null,
            "authors": [
                "Saraph, V"
            ],
            "year": 2004,
            "source": "J Pediatr Orthop. 2004; 24(4): 449-449. ",
            "category": 1,
            "document_type": 20,
            "sci": "ISI:000222414000020",
            "pubmed": "15205631",
            "doi": "10.1097/01241398-200407000-00020",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61231-50868-2"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "J Pediatr Orthop",
            "issn": "0271-6798",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.937,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2004,
            "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": 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": [
                "61221-51571-1"
            ],
            "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": 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": 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": 61230,
            "title": "Comparison of conventional versus minimally invasive extraperitoneal approach for anterior lumbar interbody fusion.",
            "abstract": null,
            "authors": [
                "Saraph, V",
                "Lerch, C",
                "Walochnik, N",
                "Bach, CM",
                "Krismer, M",
                "Wimmer, C"
            ],
            "year": 2004,
            "source": "Eur Spine J. 2004; 13(5):425-431",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000223015100006",
            "pubmed": "15138863",
            "doi": "10.1007/s00586-004-0722-4",
            "pmc": "PMC3476582",
            "organizations": [],
            "persons": [
                "61230-50868-2"
            ],
            "imported": "2006-11-15T01:00:00+01:00",
            "journal": "Eur Spine J",
            "issn": "0940-6719",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.458,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.833333333333333,
            "impactfactor_norm_year": 2004,
            "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
        }
    ]
}