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=260&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156885,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=280&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=240&ordering=-imported",
    "results": [
        {
            "id": 319,
            "title": "bcl-2 protein expression in cutaneous malignant melanoma and benign melanocytic nevi.",
            "abstract": null,
            "authors": [
                "Cerroni, L",
                "Soyer, HP",
                "Kerl, H"
            ],
            "year": 1995,
            "source": "Am J Dermatopathol. 1995; 17(1):7-11",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QC07100002",
            "pubmed": "7695015",
            "doi": "10.1097/00000372-199502000-00002",
            "pmc": null,
            "organizations": [
                "319-14047"
            ],
            "persons": [
                "319-51751-2",
                "319-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.044,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.6,
            "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": 149,
            "title": "Adrenalectomy--still a must in radical renal surgery?",
            "abstract": null,
            "authors": [
                "Kozak, W",
                "Höltl, W",
                "Pummer, K",
                "Maier, U",
                "Jeschke, K",
                "Bucher, A"
            ],
            "year": 1996,
            "source": "Br J Urol. 1996; 77(1):27-31",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TN68800006",
            "pubmed": "8653312",
            "doi": "10.1046/j.1464-410X.1996.08105.x",
            "pmc": null,
            "organizations": [
                "149-14056"
            ],
            "persons": [
                "149-53053-6"
            ],
            "imported": null,
            "journal": "BRIT J UROL",
            "issn": "0007-1331",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.005,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.560975609756098,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 8902,
            "title": "Comparative trial of lisinopril and nifedipine in mild to severe essential hypertension.",
            "abstract": null,
            "authors": [
                "Mörlin, C",
                "Baglivo, H",
                "Boeijinga, JK",
                "Breckenridge, AM",
                "Clement, D",
                "Johnston, GD",
                "Klein, W",
                "Kramer, R",
                "Luccioni, R",
                "Meurer, KA"
            ],
            "year": 1987,
            "source": "J Cardiovasc Pharmacol. 1987; 9 Suppl 3(6):S49-S52",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987J107200010",
            "pubmed": "2442552",
            "doi": "10.1097/00005344-198700003-00012",
            "pmc": null,
            "organizations": [],
            "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": 322,
            "title": "Benign biliary obstruction: is treatment with the Wallstent advisable?",
            "abstract": null,
            "authors": [
                "Hausegger, KA",
                "Kugler, C",
                "Uggowitzer, M",
                "Lammer, J",
                "Karaic, R",
                "Klein, GE",
                "Maurer, M"
            ],
            "year": 1996,
            "source": "Radiology. 1996; 200(2):437-441",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UY07800026",
            "pubmed": "8685339",
            "doi": "10.1148/radiology.200.2.8685339",
            "pmc": null,
            "organizations": [
                "322-14054"
            ],
            "persons": [
                "322-51876-6"
            ],
            "imported": null,
            "journal": "RADIOLOGY",
            "issn": "0033-8419",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.698,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.987341772151899,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 323,
            "title": "Benign non-organ-related diseases of the retroperitoneal space",
            "abstract": null,
            "authors": [
                "Szolar, DH",
                "Uggowitzer, MM",
                "Kammerhuber, FH",
                "Schreyer, HH"
            ],
            "year": 1997,
            "source": "Rofo. 1997; 167(2):107-121",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1997XU65800001",
            "pubmed": "9333351",
            "doi": "10.1055/s-2007-1015503",
            "pmc": null,
            "organizations": [
                "323-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "ROFO, FORTSCHR RONTGENSTRAHL",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.725,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": 151,
            "title": "Advanced non-small-cell lung cancer: adjunctive interferon gamma in induction and maintenance therapy.",
            "abstract": null,
            "authors": [
                "Prior, C",
                "Oroszy, S",
                "Oberaigner, W",
                "Ambrosch, G",
                "Mohn-Staudner, A",
                "Pfeifer, W",
                "Pirker, R",
                "Huber, H"
            ],
            "year": 1999,
            "source": "J Cancer Res Clin Oncol. 1999; 125(1):42-46",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078364000006",
            "pubmed": "10037276",
            "doi": "10.1007%2Fs004320050240",
            "pmc": null,
            "organizations": [
                "151-14087"
            ],
            "persons": [],
            "imported": null,
            "journal": "J CANCER RES CLIN ONCOL",
            "issn": "0171-5216",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.052,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.333333333333333,
            "impactfactor_norm_year": 1999,
            "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": 152,
            "title": "Advances in the Diagnosis and Treatment of Ovarian-Cancer",
            "abstract": null,
            "authors": [
                "Osmers, R",
                "Winter, R"
            ],
            "year": 1995,
            "source": "ARCH GYNECOL OBSTET 1995 257: 144-147.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TG30300024",
            "pubmed": null,
            "doi": "10.1007/BF02264805",
            "pmc": null,
            "organizations": [
                "152-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "ARCH GYNECOL OBSTET",
            "issn": "0932-0067",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.066,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.0377358490566038,
            "impactfactor_norm_year": 1998,
            "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": 328,
            "title": "Beta-blockade enhances adrenergic immunosuppression in rats via inhibition of melatonin release.",
            "abstract": null,
            "authors": [
                "Liebmann, PM",
                "Hofer, D",
                "Felsner, P",
                "Wölfler, A",
                "Schauenstein, K"
            ],
            "year": 1996,
            "source": "J Neuroimmunol. 1996; 67(2):137-142",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VD23100009",
            "pubmed": "8765337",
            "doi": "10.1016/0165-5728(96)00050-1",
            "pmc": null,
            "organizations": [
                "328-14014"
            ],
            "persons": [
                "328-51911-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.083,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.858333333333333,
            "impactfactor_norm_year": 1998,
            "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": 329,
            "title": "Beta blockers--1997 update",
            "abstract": null,
            "authors": [
                "Stoschitzky, K",
                "Klein, W"
            ],
            "year": 1997,
            "source": "Wien Klin Wochenschr. 1997; 109(7):222-231",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1997WU55900002",
            "pubmed": "9206901",
            "doi": null,
            "pmc": null,
            "organizations": [
                "329-14083"
            ],
            "persons": [
                "329-51374-2"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.411,
            "impactfactor_year": 1997,
            "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": true
        },
        {
            "id": 330,
            "title": "Beta-carotene, vitamin A and carrier proteins in thyroid diseases",
            "abstract": null,
            "authors": [
                "Aktuna, D",
                "Buchinger, W",
                "Langsteger, W",
                "Meister, E",
                "Sternad, H",
                "Lorenz, O",
                "Eber, O"
            ],
            "year": 1993,
            "source": "Acta Med Austriaca. 1993; 20(1-2):17-20",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KU85900006",
            "pubmed": "8475673",
            "doi": null,
            "pmc": null,
            "organizations": [
                "330-14013"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "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": 331,
            "title": "Beta-fibrinogen gene polymorphism (C148-->T) is associated with carotid atherosclerosis: results of the Austrian Stroke Prevention Study.",
            "abstract": null,
            "authors": [
                "Schmidt, H",
                "Schmidt, R",
                "Niederkorn, K",
                "Horner, S",
                "Becsagh, P",
                "Reinhart, B",
                "Schumacher, M",
                "Weinrauch, V",
                "Kostner, GM"
            ],
            "year": 1998,
            "source": "Arterioscler Thromb Vasc Biol. 1998; 18(3):487-492",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000072637400021",
            "pubmed": "9514419",
            "doi": "10.1161/01.ATV.18.3.487",
            "pmc": null,
            "organizations": [
                "331-14013",
                "331-14051"
            ],
            "persons": [
                "331-51545-6",
                "331-51546-6",
                "331-51669-6",
                "331-51699-6",
                "331-51912-2"
            ],
            "imported": null,
            "journal": "ARTERIOSCLER THROMB VASC BIOL",
            "issn": "1079-5642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.917,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.915254237288136,
            "impactfactor_norm_year": 1998,
            "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": true
        },
        {
            "id": 332,
            "title": "beta-lactam antibiotics in the treatment of neuroborreliosis in children: preliminary results.",
            "abstract": null,
            "authors": [
                "Millner, MM",
                "Thalhammer, GH",
                "Dittrich, P",
                "Spork, KD",
                "Brunner, M",
                "Georgopoulos, A"
            ],
            "year": 1996,
            "source": "INFECTION 1996 24: 174-177.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UJ79100019",
            "pubmed": "8740117",
            "doi": "10.1007%2FBF01713334",
            "pmc": null,
            "organizations": [
                "332-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "INFECTION",
            "issn": "0300-8126",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.176,
            "impactfactor_year": 1996,
            "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": 333,
            "title": "Bilateral atypical hyperplasia of the fallopian tube associated with tamoxifen: a report of two cases.",
            "abstract": null,
            "authors": [
                "Pickel, H",
                "Reich, O",
                "Tamussino, K"
            ],
            "year": 1998,
            "source": "Int J Gynecol Pathol. 1998; 17(3):284-285",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074435600016",
            "pubmed": "9656128",
            "doi": "10.1097/00004347-199807000-00016",
            "pmc": null,
            "organizations": [
                "333-14038"
            ],
            "persons": [
                "333-51826-6",
                "333-51918-6"
            ],
            "imported": null,
            "journal": "INT J GYNECOL PATHOL",
            "issn": "0277-1691",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.509,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.735849056603774,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 334,
            "title": "Bilateral medial medullary infarction: magnetic resonance imaging and correlative histopathologic findings.",
            "abstract": null,
            "authors": [
                "Kleinert, G",
                "Fazekas, F",
                "Kleinert, R",
                "Schmidt, R",
                "Payer, F",
                "Offenbacher, H",
                "Lechner, H"
            ],
            "year": 1993,
            "source": "Eur Neurol. 1993; 33(1):74-76",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KP39200019",
            "pubmed": "8440293",
            "doi": "10.1159/000116906",
            "pmc": null,
            "organizations": [
                "334-14020",
                "334-14051",
                "334-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "EUR NEUROL",
            "issn": "0014-3022",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.899,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.512,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 155,
            "title": "Afferent C-fibres release substance P and glutamate.",
            "abstract": null,
            "authors": [
                "Juránek, I",
                "Lembeck, F"
            ],
            "year": 1997,
            "source": "Can J Physiol Pharmacol. 1997; 75(6):661-664",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XR50500021",
            "pubmed": "9276145",
            "doi": "10.1139/cjpp-75-6-661",
            "pmc": null,
            "organizations": [
                "155-14022"
            ],
            "persons": [],
            "imported": null,
            "journal": "CAN J PHYSIOL PHARMACOL",
            "issn": "0008-4212",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.275,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.544943820224719,
            "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": 336,
            "title": "Bilateral ventricular neurofibroma of the larynx.",
            "abstract": null,
            "authors": [
                "Koc, C",
                "Luxenberger, W",
                "Humer, U",
                "Friedrich, G"
            ],
            "year": 1996,
            "source": "J Laryngol Otol. 1996; 110(4):385-386",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1996UH57600019",
            "pubmed": "8733467",
            "doi": "10.1017/S0022215100133705",
            "pmc": null,
            "organizations": [
                "336-14020",
                "336-14042"
            ],
            "persons": [
                "336-51636-6"
            ],
            "imported": null,
            "journal": "J LARYNGOL OTOL",
            "issn": "0022-2151",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.417,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.275862068965517,
            "impactfactor_norm_year": 1998,
            "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": true
        },
        {
            "id": 337,
            "title": "Biliary obstruction due to duodenojejunal intussusception in Peutz-Jeghers syndrome.",
            "abstract": null,
            "authors": [
                "Schnedl, WJ",
                "Reisinger, EC",
                "Lipp, RW",
                "Uggowitzer, M",
                "Mischinger, HJ",
                "Fickert, P",
                "Krejs, GJ"
            ],
            "year": 1996,
            "source": "J Clin Gastroenterol. 1996; 23(3):220-223",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VM67800014",
            "pubmed": "8899507",
            "doi": "10.1097/00004836-199610000-00014",
            "pmc": null,
            "organizations": [
                "337-14045",
                "337-14054",
                "337-14081"
            ],
            "persons": [
                "337-51534-6",
                "337-51595-6",
                "337-51948-6",
                "337-52938-6"
            ],
            "imported": null,
            "journal": "J CLIN GASTROENTEROL",
            "issn": "0192-0790",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.813,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.363636363636364,
            "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": 9014,
            "title": "Analysis of fluorescent low density lipoprotein uptake by lymphocytes. Paradoxical increase in the elderly.",
            "abstract": null,
            "authors": [
                "Traill, KN",
                "Jürgens, G",
                "Böck, G",
                "Huber, L",
                "Schönitzer, D",
                "Widhalm, K",
                "Winter, U",
                "Wick, G"
            ],
            "year": 1987,
            "source": "Mech Ageing Dev. 1987; 40(3):261-288",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1987L233100003",
            "pubmed": "3431165",
            "doi": "10.1016/0047-6374(87)90023-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "9014-51511-6"
            ],
            "imported": null,
            "journal": "MECH AGE DEV",
            "issn": "0047-6374",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.124,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.772727272727273,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GERIATRICS & GERONTOLOGY",
            "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": 339,
            "title": "Binding of endothelin to plasma proteins and tissue receptors: effects on endothelin determination, vasoactivity, and tissue kinetics.",
            "abstract": null,
            "authors": [
                "Brunner, F",
                "Stessel, H",
                "Watzinger, N",
                "Löffler, BM",
                "Opie, LH"
            ],
            "year": 1995,
            "source": "FEBS Lett. 1995; 373(1):97-101",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RY51700022",
            "pubmed": "7589443",
            "doi": "10.1016%2F0014-5793%2895%2901017-9",
            "pmc": null,
            "organizations": [],
            "persons": [
                "339-51759-6"
            ],
            "imported": null,
            "journal": "FEBS LETT",
            "issn": "0014-5793",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.842,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.842105263157895,
            "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": 471,
            "title": "Chronic interstitial lung diseases in childhood: bronchopulmonary dysplasia and exogenous allergic alveolitis",
            "abstract": null,
            "authors": [
                "Resch, B",
                "Eber, E",
                "Zach, M"
            ],
            "year": 1998,
            "source": "KLIN PADIAT 1998 210: 331-339.",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000075950600001",
            "pubmed": "9782475",
            "doi": "10.1055/s-2008-1043898",
            "pmc": null,
            "organizations": [
                "471-14095"
            ],
            "persons": [
                "471-51743-2",
                "471-51713-6"
            ],
            "imported": null,
            "journal": "KLIN PADIAT",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.406,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.309859154929577,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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
        }
    ]
}