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=1760&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 153846,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1780&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1740&ordering=-imported",
    "results": [
        {
            "id": 2083,
            "title": "Primary fallopian tube carcinoma--a retrospective survey of 51 cases. Austrian Cooperative Study Group for Fallopian Tube Carcinoma.",
            "abstract": null,
            "authors": [
                "Klein, M",
                "Rosen, A",
                "Graf, A",
                "Lahousen, M",
                "Kucera, H",
                "Pakisch, B",
                "Vavra, N",
                "Beck, A"
            ],
            "year": 1994,
            "source": "Arch Gynecol Obstet. 1994; 255(3):141-146",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NZ95100006",
            "pubmed": "7979566",
            "doi": "10.1007/BF02390941",
            "pmc": null,
            "organizations": [
                "2083-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.054,
            "impactfactor_year": 1994,
            "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": 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": 2084,
            "title": "Primary human bone cultures from older patients do not respond at continuum levels of in vivo strain magnitudes.",
            "abstract": null,
            "authors": [
                "Stanford, CM",
                "Welsch, F",
                "Kastner, N",
                "Thomas, G",
                "Zaharias, R",
                "Holtman, K",
                "Brand, RA"
            ],
            "year": 2000,
            "source": "J Biomech. 2000; 33(1):63-71",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000084149100008",
            "pubmed": "10609519",
            "doi": "10.1016%2FS0021-9290%2899%2900173-6",
            "pmc": null,
            "organizations": [
                "2084-14052"
            ],
            "persons": [
                "2084-50098-6"
            ],
            "imported": null,
            "journal": "J BIOMECH",
            "issn": "0021-9290",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.474,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.658536585365854,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "ENGINEERING, BIOMEDICAL",
            "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": 2085,
            "title": "Primary unit for statistical analysis in morphometry: patient or cell?",
            "abstract": null,
            "authors": [
                "Tsybrovskyy, O",
                "Berghold, A"
            ],
            "year": 1999,
            "source": "Anal Cell Pathol. 1999; 18(4):191-202",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083853900003",
            "pubmed": "10609563",
            "doi": "10.1155/1999/897698",
            "pmc": null,
            "organizations": [
                "2085-14020",
                "2085-14026"
            ],
            "persons": [
                "2085-50588-2",
                "2085-51344-6"
            ],
            "imported": null,
            "journal": "ANAL CELL PATHOL",
            "issn": "0921-8912",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.986,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.454545454545455,
            "impactfactor_norm_year": 1999,
            "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": 2086,
            "title": "Primary vesicoureteral reflux in infants with a dilated fetal urinary tract.",
            "abstract": null,
            "authors": [
                "Ring, E",
                "Petritsch, P",
                "Riccabona, M",
                "Haim-Kuttnig, M",
                "Vilits, P",
                "Rauchenwald, M",
                "Fueger, G"
            ],
            "year": 1993,
            "source": "Eur J Pediatr. 1993; 152(6):523-525",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LF65300018",
            "pubmed": "8335023",
            "doi": "10.1007/BF01955065",
            "pmc": null,
            "organizations": [
                "2086-14048",
                "2086-14054",
                "2086-14056"
            ],
            "persons": [
                "2086-51373-6"
            ],
            "imported": null,
            "journal": "EUR J PEDIAT",
            "issn": "0340-6199",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.963,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.732394366197183,
            "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": true
        },
        {
            "id": 1027,
            "title": "Expression of regulatory apoptotic proteins in peripheral giant cell granulomas and lesions containing osteoclast-like giant cells.",
            "abstract": null,
            "authors": [
                "Pammer, J",
                "Weninger, W",
                "Hulla, H",
                "Mazal, P",
                "Horvat, R"
            ],
            "year": 1998,
            "source": "J Oral Pathol Med. 1998; 27(6):267-271",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075111600006",
            "pubmed": "9707279",
            "doi": "10.1111/j.1600-0714.1998.tb01954.x",
            "pmc": null,
            "organizations": [
                "1027-14057"
            ],
            "persons": [],
            "imported": null,
            "journal": "J ORAL PATHOL MED",
            "issn": "0904-2512",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.989,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.644444444444444,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DENTISTRY, ORAL SURGERY & MEDICINE",
            "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": 2088,
            "title": "Primitive neuroectodermal tumor arising in the skin. Differentiation from neuroendocrine carcinoma of the skin.",
            "abstract": null,
            "authors": [
                "Smolle-Juettner, FM",
                "Smolle, J",
                "Richtig, E",
                "Kraus, I",
                "Popper, H",
                "Becker, H"
            ],
            "year": 1992,
            "source": "Dermatology. 1992; 185(4):272-275",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992KB02800009",
            "pubmed": "1335802",
            "doi": "10.1159/000247467",
            "pmc": null,
            "organizations": [
                "2088-14020",
                "2088-14045",
                "2088-14047"
            ],
            "persons": [
                "2088-51523-6",
                "2088-52274-6",
                "2088-51615-2"
            ],
            "imported": null,
            "journal": "DERMATOLOGY",
            "issn": "1018-8665",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.069,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.371428571428571,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1028,
            "title": "Expression of the homeobox gene HOXC4 in keratinocytes of normal skin and epithelial skin tumors is correlated with differentiation.",
            "abstract": null,
            "authors": [
                "Rieger, E",
                "Bijl, JJ",
                "van Oostveen, JW",
                "Soyer, HP",
                "Oudejans, CB",
                "Jiwa, NM",
                "Walboomers, JM",
                "Meijer, CJ"
            ],
            "year": 1994,
            "source": "J Invest Dermatol. 1994; 103(3):341-346",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PG08200013",
            "pubmed": "7915745",
            "doi": "10.1111/1523-1747.ep12394888",
            "pmc": null,
            "organizations": [
                "1028-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "J INVEST DERMATOL",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.826,
            "impactfactor_year": 1994,
            "impactfactor_norm": 1.0,
            "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": 2090,
            "title": "Problems of differential diagnosis between depressive pseudodementia and Alzheimer's disease.",
            "abstract": null,
            "authors": [
                "Zapotoczky, HG"
            ],
            "year": 1998,
            "source": "J Neural Transm Suppl. 1998; 53(1):91-95",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074883600009",
            "pubmed": "9700648",
            "doi": "10.1007/978-3-7091-6467-9_8",
            "pmc": null,
            "organizations": [
                "2090-29444"
            ],
            "persons": [],
            "imported": null,
            "journal": "J NEURAL TRANSMISSION, SUPPL",
            "issn": "0303-6995",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.073,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.366336633663366,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "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": 1029,
            "title": "Expression of various MHC class II molecules and of intracellular adhesion molecule-1 (ICAM-1) on focal clusters of dendritic cells in iodine deficiency goitres.",
            "abstract": null,
            "authors": [
                "Dimal, P",
                "Wilders-Truschnig, M",
                "Mooij, P",
                "Leb, G",
                "Eber, O",
                "Langsteger, W",
                "Hebenstreit, J",
                "Beham, A",
                "Stiegler, C",
                "Dohr, G"
            ],
            "year": 1993,
            "source": "Clin Exp Immunol. 1993; 92(3):397-403",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LF98900006",
            "pubmed": "8099855",
            "doi": "10.1111/j.1365-2249.1993.tb03411.x",
            "pmc": "PMC1554788",
            "organizations": [
                "1029-14017",
                "1029-14020"
            ],
            "persons": [
                "1029-51666-6",
                "1029-51659-6"
            ],
            "imported": null,
            "journal": "CLIN EXP IMMUNOL",
            "issn": "0009-9104",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.912,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.8,
            "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": 2249,
            "title": "Release of conjugated catecholamines by the adrenal medulla equivalent of the American eel, Anguilla rostrata.",
            "abstract": null,
            "authors": [
                "Epple, A",
                "Porta, S",
                "Nibbio, B",
                "Leitner, G"
            ],
            "year": 1993,
            "source": "Gen Comp Endocrinol. 1993; 90(1):58-63",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KW19800007",
            "pubmed": "8504923",
            "doi": "10.1006/gcen.1993.1060",
            "pmc": null,
            "organizations": [
                "2249-14014"
            ],
            "persons": [],
            "imported": null,
            "journal": "GEN COMP ENDOCRINOL",
            "issn": "0016-6480",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.393,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.542168674698795,
            "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": 1030,
            "title": "The extent of diastolic dysfunction and its correlation with subjective impairment of physical capacity in dilated cardiomyopathy",
            "abstract": null,
            "authors": [
                "Fruhwald, FM",
                "Watzinger, N",
                "Schumacher, M",
                "Zweiker, R",
                "Pokan, R",
                "Klein, W"
            ],
            "year": 1997,
            "source": "Dtsch Med Wochenschr. 1997; 122(27):845-848",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XJ98500002",
            "pubmed": "9280694",
            "doi": "10.1055/s-2008-1047698",
            "pmc": null,
            "organizations": [
                "1030-14083"
            ],
            "persons": [
                "1030-51699-6",
                "1030-51700-2",
                "1030-51759-6"
            ],
            "imported": null,
            "journal": "DEUT MED WOCHENSCHR",
            "issn": "0012-0472",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.756,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.607476635514019,
            "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": 2094,
            "title": "Prognosis of Invasive Cervical-Carcinoma in Pregnant Versus Nonpregnant Patients",
            "abstract": null,
            "authors": [
                "Scholl, W",
                "Haas, J",
                "Giuliani, A",
                "Petru, E",
                "Tamussino, K",
                "Gucer, F",
                "Arikan, G",
                "Winter, R"
            ],
            "year": 1997,
            "source": "GEBURTSH FRAUENHEILK 1997 57: 624-628.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YH14100007",
            "pubmed": null,
            "doi": "10.1055/s-2007-1023149",
            "pmc": null,
            "organizations": [
                "2094-14038"
            ],
            "persons": [
                "2094-51627-6",
                "2094-51826-6",
                "2094-51941-2",
                "2094-51624-6"
            ],
            "imported": null,
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.395,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.169811320754717,
            "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": 2095,
            "title": "Prognosis with stroke in Europe: A collaborative study of population-based cohorts. Neurologic Diseases in the Elderly Research Group.",
            "abstract": null,
            "authors": [
                "Schmidt, R",
                "Breteler, MM",
                "Inzitari, D",
                "Fratiglioni, L",
                "Hofman, A",
                "Launer, LJ"
            ],
            "year": 2000,
            "source": "Neurology. 2000; 54(11 Suppl 5):S34-S37",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000087595700008",
            "pubmed": "10854360",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2095-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "NEUROLOGY",
            "issn": "0028-3878",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.781,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.948905109489051,
            "impactfactor_norm_year": 2000,
            "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": true
        },
        {
            "id": 2096,
            "title": "Prognostic evaluation of specific cutaneous infiltrates in B-chronic lymphocytic leukemia.",
            "abstract": null,
            "authors": [
                "Kaddu, S",
                "Smolle, J",
                "Cerroni, L",
                "Kerl, H"
            ],
            "year": 1996,
            "source": "J Cutan Pathol. 1996; 23(6):487-494",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VZ91500001",
            "pubmed": "9001978",
            "doi": "10.1111/j.1600-0560.1996.tb01440.x",
            "pmc": null,
            "organizations": [
                "2096-14047"
            ],
            "persons": [
                "2096-51620-6",
                "2096-51751-6",
                "2096-53442-1"
            ],
            "imported": null,
            "journal": "J CUTANEOUS PATHOL",
            "issn": "0303-6987",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.044,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.771428571428572,
            "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": 1032,
            "title": "Extracorporeal fibrinogen and platelet precipitation as a new haemorheological treatment for acute stroke.",
            "abstract": null,
            "authors": [
                "Walzl, B",
                "Walzl, M",
                "Lechner, H"
            ],
            "year": 1994,
            "source": "J Neurol Sci. 1994; 126(1):25-29",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PJ91300004",
            "pubmed": "7836943",
            "doi": "10.1016/0022-510X(94)90090-6",
            "pmc": null,
            "organizations": [
                "1032-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "J NEUROL SCI",
            "issn": "0022-510X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.776,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.579207920792079,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NEUROSCIENCES",
            "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": 2098,
            "title": "Prognostic factors in cervical cancer.",
            "abstract": null,
            "authors": [
                "Pickel, H",
                "Haas, J",
                "Lahousen, M"
            ],
            "year": 1997,
            "source": "Eur J Obstet Gynecol Reprod Biol. 1997; 71(2):209-213",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WH69500019",
            "pubmed": "9138968",
            "doi": "10.1016%2FS0301-2115%2896%2902637-1",
            "pmc": null,
            "organizations": [
                "2098-14038"
            ],
            "persons": [
                "2098-51627-6"
            ],
            "imported": null,
            "journal": "EUR J OBSTET GYN REPROD BIOL",
            "issn": "0301-2115",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.549,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.452830188679245,
            "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": 1033,
            "title": "Extracorporeal membrane oxygenation in newborn infants and children",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Kuttnig-Haim, M",
                "Decar, D",
                "Urlesberger, B",
                "Riccabona, M",
                "Reiterer, F",
                "Maurer, U",
                "Friehs, I",
                "Berger, J",
                "Trop, M"
            ],
            "year": 1995,
            "source": "Wien Klin Wochenschr. 1995; 107(14):427-435",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RJ79900004",
            "pubmed": "7668003",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1033-14048"
            ],
            "persons": [
                "1033-51373-6",
                "1033-51653-6",
                "1033-51695-6",
                "1033-51821-6"
            ],
            "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.215,
            "impactfactor_year": 1995,
            "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": 2100,
            "title": "Prognostic factors in primary fallopian tube carcinoma. Austrian Cooperative Study Group for Fallopian Tube Carcinoma.",
            "abstract": null,
            "authors": [
                "Rosen, AC",
                "Reiner, A",
                "Klein, M",
                "Lahousen, M",
                "Graf, AH",
                "Vavra, N",
                "Auerbach, L",
                "Vorbeck, F",
                "Rosen, HR"
            ],
            "year": 1994,
            "source": "Gynecol Oncol. 1994; 53(3):307-313",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NR57400006",
            "pubmed": "8206403",
            "doi": "10.1006%2Fgyno.1994.1139",
            "pmc": null,
            "organizations": [
                "2100-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "GYNECOL ONCOL",
            "issn": "0090-8258",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.398,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.792452830188679,
            "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": 516,
            "title": "Combination treatment based on metabolic effects of dinaline.",
            "abstract": null,
            "authors": [
                "Schaider, H",
                "Haberkorn, U",
                "Petru, E",
                "Berger, MR"
            ],
            "year": 1995,
            "source": "J Cancer Res Clin Oncol. 1995; 121(4):203-210",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QW70300002",
            "pubmed": "7751318",
            "doi": "10.1007%2FBF01366963",
            "pmc": null,
            "organizations": [
                "516-14038",
                "516-14047"
            ],
            "persons": [
                "516-51624-6"
            ],
            "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.459,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.442307692307692,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 3942,
            "title": "Does new photosensitizer improve photodynamic therapy in advanced esophageal carcinoma?",
            "abstract": null,
            "authors": [
                "Maier, A",
                "Tomaselli, F",
                "Matzi, V",
                "Rehak, P",
                "Pinter, H",
                "Smolle-Jüttner, FM"
            ],
            "year": 2001,
            "source": "Lasers Surg Med. 2001; 29(4):323-327",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000171862100003",
            "pubmed": "11746109",
            "doi": "10.1002/lsm.1124",
            "pmc": null,
            "organizations": [
                "3942-14045",
                "3942-14077"
            ],
            "persons": [
                "3942-50143-6",
                "3942-51935-2",
                "3942-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.347,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.345323741007194,
            "impactfactor_norm_year": 2001,
            "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
        }
    ]
}