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=151380&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156968,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151400&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=151360&ordering=imported",
    "results": [
        {
            "id": 1618,
            "title": "Mechanism of modulation of single sodium channels from skeletal muscle by the beta 1-subunit from rat brain.",
            "abstract": null,
            "authors": [
                "Schreibmayer, W",
                "Wallner, M",
                "Lotan, I"
            ],
            "year": 1994,
            "source": "Pflugers Arch. 1994; 426(3-4):360-362",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1994MX01400028",
            "pubmed": "8183650",
            "doi": "10.1007/BF00374796",
            "pmc": null,
            "organizations": [
                "1618-14011"
            ],
            "persons": [],
            "imported": null,
            "journal": "PFLUGERS ARCH, EUR J PHYSIOL",
            "issn": "0031-6768",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.921,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.805970149253731,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PHYSIOLOGY",
            "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": 5884,
            "title": "Primary cutaneous lymphomas?",
            "abstract": null,
            "authors": [
                "Cerroni, L"
            ],
            "year": 1999,
            "source": "Am J Dermatopathol. 1999; 21(6):578-579",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000084143100015",
            "pubmed": "10608255",
            "doi": "10.1097%2F0000037http://dx.doi.org/10.1097%2F00000372-199912000-00015",
            "pmc": null,
            "organizations": [
                "5884-14047"
            ],
            "persons": [
                "5884-51751-2"
            ],
            "imported": null,
            "journal": "AM J DERMATOPATH    ",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.135,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.638888888888889,
            "impactfactor_norm_year": 1999,
            "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": 8109,
            "title": "Significance of the echocardiogram in patients with ischemic insults",
            "abstract": null,
            "authors": [
                "Bone, G",
                "Zenker, G",
                "Ladurner, G"
            ],
            "year": 1984,
            "source": "Nervenarzt. 1984; 55(12):640-643",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984AEM7200004",
            "pubmed": "6521804",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.350649350649351,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 1615,
            "title": "Mechanical support of the left ventricle in ischemia induced left ventricular failure: an experimental study.",
            "abstract": null,
            "authors": [
                "Zobel, G",
                "Dacar, D",
                "Kuttnig, M",
                "Rödl, S",
                "Rigler, B"
            ],
            "year": 1992,
            "source": "INT J ARTIF ORGANS 1992 15: 114-119.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HH50900010",
            "pubmed": "1555875",
            "doi": "10.1177/039139889201500210",
            "pmc": null,
            "organizations": [
                "1615-14045",
                "1615-14048"
            ],
            "persons": [
                "1615-51709-6"
            ],
            "imported": null,
            "journal": "INT J ARTIF ORGANS",
            "issn": "0391-3988",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.743,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.711111111111111,
            "impactfactor_norm_year": 1998,
            "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": 8110,
            "title": "Inhibition of compound 48/80--induced vascular protein leakage by pretreatment with capsaicin and a substance P antagonist.",
            "abstract": null,
            "authors": [
                "Saria, A",
                "Hua, X",
                "Skofitsch, G",
                "Lundberg, JM"
            ],
            "year": 1984,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1984; 328(1):9-15",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984AER9800002",
            "pubmed": "6083460",
            "doi": "10.1007/BF00496097",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "NAUNYN-SCHMIED ARCH PHARMACOL",
            "issn": "0028-1298",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.813,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.831460674157303,
            "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": 1613,
            "title": "Peak flow measurement from the pediatric viewpoint",
            "abstract": null,
            "authors": [
                "Gruber, W",
                "Eber, E",
                "Zach, M"
            ],
            "year": 1997,
            "source": "KLIN PADIAT 1997 209: 11-17.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WE35100003",
            "pubmed": "9121071",
            "doi": "10.1055/s-2008-1043920",
            "pmc": null,
            "organizations": [
                "1613-14048"
            ],
            "persons": [
                "1613-51713-6"
            ],
            "imported": null,
            "journal": "KLIN PADIAT",
            "issn": "0300-8630",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.307,
            "impactfactor_year": 1997,
            "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": 8113,
            "title": "Treatment results after a single local application of 500 mg of clotrimazole in vaginal mycoses during pregnancy",
            "abstract": null,
            "authors": [
                "Burmucic, R",
                "Kowatsch, A"
            ],
            "year": 1984,
            "source": "Wien Med Wochenschr. 1984; 134(1):15-18",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984RZ26300004",
            "pubmed": "6719930",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "WIEN MED WOCHENSCHR",
            "issn": "0043-5341",
            "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": 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": 1611,
            "title": "Measurements of cortical thickness in experimentally created endosteal bone lesions: a comparison of radiography, CT, MR imaging, and anatomic sections.",
            "abstract": null,
            "authors": [
                "Preidler, KW",
                "Brossmann, J",
                "Daenen, B",
                "Pedowitz, R",
                "De Maeseneer, M",
                "Trudell, D",
                "Resnick, D"
            ],
            "year": 1997,
            "source": "AJR Am J Roentgenol. 1997; 168(6):1501-1505",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XA55300021",
            "pubmed": "9168714",
            "doi": "10.2214/ajr.168.6.9168714",
            "pmc": null,
            "organizations": [
                "1611-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "AMER J ROENTGENOL",
            "issn": "0361-803X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.332,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.835443037974684,
            "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": 8116,
            "title": "THE INTERMEDIATE FILAMENT CYTOSKELETON IN NEOPLASTIC AND NON-NEOPLASTIC LIVER DISORDERS",
            "abstract": null,
            "authors": [
                "DENK, H"
            ],
            "year": 1984,
            "source": "J SUBMICROSC CYTOL PATHOL 1984 16: 141-145.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984SA71100056",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "8116-51515-2"
            ],
            "imported": null,
            "journal": "J SUBMICROSC CYTOL PATHOL",
            "issn": "1122-9497",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.717,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.323529411764706,
            "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": 1608,
            "title": "Measurement imprecision in vertebral morphometry of spinal radiographs obtained in the European Prospective Osteoporosis Study: consequences for the identification of prevalent and incident deformities.",
            "abstract": null,
            "authors": [
                "Weber, K",
                "Lunt, M",
                "Gowin, W",
                "Lauermann, T",
                "Armbrecht, G",
                "Wieland, E",
                "Leb, G",
                "O'Neill, T",
                "Felsenberg, D",
                "Reeve, J"
            ],
            "year": 1999,
            "source": "Br J Radiol. 1999; 72(862):957-966",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000083148200007",
            "pubmed": "10673947",
            "doi": "10.1259/bjr.72.862.10673947",
            "pmc": null,
            "organizations": [],
            "persons": [
                "1608-51874-1",
                "1608-52443-6"
            ],
            "imported": null,
            "journal": "BRIT J RADIOL",
            "issn": "0007-1285",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.067,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.474358974358974,
            "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": 1607,
            "title": "Matrix metalloproteinases MMP-9 and MMP-7 are expressed in experimental autoimmune neuritis and the Guillain-Barré syndrome.",
            "abstract": null,
            "authors": [
                "Kieseier, BC",
                "Clements, JM",
                "Pischel, HB",
                "Wells, GM",
                "Miller, K",
                "Gearing, AJ",
                "Hartung, HP"
            ],
            "year": 1998,
            "source": "Ann Neurol. 1998; 43(4):427-434",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000072954400003",
            "pubmed": "9546322",
            "doi": "10.1002/ana.410430404",
            "pmc": null,
            "organizations": [
                "1607-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "ANN NEUROL",
            "issn": "0364-5134",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 9.455,
            "impactfactor_year": 1998,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 1605,
            "title": "Matrix metalloproteinases exhibit different expression patterns in inflammatory demyelinating diseases of the central and peripheral nervous system.",
            "abstract": null,
            "authors": [
                "Kieseier, BC",
                "Clements, JM",
                "Gearing, AJ",
                "Hartung, HP"
            ],
            "year": 1999,
            "source": "Ann N Y Acad Sci. 1999; 878(7):567-570",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000081587000060",
            "pubmed": "10415775",
            "doi": "10.1111/j.1749-6632.1999.tb07729.x",
            "pmc": null,
            "organizations": [
                "1605-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "ANN N Y ACAD SCI",
            "issn": "0077-8923",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.964,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.788461538461538,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "MULTIDISCIPLINARY SCIENCES",
            "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": 1604,
            "title": "Matrix metalloproteinases. Potential targets for new treatments in inflammatory demyelinating diseases of the nervous system",
            "abstract": null,
            "authors": [
                "Kieseier, BC",
                "Seifert, T",
                "Hartung, HP"
            ],
            "year": 1999,
            "source": "NERVENARZT 1999 70: 509-516.",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000080910500005",
            "pubmed": "10412695",
            "doi": "10.1007/s001150050473",
            "pmc": null,
            "organizations": [
                "1604-14051"
            ],
            "persons": [
                "1604-53287-6"
            ],
            "imported": null,
            "journal": "NERVENARZT",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.684,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.2875,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "PSYCHIATRY",
            "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": 1602,
            "title": "Maternal selenium status in Slovenia and its impact on the selenium concentration of umbilical cord serum and colostrum.",
            "abstract": null,
            "authors": [
                "Micetic-Turk, D",
                "Rossipal, E",
                "Krachler, M",
                "Li, F"
            ],
            "year": 2000,
            "source": "Eur J Clin Nutr. 2000; 54(6):522-524",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000087611400012",
            "pubmed": "10878656",
            "doi": "10.1038/sj.ejcn.1601050",
            "pmc": null,
            "organizations": [
                "1602-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "EUR J CLIN NUTR",
            "issn": "0954-3007",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.171,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.803921568627451,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "NUTRITION & DIETETICS",
            "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": 1601,
            "title": "Maternal perceptions of labor with fetal monitoring by pulse oximetry in a research setting.",
            "abstract": null,
            "authors": [
                "Arikan, GM",
                "Haeusler, MC",
                "Deutsch, MT",
                "Greimel, ER",
                "Dorfer, M"
            ],
            "year": 1998,
            "source": "Birth. 1998; 25(3):182-189",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075727200005",
            "pubmed": "9767221",
            "doi": "10.1046/j.1523-536X.1998.00182.x",
            "pmc": null,
            "organizations": [
                "1601-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "BIRTH, ISS PERINAT CARE",
            "issn": "0730-7659",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.164,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.774647887323944,
            "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": 1599,
            "title": "Massive liver haemorrhage and rupture caused by HELLP-syndrome treated by collagen fleeces coated with fibrin glue.",
            "abstract": null,
            "authors": [
                "Cerwenka, H",
                "Bacher, H",
                "Werkgartner, G",
                "El-Shabrawi, A",
                "Mischinger, HJ"
            ],
            "year": 1998,
            "source": "Eur J Surg. 1998; 164(9):709-711",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075352400011",
            "pubmed": "9728792",
            "doi": "10.1080/110241598750005615",
            "pmc": null,
            "organizations": [
                "1599-14073"
            ],
            "persons": [
                "1599-51595-6",
                "1599-51760-2",
                "1599-51926-6"
            ],
            "imported": null,
            "journal": "EUR J SURG",
            "issn": "1102-4151",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.795,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.5390625,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1598,
            "title": "Massive injury to the heart after attempted active compression-decompression cardiopulmonary resuscitation.",
            "abstract": null,
            "authors": [
                "Klintschar, M",
                "Darok, M",
                "Radner, H"
            ],
            "year": 1998,
            "source": "Int J Legal Med. 1998; 111(2):93-96",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000072320500009",
            "pubmed": "9541859",
            "doi": "10.1007/s004140050123",
            "pmc": null,
            "organizations": [
                "1598-14019",
                "1598-14020"
            ],
            "persons": [
                "1598-51952-6"
            ],
            "imported": null,
            "journal": "INT J LEGAL MED",
            "issn": "0937-9827",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.812,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.764705882352941,
            "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": 1597,
            "title": "Markers in cutaneous lupus erythematosus indicating systemic involvement. A multicenter study on 296 patients.",
            "abstract": null,
            "authors": [
                "Tebbe, B",
                "Mansmann, U",
                "Wollina, U",
                "Auer-Grumbach, P",
                "Licht-Mbalyohere, A",
                "Arensmeier, M",
                "Orfanos, CE"
            ],
            "year": 1997,
            "source": "Acta Derm Venereol. 1997; 77(4):305-308",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XG21000013",
            "pubmed": "9228225",
            "doi": null,
            "pmc": null,
            "organizations": [
                "1597-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "ACTA DERMATO, VENEREOL",
            "issn": "0001-5555",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.091,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.742857142857143,
            "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": 5887,
            "title": "Emh in Pilomatricomas - Reply",
            "abstract": null,
            "authors": [
                "Kaddu, S",
                "Soyer, HP",
                "Kerl, H",
                "Behamschmid, C"
            ],
            "year": 1996,
            "source": "AM J DERMATOPATH     1996 18: 219-219.",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1996UH67200020",
            "pubmed": null,
            "doi": "10.1097/00000372-199604000-00020",
            "pmc": null,
            "organizations": [
                "5887-14020",
                "5887-14047"
            ],
            "persons": [
                "5887-51620-6",
                "5887-53442-2"
            ],
            "imported": null,
            "journal": "AM J DERMATOPATH    ",
            "issn": "0193-1091",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.823,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.6,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": 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": 1595,
            "title": "Mapping of antigenic determinants of purified, lipid-free human serum amyloid A proteins.",
            "abstract": null,
            "authors": [
                "Malle, E",
                "Herz, R",
                "Artl, A",
                "Ibovnik, A",
                "Andreae, F",
                "Sattler, W"
            ],
            "year": 1998,
            "source": "Scand J Immunol. 1998; 48(5):557-561",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000076942200017",
            "pubmed": "9822267",
            "doi": "10.1046%2Fj.1365-3083.1998.00439.x",
            "pmc": null,
            "organizations": [
                "1595-14013"
            ],
            "persons": [
                "1595-51705-6",
                "1595-51833-2"
            ],
            "imported": null,
            "journal": "SCAND J IMMUNOL",
            "issn": "0300-9475",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.781,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.541666666666667,
            "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
        }
    ]
}