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=155060&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157146,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155080&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155040&ordering=imported",
    "results": [
        {
            "id": 5349,
            "title": "Constipation and intestinal neuronal dysplasia type B: a clinical follow-up study.",
            "abstract": null,
            "authors": [
                "Schimpl, G",
                "Uray, E",
                "Ratschek, M",
                "Höllwarth, ME"
            ],
            "year": 2004,
            "source": "J PEDIAT GASTROENTEROL NUTR 2004 38: 308-311.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220589600014",
            "pubmed": "15076632",
            "doi": "10.1097%2F00005176-200403000-00015",
            "pmc": null,
            "organizations": [
                "5349-14020",
                "5349-14049"
            ],
            "persons": [],
            "imported": null,
            "journal": "J PEDIAT GASTROENTEROL NUTR",
            "issn": "0277-2116",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.764,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.828571428571429,
            "impactfactor_norm_year": 2004,
            "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": 5347,
            "title": "Driving in Parkinson's disease - a health hazard?",
            "abstract": null,
            "authors": [
                "Homann, CN",
                "Suppan, K",
                "Homann, B",
                "Crevenna, R",
                "Ivanic, G",
                "Ruzicka, E"
            ],
            "year": 2003,
            "source": "J Neurol. 2003; 250(12):1439-1446",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220542700006",
            "pubmed": "14673576",
            "doi": "10.1007/s00415-003-0239-5",
            "pmc": null,
            "organizations": [],
            "persons": [
                "5347-51959-2"
            ],
            "imported": null,
            "journal": "J NEUROL",
            "issn": "0340-5354",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.778,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.822222222222222,
            "impactfactor_norm_year": 2003,
            "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": 5345,
            "title": "Dermoscopy features of pigmented squamous cell carcinoma: a case report.",
            "abstract": null,
            "authors": [
                "Zalaudek, I",
                "Citarella, L",
                "Soyer, HP",
                "Hofmann-Wellenhof, R",
                "Argenziano, G"
            ],
            "year": 2004,
            "source": "Dermatol Surg. 2004; 30(4 Pt 1):539-540",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220523000013",
            "pubmed": "15056146",
            "doi": "10.1111/j.1524-4725.2004.30172.x",
            "pmc": null,
            "organizations": [
                "5345-14047"
            ],
            "persons": [
                "5345-50151-1",
                "5345-51711-4"
            ],
            "imported": null,
            "journal": "DERMATOL SURG",
            "issn": "1076-0512",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.137,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.894736842105263,
            "impactfactor_norm_year": 2004,
            "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": 7885,
            "title": "DERIVATIZATION OF AMINO-ACIDS TO THEIR N(O,S)-ACYL ALKYL ESTERS FOR GAS-LIQUID-CHROMATOGRAPHIC DETERMINATION",
            "abstract": null,
            "authors": [
                "GAMERITH, G"
            ],
            "year": 1983,
            "source": "J CHROMATOGR 1983 256: 326-330.",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1983QD92100014",
            "pubmed": null,
            "doi": "10.1016/S0021-9673(01)88245-5",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "J CHROMATOGR",
            "issn": "0021-9673",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.523,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.876923076923077,
            "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": 7886,
            "title": "Immune complexes in breast cancer",
            "abstract": null,
            "authors": [
                "Beaufort, F",
                "Auner, H"
            ],
            "year": 1983,
            "source": "Wien Med Wochenschr. 1983; 133(3):55-58",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:A1983QE09600001",
            "pubmed": "6342277",
            "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": 5334,
            "title": "The best TcpO(2) parameters to predict the efficacy of spinal cord stimulation to improve limb salvage in patients with inoperable critical leg ischemia.",
            "abstract": null,
            "authors": [
                "Ubbink, DT",
                "Gersbach, PA",
                "Berg, P",
                "Amann, W",
                "Gamain, J"
            ],
            "year": 2003,
            "source": "Int Angiol. 2003; 22(4):356-363",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220430000005",
            "pubmed": "15153819",
            "doi": null,
            "pmc": null,
            "organizations": [
                "5334-14074"
            ],
            "persons": [],
            "imported": null,
            "journal": "INT ANGIOL",
            "issn": "0392-9590",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.878,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.25,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5333,
            "title": "Giant hamartoma of the retro- and parapharyngeal region. Case report and review of literature.",
            "abstract": null,
            "authors": [
                "Alborno, T",
                "Hofmann, T",
                "Beham, A",
                "Stammberger, H"
            ],
            "year": 2004,
            "source": "Int J Pediatr Otorhinolaryngol. 2004; 68(4):511-515",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000220424300019",
            "pubmed": "15013622",
            "doi": "10.1016/j.ijporl.2003.11.020",
            "pmc": null,
            "organizations": [
                "5333-14020",
                "5333-14042"
            ],
            "persons": [
                "5333-51747-6"
            ],
            "imported": null,
            "journal": "INT J PED OTORHINOLARYNGOL",
            "issn": "0165-5876",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.655,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.310344827586207,
            "impactfactor_norm_year": 2004,
            "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": 7888,
            "title": "Results of postoperative treatment of ileus in infants and children by means of gastrocecal tube splinting of the intestine.",
            "abstract": null,
            "authors": [
                "Sauer, H",
                "Menardi, G"
            ],
            "year": 1983,
            "source": "Surg Gynecol Obstet. 1983; 156(3):341-344",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QE79800013",
            "pubmed": "6828980",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "SURG GYNECOL OBSTET",
            "issn": "0039-6087",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.302,
            "impactfactor_year": 1994,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5328,
            "title": "Magnetic resonance urography: a new gold standard for the evaluation of solitary kidneys and renal buds?",
            "abstract": null,
            "authors": [
                "Riccabona, M",
                "Riccabona, M",
                "Koen, M",
                "Beckers, G",
                "Schindler, M",
                "Heinisch, M",
                "Maier, C",
                "Langsteger, W",
                "Lusuardi, L"
            ],
            "year": 2004,
            "source": "J Urol. 2004; 171(4):1642-1646",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220361200081",
            "pubmed": "15017255",
            "doi": "10.1097/01.ju.0000118480.04204.35",
            "pmc": null,
            "organizations": [
                "5328-14106"
            ],
            "persons": [
                "5328-51373-2"
            ],
            "imported": null,
            "journal": "J UROL",
            "issn": "0022-5347",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.713,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.903846153846154,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 7890,
            "title": "Systemic arterial collateral vessels as a cause of pulmonary hypertension in an infant with transposition of the great arteries",
            "abstract": null,
            "authors": [
                "Beitzke, A",
                "Justich, E",
                "Suppan, C"
            ],
            "year": 1983,
            "source": "Herz. 1983; 8(1):55-62",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QF59700007",
            "pubmed": "6832693",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "HERZ",
            "issn": "0340-9937",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.7,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.451612903225806,
            "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": 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": 5325,
            "title": "The differential diagnosis of exophthalmos",
            "abstract": null,
            "authors": [
                "Langmann, A",
                "Lindner, S"
            ],
            "year": 2004,
            "source": "Ophthalmologe. 2004; 101(2):190-192",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220262900014",
            "pubmed": "14991318",
            "doi": "10.1007/s00347-003-0889-9",
            "pmc": null,
            "organizations": [
                "5325-14043"
            ],
            "persons": [],
            "imported": null,
            "journal": "OPHTHALMOLOGE",
            "issn": "0941-293X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.466,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 7891,
            "title": "Hemorrhagic complications of L-asparaginase therapy.",
            "abstract": null,
            "authors": [
                "Muntean, W"
            ],
            "year": 1983,
            "source": "J Pediatr. 1983; 102(3):483-484",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1983QF66500040",
            "pubmed": "6572244",
            "doi": "10.1016/S0022-3476(83)80685-4",
            "pmc": null,
            "organizations": [],
            "persons": [
                "7891-51651-2"
            ],
            "imported": null,
            "journal": "J PEDIAT",
            "issn": "0022-3476",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.609,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.957746478873239,
            "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": 5321,
            "title": "Association of diabetes mellitus and glycemic control strategies with clinical outcomes after acute coronary syndromes.",
            "abstract": null,
            "authors": [
                "McGuire, DK",
                "Newby, LK",
                "Bhapkar, MV",
                "Moliterno, DJ",
                "Hochman, JS",
                "Klein, WW",
                "Weaver, WD",
                "Pfisterer, M",
                "Corbalán, R",
                "Dellborg, M",
                "Granger, CB",
                "Van De Werf, F",
                "Topol, EJ",
                "Califf, RM",
                "SYMPHONY and 2nd SYMPHONY Investigators"
            ],
            "year": 2004,
            "source": "Am Heart J. 2004; 147(2):246-252",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220253900014",
            "pubmed": "14760321",
            "doi": "10.1016/j.ahj.2003.07.024",
            "pmc": null,
            "organizations": [
                "5321-14083"
            ],
            "persons": [],
            "imported": null,
            "journal": "AMER HEART J",
            "issn": "0002-8703",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.681,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.901408450704225,
            "impactfactor_norm_year": 2004,
            "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": 7893,
            "title": "Effects of capsaicin on inflammation and on the substance P content of nervous tissues in rats with adjuvant arthritis.",
            "abstract": null,
            "authors": [
                "Colpaert, FC",
                "Donnerer, J",
                "Lembeck, F"
            ],
            "year": 1983,
            "source": "Life Sci. 1983; 32(16):1827-1834",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QH02200005",
            "pubmed": "6188016",
            "doi": "10.1016/0024-3205(83)90060-7",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "LIFE SCI",
            "issn": "0024-3205",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.5,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.803370786516854,
            "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": 7895,
            "title": "Primary breast tuberculosis",
            "abstract": null,
            "authors": [
                "Schneider, GH",
                "Steiner, H"
            ],
            "year": 1983,
            "source": "Rofo. 1983; 138(3):365-366",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QH41000019",
            "pubmed": "6403433",
            "doi": "10.1055/s-2008-1055741",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NUKL",
            "issn": "0340-1618",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5313,
            "title": "Distinct sequences on 11q13.5 and 11q23-24 are frequently coamplified with MLL in complexly organized 11q amplicons in AML/MDS patients.",
            "abstract": null,
            "authors": [
                "Zatkova, A",
                "Ullmann, R",
                "Rouillard, JM",
                "Lamb, BJ",
                "Kuick, R",
                "Hanash, SM",
                "Schnittger, S",
                "Schoch, C",
                "Fonatsch, C",
                "Wimmer, K"
            ],
            "year": 2004,
            "source": "Genes Chromosomes Cancer. 2004; 39(4):263-276",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000220057900001",
            "pubmed": "14978788",
            "doi": "10.1002/gcc.20002",
            "pmc": null,
            "organizations": [
                "5313-14020"
            ],
            "persons": [],
            "imported": null,
            "journal": "GENE CHROMOSOME CANCER",
            "issn": "1045-2257",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 4.276,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.825,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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": 5312,
            "title": "Vulvar lichen sclerosus. The importance of early clinical and histological diagnosis",
            "abstract": null,
            "authors": [
                "Regauer, S",
                "Liegl, B",
                "Reich, O",
                "Pickel, H",
                "Beham-Schmid, C"
            ],
            "year": 2004,
            "source": "Hautarzt. 2004; 55(2):158-164",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000220057500005",
            "pubmed": "14968326",
            "doi": "10.1007/s00105-003-0645-8",
            "pmc": null,
            "organizations": [
                "5312-14020",
                "5312-14038"
            ],
            "persons": [
                "5312-50546-6",
                "5312-51945-2",
                "5312-51918-6"
            ],
            "imported": null,
            "journal": "HAUTARZT",
            "issn": "0017-8470",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.461,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.157894736842105,
            "impactfactor_norm_year": 2004,
            "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": 7896,
            "title": "Relation between multiple infarcts and vascular (multi-infarct) dementia",
            "abstract": null,
            "authors": [
                "Ladurner, G",
                "Jeindl, E",
                "Schneider, G"
            ],
            "year": 1983,
            "source": "Fortschr Neurol Psychiatr. 1983; 51(3):124-127",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QH58800002",
            "pubmed": "6852762",
            "doi": "10.1055/s-2007-1002221",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR NEUROL PSYCHIAT",
            "issn": "0720-4299",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.617,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.208,
            "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": 7901,
            "title": "Immunohistochemical investigations in malignant lymphomas and pseudolymphomas of the skin",
            "abstract": null,
            "authors": [
                "Rauch, HJ"
            ],
            "year": 1983,
            "source": "Dermatologica. 1983; 166(3):122-127",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1983QJ82900003",
            "pubmed": "6343145",
            "doi": "10.1159/000249853",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "DERMATOLOGICA",
            "issn": "0011-9075",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5306,
            "title": "The role of the A54T polymorphism of the intestinal fatty acid binding protein for lipid levels, insulin sensitivity and carotid atherosclerosis.",
            "abstract": null,
            "authors": [
                "Renner, W",
                "Pressl, H",
                "Wascher, TC",
                "Paulweber, B",
                "Malaimare, L",
                "Iglseder, B"
            ],
            "year": 2004,
            "source": "Atherosclerosis. 2004; 173(1):137-139",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000220009000016",
            "pubmed": "15177133",
            "doi": "10.1016/j.atherosclerosis.2003.11.018",
            "pmc": null,
            "organizations": [
                "5306-14028"
            ],
            "persons": [
                "5306-50910-1"
            ],
            "imported": null,
            "journal": "ATHEROSCLEROSIS",
            "issn": "0021-9150",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.796,
            "impactfactor_year": 2004,
            "impactfactor_norm": 0.823529411764706,
            "impactfactor_norm_year": 2004,
            "impactfactor_norm_category": "PERIPHERAL VASCULAR DISEASE",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}