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=149020&ordering=-year
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157757,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149040&ordering=-year",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149000&ordering=-year",
    "results": [
        {
            "id": 75556,
            "title": "Angewandte Verhaltensmedizin - ein psychologischer Behandlungsansatz bei Patienten mit chronischen Schmerzen.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1993,
            "source": " In: Egger, JW; editors(s). Psychologie in der Medizin. Medizinische Psychologie, Psychotherapie, Psychosomatik. Wien: Wiener Universitätsverlag WUV;  1993. p. 13. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75556-51505"
            ],
            "imported": "2008-02-21T13:42:20+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Egger, JW;",
            "collection_title": "Psychologie in der Medizin. Medizinische Psychologie, Psychotherapie, Psychosomatik",
            "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": 75557,
            "title": "Von der psychobiologischen Streßforschung zur Neuropsychoimmunologie.",
            "abstract": null,
            "authors": [
                "Egger, JW",
                "Stix, P"
            ],
            "year": 1993,
            "source": " In: Egger, JW; editors(s). Psychologie in der Medizin. Medizinische Psychologie, Psychotherapie, Psychosomatik. Wien: Wiener Universitätsverlag WUV;  1993. p. 11. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75557-51505"
            ],
            "imported": "2008-02-21T13:45:33+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Egger, JW;",
            "collection_title": "Psychologie in der Medizin. Medizinische Psychologie, Psychotherapie, Psychosomatik",
            "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": 75558,
            "title": "Empirische Psychosomatik. Zusammenhänge zwischen Stress, Angst und Krankheit.",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1993,
            "source": " In: Egger, JW;  editors(s). Psychologie in der Medizin. Medizinische Psychologie, Psychotherapie, Psychosomatik. Wien: Wiener Universitätsverlag WUV;  1993. p. 54. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75558-51505"
            ],
            "imported": "2008-02-21T13:48:25+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Egger, JW; ",
            "collection_title": "Psychologie in der Medizin. Medizinische Psychologie, Psychotherapie, Psychosomatik",
            "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": 75559,
            "title": "Gibt es psychosomatische Krankheiten?",
            "abstract": null,
            "authors": [
                "Egger, JW"
            ],
            "year": 1993,
            "source": " In: Egger, JW; editors(s). Psychologie in der Medizin. Medizinische Psychologie, Psychotherapie, Psychosomatik. Wien: Wiener Universitätsverlag WUV;  1993. p. 17. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "75559-51505"
            ],
            "imported": "2008-02-21T13:51:00+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Egger, JW;",
            "collection_title": "Psychologie in der Medizin. Medizinische Psychologie, Psychotherapie, Psychosomatik",
            "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": 75560,
            "title": "Klon-spezifische CDRIII-PCR zum Monitoring von B-Zell Lymphomen/Leukämien.",
            "abstract": null,
            "authors": [
                "Scholten,Ch",
                "Greinix,H",
                "Höcker,P",
                "Keil,F",
                "Geissler,K",
                "Laczika,K",
                "Purtscher,B",
                "Linkesch,W",
                "Lechner,K",
                "Jäger,U",
                ""
            ],
            "year": 1993,
            "source": "Proceedings of the Frühjahrstagung der Österr. Ges f Hämatologie u Onkologie1993; 4-4.-Frühjahrstagung der Österr. Ges f Hämatologie u Onkologie; 1993; ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75560-14082"
            ],
            "persons": [
                "75560-54230"
            ],
            "imported": "2008-02-21T13:59:39+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75561,
            "title": "Allogene Knochenmarkstransplantation (KMT) bei Non Hodgkin Lymphomen (NHL) mit T(14;18) Translokation.",
            "abstract": null,
            "authors": [
                "Keil,F",
                "Greinix,H",
                "Kahls,P",
                "Jäger,U",
                "Scholten,Ch",
                "Linkesch,W",
                "Lechner,K",
                ""
            ],
            "year": 1993,
            "source": "Proceedings of the Frühjahrstagung der Österr. Ges f Hämatologie u Onkologie1993; 6-6.-Frühjahrstagung der Österr. Ges f Hämatologie u Onkologie; 1993; ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75561-14082"
            ],
            "persons": [
                "75561-54230"
            ],
            "imported": "2008-02-21T14:02:35+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75562,
            "title": "Thrombotisch thrombozytopenische Purpura (TTP)-artiges Syndrom nach allogener Knochenmarkstransplantation (KMT) bei Gabe von Cyclosporin A plus Methylprednisolon (CSA-MP) als Graft-versus-host-disease (GVHD) Prophylaxe.",
            "abstract": null,
            "authors": [
                "Kahls,P",
                "Greinix,P.T",
                "Schwarzinger,I",
                "Kyrle,P.A",
                "Keil,F",
                "Müller,H",
                "Linkesch,W",
                "Lechner,K",
                ""
            ],
            "year": 1993,
            "source": "Österr Ges f Hämatologie, Frühjahrstagung1993; 16-16.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75562-14082"
            ],
            "persons": [
                "75562-54230"
            ],
            "imported": "2008-02-21T14:05:58+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75564,
            "title": "Autologe Knochenmarktransplantation bei Hodentumoren - 5 Jahre klinische Erfahrungen.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Greinix,H",
                "Krainer,M",
                "Wagner,A",
                "Kahls,P",
                "Höcker,P",
                ""
            ],
            "year": 1993,
            "source": "Österr Ges f Hämatologie u Onkologie, Frühjahrstagung1993; 17-17.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75564-14082"
            ],
            "persons": [
                "75564-54230"
            ],
            "imported": "2008-02-21T14:15:09+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75566,
            "title": "Beurteilung der hämapoetischen Regeneration nach Knochenmarktransplantation anhand hochfluoreszierender Retikulozyten.",
            "abstract": null,
            "authors": [
                "Greinix,H.T",
                "Linkesch,W",
                "Kahls,P",
                "Keil,F",
                "Kapiots,S",
                "Schwarzinger,I",
                "Lechner,K",
                ""
            ],
            "year": 1993,
            "source": "Österr Ges f Hämatologie u Onkologie, Frühjahrstagung1993; 17-17.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75566-14082"
            ],
            "persons": [
                "75566-54230"
            ],
            "imported": "2008-02-21T14:18:17+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75571,
            "title": "Ultrahigh dose carboplatin etoposide, cyclophosphamide with ABMT in relapsed and refractory NSGCT-longterm follow up.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                "Krainer,M",
                "Greinix,H.T",
                "Wagner,A",
                "Höcker,P",
                ""
            ],
            "year": 1993,
            "source": "Proceedings of the 19th Meeting of the EBMT1993; 76-76.-19th Meeting of the EBMT; JAN 17-21, 1993; Garmisch-Partenkirchen,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75571-14082"
            ],
            "persons": [
                "75571-54230"
            ],
            "imported": "2008-02-21T14:23:18+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75575,
            "title": "Thrombocytic thrombocytopenic purpura (TTP)-like syndrome in patients receiving cyclosporine a and methylprednisolone for graft versus host disease(GVHD) prophylaxis.",
            "abstract": null,
            "authors": [
                "Kahls,P",
                "Greinix,H.T",
                "Schwarzinger,I",
                "Müller,H",
                "Keil,F",
                "Linkesch,W",
                "Lechner,K",
                ""
            ],
            "year": 1993,
            "source": "Proceedings of the 19th Meeting of the EBMT1993; 17-17.-19th Meeting of the EBMT; JAN 17-21, 1993; Garmisch-Partenkirchen,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75575-14082"
            ],
            "persons": [
                "75575-54230"
            ],
            "imported": "2008-02-21T14:26:35+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75587,
            "title": "Qualitative and quantitative bcr-abl PCR analyses in patients with chronic myleoic leukemia (CML) following allogeneic and syngeneic bone marrow transplantation.",
            "abstract": null,
            "authors": [
                "Gaiger,A",
                "Lion,T",
                "Kahls,P",
                "Greinix,H",
                "Keil,F",
                "Henn,T",
                "Laczika,K",
                "Hinterberger,W",
                "Linkesch,W",
                "Mannhalter,C",
                "Lechner,K",
                ""
            ],
            "year": 1993,
            "source": "Proceedings of the 19th meeting of the EBMT1993; 37-37.-19th meeting of the EBMT; JAN 17-21, 1993; Garmisch-Partenkirchen,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75587-14082"
            ],
            "persons": [
                "75587-54230"
            ],
            "imported": "2008-02-21T14:36:46+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75592,
            "title": "Harvesting and transfusion of peripheral blood stem cell without and with autologous bone marrow.",
            "abstract": null,
            "authors": [
                "Höcker,P",
                "Wagner,A",
                "Gerhartl,K",
                "Peters,Ch",
                "Emminger,W",
                "Linkesch,W",
                "Hinterberger,W",
                ""
            ],
            "year": 1993,
            "source": "Proceedings of the 19th meeting of the EBMT1993; 106-106.-19th meeting of the EBMT; JAN 17-21, 1993; Garmisch-Partenkirchen,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75592-14082"
            ],
            "persons": [],
            "imported": "2008-02-21T14:38:51+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75593,
            "title": "Recombinant human Erythropoietin after bone marrow transplantation: Interim analysis of a prospective placebo controlled trial.",
            "abstract": null,
            "authors": [
                "Link,H",
                "Oster,W",
                "Hübner,G",
                "Diedrich,H",
                "Bacigalupo,A",
                "Boogaerts,M",
                "Burdach,S",
                "Carella,A",
                "Fauser,A",
                "Ferrant,A",
                "Goldstone,A",
                "Gorin,N",
                "Krieger,O",
                "Linkesch,W",
                "Mandelli,F",
                "McCann,S",
                "Reiffers,J",
                "Slavin,S",
                "Steward,W",
                "Tura,S",
                "Zintl,F",
                "Nicolay,U",
                "Heinrichs,H",
                ""
            ],
            "year": 1993,
            "source": "Proceedings of the 19th meeting of the EBMT1993; 111-111.-19th meeting of the EBMT; JAN 17-21, 1993; Garmisch-Partenkirchen,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75593-14082"
            ],
            "persons": [],
            "imported": "2008-02-21T14:43:15+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75594,
            "title": "Aminolevulinic acid dehydrase in evaluation of erythroid regeneration after bone marrow transplantation.",
            "abstract": null,
            "authors": [
                "Greinix,H.T",
                "Kraupp,M",
                "Linkesch,W",
                "Kahls,P",
                "Keil,F",
                ""
            ],
            "year": 1993,
            "source": "Proceedings of the 19th meeting of the EBMT1993; 119-119.-19th meeting of the EBMT; JAN 17-21, 1993; Garmisch-Partenkirchen,GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75594-14082"
            ],
            "persons": [
                "75594-54230"
            ],
            "imported": "2008-02-21T14:45:33+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75601,
            "title": "Der Einsatz der Knochenmarktransplantation in der Therapie maligner Tumore.",
            "abstract": null,
            "authors": [
                "Linkesch,W",
                ""
            ],
            "year": 1993,
            "source": "Wiss Ges d Ärzte i d Stmk, Ausseer Symposium1993; 30-30.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75601-14082"
            ],
            "persons": [],
            "imported": "2008-02-21T14:50:06+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75602,
            "title": "Recombinant human erythropoietin after bone marrow transplantation: interim analysis of a prospective placebo controlled trial.",
            "abstract": null,
            "authors": [
                "Link,H",
                "Heinrichs,H",
                "Hübner,G",
                "Diedrich,H",
                "Bacigalupo,A",
                "Boogaerts,M",
                "Burdach,S",
                "Carella,A",
                "Fauser,A",
                "Ferrant,A",
                "Goldstone,A",
                "Gorin,N",
                "Krieger,O",
                "Linkesch,W",
                "Mandelli,F",
                "McCann,S",
                "Reiffers,J",
                "Slavin,S",
                "Steward,W",
                "Tura,S",
                "Zintl,F",
                "Nicolay,U",
                "Oster,W",
                ""
            ],
            "year": 1993,
            "source": "Ann Hematol1993; 66: A82-A82.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75602-14082"
            ],
            "persons": [],
            "imported": "2008-02-21T14:54:26+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75603,
            "title": "An Austrian multicenter trial with a new hybrid regim (CEOPI-MVP-DEXA) in the treatment of high-grade non-hodgkins lymphomas (NHL).",
            "abstract": null,
            "authors": [
                "Fridrik,M.A",
                "Hausmaninger,H",
                "Linkesch,W",
                "Michlmayr,G",
                "Silly,H",
                "Seewann,H.L",
                "Klocker,J",
                "Haidinger,R",
                "Schiller,L",
                "Pont,J",
                "Lehnert,M",
                "Radaszkiewicz,T",
                "Raudaschl,G",
                "Falk,M",
                ""
            ],
            "year": 1993,
            "source": "J Clin Oncology1993; 12: 376-376.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75603-14082"
            ],
            "persons": [],
            "imported": "2008-02-21T14:58:47+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75604,
            "title": "A new hybrid regim (CEOPI-MVP-DEXA) in the treatment of high-grade non-hodgkins lymphomas (NHL). An Austrian multicenter trial.",
            "abstract": null,
            "authors": [
                "Fridrik,M.A",
                "Hausmaninger,H",
                "Linkesch,W",
                "Michlmayr,G",
                "Silly,H",
                "Seewann,H.L",
                "Klocker,J",
                "Haidinger,R",
                "Schiller,L",
                "Pont,J",
                "Lehnert,M",
                "Radaszkiewicz,T",
                "Raudaschl,G",
                "Falk,M",
                ""
            ],
            "year": 1993,
            "source": "Ann Hematol 1993; 67: A35-A35.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75604-14082"
            ],
            "persons": [],
            "imported": "2008-02-21T15:01:59+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 75605,
            "title": "Allogeneic bone marrow transplantation in Non-Hodgkin lymphomas with T(14;18) translocation.",
            "abstract": null,
            "authors": [
                "Greinix,H.T",
                "Keil,F",
                "Scholten,Ch",
                "Kahls,P",
                "Linkesch,W",
                "Kier,P",
                "Hinterberger,W",
                "Lechner,K",
                "Jäger,U",
                ""
            ],
            "year": 1993,
            "source": "Ann Hematol 1993; 67: A41-A41.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "75605-14082"
            ],
            "persons": [
                "75605-54230"
            ],
            "imported": "2008-02-21T15:06:14+01:00",
            "journal": null,
            "issn": null,
            "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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}