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=157660&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157678,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157640&ordering=imported",
    "results": [
        {
            "id": 52620,
            "title": "Endocytosis of the viral chemokine receptor US28 does not require beta-arrestins but is dependent on the clathrin-mediated pathway.",
            "abstract": null,
            "authors": [
                "Fraile-Ramos, A",
                "Kohout, TA",
                "Waldhoer, M",
                "Marsh, M"
            ],
            "year": 2003,
            "source": "TRAFFIC 2003 4: 243-253.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000182136200005",
            "pubmed": "12694563",
            "doi": "10.1034/j.1600-0854.2003.00079.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "TRAFFIC",
            "issn": "1398-9219",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.207,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.846153846153846,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "CELL BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 11582,
            "title": "Morphological and immunohistochemical investigation of non-Hodgkin's lymphoma combined with Hodgkin's disease.",
            "abstract": null,
            "authors": [
                "Hansmann, ML",
                "Fellbaum, C",
                "Hui, PK",
                "Lennert, K"
            ],
            "year": 1989,
            "source": "Histopathology. 1989; 15(1):35-48",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AF43000003",
            "pubmed": "2548946",
            "doi": "10.1111/j.1365-2559.1989.tb03039.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "HISTOPATHOLOGY",
            "issn": "0309-0167",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.829,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.75,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 19257,
            "title": "Serum concentrations of interferon gamma, interleukin-6 and neopterin in patients with infectious mononucleosis and other Epstein-Barr virus-related lymphoproliferative diseases.",
            "abstract": null,
            "authors": [
                "Schuster, V",
                "Herold, M",
                "Wachter, H",
                "Reibnegger, G"
            ],
            "year": 1993,
            "source": "Infection. 1993; 21(4):210-213",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LU16300004",
            "pubmed": "8225623",
            "doi": "10.1007/BF01728890",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19257-50569-6"
            ],
            "imported": null,
            "journal": "INFECTION",
            "issn": "0300-8126",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.915,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.388888888888889,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "INFECTIOUS DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 19439,
            "title": "Identification of 3-hydroxyanthranilic acid in mixed lymphocyte cultures.",
            "abstract": null,
            "authors": [
                "Werner, ER",
                "Lutz, H",
                "Fuchs, D",
                "Hausen, A",
                "Huber, C",
                "Niederwieser, D",
                "Pfleiderer, W",
                "Reibnegger, G",
                "Troppmair, J",
                "Wachter, H"
            ],
            "year": 1985,
            "source": "Biol Chem Hoppe Seyler. 1985; 366(1):99-102",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985ADB0300013",
            "pubmed": "3159398",
            "doi": "10.1515/bchm3.1985.366.1.99",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19439-50569-6"
            ],
            "imported": null,
            "journal": "BIOL CHEM HOPPE-SEYLER",
            "issn": "0177-3593",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.632,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 4470,
            "title": "Ca2+ mobilization in saphenous vein smooth muscle cells derived from patients with primary varicosity.",
            "abstract": null,
            "authors": [
                "Schuller-Petrovic, S",
                "Stessel, H",
                "Brunner, F"
            ],
            "year": 2002,
            "source": "Eur J Clin Invest. 2002; 32(9):649-656",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000178118400004",
            "pubmed": "12486863",
            "doi": "10.1046%2Fj.1365-2362.2002.01023.x",
            "pmc": null,
            "organizations": [
                "4470-14014"
            ],
            "persons": [
                "4470-51348-1"
            ],
            "imported": null,
            "journal": "EUR J CLIN INVEST",
            "issn": "0014-2972",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.193,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.841121495327103,
            "impactfactor_norm_year": 2002,
            "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": 53493,
            "title": "Virtopsy hemorrhage of the posterior cricoarytenoid muscle by blunt force to the neck in postmortem multislice computed tomography and magnetic resonance imaging.",
            "abstract": null,
            "authors": [
                "Aghayev, E",
                "Jackowski, C",
                "Sonnenschein, M",
                "Thali, M",
                "Yen, K",
                "Dirnhofer, R"
            ],
            "year": 2006,
            "source": "AMER J FOREN MED PATH 2006 27: 25-29.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000235923700004",
            "pubmed": "16501344",
            "doi": "10.1097/01.paf.0000201105.07267.fe",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AMER J FOREN MED PATH",
            "issn": "0195-7910",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.745,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.222222222222222,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, LEGAL",
            "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": 22746,
            "title": "Among genes involved in the RB dependent cell cycle regulatory cascade, the p16 tumor suppressor gene is frequently lost in the Ewing family of tumors.",
            "abstract": null,
            "authors": [
                "Kovar, H",
                "Jug, G",
                "Aryee, DN",
                "Zoubek, A",
                "Ambros, P",
                "Gruber, B",
                "Windhager, R",
                "Gadner, H"
            ],
            "year": 1997,
            "source": "Oncogene. 1997; 15(18):2225-2232",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YD01900011",
            "pubmed": "9393981",
            "doi": "10.1038/sj.onc.1201397",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ONCOGENE",
            "issn": "0950-9232",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.772,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.951923076923077,
            "impactfactor_norm_year": 1998,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 4693,
            "title": "Case report of bilateral cervical chondrocutaneous branchial remnants.",
            "abstract": null,
            "authors": [
                "Braun, H",
                "Hofmann, T",
                "Wolfgruber, H",
                "Anderhuber, W",
                "Beham, A",
                "Stammberger, H"
            ],
            "year": 2003,
            "source": "Int J Pediatr Otorhinolaryngol. 2003; 67(1):89-92",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181126900016",
            "pubmed": "12560156",
            "doi": "10.1016%2FS0165-5876%2802%2900362-2",
            "pmc": null,
            "organizations": [
                "4693-14020",
                "4693-14042"
            ],
            "persons": [
                "4693-51725-2",
                "4693-51747-6"
            ],
            "imported": null,
            "journal": "INT J PED OTORHINOLARYNGOL",
            "issn": "0165-5876",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.651,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.34375,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "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": 3239,
            "title": "Insulin is an independent correlate of plasma homocysteine levels in obese children and adolescents.",
            "abstract": null,
            "authors": [
                "Gallistl, S",
                "Sudi, K",
                "Mangge, H",
                "Erwa, W",
                "Borkenstein, M"
            ],
            "year": 2000,
            "source": "Diabetes Care. 2000; 23(9):1348-1352",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089005400026",
            "pubmed": "10977031",
            "doi": "10.2337/diacare.23.9.1348",
            "pmc": null,
            "organizations": [
                "3239-14091"
            ],
            "persons": [
                "3239-51654-6",
                "3239-51963-2",
                "3239-52854-6"
            ],
            "imported": null,
            "journal": "DIABETES CARE",
            "issn": "0149-5992",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.992,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.876404494382023,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "ENDOCRINOLOGY & METABOLISM",
            "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": 2153,
            "title": "Quality-switched ruby laser treatment of solar lentigines and Becker's nevus: a histopathological and immunohistochemical study.",
            "abstract": null,
            "authors": [
                "Kopera, D",
                "Hohenleutner, U",
                "Landthaler, M"
            ],
            "year": 1997,
            "source": "Dermatology. 1997; 194(4):338-343",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XL11000006",
            "pubmed": "9252754",
            "doi": "10.1159/000246131",
            "pmc": null,
            "organizations": [
                "2153-14047"
            ],
            "persons": [
                "2153-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": 0.719,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.371428571428571,
            "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": 1550,
            "title": "Low-density lipoprotein receptor mRNA in human breast cancer cells: influence by PKC modulators.",
            "abstract": null,
            "authors": [
                "Stranzl, A",
                "Schmidt, H",
                "Winkler, R",
                "Kostner, GM"
            ],
            "year": 1997,
            "source": "Breast Cancer Res Treat. 1997; 42(3):195-205",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WM10800001",
            "pubmed": "9065603",
            "doi": "10.1023%2FA%3A1005754026205",
            "pmc": null,
            "organizations": [
                "1550-14013"
            ],
            "persons": [
                "1550-51669-4",
                "1550-51912-6"
            ],
            "imported": null,
            "journal": "BREAST CANCER RES TREAT",
            "issn": "0167-6806",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.43,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.711538461538462,
            "impactfactor_norm_year": 1998,
            "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": 1327,
            "title": "Induced mutant mice expressing lipoprotein lipase exclusively in muscle have subnormal triglycerides yet reduced high density lipoprotein cholesterol levels in plasma.",
            "abstract": null,
            "authors": [
                "Levak-Frank, S",
                "Weinstock, PH",
                "Hayek, T",
                "Verdery, R",
                "Hofmann, W",
                "Ramakrishnan, R",
                "Sattler, W",
                "Breslow, JL",
                "Zechner, R"
            ],
            "year": 1997,
            "source": "J Biol Chem. 1997; 272(27):17182-17190",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XH44600072",
            "pubmed": "9202040",
            "doi": "10.1074%2Fjbc.272.27.17182",
            "pmc": null,
            "organizations": [
                "1327-14013"
            ],
            "persons": [
                "1327-51705-6"
            ],
            "imported": null,
            "journal": "J BIOL CHEM",
            "issn": "0021-9258",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 6.963,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.925423728813559,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1243,
            "title": "Iatrogenic ruptures of the tracheobronchial tree.",
            "abstract": null,
            "authors": [
                "Kaloud, H",
                "Smolle-Juettner, FM",
                "Prause, G",
                "List, WF"
            ],
            "year": 1997,
            "source": "Chest. 1997; 112(3):774-778",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XX77800031",
            "pubmed": "9315814",
            "doi": "10.1378/chest.112.3.774",
            "pmc": null,
            "organizations": [
                "1243-14044",
                "1243-14045"
            ],
            "persons": [
                "1243-51986-6",
                "1243-51615-6"
            ],
            "imported": null,
            "journal": "CHEST",
            "issn": "0012-3692",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.341,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.854838709677419,
            "impactfactor_norm_year": 1998,
            "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": 1225,
            "title": "Human papillomavirus DNA in genital cancers, metastases, and lymph nodes.",
            "abstract": null,
            "authors": [
                "Beyer-Finkler, E",
                "Girardi, F",
                "Sillem, M",
                "Pfister, H"
            ],
            "year": 1995,
            "source": "Intervirology. 1995; 38(3-4):173-180",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TN72900008",
            "pubmed": "8682613",
            "doi": "10.1159/000150429",
            "pmc": null,
            "organizations": [
                "1225-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "INTERVIROLOGY",
            "issn": "0300-5526",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.26,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.32,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "VIROLOGY",
            "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": 17535,
            "title": "Effect of E. coli Nissle 1917 on post-inflammatory visceral sensory function in a rat model.",
            "abstract": null,
            "authors": [
                "Liebregts, T",
                "Adam, B",
                "Bertel, A",
                "Jones, S",
                "Schulze, J",
                "Enders, C",
                "Sonnenborn, U",
                "Lackner, K",
                "Holtmann, G"
            ],
            "year": 2005,
            "source": "Neurogastroenterol Motil. 2005; 17(3):410-414",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000229539600012",
            "pubmed": "15916628",
            "doi": "10.1111/j.1365-2982.2005.00638.x",
            "pmc": null,
            "organizations": [
                "17535-14020"
            ],
            "persons": [
                "17535-51983-6"
            ],
            "imported": null,
            "journal": "NEUROGASTROENTEROL MOTIL",
            "issn": "1350-1925",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.566,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.717391304347826,
            "impactfactor_norm_year": 2005,
            "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": 2407,
            "title": "Spin trapping study of antioxidant properties of neopterin and 7,8-dihydroneopterin.",
            "abstract": null,
            "authors": [
                "Oettl, K",
                "Dikalov, S",
                "Freisleben, HJ",
                "Mlekusch, W",
                "Reibnegger, G"
            ],
            "year": 1997,
            "source": "Biochem Biophys Res Commun. 1997; 234(3):774-778",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XC93900046",
            "pubmed": "9175792",
            "doi": "10.1006/bbrc.1997.6712",
            "pmc": null,
            "organizations": [
                "2407-14012"
            ],
            "persons": [
                "2407-50569-6",
                "2407-51929-1"
            ],
            "imported": null,
            "journal": "BIOCHEM BIOPHYS RES COMMUN",
            "issn": "0006-291X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.671,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.807017543859649,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 6198,
            "title": "Multifocal ERG in multiple evanescent white dot syndrome.",
            "abstract": null,
            "authors": [
                "Feigl, B",
                "Haas, A",
                "El-Shabrawi, Y"
            ],
            "year": 2002,
            "source": "Graefes Arch Clin Exp Ophthalmol. 2002; 240(8):615-621",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000178068900003",
            "pubmed": "12192454",
            "doi": "10.1007/s00417-002-0478-7",
            "pmc": null,
            "organizations": [
                "6198-14043"
            ],
            "persons": [
                "6198-51850-6",
                "6198-51899-6"
            ],
            "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": 1.191,
            "impactfactor_year": 2002,
            "impactfactor_norm": 0.585365853658537,
            "impactfactor_norm_year": 2002,
            "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": 5212,
            "title": "Duplex ultrasound scan findings two years after great saphenous vein radiofrequency endovenous obliteration.",
            "abstract": null,
            "authors": [
                "Pichot, O",
                "Kabnick, LS",
                "Creton, D",
                "Merchant, RF",
                "Schuller-Petroviae, S",
                "Chandler, JG"
            ],
            "year": 2004,
            "source": "J Vasc Surg. 2004; 39(1):189-195",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000187840600041",
            "pubmed": "14718839",
            "doi": "10.1016/j.jvs.2003.07.015",
            "pmc": null,
            "organizations": [
                "5212-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "J VASC SURG",
            "issn": "0741-5214",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.73,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.906474820143885,
            "impactfactor_norm_year": 2004,
            "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": false
        }
    ]
}