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=2100&ordering=imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158667,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2120&ordering=imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2080&ordering=imported",
    "results": [
        {
            "id": 62336,
            "title": "In vitro test systems in cancer research",
            "abstract": null,
            "authors": [
                "Tritthart, HA"
            ],
            "year": 1996,
            "source": "ALTEX. 1996; 13(3):118-124",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "11178451",
            "doi": null,
            "pmc": null,
            "organizations": [
                "62336-14011"
            ],
            "persons": [
                "62336-51519-2"
            ],
            "imported": "2006-12-07T01:00:00+01:00",
            "journal": "ALTEX",
            "issn": "0946-7785",
            "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": 62346,
            "title": "Comparison of the solutions of Bretschneider, St. Thomas' Hospital and the National Institutes of Health for cardioplegic protection during moderate hypothermic arrest.",
            "abstract": null,
            "authors": [
                "Kober, IM",
                "Obermayr, RP",
                "Brüll, T",
                "Ehsani, N",
                "Schneider, B",
                "Spieckermann, PG"
            ],
            "year": 1998,
            "source": "Eur Surg Res. 1998; 30(4): 243-251. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000074964000003",
            "pubmed": "9704750",
            "doi": "10.1159/000008583",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62346-50149-6"
            ],
            "imported": "2006-12-07T01:00:00+01:00",
            "journal": "Eur Surg Res",
            "issn": "0014-312X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.709,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.46875,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62337,
            "title": "The 3R concept in the Internet I",
            "abstract": null,
            "authors": [
                "Falkner, E",
                "Hartbauer, M",
                "Schöffl, H",
                "Appl, H",
                "Tritthart, HA"
            ],
            "year": 1997,
            "source": "ALTEX. 1997; 14(1):22-23",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "11178485",
            "doi": null,
            "pmc": null,
            "organizations": [
                "62337-14011"
            ],
            "persons": [
                "62337-51519-6"
            ],
            "imported": "2006-12-07T01:00:00+01:00",
            "journal": "ALTEX",
            "issn": "0946-7785",
            "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": 62343,
            "title": "Incidence and severity of acute cardiac allograft rejection with two different low-dose cyclosporine maintenance protocols.",
            "abstract": null,
            "authors": [
                "Laufer, G",
                "Laczkovics, A",
                "Wollenek, G",
                "Schreiner, W",
                "Kober, I",
                "Wolner, E"
            ],
            "year": 1988,
            "source": "Ann Thorac Surg. 1988; 46(4): 382-388. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988Q491600003",
            "pubmed": "3052335",
            "doi": "10.1016/S0003-4975(10)64647-4",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62343-50149-6"
            ],
            "imported": "2006-12-07T01:00:00+01:00",
            "journal": "Ann Thorac Surg",
            "issn": "0003-4975",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.651,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.8828125,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62334,
            "title": "Inhibition of melanoma cell directional migration in vitro via different cellular targets.",
            "abstract": null,
            "authors": [
                "Fink-Puches, R",
                "Helige, C",
                "Kerl, H",
                "Smolle, J",
                "Tritthart, HA"
            ],
            "year": 1993,
            "source": "Exp Dermatol. 1993; 2(1):17-24",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8156166",
            "doi": "10.1111/j.1600-0625.1993.tb00194.x",
            "pmc": null,
            "organizations": [
                "62334-14047"
            ],
            "persons": [
                "62334-51617-6",
                "62334-51519-6",
                "62334-51620-6",
                "62334-52589-1"
            ],
            "imported": "2006-12-07T01:00:00+01:00",
            "journal": "Exp Dermatol",
            "issn": "0906-6705",
            "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": true
        },
        {
            "id": 62321,
            "title": "Evaluation of pulmonary functions during pressure-limited manual ventilation in preterm neonates.",
            "abstract": null,
            "authors": [
                "Reiterer, F",
                "Sivieri, E",
                "Abbasi, S",
                "Bhutani, VK"
            ],
            "year": 1993,
            "source": "Pediatr Pulmonol. 1993; 15(2): 117-121. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993KN86900008",
            "pubmed": "8474783",
            "doi": "10.1002/ppul.1950150209",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62321-51653-2"
            ],
            "imported": "2006-12-07T01:00:00+01:00",
            "journal": "Pediatr Pulmonol",
            "issn": "8755-6863",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.184,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.676056338028169,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62273,
            "title": "Handbook of human stress and immunity",
            "abstract": null,
            "authors": [
                "Freidl, W"
            ],
            "year": 1998,
            "source": "SOC SCI MED. 1998; 46(12): 1662-1663. ",
            "category": 1,
            "document_type": 7,
            "sci": "ISI:000074338100021",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62273-14024"
            ],
            "persons": [
                "62273-51845-2"
            ],
            "imported": "2006-12-07T09:47:40+01:00",
            "journal": "SOC SCI MED",
            "issn": "0277-9536",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.691,
            "impactfactor_year": 2000,
            "impactfactor_norm": null,
            "impactfactor_norm_year": 2000,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62289,
            "title": "Comparison of central venous catheters versus implantable intravenous devices in patients undergoing stem cell transplantation",
            "abstract": null,
            "authors": [
                "Zinke-Cerwenka, W",
                "Eibl, M",
                "Sormann, S",
                "Neumeister, P",
                "Linkesch, W"
            ],
            "year": 2001,
            "source": "BONE MARROW TRANSPLANT. 2001; 27:  S311-S311. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000168094600716",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62289-14082"
            ],
            "persons": [
                "62289-51930"
            ],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.554,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.875,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "TRANSPLANTATION",
            "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": false
        },
        {
            "id": 62293,
            "title": "Are CMV negative donors a special risk factor for CMV positive stem cell transplant recipients?",
            "abstract": null,
            "authors": [
                "Eibl, M",
                "Zinke-Cerwenka, W",
                "Sormann, S",
                "Apfelbeck, U",
                "Linkesch, W"
            ],
            "year": 2001,
            "source": "BONE MARROW TRANSPLANT. 2001; 27:  S153-S153. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000168094600332",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62293-14082"
            ],
            "persons": [],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.554,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.875,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "TRANSPLANTATION",
            "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": 62305,
            "title": "Association between Chlamydia psittaci infection and extranodal marginal zone B-cell lymphoma of mucosa associated lymphoid tissue (MALT)-lymphomas.",
            "abstract": null,
            "authors": [
                "Aigelsreiter, A",
                "Stelzl, E",
                "Deutsch, A",
                "Beham-Schmid, C",
                "Beham, A",
                "Lanzer, G",
                "Linkesch, W",
                "Kessler, H",
                "Neumeister, P"
            ],
            "year": 2006,
            "source": "J CLIN ONCOL.  2006; 24(18):438S-438S.-ASCO; 2.-6. Juni 2006; Altlanta, USA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239009403056",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62305-14020",
                "62305-14023",
                "62305-14058",
                "62305-14082"
            ],
            "persons": [
                "62305-50514",
                "62305-50871-1",
                "62305-51812-6",
                "62305-51930",
                "62305-59183"
            ],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "J CLIN ONCOL",
            "issn": "0732-183X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 13.598,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.959349593495935,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "ONCOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 62294,
            "title": "Antithymocyte globulin may reduce chronic graft versus host disease in patients undergoing unrelated peripheral stem cell transplantation",
            "abstract": null,
            "authors": [
                "Neumeister, P",
                "Zinke, W",
                "Sill, H",
                "Linkesch, W"
            ],
            "year": 1999,
            "source": "ONKOLOGIE. 1999; 22(6): 519-519. ",
            "category": 1,
            "document_type": 2,
            "sci": "ISI:000084898100012",
            "pubmed": null,
            "doi": "10.1159/000027031",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62294-51930-1"
            ],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "ONKOLOGIE",
            "issn": "0378-584X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.382,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.0571428571428571,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "ONCOLOGY",
            "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": false
        },
        {
            "id": 62290,
            "title": "Response and toxicity of cladribine (2-CdA) as first line treatment of low-grade non-Hodgkin's lymphomas (NHL). Preliminary data of an Austrian multicenter trial",
            "abstract": null,
            "authors": [
                "Fridrik, MA",
                "Linkesch, W",
                "Jager, G",
                "Kienzer, HJ",
                "Hausmaninger, H",
                "Krieger, O",
                "Neubauer, M",
                "Gattringer, C",
                "Oppitz, P",
                "Schiller, L"
            ],
            "year": 1995,
            "source": "BLOOD. 1995; 86(10): 210-210. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1995TH91000211",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62290-14082"
            ],
            "persons": [],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BLOOD",
            "issn": "0006-4971",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.569,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.983050847457627,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": false
        },
        {
            "id": 62308,
            "title": "Characterization of human lineage-negative cells for regenerative stem cell therapy",
            "abstract": null,
            "authors": [
                "Rohde, E",
                "Lanzer, G",
                "Linkesch, W",
                "Strunk, D"
            ],
            "year": 2003,
            "source": "BONE MARROW TRANSPLANT. 2003; 31:  S203-S203. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000181969200618",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62308-14058",
                "62308-14082"
            ],
            "persons": [],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.172,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.645161290322581,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": false
        },
        {
            "id": 62291,
            "title": "G-CSF after chemotherapy for acute myeloid leukemia (AML) - Interim analysis of a placebo controlled trial",
            "abstract": null,
            "authors": [
                "Link, H",
                "Wandt, H",
                "SchonrockNabulsi, P",
                "Ehninger, G",
                "Franke, A",
                "Gackle, R",
                "Geer, T",
                "Gramatzki, M",
                "Linkesch, W",
                "Lutz, D",
                "Niederwieser, D",
                "Nikiforakis, E",
                "Ohl, S",
                "Otremba, B",
                "Pittermann, E",
                "Schmidt, H",
                "Tischler, J",
                "Weiss, J",
                "Wilhelm, M",
                "Deutschmann, S"
            ],
            "year": 1996,
            "source": "BRIT J HAEMATOL. 1996; 93:  841-841. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:A1996UP11400841",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62291-14082"
            ],
            "persons": [],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BRIT J HAEMATOL",
            "issn": "0007-1048",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.065,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.847457627118644,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": false
        },
        {
            "id": 62274,
            "title": "Immunohistochemistry with monoclonal antibody against Candida albicans mannan antigen demonstrates cutaneous Candida granulomas as evidence of Candida sepsis in an immunosuppressed host.",
            "abstract": null,
            "authors": [
                "Breier, F",
                "Oesterreicher, C",
                "Brugger, S",
                "Linkesch, W",
                "Anegg, B",
                "Jurecka, W"
            ],
            "year": 1997,
            "source": "DERMATOLOGY. 1997; 194(3): 293-296. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997XC02400024",
            "pubmed": "9187854",
            "doi": "10.1159/000246130",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62274-56918-6"
            ],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "DERMATOLOGY",
            "issn": "1018-8665",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.719,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.371428571428571,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62277,
            "title": "Graft failure after donor leucocyte infusion in relapsed chronic myeloid leukaemia: successful treatment with cyclophosphamide and antithymocyte globulin followed by peripheral blood stem cell infusion.",
            "abstract": null,
            "authors": [
                "Keil, F",
                "Kalhs, P",
                "Haas, OA",
                "Fritsch, G",
                "Mitterbauer, G",
                "Brugger, S",
                "Lechner, K",
                "Schwarzinger, I",
                "Mannhalter, C",
                "Linkesch, W",
                "Kurz, M",
                "Greinix, HT"
            ],
            "year": 1996,
            "source": "Br J Haematol. 1996; 94(1):120-122",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996UX11200019",
            "pubmed": "8757519",
            "doi": "10.1046/j.1365-2141.1996.d01-1770.x",
            "pmc": null,
            "organizations": [
                "62277-14082"
            ],
            "persons": [
                "62277-54230-6"
            ],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BRIT J HAEMATOL",
            "issn": "0007-1048",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 3.065,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.847457627118644,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62279,
            "title": "The influence of low dose interleukin-2 (IL-2) on cladribine (2-CDA) induced CD4-lymphopenia in patients with low grade non-Hodgkin's lymphoma.",
            "abstract": null,
            "authors": [
                "Fridrik, MA",
                "Greil, R",
                "Jager, G",
                "Kienzer, HR",
                "Hausmaninger, H",
                "Ehrengruber, A",
                "Chott, A",
                "Linkesch, W"
            ],
            "year": 1998,
            "source": "BLOOD. 1998; 92(10): 412A-412A. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000077121301695",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62279-14082"
            ],
            "persons": [],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BLOOD",
            "issn": "0006-4971",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 8.372,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.983050847457627,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": false
        },
        {
            "id": 62307,
            "title": "Marked reduction of bacterial contamination rate in peripheral blood progenitor cell concentrates after installation of a labaratory according to GMP",
            "abstract": null,
            "authors": [
                "Rosskopf, K",
                "Sipurzynski, S",
                "Gilli, R",
                "Posch, U",
                "Olipitz, W",
                "Linkesch, W",
                "Gehrer, M",
                "Wagner, T",
                "Lanzer, G"
            ],
            "year": 2003,
            "source": "BONE MARROW TRANSPLANT. 2003; 31:  S200-S200. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000181969200609",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62307-14058",
                "62307-14082"
            ],
            "persons": [
                "62307-51964",
                "62307-57483"
            ],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.172,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.645161290322581,
            "impactfactor_norm_year": 2003,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": false
        },
        {
            "id": 62278,
            "title": "Long term follow up after allogeneic stem cell transplantation for chronic myelogenous leukemia.",
            "abstract": null,
            "authors": [
                "Reiter, E",
                "Greinix, HT",
                "Brugger, S",
                "Keil, F",
                "Rabitsch, W",
                "Mannhalter, C",
                "Schwarzinger, I",
                "Höcker, P",
                "Fischer, G",
                "Dieckmann, K",
                "Hinterberger, W",
                "Linkesch, W",
                "Schneider, B",
                "Lechner, K",
                "Kalhs, P"
            ],
            "year": 1998,
            "source": "Bone Marrow Transplant. 1998; 22 Suppl 4(8):S86-S88",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078030900027",
            "pubmed": "9916646",
            "doi": null,
            "pmc": null,
            "organizations": [
                "62278-14082"
            ],
            "persons": [
                "62278-54230-6"
            ],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BONE MARROW TRANSPLANT",
            "issn": "0268-3369",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.111,
            "impactfactor_year": 1998,
            "impactfactor_norm": 0.75,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "TRANSPLANTATION",
            "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": 62300,
            "title": "PCR-monitoring of minimal residual leukaemia after conventional chemotherapy and bone marrow transplantation in BCR-ABL-positive acute lymphoblastic leukaemia.",
            "abstract": null,
            "authors": [
                "Mitterbauer, G",
                "Födinger, M",
                "Scherrer, R",
                "Knöbl, P",
                "Jäger, U",
                "Laczika, K",
                "Schwarzinger, I",
                "Gaiger, A",
                "Geissler, K",
                "Greinix, H"
            ],
            "year": 1995,
            "source": "Br J Haematol. 1995; 89(4):937-941",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1995QT69600042",
            "pubmed": "7772540",
            "doi": "10.1111/j.1365-2141.1995.tb08444.x",
            "pmc": null,
            "organizations": [
                "62300-14082"
            ],
            "persons": [
                "62300-54230-6"
            ],
            "imported": "2006-12-07T09:52:40+01:00",
            "journal": "BRIT J HAEMATOL",
            "issn": "0007-1048",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.616,
            "impactfactor_year": 1995,
            "impactfactor_norm": 0.847457627118644,
            "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": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}