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=800&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156969,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=820&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=780&ordering=-imported",
    "results": [
        {
            "id": 973,
            "title": "Epiluminescence microscopy in diagnosis of pigmented skin tumors].",
            "abstract": null,
            "authors": [
                "Wolf, IH",
                "Kerl, H",
                "Soyer, HP",
                "Binder, M",
                "Pehamberger, H",
                "Fritsch, P",
                "Wolff, K"
            ],
            "year": 1997,
            "source": "Hautarzt. 1997; 48(5):353-362",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XD20800013",
            "pubmed": "9303913",
            "doi": null,
            "pmc": null,
            "organizations": [
                "973-14047"
            ],
            "persons": [
                "973-51327-1",
                "973-51620-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.487,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.2,
            "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": 974,
            "title": "Epirubicin plus flutamide and orchidectomy in previously untreated advanced prostatic cancer.",
            "abstract": null,
            "authors": [
                "Pummer, K"
            ],
            "year": 1991,
            "source": "Semin Oncol. 1991; 18(5 Suppl 6):26-28",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GN57400007",
            "pubmed": "1948120",
            "doi": null,
            "pmc": null,
            "organizations": [
                "974-14056"
            ],
            "persons": [
                "974-53053-2"
            ],
            "imported": null,
            "journal": "SEMIN ONCOL",
            "issn": "0093-7754",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.628,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.692307692307692,
            "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": 243,
            "title": "Value of antioxidants and vitamins in cardiovascular prevention and therapy",
            "abstract": null,
            "authors": [
                "Wascher, TC"
            ],
            "year": 1997,
            "source": "Wien Klin Wochenschr. 1997; 109 Suppl 2(1):33-37",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XR18100006",
            "pubmed": "9286071",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.411,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.551401869158878,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 976,
            "title": "Epithelioid cell granulomatosis of the lung: new insights and concepts.",
            "abstract": null,
            "authors": [
                "Popper, HH"
            ],
            "year": 1999,
            "source": "Sarcoidosis Vasc Diffuse Lung Dis. 1999; 16(1):32-46",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000079539500003",
            "pubmed": "10207940",
            "doi": null,
            "pmc": null,
            "organizations": [
                "976-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "SARCOIDOSIS VASC DIFFUSE LUNG",
            "issn": "1124-0490",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.524,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.533333333333333,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "RESPIRATORY SYSTEM",
            "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": 475,
            "title": "Chronic Sclerosing Peritonitis After Spontaneous Rupture of a Cystic Teratoma a Pitfall in Surgical Staging of Ovarian-Tumors",
            "abstract": null,
            "authors": [
                "Reich, O",
                "Kometter, R",
                "Pickel, H"
            ],
            "year": 1999,
            "source": "GEBURTSH FRAUENHEILK 1999 59: 94-95.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078917600008",
            "pubmed": null,
            "doi": "10.1055/s-1999-14167",
            "pmc": null,
            "organizations": [
                "475-14038"
            ],
            "persons": [
                "475-51918-2"
            ],
            "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.174,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.125,
            "impactfactor_norm_year": 1999,
            "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": 978,
            "title": "EPR Evidence for the Oxidation-Induced Formation of Negatively Charged Species on the Low-Density-Lipoprotein Surface",
            "abstract": null,
            "authors": [
                "Brnjaskraljevic, J",
                "Pifat, G",
                "Herak, JN",
                "Jürgens, G"
            ],
            "year": 1991,
            "source": "FREE RADICAL RES COMMUN 1991 14: 307-313.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FY74100001",
            "pubmed": null,
            "doi": "10.3109/10715769109093420",
            "pmc": null,
            "organizations": [
                "978-14013"
            ],
            "persons": [
                "978-51511-6"
            ],
            "imported": null,
            "journal": "FREE RADICAL RES COMMUN",
            "issn": "8755-0199",
            "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": 476,
            "title": "Chronic spinal subdural haematoma associated with intracranial subdural haematoma: CT and MRI.",
            "abstract": null,
            "authors": [
                "Tillich, M",
                "Kammerhuber, F",
                "Reittner, P",
                "Leber, KA",
                "Szolar, DH"
            ],
            "year": 1999,
            "source": "Neuroradiology. 1999; 41(2):137-139",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078876300013",
            "pubmed": "10090608",
            "doi": "10.1007%2Fs002340050719",
            "pmc": null,
            "organizations": [
                "476-14050",
                "476-14054"
            ],
            "persons": [
                "476-51866-6",
                "476-51957-6"
            ],
            "imported": null,
            "journal": "NEURORADIOLOGY",
            "issn": "0028-3940",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.287,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.602564102564103,
            "impactfactor_norm_year": 1999,
            "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": 981,
            "title": "Erythropoietin treatment under polychemotherapy in patients with gynecologic malignancies: a prospective, randomized, double-blind placebo-controlled multicenter study.",
            "abstract": null,
            "authors": [
                "Kurz, Ch",
                "Marth, Ch",
                "Windbichler, G",
                "Lahousen, M",
                "Medl, M",
                "Vavra, N",
                "Sevelda, P"
            ],
            "year": 1997,
            "source": "Gynecol Oncol. 1997; 65(3):461-466",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XE19500018",
            "pubmed": "9190976",
            "doi": "10.1006%2Fgyno.1997.4675",
            "pmc": null,
            "organizations": [
                "981-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.542,
            "impactfactor_year": 1997,
            "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": 985,
            "title": "Essential hypertension in African Caribbeans associates with a variant of the beta2-adrenoceptor.",
            "abstract": null,
            "authors": [
                "Kotanko, P",
                "Binder, A",
                "Tasker, J",
                "DeFreitas, P",
                "Kamdar, S",
                "Clark, AJ",
                "Skrabal, F",
                "Caulfield, M"
            ],
            "year": 1997,
            "source": "Hypertension. 1997; 30(4):773-776",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YC80200001",
            "pubmed": "9336371",
            "doi": "10.1161/01.HYP.30.4.773",
            "pmc": null,
            "organizations": [],
            "persons": [
                "985-54004-6"
            ],
            "imported": null,
            "journal": "HYPERTENSION",
            "issn": "0194-911X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.944,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.897435897435898,
            "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": 245,
            "title": "Antioxidants prevent high-D-glucose-enhanced endothelial Ca2+/cGMP response by scavenging superoxide anions.",
            "abstract": null,
            "authors": [
                "Graier, WF",
                "Simecek, S",
                "Hoebel, BG",
                "Wascher, TC",
                "Dittrich, P",
                "Kostner, GM"
            ],
            "year": 1997,
            "source": "Eur J Pharmacol. 1997; 322(1):113-122",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WN28600017",
            "pubmed": "9088879",
            "doi": "10.1016%2FS0014-2999%2896%2900989-2",
            "pmc": null,
            "organizations": [
                "245-14013"
            ],
            "persons": [
                "245-51669-6",
                "245-51860-2"
            ],
            "imported": null,
            "journal": "EUR J PHARMACOL",
            "issn": "0014-2999",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.96,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.814606741573034,
            "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": 478,
            "title": "Circadian rhythm of the soluble p75 tumor necrosis factor (sTNF-R75) receptor in humans--a possible explanation for the circadian kinetics of TNR-alpha effects.",
            "abstract": null,
            "authors": [
                "Liebmann, PM",
                "Reibnegger, G",
                "Lehofer, M",
                "Moser, M",
                "Pürstner, P",
                "Mangge, H",
                "Schauenstein, K"
            ],
            "year": 1998,
            "source": "Int Immunol. 1998; 10(9):1393-1396",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075940100016",
            "pubmed": "9786439",
            "doi": "10.1093/intimm/10.9.1393",
            "pmc": null,
            "organizations": [
                "478-14010",
                "478-14014",
                "478-14038",
                "478-14048",
                "478-29444"
            ],
            "persons": [
                "478-50569-6",
                "478-51671-6",
                "478-52854-6"
            ],
            "imported": null,
            "journal": "INT IMMUNOL",
            "issn": "0953-8178",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.188,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.85,
            "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": true
        },
        {
            "id": 988,
            "title": "Estrogen replacement therapy in older women: a neuropsychological and brain MRI study.",
            "abstract": null,
            "authors": [
                "Schmidt, R",
                "Fazekas, F",
                "Reinhart, B",
                "Kapeller, P",
                "Fazekas, G",
                "Offenbacher, H",
                "Eber, B",
                "Schumacher, M",
                "Freidl, W"
            ],
            "year": 1996,
            "source": "J AMER GERIAT SOC 1996 44: 1307-1313.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VR27100004",
            "pubmed": "8909345",
            "doi": "10.1111/j.1532-5415.1996.tb01400.x",
            "pmc": null,
            "organizations": [
                "988-14024",
                "988-14051",
                "988-14054"
            ],
            "persons": [
                "988-51699-6",
                "988-51744-6",
                "988-51845-6"
            ],
            "imported": null,
            "journal": "J AMER GERIAT SOC",
            "issn": "0002-8614",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.508,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.909090909090909,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "GERIATRICS & GERONTOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 989,
            "title": "Ethical overview of paediatric research and practice in Europe from the Ethical Working Group of the Confederation of European Specialists in Paediatrics (CESP).",
            "abstract": null,
            "authors": [
                "Chambers, TL",
                "Kurz, R"
            ],
            "year": 1999,
            "source": "Eur J Pediatr. 1999; 158(7):537-540",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081270500002",
            "pubmed": "10412809",
            "doi": "10.1007%2Fs004310051141",
            "pmc": null,
            "organizations": [
                "989-14048"
            ],
            "persons": [],
            "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": 1.28,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.777777777777778,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 990,
            "title": "Ethics in intensive medicine",
            "abstract": null,
            "authors": [
                "List, WF"
            ],
            "year": 1997,
            "source": "Anaesthesist. 1997; 46(4):261-266",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WZ03900002",
            "pubmed": "9229978",
            "doi": "10.1007/s001010050399",
            "pmc": null,
            "organizations": [
                "990-14044"
            ],
            "persons": [],
            "imported": null,
            "journal": "ANAESTHESIST",
            "issn": "0003-2417",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.888,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.56,
            "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": 480,
            "title": "Clamped homogenous electric fields (CHEF) gel-electrophoresis of DNA restriction fragments for comparing genomic variations among strains of yersinia enterocolitica and Yersinia spp.",
            "abstract": null,
            "authors": [
                "Buchrieser, C",
                "Buchrieser, O",
                "Kristl, A",
                "Kaspar, CW"
            ],
            "year": 1994,
            "source": "Zentralbl Bakteriol. 1994; 281(4):457-470",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994PW44500007",
            "pubmed": "7727892",
            "doi": "10.1016/S0934-8840(11)80332-4",
            "pmc": null,
            "organizations": [
                "480-14023"
            ],
            "persons": [],
            "imported": null,
            "journal": "ZBL BAKT, INT J MED MICROBIOL",
            "issn": "0934-8840",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.729,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.271604938271605,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MICROBIOLOGY",
            "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": 993,
            "title": "Etoposide in combination with cyclophosphamide and total body irradiation or busulfan as conditioning for marrow transplantation in adults and children.",
            "abstract": null,
            "authors": [
                "Spitzer, TR",
                "Peters, C",
                "Ortlieb, M",
                "Tefft, MC",
                "Torrisi, J",
                "Cahill, R",
                "Gadner, H",
                "Urban, C",
                "Deeg, HJ"
            ],
            "year": 1994,
            "source": "Int J Radiat Oncol Biol Phys. 1994; 29(1):39-44",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1994NJ34000006",
            "pubmed": "8175444",
            "doi": "10.1016/0360-3016(94)90224-0",
            "pmc": null,
            "organizations": [
                "993-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "INT J RADIAT ONCOL BIOL PHYS",
            "issn": "0360-3016",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.321,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.924050632911392,
            "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": 994,
            "title": "European Experience with Screening for Neuroblastoma Before the Age of 12 Months",
            "abstract": null,
            "authors": [
                "Bergeron, C",
                "Tafese, T",
                "Kerbl, R",
                "Craft, A",
                "Mann, J",
                "Frappaz, D"
            ],
            "year": 1998,
            "source": "MED PEDIAT ONCOL 1998 31: 442-449.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076497300010",
            "pubmed": null,
            "doi": "10.1002/(SICI)1096-911X(199811)31:5<442::AID-MPO10>3.0.CO;2-V",
            "pmc": null,
            "organizations": [
                "994-14048"
            ],
            "persons": [
                "994-51821-6"
            ],
            "imported": null,
            "journal": "MED PEDIAT ONCOL",
            "issn": "0098-1532",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.783,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.929577464788732,
            "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": 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": 481,
            "title": "Clarithromycin vs Combined Cefuroxime and Erythromycin in the Treatment of Hospitalized Community-Acquired Pneumonia Patients - Intravenous Followed by Oral-Therapy",
            "abstract": null,
            "authors": [
                "Vetter, N",
                "Stamler, D",
                "Oneill, S",
                "Rafferty, P",
                "Praz, G",
                "Cantolla, JD",
                "Pongratzroger, M",
                "Aigner, K",
                "Bolitschek, J",
                "Puig, JG",
                "Afilalo, M",
                "Small, D",
                "Winter, J"
            ],
            "year": 1997,
            "source": "CLIN DRUG INVEST 1997 14: 439-449.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071325600001",
            "pubmed": null,
            "doi": "10.2165/00044011-199714060-00001",
            "pmc": null,
            "organizations": [
                "481-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "CLIN DRUG INVEST",
            "issn": "1173-2563",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.913,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.325842696629214,
            "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": 997,
            "title": "Evaluation of two nonculture antigen tests and three serotests for detection of anti-chlamydial antibodies in the diagnosis of ocular chlamydial infections.",
            "abstract": null,
            "authors": [
                "Haller, EM",
                "Auer-Grumbach, P",
                "Stuenzner, D",
                "Kessler, HH",
                "Pierer, K",
                "Zenz, H",
                "Muellner, K"
            ],
            "year": 1996,
            "source": "Graefes Arch Clin Exp Ophthalmol. 1996; 234(8):510-514",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VA24300006",
            "pubmed": "8858357",
            "doi": "10.1007%2FBF00184860",
            "pmc": null,
            "organizations": [
                "997-14023",
                "997-14043",
                "997-14047"
            ],
            "persons": [
                "997-51812-6"
            ],
            "imported": null,
            "journal": "GRAEF ARCH CLIN EXP OPHTHAL",
            "issn": "0721-832X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.992,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.642857142857143,
            "impactfactor_norm_year": 1998,
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1411,
            "title": "Intramyocardial electrograms for monitoring of allograft rejection after heart transplantation.",
            "abstract": null,
            "authors": [
                "Auer, T",
                "Schreier, G",
                "Hutten, H",
                "Schaldach, M",
                "Iberer, F",
                "Petutschnigg, B",
                "Wasler, A",
                "Müller, H",
                "Allmeyer, T",
                "Tscheliessnigg, KH"
            ],
            "year": 1995,
            "source": "Transplant Proc. 1995; 27(3):1983-1985",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RE11800024",
            "pubmed": "7792860",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1411-14073"
            ],
            "persons": [
                "1411-51819-6",
                "1411-51982-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.726,
            "impactfactor_year": 1995,
            "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
        }
    ]
}