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=151680&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156918,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151700&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151660&ordering=imported",
    "results": [
        {
            "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": 871,
            "title": "Effects of pteridines on chloramine-T-induced growth inhibition in E. coli strains: correlations with molecular structure.",
            "abstract": null,
            "authors": [
                "Horejsi, R",
                "Estelberger, W",
                "Mlekusch, W",
                "Möller, R",
                "Ottl, K",
                "Vrecko, K",
                "Reibnegger, G"
            ],
            "year": 1996,
            "source": "Free Radic Biol Med. 1996; 21(2):133-138",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UX13400002",
            "pubmed": "8818627",
            "doi": "10.1016%2F0891-5849%2896%2900015-9",
            "pmc": null,
            "organizations": [
                "871-14012"
            ],
            "persons": [
                "871-50569-4",
                "871-51929-6"
            ],
            "imported": null,
            "journal": "FREE RADICAL BIOL MED",
            "issn": "0891-5849",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.783,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.879518072289157,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 870,
            "title": "Effects of prostaglandin E1 therapy on cyclosporine A and creatinine levels after orthotopic heart transplantation.",
            "abstract": null,
            "authors": [
                "Iberer, F",
                "Vujicic, R",
                "Rödl, S",
                "Wasler, A",
                "Sabin, K",
                "Koshsorur, A",
                "Allmayer, T",
                "Auer, T",
                "Petutschnigg, B",
                "Tscheliessnigg, KH"
            ],
            "year": 1994,
            "source": "Transplant Proc. 1994; 26(6):3246-3248",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PW98700065",
            "pubmed": "7998131",
            "doi": null,
            "pmc": null,
            "organizations": [
                "870-14073"
            ],
            "persons": [
                "870-51709-6",
                "870-51819-6"
            ],
            "imported": null,
            "journal": "TRANSPLANT PROC",
            "issn": "0041-1345",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.885,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.5078125,
            "impactfactor_norm_year": 1998,
            "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
        },
        {
            "id": 869,
            "title": "Effects of propafenone on the median frequency of ventricular fibrillation in Langendorff perfused guinea-pig hearts.",
            "abstract": null,
            "authors": [
                "Eggenreich, U",
                "Fleischmann, PH",
                "Stark, G",
                "Wach, P"
            ],
            "year": 1996,
            "source": "Cardiovasc Res. 1996; 31(6):926-931",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UU01000011",
            "pubmed": "8759248",
            "doi": "10.1016%2F0008-6363%2896%2900040-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CARDIOVASC RES",
            "issn": "0008-6363",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.263,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.935483870967742,
            "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": 868,
            "title": "Effects of postnatal stimulation on the passive avoidance behaviour of young rats.",
            "abstract": null,
            "authors": [
                "Gschanes, A",
                "Eggenreich, U",
                "Windisch, M",
                "Crailsheim, K"
            ],
            "year": 1995,
            "source": "Behav Brain Res. 1995; 70(2):191-196",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TE13900008",
            "pubmed": "8561909",
            "doi": "10.1016%2F0166-4328%2895%2980008-5",
            "pmc": null,
            "organizations": [
                "868-14010"
            ],
            "persons": [],
            "imported": null,
            "journal": "BEHAV BRAIN RES",
            "issn": "0166-4328",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.862,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.871794871794872,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "BEHAVIORAL 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": 865,
            "title": "Effects of menstrual history and use of medications on bone mineral density: the EVOS Study.",
            "abstract": null,
            "authors": [
                "Masaryk, P",
                "Lunt, M",
                "Benevolenskaya, L",
                "Cannata, J",
                "Dequeker, J",
                "Dohenhof, C",
                "Falch, JA",
                "Felsenberg, D",
                "Pols, HA",
                "Poor, G",
                "Reid, DM",
                "Scheidt-Nave, C",
                "Weber, K",
                "O'Neill, T",
                "Silman, AJ",
                "Reeve, J"
            ],
            "year": 1998,
            "source": "Calcif Tissue Int. 1998; 63(4):271-276",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076055100001",
            "pubmed": "9744982",
            "doi": "10.1007%2Fs002239900525",
            "pmc": null,
            "organizations": [],
            "persons": [
                "865-51874-6"
            ],
            "imported": null,
            "journal": "CALCIFIED TISSUE INT",
            "issn": "0171-967X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.81,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.530120481927711,
            "impactfactor_norm_year": 1998,
            "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": 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": 5958,
            "title": "Multiple restenoses following PTCA.",
            "abstract": null,
            "authors": [
                "Eber, B",
                "Luha, O",
                "Klein, W"
            ],
            "year": 1997,
            "source": "Eur Heart J. 1997; 18(7):1189-1190",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1997XJ06400030",
            "pubmed": "9243157",
            "doi": "10.1093/oxfordjournals.eurheartj.a015419",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "EUR HEART J         ",
            "issn": "0195-668X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.137,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.951612903225807,
            "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": 8289,
            "title": "New immunocytochemical observations with diagnostic significance in cutaneous neuroendocrine carcinoma.",
            "abstract": null,
            "authors": [
                "Hoefler, H",
                "Kerl, H",
                "Rauch, HJ",
                "Denk, H"
            ],
            "year": 1984,
            "source": "Am J Dermatopathol. 1984; 6(6):525-530",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984TZ96600002",
            "pubmed": "6084425",
            "doi": "10.1097/00000372-198412000-00002",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8289-51515-6",
                "8289-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": 0.921,
            "impactfactor_year": 1994,
            "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": false
        },
        {
            "id": 8290,
            "title": "What factors influence speech rehabilitation in cleft palate children? Study of the outcome after early closure",
            "abstract": null,
            "authors": [
                "Friedrich, G",
                "Mossböck, R",
                "Burkert, T",
                "Pfaller, K"
            ],
            "year": 1985,
            "source": "Folia Phoniatr (Basel). 1985; 37(5-6):292-301",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985A021400012",
            "pubmed": "4093091",
            "doi": "10.1159/000265811",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FOLIA PHONIAT",
            "issn": "0015-5705",
            "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": 8291,
            "title": "The significance of morphological details for developmental outcome in infantile hydrocephalus.",
            "abstract": null,
            "authors": [
                "Oberbauer, RW"
            ],
            "year": 1985,
            "source": "Childs Nerv Syst. 1985; 1(6):329-336",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985A317900007",
            "pubmed": "3833335",
            "doi": "10.1007/BF00270818",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CHILD NERV SYST",
            "issn": "0256-7040",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.446,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.464788732394366,
            "impactfactor_norm_year": 1998,
            "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
        },
        {
            "id": 859,
            "title": "Effects of inhaled nitric oxide during permissive hypercapnia in acute respiratory failure in piglets.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Rödl, S",
                "Urlesberger, B",
                "Dacar, D",
                "Schwinger, W",
                "Bermoser, M"
            ],
            "year": 1998,
            "source": "CRIT CARE MED 1998 26: 1231-1237.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074755500023",
            "pubmed": "9671374",
            "doi": "10.1097%2F00003246-199807000-00026",
            "pmc": null,
            "organizations": [
                "859-14048",
                "859-14075",
                "859-14094"
            ],
            "persons": [
                "859-51859-6",
                "859-51709-6"
            ],
            "imported": null,
            "journal": "CRIT CARE MED",
            "issn": "0090-3493",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.745,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.952380952380952,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "EMERGENCY MEDICINE & CRITICAL CARE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 858,
            "title": "Effects of heparin and hirudin on thrombin generation and platelet aggregation after intrinsic activation of platelet rich plasma.",
            "abstract": null,
            "authors": [
                "Gallistl, S",
                "Muntean, W",
                "Leis, HJ"
            ],
            "year": 1995,
            "source": "Thromb Haemost. 1995; 74(4):1163-1168",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995TA95100030",
            "pubmed": "8560429",
            "doi": "10.1055/s-0038-1649897",
            "pmc": null,
            "organizations": [
                "858-14048"
            ],
            "persons": [
                "858-51651-6",
                "858-51963-2"
            ],
            "imported": null,
            "journal": "THROMB HAEMOST",
            "issn": "0340-6245",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.464,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.898305084745763,
            "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": false
        },
        {
            "id": 857,
            "title": "Effects of halothane, isoflurane and sevoflurane on calcium-related contraction in porcine coronary arteries.",
            "abstract": null,
            "authors": [
                "Zhang, XP",
                "List, WF"
            ],
            "year": 1996,
            "source": "Acta Anaesthesiol Scand. 1996; 40(7):815-819",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VE43200009",
            "pubmed": "8874568",
            "doi": "10.1111/j.1399-6576.1996.tb04538.x",
            "pmc": null,
            "organizations": [
                "857-14044"
            ],
            "persons": [],
            "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": 0.912,
            "impactfactor_year": 1996,
            "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": 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": 856,
            "title": "Effects of FR173657, a non-peptide B2 antagonist, on kinin-induced hypotension, visceral and peripheral oedema formation and bronchoconstriction.",
            "abstract": null,
            "authors": [
                "Griesbacher, T",
                "Legat, FJ"
            ],
            "year": 1997,
            "source": "Br J Pharmacol. 1997; 120(5):933-939",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WL16100028",
            "pubmed": "9138701",
            "doi": "10.1038/sj.bjp.0700966",
            "pmc": "PMC1564532",
            "organizations": [
                "856-14022",
                "856-14047"
            ],
            "persons": [
                "856-51661-2",
                "856-51865-6"
            ],
            "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": 3.619,
            "impactfactor_year": 1997,
            "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": 854,
            "title": "Lipid infusion in multiple trauma intensive care patients in the early phase of treatment",
            "abstract": null,
            "authors": [
                "Gottardis, M",
                "Hackl, JM",
                "Gruber, E",
                "Wieser, C",
                "Adelsmayr, E",
                "Seyr, M",
                "Zadravec, M",
                "Pfeiffer, KP"
            ],
            "year": 1994,
            "source": "Infusionsther Transfusionsmed. 1994; 21(3):150-158",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NY63300004",
            "pubmed": "7919902",
            "doi": "10.1159/000222966",
            "pmc": null,
            "organizations": [
                "854-14010"
            ],
            "persons": [],
            "imported": null,
            "journal": "INFUSIONSTHERAPIE",
            "issn": "1019-8466",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.333,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.0677966101694915,
            "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": false
        },
        {
            "id": 853,
            "title": "Effects of dietary fish oil supplementation on platelet aggregability and platelet membrane fluidity in normolipemic subjects with and without high plasma Lp(a) concentrations.",
            "abstract": null,
            "authors": [
                "Malle, E",
                "Sattler, W",
                "Prenner, E",
                "Leis, HJ",
                "Hermetter, A",
                "Gries, A",
                "Kostner, GM"
            ],
            "year": 1991,
            "source": "Atherosclerosis. 1991; 88(2-3):193-201",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FX20400009",
            "pubmed": "1832537",
            "doi": "10.1016/0021-9150(91)90081-D",
            "pmc": null,
            "organizations": [
                "853-14013",
                "853-14048"
            ],
            "persons": [
                "853-51669-6",
                "853-51705-6",
                "853-51833-2"
            ],
            "imported": null,
            "journal": "ATHEROSCLEROSIS",
            "issn": "0021-9150",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.095,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.769230769230769,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "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": 852,
            "title": "Effects of cytokines, butyrate and dexamethasone on serum amyloid A and apolipoprotein A-I synthesis in human HUH-7 hepatoma cells.",
            "abstract": null,
            "authors": [
                "Malle, E",
                "Leonhard, B",
                "Knipping, G",
                "Sattler, W"
            ],
            "year": 1999,
            "source": "Scand J Immunol. 1999; 50(2):183-187",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000082046400008",
            "pubmed": "10447923",
            "doi": "10.1046%2Fj.1365-3083.1999.00574.x",
            "pmc": null,
            "organizations": [
                "852-14013"
            ],
            "persons": [
                "852-51705-6",
                "852-51833-2"
            ],
            "imported": null,
            "journal": "SCAND J IMMUNOL",
            "issn": "0300-9475",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.74,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.48695652173913,
            "impactfactor_norm_year": 1999,
            "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": 8293,
            "title": "Comparison of magnetic resonance imaging and ultrasonography in the evaluation of abdominal aortic aneurysms.",
            "abstract": null,
            "authors": [
                "Amparo, EG",
                "Hoddick, WK",
                "Hricak, H",
                "Sollitto, R",
                "Justich, E",
                "Filly, RA",
                "Higgins, CB"
            ],
            "year": 1985,
            "source": "Radiology. 1985; 154(2):451-456",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AAA8600033",
            "pubmed": "3880912",
            "doi": "10.1148/radiology.154.2.3880912",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "RADIOLOGY",
            "issn": "0033-8419",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.8,
            "impactfactor_year": 1994,
            "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": 850,
            "title": "Effects of capsaicin on KCl-induced blood flow and sensory nerve activity changes in the tooth pulp.",
            "abstract": null,
            "authors": [
                "Pertl, C",
                "Liu, MT",
                "Markowitz, K",
                "Kim, S"
            ],
            "year": 1993,
            "source": "Pain. 1993; 52(3):351-358",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KR59600010",
            "pubmed": "8460053",
            "doi": "10.1016%2F0304-3959%2893%2990169-P",
            "pmc": null,
            "organizations": [
                "850-14057"
            ],
            "persons": [],
            "imported": null,
            "journal": "PAIN",
            "issn": "0304-3959",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.017,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.96,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANESTHESIOLOGY",
            "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
        }
    ]
}