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=152860&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156933,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152880&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152840&ordering=-impactfactor",
    "results": [
        {
            "id": 53736,
            "title": "Additional muscle in idiopathic club foot.",
            "abstract": null,
            "authors": [
                "Windisch, G",
                "Anderhuber, F",
                "Haldi-Brändle, V",
                "Exner, GU"
            ],
            "year": 2006,
            "source": "Eur J Pediatr Surg. 2006; 16(4):294-296",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000241042700018",
            "pubmed": "16981101",
            "doi": "10.1055/s-2006-924372",
            "pmc": null,
            "organizations": [
                "53736-14018"
            ],
            "persons": [],
            "imported": null,
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.579,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.172661870503597,
            "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": 4788,
            "title": "25 years of cardiac CT imaging: past, present, and future.",
            "abstract": null,
            "authors": [
                "Rienmüller, R"
            ],
            "year": 2003,
            "source": "Herz. 2003; 28(2):99-105",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000182191200005",
            "pubmed": "12669223",
            "doi": "10.1007/s00059-003-2459-y",
            "pmc": null,
            "organizations": [
                "4788-14054"
            ],
            "persons": [
                "4788-51726-2"
            ],
            "imported": null,
            "journal": "HERZ",
            "issn": "0340-9937",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.579,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.171428571428571,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 132384,
            "title": "Cemented titanium stems show high migration: transprosthetic drainage system has no advantage over third-generation cementation technique.",
            "abstract": null,
            "authors": [
                "Pabinger, C",
                "Kröner, A",
                "Lange, A",
                "Eyb, R"
            ],
            "year": 2004,
            "source": "Arch Orthop Trauma Surg. 2004; 124(7): 489-494. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000224249400011",
            "pubmed": "15168134",
            "doi": "10.1007/s00402-004-0705-2",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2013-12-19T01:00:00+01:00",
            "journal": "Arch Orthop Trauma Surg",
            "issn": "0936-8051",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.579,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.333,
            "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": 123843,
            "title": "Is the anorectal sphincter damaged during a transanal endorectal pull-through (TERPT) for Hirschsprung's disease? A 3-dimensional, vector manometric investigation",
            "abstract": null,
            "authors": [
                "Till, H",
                "Heinrich, M",
                "Schuster, T",
                "von Schweinitz, D"
            ],
            "year": 2006,
            "source": "Eur J Pediatr Surg. 2006; 16(3):188-191",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000239464800008",
            "pubmed": "16909358",
            "doi": "10.1055/s-2006-924220",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123843-83445-2"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF PEDIATRIC SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.579,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2006,
            "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": 123841,
            "title": "Tumor model for laparoscopy in pediatric oncology: Subperitoneal inoculation of human hepatoblastoma cells in nude rats",
            "abstract": null,
            "authors": [
                "Till, H",
                "Metzger, R",
                "Bergmann, F",
                "Haeberle, B",
                "Schaeffer, K",
                "von Schweinitz, D",
                "Gahlen, J",
                "Prosst, RL"
            ],
            "year": 2006,
            "source": "Eur J Pediatr Surg. 2006; 16(4):231-234",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000241042700002",
            "pubmed": "16981085",
            "doi": "10.1055/s-2006-924373",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123841-83445-1"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF PEDIATRIC SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.579,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.212,
            "impactfactor_norm_year": 2006,
            "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": 7110,
            "title": "Treatment of femoral neck and trochanteric simple bone cysts.",
            "abstract": null,
            "authors": [
                "Roposch, A",
                "Saraph, V",
                "Linhart, WE"
            ],
            "year": 2004,
            "source": "ARCH ORTHOP TRAUM SURG. 2004; 124:  437-442. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000224249400002",
            "pubmed": "15205988",
            "doi": "10.1007/s00402-004-0702-5",
            "pmc": null,
            "organizations": [
                "7110-14049"
            ],
            "persons": [
                "7110-50868-6",
                "7110-51571-6"
            ],
            "imported": "2012-10-19T12:38:27+02:00",
            "journal": "ARCH ORTHOP TRAUM SURG",
            "issn": "0936-8051",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.579,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.333333333333333,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 483,
            "title": "Clinical and histopathologic spectrum of pilomatricomas in adults.",
            "abstract": null,
            "authors": [
                "Kaddu, S",
                "Soyer, HP",
                "Cerroni, L",
                "Salmhofer, W",
                "Hödl, S"
            ],
            "year": 1994,
            "source": "INT J DERMATOL 1994 33: 705-708.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PK59200005",
            "pubmed": "8002139",
            "doi": "10.1111/j.1365-4362.1994.tb01515.x",
            "pmc": null,
            "organizations": [
                "483-14047"
            ],
            "persons": [
                "483-51751-6",
                "483-51721-6",
                "483-53442-1"
            ],
            "imported": null,
            "journal": "INT J DERMATOL",
            "issn": "0011-9059",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.578,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.342857142857143,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9320,
            "title": "The disease of Akhnaton.",
            "abstract": null,
            "authors": [
                "Hoedl, S"
            ],
            "year": 1989,
            "source": "INT J DERMATOL. 1989; 28(3): 201-203. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989U276600016",
            "pubmed": "2651339",
            "doi": "10.1111/j.1365-4362.1989.tb02467.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2010-05-25T14:24:00+02:00",
            "journal": "INT J DERMATOL",
            "issn": "0011-9059",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.578,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.342857142857143,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 65618,
            "title": "Clinicopathologic study of cutaneous plasmacytoma.",
            "abstract": null,
            "authors": [
                "Torne, R",
                "Su, WP",
                "Winkelmann, RK",
                "Smolle, J",
                "Kerl, H"
            ],
            "year": 1990,
            "source": "Int J Dermatol. 1990; 29(8):562-566",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990EC31100007",
            "pubmed": "2242944",
            "doi": "10.1111/j.1365-4362.1990.tb03469.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "65618-51617-6",
                "65618-51620-4"
            ],
            "imported": "2007-02-15T11:00:50+01:00",
            "journal": "INTERNATIONAL JOURNAL OF DERMATOLOGY",
            "issn": "0011-9059",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.578,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.342857142857143,
            "impactfactor_norm_year": 1998,
            "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": 111039,
            "title": "Epidemiology of Risks and Child Maltreatment in Early Childhood: A Pilot Study",
            "abstract": null,
            "authors": [
                "Kunster, AK",
                "Wucher, A",
                "Thurn, L",
                "Kindler, H",
                "Fischer, D",
                "Ziegenhain, U"
            ],
            "year": 2011,
            "source": "PRAX KINDERPSYCHOL KINDERPSYC. 2011; 60(3): 206-223. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000289396500003",
            "pubmed": null,
            "doi": "10.13109/prkk.2011.60.3.206",
            "pmc": null,
            "organizations": [
                "111039-1"
            ],
            "persons": [],
            "imported": "2011-05-23T12:56:44+02:00",
            "journal": "PRAX KINDERPSYCHOL KINDERPSYC",
            "issn": "0032-7034",
            "collection_publisher": null,
            "collection_title": "PRAXIS DER KINDERPSYCHOLOGIE UND KINDERPSYCHIATRIE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.578,
            "impactfactor_year": 2011,
            "impactfactor_norm": 0.137,
            "impactfactor_norm_year": 2011,
            "impactfactor_norm_category": "PSYCHIATRY",
            "impactfactor_norm_super": 0.209,
            "impactfactor_norm_super_year": 2010,
            "impactfactor_norm_super_category": "PSYCHIATRY",
            "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": 9060,
            "title": "Treatment of herpes zoster. Recombinant alpha interferon versus acyclovir.",
            "abstract": null,
            "authors": [
                "Duschet, P",
                "Schwarz, T",
                "Soyer, P",
                "Henk, A",
                "Hausmaninger, H",
                "Gschnait, F"
            ],
            "year": 1988,
            "source": "Int J Dermatol. 1988; 27(3):193-197",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988M847600016",
            "pubmed": "3286547",
            "doi": "10.1111/j.1365-4362.1988.tb04932.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "INT J DERMATOL",
            "issn": "0011-9059",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.578,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.342857142857143,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 72235,
            "title": "Incidence of chancroid in Vienna from 1980 to 1988.",
            "abstract": null,
            "authors": [
                "Neumann, RA",
                "Knobler, RM",
                "Aberer, E",
                "Kopp, W"
            ],
            "year": 1989,
            "source": "Int J Dermatol. 1989; 28(6):393-396",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AK55500010",
            "pubmed": "2788626",
            "doi": "10.1111/j.1365-4362.1989.tb02487.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-11-27T01:00:00+01:00",
            "journal": "Int J Dermatol",
            "issn": "0011-9059",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.578,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.342857142857143,
            "impactfactor_norm_year": 1998,
            "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": 433,
            "title": "Changes in psychopathology of parents of NOFT (non-organic failure to thrive) infants during treatment.",
            "abstract": null,
            "authors": [
                "Duniz, M",
                "Scheer, PJ",
                "Trojovsky, A",
                "Kaschnitz, W",
                "Kvas, E",
                "Macari, S"
            ],
            "year": 1996,
            "source": "EUR CHILD ADOLESC PSYCHIATR. 1996; 5(2): 93-100. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UT50100005",
            "pubmed": "8814415",
            "doi": "10.1007/BF01989501",
            "pmc": null,
            "organizations": [
                "433-14048"
            ],
            "persons": [
                "433-51655-6"
            ],
            "imported": "2009-03-16T17:08:22+01:00",
            "journal": "EUR CHILD ADOLESC PSYCHIATR",
            "issn": "1018-8827",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.577,
            "impactfactor_year": 2000,
            "impactfactor_norm": null,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 29983,
            "title": "Mortality and morbidity in extremely preterm infants (22 to 26 weeks of gestation): Austria 1999-2001.",
            "abstract": null,
            "authors": [
                "Weber, C",
                "Weninger, M",
                "Klebermass, K",
                "Reiter, G",
                "Wiesinger-Eidenberger, G",
                "Brandauer, M",
                "Kraschl, R",
                "Lingitz, K",
                "Grassl-Jurek, R",
                "Sterniste, W",
                "Balluch, B",
                "Kolmer, M",
                "Bruckner, R",
                "Schweintzger, G",
                "Salzer, H",
                "Rath, I",
                "Kubitsch, P",
                "Zissler, W",
                "Müller, W",
                "Urlesberger, B"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(21-22):740-746",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000233983200004",
            "pubmed": "16416355",
            "doi": "10.1007/s00508-005-0468-y",
            "pmc": null,
            "organizations": [
                "29983-14094"
            ],
            "persons": [
                "29983-51643-6"
            ],
            "imported": "2006-03-28T16:24:36+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.577,
            "impactfactor_year": 2005,
            "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": false
        },
        {
            "id": 16718,
            "title": "Treatment for soft tissue sarcoma in childhood and adolescence. Austrian results within the CWS 96 study.",
            "abstract": null,
            "authors": [
                "Modritz, D",
                "Ladenstein, R",
                "Pötschger, U",
                "Amman, G",
                "Dieckmann, K",
                "Horcher, E",
                "Urban, C",
                "Meister, B",
                "Schmitt, K",
                "Jones, R",
                "Kaulfersch, W",
                "Haas, H",
                "Moser, R",
                "Stöllinger, O",
                "Peham, M",
                "Gadner, H",
                "Koscielniak, E",
                "Treuner, J"
            ],
            "year": 2005,
            "source": "WIEN KLIN WOCHENSCHR. 2005; 117(5-6): 196-209. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000228714600006",
            "pubmed": "15875759",
            "doi": "10.1007/s00508-004-5-0285-8",
            "pmc": null,
            "organizations": [
                "16718-14048"
            ],
            "persons": [],
            "imported": "2013-05-10T13:52:12+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.577,
            "impactfactor_year": 2005,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 16719,
            "title": "Surgical therapy options in polycystic liver disease.",
            "abstract": null,
            "authors": [
                "Kornprat, P",
                "Cerwenka, H",
                "Bacher, H",
                "El-Shabrawi, A",
                "Tillich, M",
                "Langner, C",
                "Mischinger, HJ"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(5-6):215-218",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000228714600008",
            "pubmed": "15875761",
            "doi": "10.1007/s00508-005-0309-z",
            "pmc": null,
            "organizations": [
                "16719-14020",
                "16719-14054",
                "16719-14073"
            ],
            "persons": [
                "16719-50039-2",
                "16719-50044-6",
                "16719-51595-6",
                "16719-51760-6"
            ],
            "imported": "2012-10-26T11:48:44+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.577,
            "impactfactor_year": 2005,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 29982,
            "title": "Strontium ranelate: a novel concept for the treatment of osteoporosis",
            "abstract": null,
            "authors": [
                "Dimai, HP"
            ],
            "year": 2005,
            "source": "WIEN KLIN WOCHENSCHR. 2005; 117(21-22): 728-738. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000233983200002",
            "pubmed": "16416353",
            "doi": "10.1007/s00508-005-0471-3",
            "pmc": null,
            "organizations": [
                "29982-14080"
            ],
            "persons": [
                "29982-79271-2"
            ],
            "imported": "2014-01-13T01:58:03+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.577,
            "impactfactor_year": 2005,
            "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": false
        },
        {
            "id": 1201,
            "title": "Histology and transmission electron microscopy of the cornea in xeroderma pigmentosum type C.",
            "abstract": null,
            "authors": [
                "Haller, EM",
                "Langmann, G",
                "Schwab, C"
            ],
            "year": 1991,
            "source": "GRAEF ARCH CLIN EXP OPHTHAL. 1991; 229:  395-400. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FV06000015",
            "pubmed": "1916329",
            "doi": "10.1007%2FBF00170700",
            "pmc": null,
            "organizations": [
                "1201-14043"
            ],
            "persons": [],
            "imported": "2010-06-25T17:19:55+02:00",
            "journal": "GRAEF ARCH CLIN EXP OPHTHAL",
            "issn": "0721-832X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.577,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.642857142857143,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61433,
            "title": "Gastroduodenal mucosal defense.",
            "abstract": null,
            "authors": [
                "Holzer, P"
            ],
            "year": 2000,
            "source": "Curr Opin Gastroenterol. 2000; 16(6):469-478",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089969900003",
            "pubmed": "17031124",
            "doi": "10.1097/00001574-200011000-00003",
            "pmc": null,
            "organizations": [
                "61433-14022"
            ],
            "persons": [
                "61433-51529-2"
            ],
            "imported": "2006-11-21T01:00:00+01:00",
            "journal": "Curr Opin Gastroenterol",
            "issn": "0267-1379",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.577,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.133333333333333,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "GASTROENTEROLOGY & HEPATOLOGY",
            "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": 1861,
            "title": "Ophthalmological findings in three patients with cholesterol acyltransferase deficiency syndrome before and after kidney transplantation.",
            "abstract": null,
            "authors": [
                "Langmann, A",
                "Langmann, G",
                "Faschinger, C",
                "Horina, J"
            ],
            "year": 1993,
            "source": "GRAEF ARCH CLIN EXP OPHTHAL. 1993; 231(10): 607-609. ",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1993LY70900010",
            "pubmed": "8224938",
            "doi": "10.1007/BF00936527",
            "pmc": null,
            "organizations": [
                "1861-14043"
            ],
            "persons": [
                "1861-51585-6",
                "1861-51717-6"
            ],
            "imported": "2010-07-14T13:48:46+02:00",
            "journal": "GRAEF ARCH CLIN EXP OPHTHAL",
            "issn": "0721-832X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.577,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.642857142857143,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}