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=1380&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158462,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1400&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=1360&ordering=-imported",
    "results": [
        {
            "id": 403,
            "title": "Carotid artery aneurysm as a rare cause for aspiration pneumonia. A case report.",
            "abstract": null,
            "authors": [
                "Decrinis, M",
                "Aschauer, M",
                "Lafer, M",
                "Stark, G"
            ],
            "year": 1996,
            "source": "Vasa. 1996; 25(4):362-367",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VU14700010",
            "pubmed": "8956552",
            "doi": null,
            "pmc": null,
            "organizations": [
                "403-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "VASA, J VASC DIS",
            "issn": "0301-1526",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.626,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.153846153846154,
            "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": 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": 1734,
            "title": "Primary mucosal melanomas of the nasal cavity and paranasal sinuses. A clinicopathological analysis of 14 cases.",
            "abstract": null,
            "authors": [
                "Regauer, S",
                "Anderhuber, W",
                "Richtig, E",
                "Schachenreiter, J",
                "Ott, A",
                "Beham, A"
            ],
            "year": 1998,
            "source": "APMIS. 1998; 106(3):403-410",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000072763300009",
            "pubmed": "9548430",
            "doi": "10.1111/j.1699-0463.1998.tb01364.x",
            "pmc": null,
            "organizations": [
                "1734-14020",
                "1734-14042",
                "1734-14047"
            ],
            "persons": [
                "1734-51945-2",
                "1734-52274-6"
            ],
            "imported": null,
            "journal": "APMIS",
            "issn": "0903-4641",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.765,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.411764705882353,
            "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": 1694,
            "title": "Morquio disease in a patient diagnosed as having Perthes disease for 38 years.",
            "abstract": null,
            "authors": [
                "Fang-Kircher, SG",
                "Böck, A",
                "Fertschak, W",
                "Schwägerl, W",
                "Paschke, E"
            ],
            "year": 1995,
            "source": "J Inherit Metab Dis. 1995; 18(1):94-95",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1995QU70300024",
            "pubmed": "7623458",
            "doi": "10.1007%2FBF00711389",
            "pmc": null,
            "organizations": [
                "1694-14048"
            ],
            "persons": [],
            "imported": null,
            "journal": "J INHERIT METAB DIS",
            "issn": "0141-8955",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "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": false
        },
        {
            "id": 813,
            "title": "Antihypertensive therapy and modification of metabolic risk factors (glucose and lipid metabolism)",
            "abstract": null,
            "authors": [
                "Klein, W"
            ],
            "year": 1992,
            "source": "Z Kardiol. 1992; 81(6):295-302",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JD92300001",
            "pubmed": "1353932",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "Z KARDIOL",
            "issn": "0300-5860",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.715,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.532258064516129,
            "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": 11703,
            "title": "Fructosamine in relation to maternofetal glucose and insulin homeostasis in gestational diabetes.",
            "abstract": null,
            "authors": [
                "Hofmann, HM"
            ],
            "year": 1990,
            "source": "Arch Gynecol Obstet. 1990; 247(4):173-185",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DQ10100003",
            "pubmed": "2221991",
            "doi": "10.1007/BF02389542",
            "pmc": null,
            "organizations": [
                "11703-14038"
            ],
            "persons": [],
            "imported": null,
            "journal": "ARCH GYNECOL OBSTET",
            "issn": "0932-0067",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.0377358490566038,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1697,
            "title": "Magnetic resonance tomography in myocardial ischemia: state of the art",
            "abstract": null,
            "authors": [
                "Szolar, DH",
                "Saeed, M",
                "Higgins, CB"
            ],
            "year": 1996,
            "source": "Rofo. 1996; 165(3):216-226",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1996VK50600003",
            "pubmed": "8924680",
            "doi": "10.1055/s-2007-1015746",
            "pmc": null,
            "organizations": [
                "1697-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "ROFO, FORTSCHR RONTGENSTRAHL",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.582,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.493670886075949,
            "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": 1698,
            "title": "MRI cerebral white matter lesions and paraoxonase PON1 polymorphisms : three-year follow-up of the austrian stroke prevention study.",
            "abstract": null,
            "authors": [
                "Schmidt, R",
                "Schmidt, H",
                "Fazekas, F",
                "Kapeller, P",
                "Roob, G",
                "Lechner, A",
                "Kostner, GM",
                "Hartung, HP"
            ],
            "year": 2000,
            "source": "Arterioscler Thromb Vasc Biol. 2000; 20(7):1811-1816",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000088169600020",
            "pubmed": "10894822",
            "doi": "10.1161/01.ATV.20.7.1811",
            "pmc": null,
            "organizations": [
                "1698-14013",
                "1698-14051",
                "1698-14108"
            ],
            "persons": [
                "1698-51669-6",
                "1698-51744-6",
                "1698-51912-6"
            ],
            "imported": null,
            "journal": "ARTERIOSCLER THROMB VASC BIOL",
            "issn": "1079-5642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.111,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.933333333333333,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 1700,
            "title": "MRI in tuberculous meningoencephalitis: report of four cases and review of the neuroimaging literature.",
            "abstract": null,
            "authors": [
                "Offenbacher, H",
                "Fazekas, F",
                "Schmidt, R",
                "Kleinert, R",
                "Payer, F",
                "Kleinert, G",
                "Lechner, H"
            ],
            "year": 1991,
            "source": "J Neurol. 1991; 238(6):340-344",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GE56300009",
            "pubmed": "1940987",
            "doi": "10.1007/BF00315335",
            "pmc": null,
            "organizations": [
                "1700-14020",
                "1700-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "J NEUROL",
            "issn": "0340-5354",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.849,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.808,
            "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": 1703,
            "title": "Mucinous biliary cystadenocarcinoma containing gas bubbles secondary to duodenal invasion.",
            "abstract": null,
            "authors": [
                "Stacher, R",
                "Szolar, DH",
                "Bacher, H",
                "Preidler, KW"
            ],
            "year": 1998,
            "source": "Br J Radiol. 1998; 71(846):683-685",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074092100018",
            "pubmed": "9849396",
            "doi": "10.1259/bjr.71.846.9849396",
            "pmc": null,
            "organizations": [
                "1703-14045",
                "1703-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "BRIT J RADIOL",
            "issn": "0007-1285",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.867,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.481012658227848,
            "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": 1704,
            "title": "Mucopolysaccharidosis I and intracranial tumor in a patient with high-pressure hydrocephalus.",
            "abstract": null,
            "authors": [
                "Stöckler, S",
                "Kleinert, R",
                "Ebner, F",
                "Paschke, E"
            ],
            "year": 1993,
            "source": "Pediatr Radiol. 1993; 23(5):353-354",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LX43600005",
            "pubmed": "8233684",
            "doi": "10.1007/BF02011955",
            "pmc": null,
            "organizations": [
                "1704-14020",
                "1704-14048",
                "1704-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": 1705,
            "title": "Multicenter Studies of Ultra-High-Dose-Short-Duration Streptokinase Treatment of Deep-Vein Thrombosis",
            "abstract": null,
            "authors": [
                "Pilger, E",
                "Eriksson, H",
                "Grungreiff, K",
                "Carlsson, A",
                "Talstad, I",
                "Anders, O",
                "Schuchardt, C",
                "Munck, D",
                "Lafer, M"
            ],
            "year": 1996,
            "source": "CURR THER RES 1996 57: 251-267.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UF83900002",
            "pubmed": null,
            "doi": "10.1016/S0011-393X(96)80033-6",
            "pmc": null,
            "organizations": [],
            "persons": [
                "1705-51541-1"
            ],
            "imported": null,
            "journal": "CURR THER RES",
            "issn": "0011-393X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.459,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.333333333333333,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "MEDICINE, RESEARCH & EXPERIMENTAL",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 819,
            "title": "Effect of colchicine on nerve growth factor-induced leukocyte accumulation and thermal hyperalgesia in the rat.",
            "abstract": null,
            "authors": [
                "Schuligoi, R"
            ],
            "year": 1998,
            "source": "Naunyn Schmiedebergs Arch Pharmacol. 1998; 358(2):264-269",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075828100016",
            "pubmed": "9750013",
            "doi": "10.1007/PL00005251",
            "pmc": null,
            "organizations": [
                "819-14022"
            ],
            "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.2,
            "impactfactor_year": 1998,
            "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": 822,
            "title": "Effect of early nutritional deprivation and diet on translocation of bacteria from the gastrointestinal tract in the newborn rat.",
            "abstract": null,
            "authors": [
                "Steinwender, G",
                "Schimpl, G",
                "Sixl, B",
                "Kerbler, S",
                "Ratschek, M",
                "Kilzer, S",
                "Hollwarth, ME",
                "Wenzl, HH"
            ],
            "year": 1996,
            "source": "PEDIAT RES 1996 39: 415-420.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996TX02600007",
            "pubmed": "8929860",
            "doi": "10.1203/00006450-199603000-00007",
            "pmc": null,
            "organizations": [
                "822-14020",
                "822-14023",
                "822-14049"
            ],
            "persons": [
                "822-51528-6"
            ],
            "imported": null,
            "journal": "PEDIAT RES",
            "issn": "0031-3998",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.886,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.971830985915493,
            "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": 1708,
            "title": "Multimodal strategies as prerequisite for organ-salvaging tumor surgery.",
            "abstract": null,
            "authors": [
                "Urban, CE",
                "Benesch, M"
            ],
            "year": 1996,
            "source": "Eur J Pediatr Surg. 1996; 6(3):144-147",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1996UU96200005",
            "pubmed": "8817205",
            "doi": "10.1055/s-2008-1066492",
            "pmc": null,
            "organizations": [
                "1708-14092"
            ],
            "persons": [
                "1708-51369-6",
                "1708-51657-1"
            ],
            "imported": null,
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.326,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.225352112676056,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": true
        },
        {
            "id": 1709,
            "title": "Multinucleate cell angiohistiocytoma: treatment with argon laser.",
            "abstract": null,
            "authors": [
                "Kopera, D",
                "Smolle, J",
                "Kerl, H"
            ],
            "year": 1995,
            "source": "Br J Dermatol. 1995; 133(2):308-310",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995RN74700026",
            "pubmed": "7547405",
            "doi": "10.1111/j.1365-2133.1995.tb02636.x",
            "pmc": null,
            "organizations": [
                "1709-14047"
            ],
            "persons": [
                "1709-51620-6",
                "1709-51842-2",
                "1709-51617-6"
            ],
            "imported": null,
            "journal": "BRIT J DERMATOL",
            "issn": "0007-0963",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.71,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.914285714285714,
            "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": 1710,
            "title": "Multiplex polymerase chain reaction for rapid detection of atypical mycobacteria and Mycobacterium tuberculosis complex.",
            "abstract": null,
            "authors": [
                "Klemen, H",
                "Bogiatzis, A",
                "Ghalibafian, M",
                "Popper, HH"
            ],
            "year": 1998,
            "source": "Diagn Mol Pathol. 1998; 7(6):310-316",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000079550000004",
            "pubmed": "10207669",
            "doi": "10.1097%2F00019606-199812000-00004",
            "pmc": null,
            "organizations": [
                "1710-14020",
                "1710-14023",
                "1710-14045"
            ],
            "persons": [
                "1710-51981-1",
                "1710-51523-4"
            ],
            "imported": null,
            "journal": "DIAGN MOL PATHOL",
            "issn": "1052-9551",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.899,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.794117647058823,
            "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": 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": 1711,
            "title": "Multivariate karyometric approach in differential diagnosis of follicular thyroid neoplasms. A study of 31 cases.",
            "abstract": null,
            "authors": [
                "Tsybrovskyy, O",
                "Vassilenko, I",
                "Mannweiler, S",
                "Klimpfinger, M"
            ],
            "year": 1998,
            "source": "Virchows Arch. 1998; 433(2):135-143",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000075402800005",
            "pubmed": "9737791",
            "doi": "10.1007%2Fs004280050228",
            "pmc": null,
            "organizations": [
                "1711-14020"
            ],
            "persons": [
                "1711-50588-2",
                "1711-51931-6"
            ],
            "imported": null,
            "journal": "VIRCHOWS ARCHIV",
            "issn": "0945-6317",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.867,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.779411764705882,
            "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": 407,
            "title": "CDKN2a/p16INK4a mutations and lack of p19ARF involvement in familial melanoma kindreds.",
            "abstract": null,
            "authors": [
                "Fargnoli, MC",
                "Chimenti, S",
                "Keller, G",
                "Soyer, HP",
                "Dal Pozzo, V",
                "Höfler, H",
                "Peris, K"
            ],
            "year": 1998,
            "source": "J Invest Dermatol. 1998; 111(6):1202-1206",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000077381000046",
            "pubmed": "9856841",
            "doi": "10.1046/j.1523-1747.1998.00412.x",
            "pmc": null,
            "organizations": [
                "407-14047"
            ],
            "persons": [],
            "imported": null,
            "journal": "J INVEST DERMATOL",
            "issn": "0022-202X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.822,
            "impactfactor_year": 1998,
            "impactfactor_norm": 1.0,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "DERMATOLOGY, VENERAL DISEASES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 825,
            "title": "Effect of heparin-induced extracorporeal low-density lipoprotein precipitation and bezafibrate on hemorheology and clinical symptoms in cerebral multiinfarct disease.",
            "abstract": null,
            "authors": [
                "Walzl, M"
            ],
            "year": 1993,
            "source": "Haemostasis. 1993; 23(4):192-202",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993ML40700002",
            "pubmed": "8314169",
            "doi": "10.1159/000216875",
            "pmc": null,
            "organizations": [
                "825-14051"
            ],
            "persons": [],
            "imported": null,
            "journal": "HAEMOSTASIS",
            "issn": "0301-0147",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.918,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.559322033898305,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2433,
            "title": "Stimulation of Soluble Guanylate-Cyclase by Endothelium-Derived Relaxing Factor Is Antagonized by Oxidized Low-Density-Lipoprotein",
            "abstract": null,
            "authors": [
                "Schmidt, K",
                "Graier, WF",
                "Kostner, GM",
                "Mayer, B",
                "Bohme, E",
                "Kukovetz, WR"
            ],
            "year": 1991,
            "source": "J CARDIOVASC PHARMACOL 1991 17: S83-S88.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FW98400015",
            "pubmed": null,
            "doi": "10.1097/00005344-199117003-00015",
            "pmc": null,
            "organizations": [
                "2433-14013"
            ],
            "persons": [
                "2433-51669-6",
                "2433-51860-6"
            ],
            "imported": null,
            "journal": "J CARDIOVASC PHARMACOL",
            "issn": "0160-2446",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.68,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.725806451612903,
            "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
        }
    ]
}