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=155560&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 155764,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155580&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155540&ordering=-imported",
    "results": [
        {
            "id": 20813,
            "title": "Occult solitary submucosal jejunal metastasis from esophageal carcinoma.",
            "abstract": null,
            "authors": [
                "Lindenmann, J",
                "Gollowitsch, F",
                "Matzi, V",
                "Porubsky, C",
                "Maier, A",
                "Smolle-Juettner, FM"
            ],
            "year": 2005,
            "source": "World J Surg Oncol. 2005; 3(3): 44-44. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "16022736",
            "doi": "10.1186/1477-7819-3-44",
            "pmc": "PMC1182400",
            "organizations": [
                "20813-14077"
            ],
            "persons": [
                "20813-50143-6",
                "20813-50145-2",
                "20813-50477-6",
                "20813-51935-6",
                "20813-51615-6"
            ],
            "imported": "2006-07-14T02:00:00+02:00",
            "journal": "World J Surg Oncol",
            "issn": "1477-7819",
            "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": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 5876,
            "title": "IgE response to penicillin.",
            "abstract": null,
            "authors": [
                "Geyer, E",
                "Derhaschnig, J",
                "Aberer, W"
            ],
            "year": 1997,
            "source": "Allergy. 1997; 52(6):671-671",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:A1997XF78300013",
            "pubmed": "9226064",
            "doi": "10.1111/j.1398-9995.1997.tb01049.x",
            "pmc": null,
            "organizations": [
                "5876-14047"
            ],
            "persons": [
                "5876-51346-6"
            ],
            "imported": "2006-07-13T10:54:46+02:00",
            "journal": "ALLERGY             ",
            "issn": "0105-4538",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.015,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.823529411764706,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ALLERGY",
            "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": 20792,
            "title": "German nursing students' knowledge of and attitudes to HIV and AIDS: two decades after the first AIDS cases.",
            "abstract": null,
            "authors": [
                "Lohrmann, C",
                "Välimäki, M",
                "Suominen, T",
                "Muinonen, U",
                "Dassen, T",
                "Peate, I"
            ],
            "year": 2000,
            "source": "J Adv Nurs. 2000; 31(3):696-703",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000085738500042",
            "pubmed": "10718890",
            "doi": "10.1046/j.1365-2648.2000.01326.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "J Adv Nurs",
            "issn": "0309-2402",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.769,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.744186046511628,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "NURSING",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 20799,
            "title": "The MHC2TA -168A>G gene polymorphism is not associated with rheumatoid arthritis in Austrian patients.",
            "abstract": null,
            "authors": [
                "Yazdani-Biuki, B",
                "Brickmann, K",
                "Wohlfahrt, K",
                "Mueller, T",
                "März, W",
                "Renner, W",
                "Gutjahr, M",
                "Langsenlehner, U",
                "Krippl, P",
                "Wascher, TC",
                "Paulweber, B",
                "Graninger, W",
                "Brezinschek, HP"
            ],
            "year": 2006,
            "source": "Arthritis Res Ther. 2006; 8(4):R97-R97",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000240985200023",
            "pubmed": "16776848",
            "doi": "10.1186/ar1974",
            "pmc": "PMC1779415",
            "organizations": [
                "20799-14085",
                "20799-14086"
            ],
            "persons": [
                "20799-51807-4",
                "20799-50910-6",
                "20799-51045-6"
            ],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Arthritis Res Ther",
            "issn": "1478-6362",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.801,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.681818181818182,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "RHEUMATOLOGY",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 20793,
            "title": "Nursing care dependence in the hospital. A descriptive study",
            "abstract": null,
            "authors": [
                "Mertens, E",
                "Tannen, A",
                "Lohrmann, C",
                "Dassen, T"
            ],
            "year": 2002,
            "source": "Pflege. 2002; 15(5): 195-201. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "12465365",
            "doi": "10.1024/1012-5302.15.5.195",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Pflege",
            "issn": "1012-5302",
            "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": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 20795,
            "title": "Care dependency in nursing homes--a psychometric study].",
            "abstract": null,
            "authors": [
                "Lohrmann, C",
                "Balzer, K",
                "Dijkstra, A",
                "Dassen, T"
            ],
            "year": 2003,
            "source": "Z Gerontol Geriatr. 2003; 36(4):255-259",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000185023500002",
            "pubmed": "12937929",
            "doi": "10.1007/s00391-003-0094-0",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Z Gerontol Geriatr",
            "issn": "0948-6704",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.629,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.391304347826087,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "GERONTOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 20798,
            "title": "The serotonin transporter gene polymorphism is not associated with smoking behavior.",
            "abstract": null,
            "authors": [
                "Trummer, O",
                "Köppel, H",
                "Wascher, TC",
                "Grünbacher, G",
                "Gutjahr, M",
                "Stanger, O",
                "Ramschak-Schwarzer, S",
                "Boehm, BO",
                "Winkelmann, BR",
                "März, W",
                "Renner, W"
            ],
            "year": 2006,
            "source": "Pharmacogenomics J. 2006; 6(6):397-400",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000242403500006",
            "pubmed": "16702982",
            "doi": "10.1038/sj.tpj.6500389",
            "pmc": null,
            "organizations": [
                "20798-14028"
            ],
            "persons": [
                "20798-50909-1",
                "20798-50910-4",
                "20798-50911-6"
            ],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Pharmacogenomics J",
            "issn": "1470-269X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.957,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.854922279792746,
            "impactfactor_norm_year": 2005,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 20805,
            "title": "Accuracy of preoperative routine MRI for hepatic lesion detection.",
            "abstract": null,
            "authors": [
                "Cerwenka, H",
                "Bacher, H",
                "Werkgartner, G",
                "El-Shabrawi, A",
                "Kornprat, P",
                "Mischinger, HJ",
                "Raith, J"
            ],
            "year": 2006,
            "source": "Clin Imaging. 2006; 30(3):186-189",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000237503600007",
            "pubmed": "16632154",
            "doi": "10.1016/j.clinimag.2005.12.025",
            "pmc": null,
            "organizations": [
                "20805-14054",
                "20805-14073"
            ],
            "persons": [
                "20805-50039-6",
                "20805-51595-6",
                "20805-51760-2",
                "20805-51926-6"
            ],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Clin Imaging",
            "issn": "0899-7071",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.758,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 20802,
            "title": "Effect of repaglinide on endothelial dysfunction during a glucose tolerance test in subjects with impaired glucose tolerance.",
            "abstract": null,
            "authors": [
                "Schmoelzer, I",
                "Wascher, TC"
            ],
            "year": 2006,
            "source": "Cardiovasc Diabetol. 2006; 5(4):9-9",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000208322700009",
            "pubmed": "16606452",
            "doi": "10.1186/1475-2840-5-9",
            "pmc": "PMC1459107",
            "organizations": [],
            "persons": [],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Cardiovasc Diabetol",
            "issn": "1475-2840",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 20794,
            "title": "Care dependency: testing the German version of the Care Dependency Scale in nursing homes and on geriatric wards.",
            "abstract": null,
            "authors": [
                "Lohrmann, C",
                "Dijkstra, A",
                "Dassen, T"
            ],
            "year": 2003,
            "source": "Scand J Caring Sci. 2003; 17(1):51-56",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181653400008",
            "pubmed": "12581295",
            "doi": "10.1046/j.1471-6712.2003.00117.x",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Scand J Caring Sci",
            "issn": "0283-9318",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.448,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.142857142857143,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "PUBLIC, ENVIRONMENTAL AND OCCUPATIONAL HEALTH",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 20800,
            "title": "Relapse of diabetes after interruption of chronic administration of anti-tumor necrosis factor-alpha antibody infliximab: a case observation.",
            "abstract": null,
            "authors": [
                "Yazdani-Biuki, B",
                "Mueller, T",
                "Brezinschek, HP",
                "Hermann, J",
                "Graninger, W",
                "Wascher, TC"
            ],
            "year": 2006,
            "source": "Diabetes Care. 2006; 29(7): 1712-1713. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000238854000049",
            "pubmed": "16801612",
            "doi": "10.2337/dc06-0636",
            "pmc": null,
            "organizations": [
                "20800-14086"
            ],
            "persons": [
                "20800-51807-6",
                "20800-51002-6"
            ],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Diabetes Care",
            "issn": "0149-5992",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 7.912,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.966292134831461,
            "impactfactor_norm_year": 2005,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 20796,
            "title": "The Care Dependency Scale: an assessment instrument for elderly patients in German hospitals.",
            "abstract": null,
            "authors": [
                "Lohrmann, C",
                "Dijkstra, A",
                "Dassen, T"
            ],
            "year": 2003,
            "source": "Geriatr Nurs. 2003; 24(1):40-43",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000181353500019",
            "pubmed": "12598866",
            "doi": "10.1067/mgn.2003.8",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Geriatr Nurs",
            "issn": "0197-4572",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.243,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.130434782608696,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "GERONTOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 20797,
            "title": "Effects of pioglitazone on endothelial function, insulin sensitivity, and glucose control in subjects with coronary artery disease and new-onset type 2 diabetes.",
            "abstract": null,
            "authors": [
                "Sourij, H",
                "Zweiker, R",
                "Wascher, TC"
            ],
            "year": 2006,
            "source": "Diabetes Care. 2006; 29(5):1039-1045",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000237278100014",
            "pubmed": "16644634",
            "doi": "10.2337/diacare.2951039",
            "pmc": null,
            "organizations": [
                "20797-14083"
            ],
            "persons": [
                "20797-50838-2"
            ],
            "imported": "2006-07-13T02:00:00+02:00",
            "journal": "Diabetes Care",
            "issn": "0149-5992",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.912,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.966292134831461,
            "impactfactor_norm_year": 2005,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 6057,
            "title": "Cutaneous infiltrates of myelogenous leukemia in association with pre-existing skin diseases.",
            "abstract": null,
            "authors": [
                "Cerroni, L",
                "Metzler, G",
                "Schmidt, H",
                "Soyer, HP",
                "Sill, H",
                "Kerl H"
            ],
            "year": 1998,
            "source": "J CUTAN PATHOL      . 1998; 25:  186-186. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000072424200013",
            "pubmed": null,
            "doi": "10.1111/j.1600-0560.1998.tb01716.x",
            "pmc": null,
            "organizations": [
                "6057-14047"
            ],
            "persons": [
                "6057-51620-6",
                "6057-51857-6"
            ],
            "imported": "2006-07-12T11:15:18+02:00",
            "journal": "J CUTAN PATHOL      ",
            "issn": "0303-6987",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 1.413,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.771428571428572,
            "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": 20664,
            "title": "Fatal sepsis after thalidomide/dexamethasone treatment in two patients with multiple myeloma.",
            "abstract": null,
            "authors": [
                "Wölfler, A",
                "Bauer, F",
                "Zollner, G",
                "Weber, K",
                "Sill, H",
                "Linkesch, W"
            ],
            "year": 2003,
            "source": "Haematologica. 2003; 88(4): ELT12-ELT12. ",
            "category": 1,
            "document_type": 2,
            "sci": null,
            "pubmed": "12681989",
            "doi": null,
            "pmc": null,
            "organizations": [
                "20664-14082"
            ],
            "persons": [
                "20664-51857-6",
                "20664-51874-6",
                "20664-51911-1",
                "20664-57230-6"
            ],
            "imported": "2006-07-12T02:00:00+02:00",
            "journal": "Haematologica",
            "issn": "0390-6078",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 3.453,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.806451612903226,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 20661,
            "title": "Durable molecular response to imatinib mesylate following nonmyeloablative allogeneic stem-cell transplantation for persisting myeloid blast crisis in chronic myeloid leukemia.",
            "abstract": null,
            "authors": [
                "Staber, PB",
                "Brezinschek, R",
                "Linkesch, W",
                "Sill, H",
                "Neumeister, P"
            ],
            "year": 2003,
            "source": "Haematologica. 2003; 88(8):ECR29-ECR29",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "12935988",
            "doi": null,
            "pmc": null,
            "organizations": [
                "20661-14082"
            ],
            "persons": [
                "20661-51857-6",
                "20661-51930-6"
            ],
            "imported": "2006-07-12T02:00:00+02:00",
            "journal": "Haematologica",
            "issn": "0390-6078",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 3.453,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.806451612903226,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "HEMATOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 19079,
            "title": "Chemical substances and contact allergy - 244 substances ranked according to allergenic potency",
            "abstract": null,
            "authors": [
                "Schlede, E",
                "Aberer, W",
                "Fuchs, T",
                "Gerner, I",
                "Lessmann, H",
                "Maurer, T",
                "Rossbacher, R",
                "Stropp, G",
                "Wagner, E",
                "Kayser, D"
            ],
            "year": 2005,
            "source": "ALLERGOLOGIE. 2005;  269-286. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000230918700002",
            "pubmed": null,
            "doi": "10.5414/ALP28269",
            "pmc": null,
            "organizations": [
                "19079-14047"
            ],
            "persons": [
                "19079-51346-6"
            ],
            "imported": "2006-07-11T16:36:11+02:00",
            "journal": "ALLERGOLOGIE",
            "issn": "0344-5062",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.369,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.1875,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "ALLERGY",
            "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": 20656,
            "title": "Three-year results of proximal tibia fractures treated with the LISS.",
            "abstract": null,
            "authors": [
                "Boldin, C",
                "Fankhauser, F",
                "Hofer, HP",
                "Szyszkowitz, R"
            ],
            "year": 2006,
            "source": "Clin Orthop Relat Res. 2006; 445(5): 222-229. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000243020300031",
            "pubmed": "16456310",
            "doi": "10.1097/01.blo.0000203467.58431.a0",
            "pmc": null,
            "organizations": [
                "20656-14052"
            ],
            "persons": [],
            "imported": "2006-07-06T02:00:00+02:00",
            "journal": "Clin Orthop Relat Res",
            "issn": "0009-921X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.161,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.707317073170732,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 20649,
            "title": "Delineation of a 2q deletion in a girl with dysmorphic features and epilepsy.",
            "abstract": null,
            "authors": [
                "Langer, S",
                "Geigl, JB",
                "Wagenstaller, J",
                "Lederer, G",
                "Hempel, M",
                "Daumer-Haas, C",
                "Leifheit, HJ",
                "Speicher, MR"
            ],
            "year": 2006,
            "source": "Am J Med Genet A. 2006; 140(7):764-768",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000236679200016",
            "pubmed": "16523518",
            "doi": "10.1002/ajmg.a.31141",
            "pmc": null,
            "organizations": [
                "20649-14021"
            ],
            "persons": [
                "20649-57423-6"
            ],
            "imported": "2006-07-04T02:00:00+02:00",
            "journal": "Am J Med Genet A",
            "issn": "1552-4825",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 2.063,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.379032258064516,
            "impactfactor_norm_year": 2005,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 20650,
            "title": "Behaviour of human heterochromatic regions during the synapsis of homologous chromosomes.",
            "abstract": null,
            "authors": [
                "Codina-Pascual, M",
                "Navarro, J",
                "Oliver-Bonet, M",
                "Kraus, J",
                "Speicher, MR",
                "Arango, O",
                "Egozcue, J",
                "Benet, J"
            ],
            "year": 2006,
            "source": "Hum Reprod. 2006; 21(6): 1490-1497. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000238545600021",
            "pubmed": "16484310",
            "doi": "10.1093/humrep/del028",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-07-04T02:00:00+02:00",
            "journal": "Hum Reprod",
            "issn": "0268-1161",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.769,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "REPRODUCTIVE BIOLOGY",
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}