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=152880&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=152900&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152860&ordering=-impactfactor",
    "results": [
        {
            "id": 4148,
            "title": "Effect of interferon-gamma and LPS on tetrahydrobiopterin in rat PC 12 and human KNA cells",
            "abstract": null,
            "authors": [
                "Vrecko, K",
                "Pfragner, R",
                "Siegl, V",
                "Schauenstein, K",
                "Reibnegger, G"
            ],
            "year": 2001,
            "source": "PTERIDINES 2001 12: 167-171.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000174439800006",
            "pubmed": null,
            "doi": "10.1515/pteridines.2001.12.4.167",
            "pmc": null,
            "organizations": [
                "4148-14012",
                "4148-14014"
            ],
            "persons": [
                "4148-50569-6"
            ],
            "imported": null,
            "journal": "PTERIDINES",
            "issn": "0933-4807",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.577,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "BIOPHYSICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 4147,
            "title": "Characterization of pteridines: a new approach by fluorescence correlation spectroscopy and analysis of assay sensitivity",
            "abstract": null,
            "authors": [
                "Demel, U",
                "Foldes-Papp, Z",
                "Fuchs, D",
                "Tilz, GP"
            ],
            "year": 2001,
            "source": "PTERIDINES 2001 12: 147-154.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000174439800003",
            "pubmed": null,
            "doi": "10.1515/pteridines.2001.12.4.147",
            "pmc": null,
            "organizations": [],
            "persons": [
                "4147-51537-6"
            ],
            "imported": null,
            "journal": "PTERIDINES",
            "issn": "0933-4807",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.577,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "BIOPHYSICS",
            "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": true
        },
        {
            "id": 26454,
            "title": "Mild cognitive impairment",
            "abstract": null,
            "authors": [
                "Schmidt, R"
            ],
            "year": 2005,
            "source": "WIEN KLIN WOCHENSCHR 2005 117: 617-619.",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000232620000001",
            "pubmed": null,
            "doi": "10.1007/s00508-005-0411-2",
            "pmc": null,
            "organizations": [
                "26454-14051"
            ],
            "persons": [],
            "imported": null,
            "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": true
        },
        {
            "id": 8220,
            "title": "Studies on a distinct fraction of bovine vitreous body collagen.",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Mallinger, R",
                "Paschke, E"
            ],
            "year": 1984,
            "source": "Graefes Arch Clin Exp Ophthalmol. 1984; 221(6):286-289",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TJ23300007",
            "pubmed": "6383957",
            "doi": "10.1007/BF02134125",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 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": 42172,
            "title": "Comparison of clinical outcomes in peritoneal dialysis and hemodialysis",
            "abstract": null,
            "authors": [
                "Roob, JM"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117 Suppl 6(2):60-68",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000235531200011",
            "pubmed": "16437335",
            "doi": "10.1007/s00508-005-0494-9",
            "pmc": null,
            "organizations": [
                "42172-14084"
            ],
            "persons": [],
            "imported": null,
            "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": 53126,
            "title": "Cholestatic syndromes.",
            "abstract": null,
            "authors": [
                "Trauner, M",
                "Boyer, JL"
            ],
            "year": 2000,
            "source": "Curr Opin Gastroenterol. 2000; 16(3):239-250",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000087539100006",
            "pubmed": "17023881",
            "doi": "10.1097/00001574-200005000-00006",
            "pmc": null,
            "organizations": [
                "53126-14081"
            ],
            "persons": [],
            "imported": null,
            "journal": "CURR OPIN GASTROEN",
            "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": true
        },
        {
            "id": 72077,
            "title": "Immunological investigation in primary open angle glaucoma (author's transl)",
            "abstract": null,
            "authors": [
                "Radda, TM",
                "Menzel, J",
                "Drobec, P",
                "Aberer, W"
            ],
            "year": 1982,
            "source": "Graefes Arch Clin Exp Ophthalmol. 1982; 218(1): 55-57. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NE86900014",
            "pubmed": "6976914",
            "doi": "10.1007/BF02134104",
            "pmc": null,
            "organizations": [],
            "persons": [
                "72077-51346-6"
            ],
            "imported": "2007-11-26T01:00:00+01:00",
            "journal": "Graefes Arch Clin Exp Ophthalmol",
            "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": 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": 18490,
            "title": "Lymph node metastases arising from uveal melanoma.",
            "abstract": null,
            "authors": [
                "Ardjomand, N",
                "Komericki, P",
                "Langmann, G",
                "Mattes, D",
                "Moray, M",
                "Scarpatetti, M",
                "El-Shabrawi, Y"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(11-12):433-435",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000230678000012",
            "pubmed": "16053201",
            "doi": "10.1007/s00508-005-0329-8",
            "pmc": null,
            "organizations": [
                "18490-14020",
                "18490-14043",
                "18490-14047"
            ],
            "persons": [
                "18490-50041-6",
                "18490-51899-6",
                "18490-53163-2"
            ],
            "imported": null,
            "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": true,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1063,
            "title": "Fetal development of the human orbit.",
            "abstract": null,
            "authors": [
                "Haas, A",
                "Weiglein, A",
                "Faschinger, C",
                "Müllner, K"
            ],
            "year": 1993,
            "source": "GRAEF ARCH CLIN EXP OPHTHAL. 1993; 231(4): 217-220. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KV91500005",
            "pubmed": "8486303",
            "doi": "10.1007/BF00918844",
            "pmc": null,
            "organizations": [
                "1063-14018",
                "1063-14043"
            ],
            "persons": [
                "1063-51585-6",
                "1063-51850-2"
            ],
            "imported": "2010-07-09T16:33:12+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": 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": 27884,
            "title": "Clinical features, aetiology and short-term outcome of interstitial pneumonitis in HIVAIDS patients at Bamrasnaradura hospital, Nonthaburi, Thailand",
            "abstract": null,
            "authors": [
                "Knauer, A",
                "Das, AK",
                "Tansuphasawadikul, S",
                "Supanaranond, W",
                "Pitisuttithum, P",
                "Wernsdorfer, WH"
            ],
            "year": 2005,
            "source": "WIEN KLIN WOCHENSCHR 2005 117: 49-55.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000233731600010",
            "pubmed": null,
            "doi": "10.1007/s00508-005-0448-2",
            "pmc": null,
            "organizations": [
                "27884-14023"
            ],
            "persons": [],
            "imported": null,
            "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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60993,
            "title": "Functional vision with hydrogel versus PMMA lens implants.",
            "abstract": null,
            "authors": [
                "Weghaupt, H",
                "Menapace, R",
                "Wedrich, A"
            ],
            "year": 1993,
            "source": "Graefes Arch Clin Exp Ophthalmol. 1993; 231(8):449-452",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LP81000004",
            "pubmed": "8224943",
            "doi": "10.1007/BF02044230",
            "pmc": null,
            "organizations": [],
            "persons": [
                "60993-53938-6"
            ],
            "imported": "2006-11-13T01:00:00+01:00",
            "journal": "Graefes Arch Clin Exp Ophthalmol",
            "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": 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": 7721,
            "title": "Preparation of gels from hyaluronate solutions.",
            "abstract": null,
            "authors": [
                "Schmut, O",
                "Hofmann, H"
            ],
            "year": 1982,
            "source": "Graefes Arch Clin Exp Ophthalmol. 1982; 218(6):311-314",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NY03100008",
            "pubmed": "7129107",
            "doi": "10.1007/BF02150446",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "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": 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": 16402,
            "title": "Congenital absence of the portal vein in an adult woman: a case report.",
            "abstract": null,
            "authors": [
                "Kornprat, P",
                "Langner, C",
                "Fritz, K",
                "Mischinger, HJ"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(1-2):58-62",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000228001100014",
            "pubmed": "15986593",
            "doi": "10.1007/s00508-004-0281-z",
            "pmc": null,
            "organizations": [
                "16402-14020",
                "16402-14054",
                "16402-14073"
            ],
            "persons": [
                "16402-50039-2",
                "16402-50044-6",
                "16402-51595-6"
            ],
            "imported": "2009-04-29T13:19:02+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": true
        },
        {
            "id": 16746,
            "title": "Pneumonitis and pneumatoceles following accidental hydrocarbon aspiration in children.",
            "abstract": null,
            "authors": [
                "Thalhammer, GH",
                "Eber, E",
                "Zach, MS"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(4):150-153",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000228318400009",
            "pubmed": "15847196",
            "doi": "10.1007/s00508-004-0304-9",
            "pmc": null,
            "organizations": [
                "16746-14095"
            ],
            "persons": [
                "16746-51713-6"
            ],
            "imported": "2013-01-23T11:17:27+01:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 17110,
            "title": "Enterolithiasis in jejunal diverticulosis, a rare cause of obstruction of the small intestine: a case report.",
            "abstract": null,
            "authors": [
                "Kornprat, P",
                "Langner, C",
                "Mischinger, HJ"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(7-8):297-299",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000229257000010",
            "pubmed": "15926622",
            "doi": "10.1007/s00508-004-0277-8",
            "pmc": null,
            "organizations": [
                "17110-14020",
                "17110-14073"
            ],
            "persons": [
                "17110-50039-2",
                "17110-50044-6",
                "17110-51595-6"
            ],
            "imported": "2012-10-26T11:45:12+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 29984,
            "title": "Annoying vacation souvenir: Fish tapeworm (Diphyllobothrium sp.) infestation in an Austrian fisherman.",
            "abstract": null,
            "authors": [
                "Stadlbauer, V",
                "Haberl, R",
                "Langner, C",
                "Krejs, GJ",
                "Eherer, A"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(21-22):776-779",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000233983200009",
            "pubmed": "16416360",
            "doi": "10.1007/s00508-005-0463-3",
            "pmc": null,
            "organizations": [
                "29984-14020",
                "29984-14081"
            ],
            "persons": [
                "29984-50044-6",
                "29984-50989-2",
                "29984-51534-6"
            ],
            "imported": "2012-12-08T10:27:10+01:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": true
        },
        {
            "id": 17111,
            "title": "Keratopathy after ultraviolet B phototherapy.",
            "abstract": null,
            "authors": [
                "Komericki, P",
                "Fellner, P",
                "El-Shabrawi, Y",
                "Ardjomand, N"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(7-8):300-302",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000229257000011",
            "pubmed": "15926623",
            "doi": "10.1007/s00508-005-0338-7",
            "pmc": null,
            "organizations": [
                "17111-14043",
                "17111-14047"
            ],
            "persons": [
                "17111-50041-1",
                "17111-51899-6",
                "17111-53163-4"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": 144565,
            "title": "Changes in Mcl-1 expression in rectal cancer in relation to neo-adjuvant radiotherapy.",
            "abstract": null,
            "authors": [
                "Ulrich-Pur, H",
                "Erovic, BM",
                "Soleiman, A",
                "Jech, B",
                "Pennwieser, W",
                "Czembirek, C",
                "Zielinski, CC",
                "Thurnher, D"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(4):136-140",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000228318400006",
            "pubmed": "15847193",
            "doi": "10.1007/s00508-004-0278-7",
            "pmc": null,
            "organizations": [],
            "persons": [
                "144565-91899-6"
            ],
            "imported": "2015-04-01T15:22:56+02:00",
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": "WIENER KLINISCHE WOCHENSCHRIFT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.577,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.314,
            "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": 60997,
            "title": "Radiation therapy in proliferative vitreoretinopathy. A prospective randomized study.",
            "abstract": null,
            "authors": [
                "Binder, S",
                "Bonnet, M",
                "Velikay, M",
                "Gerard, JP",
                "Stolba, U",
                "Wedrich, A",
                "Hohenberg, H"
            ],
            "year": 1994,
            "source": "Graefes Arch Clin Exp Ophthalmol. 1994; 232(4):211-214",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994ND55600004",
            "pubmed": "8034208",
            "doi": "10.1007/BF00184007",
            "pmc": null,
            "organizations": [],
            "persons": [
                "60997-53938-6"
            ],
            "imported": "2006-11-13T01:00:00+01:00",
            "journal": "Graefes Arch Clin Exp Ophthalmol",
            "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": 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": 119554,
            "title": "Diurnal variation of arterial stiffness and subendocardial perfusion noninvasively assessed using applanation tonometry in healthy young men.",
            "abstract": null,
            "authors": [
                "Bodlaj, G",
                "Berg, J",
                "Biesenbach, G"
            ],
            "year": 2005,
            "source": "Wien Klin Wochenschr. 2005; 117(9-10):348-352",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000229871700009",
            "pubmed": "15989114",
            "doi": "10.1007/s00508-005-0357-4",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2012-06-04T02:00:00+02:00",
            "journal": "Wien Klin Wochenschr",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.577,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.314,
            "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
        }
    ]
}