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=152560&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 155671,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152580&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152540&ordering=imported",
    "results": [
        {
            "id": 5169,
            "title": "Dermoscopy of clear-cell acanthoma differs from dermoscopy of psoriasis.",
            "abstract": null,
            "authors": [
                "Zalaudek, I",
                "Hofmann-Wellenhof, R",
                "Argenziano, G"
            ],
            "year": 2003,
            "source": "Dermatology. 2003; 207(4):428; author reply 429-428; author reply 429",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000186979600027",
            "pubmed": "14657649",
            "doi": "10.1159/000074137",
            "pmc": null,
            "organizations": [
                "5169-14047"
            ],
            "persons": [
                "5169-50151-1",
                "5169-51711-6"
            ],
            "imported": null,
            "journal": "DERMATOLOGY",
            "issn": "1018-8665",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.19,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.552631578947368,
            "impactfactor_norm_year": 2003,
            "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": 5168,
            "title": "Failure of prolonged extracorporeal photopheresis in the treatment of alopecia areata universalis in two patients.",
            "abstract": null,
            "authors": [
                "Kopera, D",
                "Wolf, P"
            ],
            "year": 2003,
            "source": "Dermatology. 2003; 207(4):427-428",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000186979600026",
            "pubmed": "14657648",
            "doi": "10.1159/000074136",
            "pmc": null,
            "organizations": [
                "5168-14047"
            ],
            "persons": [
                "5168-51618-6",
                "5168-51842-2"
            ],
            "imported": null,
            "journal": "DERMATOLOGY",
            "issn": "1018-8665",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.19,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.552631578947368,
            "impactfactor_norm_year": 2003,
            "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": 5167,
            "title": "Therapy-related leukemia cutis: case study of an aggressive disorder.",
            "abstract": null,
            "authors": [
                "Zebisch, A",
                "Cerroni, L",
                "Beham-Schmid, C",
                "Sill, H"
            ],
            "year": 2003,
            "source": "ANN HEMATOL 2003 82: 705-707.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186952400009",
            "pubmed": "12920571",
            "doi": "10.1007/s00277-003-0717-y",
            "pmc": null,
            "organizations": [
                "5167-14020",
                "5167-14047",
                "5167-14082"
            ],
            "persons": [
                "5167-51857-4",
                "5167-57402-1"
            ],
            "imported": null,
            "journal": "ANN HEMATOL",
            "issn": "0939-5555",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.241,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.338709677419355,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 5164,
            "title": "Emphysema of the abdominal wall obscuring postcesarean volvulus. A case report.",
            "abstract": null,
            "authors": [
                "Lösch, A",
                "Kohlberger, P",
                "Tomaselli, F",
                "Lahodny, J"
            ],
            "year": 2003,
            "source": "J Reprod Med. 2003; 48(11):896-898",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186873600012",
            "pubmed": "14686024",
            "doi": null,
            "pmc": null,
            "organizations": [
                "5164-14077"
            ],
            "persons": [],
            "imported": null,
            "journal": "J REPROD MED",
            "issn": "0024-7758",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.888,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.39622641509434,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 5163,
            "title": "An international field study of the reliability and validity of a disease-specific questionnaire module (the QLQ-OV28) in assessing the quality of life of patients with ovarian cancer (vol 39, pg 1402, 2003)",
            "abstract": null,
            "authors": [
                "Greimel, E",
                "Bottomley, A",
                "Cull, A",
                "Waldenstrom, AC",
                "Arraras, J",
                "Chauvenet, L",
                "Holzner, B",
                "Rios, M",
                "Kuljanic, K",
                "Lebrec, K",
                "D'haese, S"
            ],
            "year": 2003,
            "source": "EUR J CANCER 2003 39: 2570-2570.",
            "category": 1,
            "document_type": 8,
            "sci": "ISI:000186855300028",
            "pubmed": null,
            "doi": "10.1016%2FS0959-8049%2803%2900307-1",
            "pmc": null,
            "organizations": [
                "5163-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "EUR J CANCER",
            "issn": "0959-8049",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.694,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.766666666666667,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5159,
            "title": "Lichen sclerosus with histopathologic features simulating early mycosis fungoides.",
            "abstract": null,
            "authors": [
                "Citarella, L",
                "Massone, C",
                "Kerl, H",
                "Cerroni, L"
            ],
            "year": 2003,
            "source": "Am J Dermatopathol. 2003; 25(6):463-465",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186795700002",
            "pubmed": "14631186",
            "doi": "10.1097%2F00000372-200312000-00002",
            "pmc": null,
            "organizations": [
                "5159-14047"
            ],
            "persons": [
                "5159-51620-6"
            ],
            "imported": null,
            "journal": "AMER J DERMATOPATHOL",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.132,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.5,
            "impactfactor_norm_year": 2003,
            "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": true
        },
        {
            "id": 5158,
            "title": "Palliative cytostatic treatment of cervical carcinoma.",
            "abstract": null,
            "authors": [
                "Petru, E",
                "Benedicic, Ch",
                "Seewann, A",
                "Pickel, H"
            ],
            "year": 2003,
            "source": "Eur J Gynaecol Oncol. 2003; 24(6):473-474",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186785300005",
            "pubmed": "14658584",
            "doi": null,
            "pmc": null,
            "organizations": [
                "5158-14038"
            ],
            "persons": [
                "5158-51624-2"
            ],
            "imported": null,
            "journal": "EUR J GYNAECOL ONCOL",
            "issn": "0392-2936",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.547,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.0943396226415094,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 5155,
            "title": "Diabetes mellitus in institutionalized patients is associated with higher bone mass measured by ultrasonography as well as lower iPTH levels and markers of bone turnover",
            "abstract": null,
            "authors": [
                "Roth, M",
                "Fahrleitner, A",
                "Piswanger-Solkner, C",
                "Obermayer-Pietsch, B",
                "Leb, G",
                "Dobnig, H"
            ],
            "year": 2003,
            "source": "BONE 2003 33: S14-S14.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000186772400029",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "5155-14080"
            ],
            "persons": [
                "5155-51063",
                "5155-51809",
                "5155-54183"
            ],
            "imported": null,
            "journal": "BONE",
            "issn": "8756-3282",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.572,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.772727272727273,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "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": 5154,
            "title": "Congenital hip dysplasia and disturbances of bone and connective tissue in adult female patients",
            "abstract": null,
            "authors": [
                "Bonelli, CM",
                "Walter, D",
                "Fahrleitner, A",
                "Solkner, CP",
                "Dobnig, H",
                "Linhart, W",
                "Reitinger, T",
                "Windhager, R",
                "Leb, G",
                "Obermayer-Pietsch, B"
            ],
            "year": 2003,
            "source": "BONE 2003 33: S13-S13.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000186772400027",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "5154-14080"
            ],
            "persons": [
                "5154-51063",
                "5154-51571",
                "5154-51809"
            ],
            "imported": null,
            "journal": "BONE",
            "issn": "8756-3282",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.572,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.772727272727273,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "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": 5153,
            "title": "Is bone metabolism affected by the human thyroid stimulating hormone TSH? Preliminary results from a clinical study in patients with TSH-suppressive thyroid hormone therapy",
            "abstract": null,
            "authors": [
                "Dimai, HP",
                "Piswanger-Soelkner, C",
                "Fahrleitner, A",
                "Ramschak-Schwarzer, S",
                "Wenisch, H",
                "Gugatschka, M",
                "Leb, G"
            ],
            "year": 2003,
            "source": "BONE 2003 33: S13-S13.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000186772400025",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "5153-14080"
            ],
            "persons": [
                "5153-50670",
                "5153-51063",
                "5153-54183",
                "5153-79271"
            ],
            "imported": null,
            "journal": "BONE",
            "issn": "8756-3282",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.572,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.772727272727273,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "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": 5152,
            "title": "Genetic disposition for adult lactose intolerance, calcium metabolism, bone density, and bone fractures",
            "abstract": null,
            "authors": [
                "Obermayer-Pietsch, BM",
                "Bonelli, CM",
                "Walter, DE",
                "Kuhn, RJ",
                "Fahrleitner-Pammer, A",
                "Berghold, A",
                "Goessler, W",
                "Stepan, V",
                "Dobnig, H",
                "Renner, W",
                "Leb, G"
            ],
            "year": 2003,
            "source": "BONE 2003 33: S12-S12.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000186772400021",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "5152-14026"
            ],
            "persons": [
                "5152-50910",
                "5152-51063",
                "5152-51344",
                "5152-51809",
                "5152-52016"
            ],
            "imported": null,
            "journal": "BONE",
            "issn": "8756-3282",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.572,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.772727272727273,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "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": 839,
            "title": "Effect of terlipressin on in vitro vascular hyporeactivity of portal hypertensive rats.",
            "abstract": null,
            "authors": [
                "Heinemann, A",
                "Stauber, RE"
            ],
            "year": 1996,
            "source": "J Hepatol. 1996; 24(6):739-746",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UV29000013",
            "pubmed": "8835750",
            "doi": "10.1016%2FS0168-8278%2896%2980271-6",
            "pmc": null,
            "organizations": [
                "839-14022"
            ],
            "persons": [
                "839-51530-6",
                "839-51756-1"
            ],
            "imported": null,
            "journal": "J HEPATOL",
            "issn": "0168-8278",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.235,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.886363636363636,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5150,
            "title": "The plant lectin wheat germ agglutinin inhibits the binding of pemphigus foliaceus autoantibodies to desmoglein 1 in a majority of patients and prevents pathomechanisms of pemphigus foliaceus in vitro and in vivo.",
            "abstract": null,
            "authors": [
                "Ortiz-Urda, S",
                "Elbe-Bürger, A",
                "Smolle, J",
                "Marquart, Y",
                "Chudnovsky, Y",
                "Ridky, TW",
                "Bernstein, P",
                "Wolff, K",
                "Rappersberger, K"
            ],
            "year": 2003,
            "source": "J Immunol. 2003; 171(11):6244-6250",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186767200074",
            "pubmed": "14634141",
            "doi": "10.4049/jimmunol.171.11.6244",
            "pmc": null,
            "organizations": [
                "5150-14047"
            ],
            "persons": [
                "5150-51617-6"
            ],
            "imported": null,
            "journal": "J IMMUNOL",
            "issn": "0022-1767",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.702,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.912280701754386,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 5149,
            "title": "The L10P polymorphism of the transforming growth factor-beta 1 gene is not associated with breast cancer risk.",
            "abstract": null,
            "authors": [
                "Krippl, P",
                "Langsenlehner, U",
                "Renner, W",
                "Yazdani-Biuki, B",
                "Wolf, G",
                "Wascher, TC",
                "Paulweber, B",
                "Bahadori, B",
                "Samonigg, H"
            ],
            "year": 2003,
            "source": "Cancer Lett. 2003; 201(2):181-184",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186749100008",
            "pubmed": "14607332",
            "doi": "10.1016/S0304-3835(03)00468-3",
            "pmc": null,
            "organizations": [
                "5149-14054",
                "5149-14085"
            ],
            "persons": [
                "5149-50910-6",
                "5149-51045-2",
                "5149-51532-6"
            ],
            "imported": null,
            "journal": "CANCER LETT",
            "issn": "0304-3835",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.614,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.608333333333333,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5148,
            "title": "Anti-tumour necrosis factor alpha treatment in chronic recurrent inflammation of the anterior segment of the eye in patients resistant to standard immunomodulatory treatment.",
            "abstract": null,
            "authors": [
                "El-Shabrawi, Y",
                "Mangge, H",
                "Hermann, J"
            ],
            "year": 2003,
            "source": "Ann Rheum Dis. 2003; 62(12):1243-1244",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000186745200028",
            "pubmed": "14644873",
            "doi": "10.1136/ard.2003.008615",
            "pmc": "PMC1754402",
            "organizations": [
                "5148-14028",
                "5148-14043"
            ],
            "persons": [
                "5148-51002-6",
                "5148-51899-2",
                "5148-52854-6"
            ],
            "imported": null,
            "journal": "ANN RHEUM DIS",
            "issn": "0003-4967",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.827,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.904761904761905,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 5146,
            "title": "Reconstructed mass-spectrometric pattern for characterization of carbon compounds in smoker's lung in situ.",
            "abstract": null,
            "authors": [
                "Földes-Papp, Z",
                "Domej, W",
                "Wippel, R",
                "Schlagenhaufen, C",
                "Irgolic, KJ",
                "Demel, U",
                "Dimai, HP",
                "Tilz, GP"
            ],
            "year": 2003,
            "source": "Environ Sci Pollut Res Int. 2003; 10(6):350-353",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186730800002",
            "pubmed": "14690022",
            "doi": "10.1065/espr2003.08.171",
            "pmc": null,
            "organizations": [],
            "persons": [
                "5146-51525-6",
                "5146-51537-6",
                "5146-79271-6"
            ],
            "imported": null,
            "journal": "ENVIRON SCI POLLUT RES",
            "issn": "0944-1344",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.216,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.610687022900763,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "ENVIRONMENTAL SCIENCES",
            "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": 5145,
            "title": "Response to Mousavizadeh et al.: Oxidative toxicity and glutamate excitotoxicity in multiple sclerosis",
            "abstract": null,
            "authors": [
                "Neuhaus, O",
                "Kieseier, BC",
                "Archelos, JJ",
                "Hartung, HP"
            ],
            "year": 2003,
            "source": "TRENDS PHARMACOL SCI 2003 24: 564-565.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000186728200006",
            "pubmed": null,
            "doi": "10.1016%2Fj.tips.2003.09.005",
            "pmc": null,
            "organizations": [
                "5145-14051"
            ],
            "persons": [
                "5145-51987-6"
            ],
            "imported": null,
            "journal": "TRENDS PHARMACOL SCI",
            "issn": "0165-6147",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 13.965,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.983783783783784,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 5144,
            "title": "Action of treosulfan in myelin-oligodendrocyte-glycoprotein-induced experimental autoimmune encephalomyelitis and human lymphocytes.",
            "abstract": null,
            "authors": [
                "Weissert, R",
                "Wiendl, H",
                "Pfrommer, H",
                "Storch, MK",
                "Schreiner, B",
                "Barth, S",
                "Seifert, T",
                "Melms, A",
                "Dichgans, J",
                "Weller, M"
            ],
            "year": 2003,
            "source": "J NEUROIMMUNOL 2003 144: 28-37.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186688200004",
            "pubmed": "14597095",
            "doi": "10.1016%2Fj.jneuroim.2003.08.028",
            "pmc": null,
            "organizations": [
                "5144-14051"
            ],
            "persons": [
                "5144-53287-6"
            ],
            "imported": null,
            "journal": "J NEUROIMMUNOL",
            "issn": "0165-5728",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.054,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.736842105263158,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 5143,
            "title": "A single-center experience with retrograde reperfusion in liver transplantation.",
            "abstract": null,
            "authors": [
                "Kniepeiss, D",
                "Iberer, F",
                "Grasser, B",
                "Schaffellner, S",
                "Stadlbauer, V",
                "Tscheliessnigg, KH"
            ],
            "year": 2003,
            "source": "Transpl Int. 2003; 16(10):730-735",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186684300006",
            "pubmed": "12819865",
            "doi": "10.1007/s00147-003-0621-3",
            "pmc": null,
            "organizations": [
                "5143-14073"
            ],
            "persons": [
                "5143-50989-6",
                "5143-58323-2"
            ],
            "imported": null,
            "journal": "TRANSPLANT INT",
            "issn": "0934-0874",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.204,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.631205673758865,
            "impactfactor_norm_year": 2003,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 5142,
            "title": "No blocking effects of the pentapeptide QYNAD on Na+ channel subtypes expressed in Xenopus oocytes or action potential conduction in isolated rat sural nerve.",
            "abstract": null,
            "authors": [
                "Quasthoff, S",
                "Pojer, C",
                "Mori, A",
                "Hofer, D",
                "Liebmann, P",
                "Kieseier, BC",
                "Schreibmayer, W"
            ],
            "year": 2003,
            "source": "Neurosci Lett. 2003; 352(2):93-96",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000186680400005",
            "pubmed": "14625031",
            "doi": "10.1016/S0304-3940(03)01014-0",
            "pmc": null,
            "organizations": [
                "5142-14011",
                "5142-14014",
                "5142-14051"
            ],
            "persons": [
                "5142-52002-2",
                "5142-58445-6"
            ],
            "imported": null,
            "journal": "NEUROSCI LETT",
            "issn": "0304-3940",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.967,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.464646464646465,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "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
        }
    ]
}