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=1320&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157090,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1340&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1300&ordering=-imported",
    "results": [
        {
            "id": 1639,
            "title": "Metabolism of debrisoquine and susceptibility to breast cancer.",
            "abstract": null,
            "authors": [
                "Huober, J",
                "Bertram, B",
                "Petru, E",
                "Kaufmann, M",
                "Schmähl, D"
            ],
            "year": 1991,
            "source": "Breast Cancer Res Treat. 1991; 18(1):43-48",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FH73700006",
            "pubmed": "1854978",
            "doi": "10.1007/BF01975442",
            "pmc": null,
            "organizations": [
                "1639-14038"
            ],
            "persons": [
                "1639-51624-6"
            ],
            "imported": null,
            "journal": "BREAST CANCER RES TREAT",
            "issn": "0167-6806",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.479,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.711538461538462,
            "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": 790,
            "title": "Early signs and course of disease of glutaryl-CoA dehydrogenase deficiency.",
            "abstract": null,
            "authors": [
                "Hoffmann, GF",
                "Böhles, HJ",
                "Burlina, A",
                "Duran, M",
                "Herwig, J",
                "Lehnert, W",
                "Leonard, JV",
                "Muntau, A",
                "Plecko-Starting, FK",
                "Superti-Furga, A"
            ],
            "year": 1995,
            "source": "J Inherit Metab Dis. 1995; 18(2):173-176",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RG68400019",
            "pubmed": "7564239",
            "doi": "10.1007/BF00711759",
            "pmc": null,
            "organizations": [
                "790-14048"
            ],
            "persons": [
                "790-51875-6"
            ],
            "imported": null,
            "journal": "J INHERIT METAB DIS",
            "issn": "0141-8955",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.097,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.44578313253012,
            "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": true
        },
        {
            "id": 92,
            "title": "A simplified procedure for intra-arterial thrombolysis with tissue-type plasminogen activator in peripheral arterial occlusive disease: primary and long-term results.",
            "abstract": null,
            "authors": [
                "Decrinis, M",
                "Pilger, E",
                "Stark, G",
                "Lafer, M",
                "Obernosterer, A",
                "Lammer, J"
            ],
            "year": 1993,
            "source": "Eur Heart J. 1993; 14(3):297-305",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KR32800002",
            "pubmed": "8458348",
            "doi": "10.1093/eurheartj/14.3.297",
            "pmc": null,
            "organizations": [
                "92-14054",
                "92-14080"
            ],
            "persons": [
                "92-51541-6"
            ],
            "imported": null,
            "journal": "EUR HEART J",
            "issn": "0195-668X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.427,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.951612903225807,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1642,
            "title": "Metabotropic glutamate receptors group I are involved in cochlear neurotransmission.",
            "abstract": null,
            "authors": [
                "Kleinlogel, S",
                "Oestreicher, E",
                "Arnold, T",
                "Ehrenberger, K",
                "Felix, D"
            ],
            "year": 1999,
            "source": "Neuroreport. 1999; 10(9):1879-1882",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081225500018",
            "pubmed": "10501525",
            "doi": "10.1097%2F00001756-199906230-00015",
            "pmc": null,
            "organizations": [
                "1642-14042"
            ],
            "persons": [],
            "imported": null,
            "journal": "NEUROREPORT",
            "issn": "0959-4965",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.682,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.711442786069652,
            "impactfactor_norm_year": 1999,
            "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": 792,
            "title": "Early therapeutic intervention in heart failure",
            "abstract": null,
            "authors": [
                "Klein, W",
                "Dusleag, J"
            ],
            "year": 1992,
            "source": "Acta Med Austriaca. 1992; 19(3):73-76",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JR13100005",
            "pubmed": "1414167",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "ACTA MED AUST",
            "issn": "0303-8173",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.368,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.504672897196262,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 1646,
            "title": "Methods for reduction of perioperative bleeding.",
            "abstract": null,
            "authors": [
                "Gombotz, H",
                "Metzler, H",
                "List, WF"
            ],
            "year": 1998,
            "source": "Br J Anaesth. 1998; 81 Suppl 1:62-66",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000077599600013",
            "pubmed": "10318991",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1646-14044"
            ],
            "persons": [
                "1646-51611-6"
            ],
            "imported": null,
            "journal": "BRIT J ANAESTH",
            "issn": "0007-0912",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.34,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.88,
            "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": true
        },
        {
            "id": 793,
            "title": "Eccrine hidradenitis. Case report and review of the literature",
            "abstract": null,
            "authors": [
                "Okcu, A",
                "Soyer, HP",
                "Kaddu, S",
                "Lackner, H",
                "Aberer, E"
            ],
            "year": 1997,
            "source": "HAUTARZT 1997 48: 743-748.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997YC49500008",
            "pubmed": "9441168",
            "doi": "10.1007%2Fs001050050654",
            "pmc": null,
            "organizations": [
                "793-14047",
                "793-14048"
            ],
            "persons": [
                "793-53442-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": false
        },
        {
            "id": 1648,
            "title": "Microalbuminuria and borderline-increased albumin excretion determined with a centrifugal analyzer and the Albumin Blue 580 fluorescence assay.",
            "abstract": null,
            "authors": [
                "Kessler, MA",
                "Meinitzer, A",
                "Petek, W",
                "Wolfbeis, OS"
            ],
            "year": 1997,
            "source": "Clin Chem. 1997; 43(6 Pt 1):996-1002",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XC89800015",
            "pubmed": "9191552",
            "doi": "10.1093/clinchem/43.6.996",
            "pmc": null,
            "organizations": [
                "1648-14012",
                "1648-14028"
            ],
            "persons": [],
            "imported": null,
            "journal": "CLIN CHEM",
            "issn": "0009-9147",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.703,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.923076923076923,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICAL LABORATORY TECHNOLOGY",
            "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": 1651,
            "title": "Micronodular hyperplasia of type II pneumocytes--a new lung lesion associated with tuberous sclerosis.",
            "abstract": null,
            "authors": [
                "Popper, HH",
                "Juettner-Smolle, FM",
                "Pongratz, MG"
            ],
            "year": 1991,
            "source": "Histopathology. 1991; 18(4):347-354",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FH53400008",
            "pubmed": "2071093",
            "doi": "10.1111/j.1365-2559.1991.tb00856.x",
            "pmc": null,
            "organizations": [
                "1651-14020",
                "1651-14045"
            ],
            "persons": [
                "1651-51615-6"
            ],
            "imported": null,
            "journal": "HISTOPATHOLOGY",
            "issn": "0309-0167",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.829,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.75,
            "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": 1654,
            "title": "Microsporum canis infections in children: results of a new oral antifungal therapy.",
            "abstract": null,
            "authors": [
                "Ginter, G"
            ],
            "year": 1996,
            "source": "Mycoses. 1996; 39(7-8):265-269",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996WA22500003",
            "pubmed": "9009643",
            "doi": "10.1111/j.1439-0507.1996.tb00136.x",
            "pmc": null,
            "organizations": [
                "1654-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "MYCOSES",
            "issn": "0933-7407",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.59,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.466666666666667,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MYCOLOGY",
            "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": 1655,
            "title": "Microvibration as a function of muscle tone studied in microgravity.",
            "abstract": null,
            "authors": [
                "Gallasch, E",
                "Kenner, T",
                "Kozlovskaya, I"
            ],
            "year": 1998,
            "source": "Naturwissenschaften. 1998; 85(1):28-30",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000071806900004",
            "pubmed": "9484708",
            "doi": "10.1007%2Fs001140050446",
            "pmc": null,
            "organizations": [
                "1655-14010"
            ],
            "persons": [
                "1655-51814-2"
            ],
            "imported": null,
            "journal": "NATURWISSENSCHAFTEN",
            "issn": "0028-1042",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.956,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.802469135802469,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 795,
            "title": "[Echocardiographic grading of cor pulmonale in chronic lung diseases].",
            "abstract": null,
            "authors": [
                "Weihs, W",
                "Picha, R",
                "Schuchlenz, H",
                "Harb, S",
                "Anelli-Monti, B",
                "Harnoncourt, K"
            ],
            "year": 1995,
            "source": "Wien Klin Wochenschr. 1995; 107(6):184-7",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QR21700002",
            "pubmed": "7732691",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "795-98517-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": false
        },
        {
            "id": 796,
            "title": "Echo-enhanced Doppler sonography of focal nodular hyperplasia of the liver.",
            "abstract": null,
            "authors": [
                "Uggowitzer, MM",
                "Kugler, C",
                "Mischinger, HJ",
                "Gröll, R",
                "Ruppert-Kohlmayr, A",
                "Preidler, KW",
                "Quehenberger, F"
            ],
            "year": 1999,
            "source": "J Ultrasound Med. 1999; 18(7):445-451",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081036700001",
            "pubmed": "10400046",
            "doi": "10.7863/jum.1999.18.7.445",
            "pmc": null,
            "organizations": [
                "796-14026",
                "796-14045",
                "796-14054",
                "796-14073"
            ],
            "persons": [
                "796-50466-6",
                "796-51595-6"
            ],
            "imported": null,
            "journal": "J ULTRASOUND MED",
            "issn": "0278-4297",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.038,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.777777777777778,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ACOUSTICS",
            "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": 1660,
            "title": "Miliary tuberculosis of the liver as a cause of septic shock with multi-organ failure",
            "abstract": null,
            "authors": [
                "Mandak, M",
                "Kerbl, U",
                "Kleinert, R",
                "Höfler, G",
                "Zeichen, R",
                "Denk, H"
            ],
            "year": 1994,
            "source": "Wien Klin Wochenschr. 1994; 106(4):111-114",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1994MY45800005",
            "pubmed": "8165813",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1660-14020"
            ],
            "persons": [
                "1660-51515-6"
            ],
            "imported": null,
            "journal": "WIEN KLIN WOCHENSCHR",
            "issn": "0043-5325",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.268,
            "impactfactor_year": 1994,
            "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": false
        },
        {
            "id": 1661,
            "title": "Minimal metastatic and minimal residual disease in patients with Ewing tumors",
            "abstract": null,
            "authors": [
                "Zoubek, A",
                "Pfleiderer, C",
                "Ambros, PF",
                "Kronberger, M",
                "Dworzak, MN",
                "Gruber, B",
                "Luegmayer, A",
                "Windhager, R",
                "Fink, FM",
                "Urban, C"
            ],
            "year": 1995,
            "source": "Klin Padiatr. 1995; 207(4):242-247",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RM46300020",
            "pubmed": "7564161",
            "doi": "10.1055/s-2008-1046548",
            "pmc": null,
            "organizations": [
                "1661-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "KLIN PADIAT",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.28,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.309859154929577,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1662,
            "title": "Minimally invasive laser surgery for the treatment of bilateral vocal cord paralysis.",
            "abstract": null,
            "authors": [
                "Bigenzahn, W",
                "Hoefler, H"
            ],
            "year": 1996,
            "source": "Laryngoscope. 1996; 106(6):791-793",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UP80600023",
            "pubmed": "8656970",
            "doi": "10.1097%2F00005537-199606000-00024",
            "pmc": null,
            "organizations": [
                "1662-14042"
            ],
            "persons": [],
            "imported": null,
            "journal": "LARYNGOSCOPE",
            "issn": "0023-852X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.118,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.862068965517241,
            "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": 1665,
            "title": "Mitochondrial encephalomyopathy--two years follow-up by MRI.",
            "abstract": null,
            "authors": [
                "Hausegger, KA",
                "Millner, MM",
                "Ebner, F",
                "Flückiger, F",
                "Justich, E"
            ],
            "year": 1991,
            "source": "Pediatr Radiol. 1991; 21(3):231-233",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1991FF52200022",
            "pubmed": "2047169",
            "doi": "10.1007/BF02011058",
            "pmc": null,
            "organizations": [
                "1665-14048",
                "1665-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "PEDIAT RADIOL",
            "issn": "0301-0449",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.458,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.47887323943662,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 798,
            "title": "Ectopic calcaneal nail.",
            "abstract": null,
            "authors": [
                "Kopera, D",
                "Soyer, HP",
                "Graz, HK"
            ],
            "year": 1996,
            "source": "J Am Acad Dermatol. 1996; 35(3 Pt 1):484-485",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VF21500026",
            "pubmed": "8784295",
            "doi": "10.1016/S0190-9622(96)90636-2",
            "pmc": null,
            "organizations": [
                "798-14047"
            ],
            "persons": [
                "798-51620-6",
                "798-51842-2"
            ],
            "imported": null,
            "journal": "J AMER ACAD DERMATOL",
            "issn": "0190-9622",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.806,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.885714285714286,
            "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": 1667,
            "title": "Modified Electrical Heating-System for Hydride Generation Atomic-Absorption Spectrometry and Elaboration of a Digestion Method for the Determination of Arsenic and Selenium in Biological-Materials",
            "abstract": null,
            "authors": [
                "Mayer, D",
                "Haubenwallner, S",
                "Kosmus, W",
                "Beyer, W"
            ],
            "year": 1992,
            "source": "ANAL CHIM ACTA 1992 268: 315-321.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JT33900015",
            "pubmed": null,
            "doi": "10.1016/0003-2670(92)85227-W",
            "pmc": null,
            "organizations": [
                "1667-14012"
            ],
            "persons": [],
            "imported": null,
            "journal": "ANAL CHIM ACTA",
            "issn": "0003-2670",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.696,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.738461538461539,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CHEMISTRY, ANALYTICAL",
            "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": 2343,
            "title": "Macrohematuria in retrocaval ureter",
            "abstract": null,
            "authors": [
                "Primus, G",
                "Pummer, K"
            ],
            "year": 1991,
            "source": "Urologe A. 1991; 30(5):317-318",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GF58600011",
            "pubmed": "1949441",
            "doi": null,
            "pmc": null,
            "organizations": [
                "2343-14056"
            ],
            "persons": [
                "2343-53053-6"
            ],
            "imported": null,
            "journal": "UROLOGE, AUSG A",
            "issn": "0340-2592",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.36,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.219512195121951,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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
        }
    ]
}