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=150260&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157150,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150280&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=150240&ordering=imported",
    "results": [
        {
            "id": 3344,
            "title": "K(ATP) channels mediate the beneficial effects of chronic ethanol ingestion.",
            "abstract": null,
            "authors": [
                "Pagel, PS",
                "Toller, WG",
                "Gross, ER",
                "Gare, M",
                "Kersten, JR",
                "Warltier, DC"
            ],
            "year": 2000,
            "source": "AMER J PHYSIOL-HEART CIRC PHY 2000 279: H2574-H2579.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000090012600062",
            "pubmed": "11045996",
            "doi": "10.1152/ajpheart.2000.279.5.H2574",
            "pmc": null,
            "organizations": [
                "3344-14044"
            ],
            "persons": [
                "3344-51742-6"
            ],
            "imported": null,
            "journal": "AMER J PHYSIOL-HEART CIRC PHY",
            "issn": "0363-6135",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.243,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.904761904761905,
            "impactfactor_norm_year": 2000,
            "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": 2366,
            "title": "Simultaneous Alterations of Circulating Mg Subfractions and Liver Related Parameters During Stress in Human Probands",
            "abstract": null,
            "authors": [
                "Weger, M",
                "Leitner, G",
                "Zirm, B",
                "Wittels, P",
                "Sabin, B",
                "Porta, S"
            ],
            "year": 1996,
            "source": "MAGNESIUM, BULL 1996 18: 7-11.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UC88300003",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "2366-14014"
            ],
            "persons": [
                "2366-51984-2"
            ],
            "imported": null,
            "journal": "MAGNESIUM, BULL",
            "issn": "0172-908X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.365,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.0576271186440678,
            "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": 2365,
            "title": "Simulators of malignant melanoma of the skin.",
            "abstract": null,
            "authors": [
                "Cerroni, L",
                "Kerl, H"
            ],
            "year": 1998,
            "source": "Eur J Dermatol. 1998; 8(6):388-396",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075870600003",
            "pubmed": "9729049",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2365-14047"
            ],
            "persons": [
                "2365-51751-2",
                "2365-51620-6"
            ],
            "imported": null,
            "journal": "EUROPEAN J DERMATOLOGY",
            "issn": "1167-1122",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.464,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.171428571428571,
            "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": true
        },
        {
            "id": 2364,
            "title": "Simple determination of iodine in small specimens of thyroid tissue.",
            "abstract": null,
            "authors": [
                "Tiran, B",
                "Wawschinek, O",
                "Eber, O",
                "Beham, A",
                "Lax, S",
                "Dermelj, M"
            ],
            "year": 1991,
            "source": "Exp Clin Endocrinol. 1991; 98(1):32-36",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GJ28000005",
            "pubmed": "1936145",
            "doi": "10.1055/s-0029-1211097",
            "pmc": null,
            "organizations": [
                "2364-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "EXP CLIN ENDOCRINOL",
            "issn": "0232-7384",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.644,
            "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": true
        },
        {
            "id": 3264,
            "title": ""Pseudocyst of the auricle", othematoma and otoseroma: three faces of the same coin?",
            "abstract": null,
            "authors": [
                "Kopera, D",
                "Soyer, HP",
                "Smolle, J",
                "Kerl, H"
            ],
            "year": 2000,
            "source": "Eur J Dermatol. 2000; 10(6):451-454",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000089289900006",
            "pubmed": "10980466",
            "doi": null,
            "pmc": null,
            "organizations": [
                "3264-14047"
            ],
            "persons": [
                "3264-51617-6",
                "3264-51620-6",
                "3264-51842-2"
            ],
            "imported": null,
            "journal": "EUROPEAN J DERMATOLOGY",
            "issn": "1167-1122",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.746,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.361111111111111,
            "impactfactor_norm_year": 2000,
            "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": 8278,
            "title": "UNTOWARD SYMPTOMS OF GOLD THERAPY",
            "abstract": null,
            "authors": [
                "RAINER, F"
            ],
            "year": 1984,
            "source": "WIEN KLIN WOCHENSCHR 1984 96: 40-44.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TW68100010",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "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.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "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": 8279,
            "title": "TEMPORARY RESULTS OF ORAL GOLD MEDICATION WITH AURANOFIN AFTER INADEQUATE RESULTS FROM INTRAMUSCULAR GOLD THERAPY",
            "abstract": null,
            "authors": [
                "RAINER, F",
                "ULREICH, A"
            ],
            "year": 1984,
            "source": "WIEN KLIN WOCHENSCHR 1984 96: 49-51.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TW68100013",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "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.268,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 3065,
            "title": "Squamous epithelial carcinoma in erythema ab igne",
            "abstract": null,
            "authors": [
                "Rudolph, CM",
                "Soyer, HP",
                "Wolf, P",
                "Kerl, H"
            ],
            "year": 2000,
            "source": "Hautarzt. 2000; 51(4):260-263",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000086934800007",
            "pubmed": "10810662",
            "doi": "10.1007%2Fs001050051115",
            "pmc": null,
            "organizations": [
                "3065-14047"
            ],
            "persons": [
                "3065-51618-6",
                "3065-51620-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.535,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.194444444444444,
            "impactfactor_norm_year": 2000,
            "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": 8281,
            "title": "The low-density-lipoprotein pathway of native and chemically modified low-density lipoproteins isolated from plasma incubated in vitro.",
            "abstract": null,
            "authors": [
                "Zechner, R",
                "Dieplinger, H",
                "Roscher, A",
                "Kostner, GM"
            ],
            "year": 1984,
            "source": "Biochem J. 1984; 224(2):569-576",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TW70500028",
            "pubmed": "6517864",
            "doi": "10.1042/bj2240569",
            "pmc": "PMC1144466",
            "organizations": [],
            "persons": [
                "8281-51669-6"
            ],
            "imported": null,
            "journal": "BIOCHEM J",
            "issn": "0264-6021",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.262,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.810169491525424,
            "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": 2358,
            "title": "Significance of nitric oxide in the stimulation of intestinal fluid absorption in the rat jejunum in vivo.",
            "abstract": null,
            "authors": [
                "Schirgi-Degen, A",
                "Beubler, E"
            ],
            "year": 1995,
            "source": "Br J Pharmacol. 1995; 114(1):13-18",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QB51200005",
            "pubmed": "7712008",
            "doi": "10.1111/j.1476-5381.1995.tb14899.x",
            "pmc": "PMC1510187",
            "organizations": [
                "2358-14022"
            ],
            "persons": [
                "2358-51667-4"
            ],
            "imported": null,
            "journal": "BRIT J PHARMACOL",
            "issn": "0007-1188",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.739,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.921348314606742,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 8282,
            "title": "Gynecologic examinations in paraplegics",
            "abstract": null,
            "authors": [
                "Schneeweiss, WD"
            ],
            "year": 1984,
            "source": "Wien Med Wochenschr. 1984; 134(22):495-498",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TX21100002",
            "pubmed": "6531934",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 2356,
            "title": "Sigmoid model versus median-effect analysis for obtaining dose-response curves for in vitro chemosensitivity testing.",
            "abstract": null,
            "authors": [
                "Pöch, G",
                "Vychodil-Kahr, S",
                "Petru, E"
            ],
            "year": 1999,
            "source": "Int J Clin Pharmacol Ther. 1999; 37(4):189-192",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000079643300006",
            "pubmed": "10235422",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2356-14038"
            ],
            "persons": [
                "2356-51624-6"
            ],
            "imported": null,
            "journal": "INT J CLIN PHARM THERAPEUTICS",
            "issn": "0946-1965",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.871,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.377142857142857,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PHARMACOLOGY & PHARMACY",
            "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": 8284,
            "title": "NEW ASPECTS OF THE GOUTY KIDNEY",
            "abstract": null,
            "authors": [
                "ULREICH, A"
            ],
            "year": 1984,
            "source": "AKTUEL RHEUMATOL 1984 9: 199-201.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TX51400007",
            "pubmed": null,
            "doi": "10.1055/s-2008-1048106",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AKTUEL RHEUMATOL",
            "issn": "0341-051X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.056,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.105263157894737,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": 2354,
            "title": "Short-term efficacy and long-term outcome of cyclosporine treatment in patients with severe ulcerative colitis.",
            "abstract": null,
            "authors": [
                "Wenzl, HH",
                "Petritsch, W",
                "Aichbichler, BW",
                "Hinterleitner, TA",
                "Fleischmann, G",
                "Krejs, GJ"
            ],
            "year": 1998,
            "source": "Z Gastroenterol. 1998; 36(4):287-293",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000073558400004",
            "pubmed": "9612926",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2354-14081"
            ],
            "persons": [
                "2354-51534-6",
                "2354-51536-6"
            ],
            "imported": null,
            "journal": "Z GASTROENTEROL",
            "issn": "0044-2771",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.89,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.431818181818182,
            "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": true
        },
        {
            "id": 8285,
            "title": "Dissociation of the Factor-VIII complex during clotting: role of thrombin and phospholipids.",
            "abstract": null,
            "authors": [
                "Muntean, W",
                "Rothwangl, HJ"
            ],
            "year": 1984,
            "source": "Eur J Clin Invest. 1984; 14(6):462-468",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TY41500013",
            "pubmed": "6441724",
            "doi": "10.1111/j.1365-2362.1984.tb01214.x",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8285-51651-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.224,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.841121495327103,
            "impactfactor_norm_year": 1998,
            "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": 2352,
            "title": "Short- and long-term outcomes of Wiktor stent implantation at low versus high pressures. Austrian Wiktor Stent Study Group.",
            "abstract": null,
            "authors": [
                "Yang, P",
                "Gyongyosi, M",
                "Hassan, A",
                "Heyer, G",
                "Klein, W",
                "Luha, O",
                "Maurer, E",
                "Mühlberger, V",
                "Pachinger, O",
                "Sochor, H",
                "Sykora, J",
                "Weber, H",
                "Weidinger, F",
                "Glogar, D"
            ],
            "year": 1999,
            "source": "Am J Cardiol. 1999; 84(6):644-649",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082536100005",
            "pubmed": "10498132",
            "doi": "10.1016/S0002-9149(99)00409-9",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "AMER J CARDIOL",
            "issn": "0002-9149",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.361,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.835820895522388,
            "impactfactor_norm_year": 1999,
            "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": 8287,
            "title": "Morphological changes in the basolateral membrane of the villus cells of the rat small intestine upon Triton X100 extraction.",
            "abstract": null,
            "authors": [
                "Schiechl, H"
            ],
            "year": 1984,
            "source": "Z Mikrosk Anat Forsch. 1984; 98(5):746-754",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TZ56300008",
            "pubmed": "6528711",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "Z MIKROSK-ANATOM FORSCH",
            "issn": "0044-3107",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2425,
            "title": "Stereoselective interactions of (R)- and (S)-propafenone with the cardiac sodium channel.",
            "abstract": null,
            "authors": [
                "Schreibmayer, W",
                "Lindner, W"
            ],
            "year": 1992,
            "source": "J Cardiovasc Pharmacol. 1992; 20(2):324-331",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JE85300020",
            "pubmed": "1381026",
            "doi": "10.1097/00005344-199208000-00020",
            "pmc": null,
            "organizations": [
                "2425-14011"
            ],
            "persons": [],
            "imported": null,
            "journal": "J CARDIOVASC PHARMACOL",
            "issn": "0160-2446",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.68,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.725806451612903,
            "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": 2349,
            "title": "Shape change of human blood platelets: reliable and fast detection by quasi-elastic light scattering.",
            "abstract": null,
            "authors": [
                "Spurej, E",
                "Glatter, O",
                "Pfeiler, G"
            ],
            "year": 1992,
            "source": "Experientia. 1992; 48(1):71-79",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HC94200021",
            "pubmed": "1737581",
            "doi": "10.1007/BF01923612",
            "pmc": null,
            "organizations": [
                "2349-14017"
            ],
            "persons": [],
            "imported": null,
            "journal": "EXPERIENTIA",
            "issn": "0014-4754",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.615,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.950617283950617,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MULTIDISCIPLINARY 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": 2348,
            "title": "Sevorane and Neurophysiologic Parameters of Brain",
            "abstract": null,
            "authors": [
                "Schwarz, G",
                "Baumgartner, A",
                "Litscher, G",
                "Voitaugustin, H"
            ],
            "year": 1998,
            "source": "ACTA ANAESTHESIOL SCAND 1998 42: 224-225.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076209500114",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "2348-14044"
            ],
            "persons": [
                "2348-51073-2",
                "2348-51944-6"
            ],
            "imported": null,
            "journal": "ACTA ANAESTHESIOL SCAND",
            "issn": "0001-5172",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.036,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.64,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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
        }
    ]
}