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=157760&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157929,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157780&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=157740&ordering=imported",
    "results": [
        {
            "id": 8590,
            "title": "VIPoma syndrome.",
            "abstract": null,
            "authors": [
                "Krejs, GJ"
            ],
            "year": 1987,
            "source": "Am J Med. 1987; 82(5B):37-48",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1987H786300005",
            "pubmed": "3035922",
            "doi": "10.1016/0002-9343(87)90425-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8590-51534-2"
            ],
            "imported": null,
            "journal": "AMER J MED",
            "issn": "0002-9343",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.703,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.934579439252336,
            "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": 21916,
            "title": "Fosfomycin in human vitreous; In-vitro investigation of the protein binding of fosfomycin in human vitreous - Fosfomycin levels in the vitreous cavity after intravenous administration",
            "abstract": null,
            "authors": [
                "Petternel, V",
                "Krepler, K",
                "Schauersberger, J",
                "Wedrich, A"
            ],
            "year": 2004,
            "source": "INVEST OPHTHALMOL VISUAL SCI 2004 45: U545-U545.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000223338202103",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "21916-53938"
            ],
            "imported": null,
            "journal": "INVEST OPHTHALMOL VISUAL SCI",
            "issn": "0146-0404",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.577,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.976190476190476,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 21927,
            "title": "Effects of remifentanil and fentanyl on intraocular pressure during the maintenance and recovery of anaesthesia in patients undergoing non-ophthalmic surgery.",
            "abstract": null,
            "authors": [
                "Sator-Katzenschlager, SM",
                "Oehmke, MJ",
                "Deusch, E",
                "Dolezal, S",
                "Heinze, G",
                "Wedrich, A"
            ],
            "year": 2004,
            "source": "Eur J Anaesthesiol. 2004; 21(2):95-100",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000189310300003",
            "pubmed": "14977339",
            "doi": "10.1017/S0265021504002030",
            "pmc": null,
            "organizations": [],
            "persons": [
                "21927-53938-6"
            ],
            "imported": null,
            "journal": "EUR J ANAESTH",
            "issn": "0265-0215",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.156,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.454545454545455,
            "impactfactor_norm_year": 2004,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1308,
            "title": "Increased levels of 4-hydroxynonenal modified proteins in plasma of children with autoimmune diseases.",
            "abstract": null,
            "authors": [
                "Grune, T",
                "Michel, P",
                "Sitte, N",
                "Eggert, W",
                "Albrecht-Nebe, H",
                "Esterbauer, H",
                "Siems, WG"
            ],
            "year": 1997,
            "source": "Free Radic Biol Med. 1997; 23(3):357-360",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XG67400001",
            "pubmed": "9214570",
            "doi": "10.1016%2FS0891-5849%2896%2900586-2",
            "pmc": null,
            "organizations": [
                "1308-14013"
            ],
            "persons": [],
            "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.528,
            "impactfactor_year": 1997,
            "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": 1767,
            "title": "N-acetylserotonin is a better extra- and intracellular antioxidant than melatonin.",
            "abstract": null,
            "authors": [
                "Wölfler, A",
                "Abuja, PM",
                "Schauenstein, K",
                "Liebmann, PM"
            ],
            "year": 1999,
            "source": "FEBS Lett. 1999; 449(2-3):206-210",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000080081200023",
            "pubmed": "10338133",
            "doi": "10.1016/S0014-5793(99)00435-4",
            "pmc": null,
            "organizations": [
                "1767-14014"
            ],
            "persons": [
                "1767-51911-1"
            ],
            "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.72,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.854545454545455,
            "impactfactor_norm_year": 1999,
            "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": true
        },
        {
            "id": 22750,
            "title": "Vascular reconstruction for limb salvage in sarcoma of the lower extremity.",
            "abstract": null,
            "authors": [
                "Koperna, T",
                "Teleky, B",
                "Vogl, S",
                "Windhager, R",
                "Kainberger, F",
                "Schatz, KD",
                "Kotz, R",
                "Polterauer, P"
            ],
            "year": 1996,
            "source": "Arch Surg. 1996; 131(10):1103-1107",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VM03600022",
            "pubmed": "8857912",
            "doi": "10.1001/archsurg.1996.01430220097023",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ARCH SURG",
            "issn": "0004-0010",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.606,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.9296875,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8108,
            "title": "Neuropeptide Y and noradrenaline interaction in peripheral cardiovascular control.",
            "abstract": null,
            "authors": [
                "Lundberg, JM",
                "Saria, A",
                "Anggård, A",
                "Hökfelt, T",
                "Terenius, L"
            ],
            "year": 1984,
            "source": "Clin Exp Hypertens A. 1984; 6(10-11):1961-1972",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984AEE3200048",
            "pubmed": "6549443",
            "doi": "10.3109/10641968409046110",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CLIN EXP HYPERTENS A-THEOR",
            "issn": "0730-0077",
            "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": 7652,
            "title": "Cholesterol-lowering effect of mevinolin, an inhibitor of 3-hydroxy-3-methylglutaryl-coenzyme a reductase, in healthy volunteers.",
            "abstract": null,
            "authors": [
                "Tobert, JA",
                "Bell, GD",
                "Birtwell, J",
                "James, I",
                "Kukovetz, WR",
                "Pryor, JS",
                "Buntinx, A",
                "Holmes, IB",
                "Chao, YS",
                "Bolognese, JA"
            ],
            "year": 1982,
            "source": "J Clin Invest. 1982; 69(4):913-919",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1982NJ38500020",
            "pubmed": "6918402",
            "doi": "10.1172/JCI110530",
            "pmc": "PMC370145",
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J CLIN INVEST",
            "issn": "0021-9738",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.467,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.972222222222222,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "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": 11559,
            "title": "Differential diagnosis of ulcerative mucous membrane diseases of the mouth cavity and pharynx",
            "abstract": null,
            "authors": [
                "Posawetz, W",
                "Jakse, R",
                "Soyer, P"
            ],
            "year": 1990,
            "source": "Laryngorhinootologie. 1990; 69(2):80-83",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990CR98900005",
            "pubmed": "2322361",
            "doi": "10.1055/s-2007-998148",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "LARYNGO RHINO OTOL",
            "issn": "0935-8943",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.172413793103448,
            "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": false
        },
        {
            "id": 19028,
            "title": "Reduction of postchallenge hyperglycaemia prevents acute endothelial dysfunction in subjects with impaired glucose tolerance.",
            "abstract": null,
            "authors": [
                "Wascher, TC",
                "Schmoelzer, I",
                "Wiegratz, A",
                "Stuehlinger, M",
                "Mueller-Wieland, D",
                "Kotzka, J",
                "Enderle, M"
            ],
            "year": 2005,
            "source": "Eur J Clin Invest. 2005; 35(9):551-557",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000231506700003",
            "pubmed": "16128861",
            "doi": "10.1111/j.1365-2362.2005.01550.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "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.684,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.819047619047619,
            "impactfactor_norm_year": 2005,
            "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": 20038,
            "title": "BIOCHEMISTRY AND FUNCTION OF PTERIDINE SYNTHESIS IN HUMAN AND MURINE MACROPHAGES",
            "abstract": null,
            "authors": [
                "WERNER, ER",
                "WERNERFELMAYER, G",
                "FUCHS, D",
                "HAUSEN, A",
                "REIBNEGGER, R",
                "YIM, JJ",
                "WACHTER, H"
            ],
            "year": 1991,
            "source": "PATHOBIOLOGY 1991 59: 276-279.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FP84900014",
            "pubmed": null,
            "doi": "10.1159/000163662",
            "pmc": null,
            "organizations": [],
            "persons": [
                "20038-50569-6"
            ],
            "imported": null,
            "journal": "PATHOBIOLOGY",
            "issn": "1015-2008",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.915,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.455882352941176,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2740,
            "title": "The human breast carcinoma cell line HBL-100 acquires exogenous cholesterol from high-density lipoprotein via CLA-1 (CD-36 and LIMPII analogous 1)-mediated selective cholesteryl ester uptake.",
            "abstract": null,
            "authors": [
                "Pussinen, PJ",
                "Karten, B",
                "Wintersperger, A",
                "Reicher, H",
                "McLean, M",
                "Malle, E",
                "Sattler, W"
            ],
            "year": 2000,
            "source": "BIOCHEM J 2000 349: 559-566.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000088422000020",
            "pubmed": "10880355",
            "doi": "10.1042%2F0264-6021%3A3490559",
            "pmc": "PMC1221179",
            "organizations": [
                "2740-14013"
            ],
            "persons": [
                "2740-51705-4",
                "2740-51706-6",
                "2740-51779-6",
                "2740-51833-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.28,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.816129032258064,
            "impactfactor_norm_year": 2000,
            "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": 2018,
            "title": "Postoperative radiotherapy in radically resected non-small cell lung cancer.",
            "abstract": null,
            "authors": [
                "Mayer, R",
                "Smolle-Juettner, FM",
                "Szolar, D",
                "Stuecklschweiger, GF",
                "Quehenberger, F",
                "Friehs, G",
                "Hackl, A"
            ],
            "year": 1997,
            "source": "Chest. 1997; 112(4):954-959",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YA35100017",
            "pubmed": "9377958",
            "doi": "10.1378/chest.112.4.954",
            "pmc": null,
            "organizations": [
                "2018-14026",
                "2018-14054",
                "2018-14060",
                "2018-14077"
            ],
            "persons": [
                "2018-50466-6",
                "2018-51615-6"
            ],
            "imported": null,
            "journal": "CHEST",
            "issn": "0012-3692",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.341,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.854838709677419,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1972,
            "title": "Photosensitized killing of cultured fibroblasts from patients with peroxisomal disorders due to pyrene fatty acid-mediated ultraviolet damage.",
            "abstract": null,
            "authors": [
                "Hoefler, G",
                "Paschke, E",
                "Hoefler, S",
                "Moser, AB",
                "Moser, HW"
            ],
            "year": 1991,
            "source": "J Clin Invest. 1991; 88(6):1873-1879",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GU96700011",
            "pubmed": "1752949",
            "doi": "10.1172/JCI115509",
            "pmc": "PMC295755",
            "organizations": [
                "1972-14020",
                "1972-14048"
            ],
            "persons": [
                "1972-51691-2"
            ],
            "imported": null,
            "journal": "J CLIN INVEST",
            "issn": "0021-9738",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.467,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.972222222222222,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "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": 1275,
            "title": "Immunologic detection and measurement of hypochlorite-modified LDL with specific monoclonal antibodies.",
            "abstract": null,
            "authors": [
                "Malle, E",
                "Hazell, L",
                "Stocker, R",
                "Sattler, W",
                "Esterbauer, H",
                "Waeg, G"
            ],
            "year": 1995,
            "source": "Arterioscler Thromb Vasc Biol. 1995; 15(7):982-989",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RJ96400023",
            "pubmed": "7541296",
            "doi": "10.1161/01.ATV.15.7.982",
            "pmc": null,
            "organizations": [
                "1275-14013"
            ],
            "persons": [
                "1275-51705-6",
                "1275-51833-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": 5.533,
            "impactfactor_year": 1995,
            "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": false
        },
        {
            "id": 173141,
            "title": "Real-time Dosimetry-Toy or Tool?",
            "abstract": null,
            "authors": [
                "Gangl,A",
                ""
            ],
            "year": 2019,
            "source": null,
            "category": 2,
            "document_type": 27,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "173141-14108"
            ],
            "persons": [
                "173141-98446"
            ],
            "imported": null,
            "journal": null,
            "issn": null,
            "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": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1916,
            "title": "Pathophysiologic mechanisms in the development of age-related white matter changes of the brain.",
            "abstract": null,
            "authors": [
                "Fazekas, F",
                "Schmidt, R",
                "Scheltens, P"
            ],
            "year": 1998,
            "source": "Dement Geriatr Cogn Disord. 1998; 9 Suppl 1(2):2-5",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075030800002",
            "pubmed": "9716237",
            "doi": "10.1159/000051182",
            "pmc": null,
            "organizations": [
                "1916-14051",
                "1916-14108"
            ],
            "persons": [],
            "imported": null,
            "journal": "DEMENT GERIATR COGN DISORD",
            "issn": "1420-8008",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.71,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.376623376623377,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PSYCHIATRY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 2013,
            "title": "Postnatal development of the facial canal. An investigation based on cadaver dissections and computed tomography.",
            "abstract": null,
            "authors": [
                "Weiglein, AH"
            ],
            "year": 1996,
            "source": "Surg Radiol Anat. 1996; 18(2):115-123",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UQ54900008",
            "pubmed": "8782317",
            "doi": "10.1007%2FBF01795229",
            "pmc": null,
            "organizations": [
                "2013-14018"
            ],
            "persons": [],
            "imported": null,
            "journal": "SURG RADIOL ANATOMY",
            "issn": "0930-1038",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.389,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.234375,
            "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": 2994,
            "title": "Hyperbaric oxygen and photodynamic therapy in the treatment of advanced carcinoma of the cardia and the esophagus.",
            "abstract": null,
            "authors": [
                "Maier, A",
                "Anegg, U",
                "Fell, B",
                "Rehak, P",
                "Ratzenhofer, B",
                "Tomaselli, F",
                "Sankin, O",
                "Pinter, H",
                "Smolle-Jüttner, FM",
                "Friehs, GB"
            ],
            "year": 2000,
            "source": "Lasers Surg Med. 2000; 26(3):308-315",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000086161900009",
            "pubmed": "10738294",
            "doi": "10.1002/(SICI)1096-9101(2000)26:3<308::AID-LSM9>3.0.CO;2-B",
            "pmc": null,
            "organizations": [
                "2994-14044",
                "2994-14045",
                "2994-14077"
            ],
            "persons": [
                "2994-51935-2",
                "2994-53461-6",
                "2994-56918-6",
                "2994-51615-6"
            ],
            "imported": null,
            "journal": "LASER SURG MED",
            "issn": "0196-8092",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.348,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.889705882352941,
            "impactfactor_norm_year": 2000,
            "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": 356,
            "title": "Bone marrow changes following treatment of renal anemia with erythropoietin.",
            "abstract": null,
            "authors": [
                "Horina, JH",
                "Schmid, CR",
                "Roob, JM",
                "Winkler, HM",
                "Samitz, MA",
                "Hammer, HF",
                "Pogglitsch, H",
                "Krejs, GJ"
            ],
            "year": 1991,
            "source": "Kidney Int. 1991; 40(5):917-922",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GK49500014",
            "pubmed": "1762296",
            "doi": "10.1038/ki.1991.294",
            "pmc": null,
            "organizations": [
                "356-14020"
            ],
            "persons": [
                "356-51531-6",
                "356-51534-6",
                "356-51717-2"
            ],
            "imported": null,
            "journal": "KIDNEY INT",
            "issn": "0085-2538",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.058,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.975609756097561,
            "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
        }
    ]
}