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=155500&ordering=-impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157099,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155520&ordering=-impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155480&ordering=-impactfactor_norm",
    "results": [
        {
            "id": 183984,
            "title": "Tregs cells - a double edged sword? Lessons learned from colorectal cancer in comparison to type 1 diabetes mellitus.",
            "abstract": null,
            "authors": [
                "Bauernhofer, T",
                "Stanzer, S",
                "Prietl, B",
                "Kofler, S",
                "Obermayer-Pietsch, B",
                "Pichler, M",
                "Sourij, H",
                "Pieber, T"
            ],
            "year": 2020,
            "source": "ONCOL RES TREAT. 2020; 43(SUPPL 4):127-128.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000575955000295",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183984-14080",
                "183984-14085"
            ],
            "persons": [
                "183984-50539",
                "183984-50838",
                "183984-51692",
                "183984-51809",
                "183984-51831",
                "183984-56667"
            ],
            "imported": "2020-10-28T09:08:00+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 183980,
            "title": "Exploring the multiple myeloma maintenance treatment landscape in Austria.",
            "abstract": null,
            "authors": [
                "Willenbacher, E",
                "Agis, H",
                "Krauth, M",
                "Sormann, S",
                "Weger, R",
                "Bauer, F",
                "Hartmann, B",
                "Willenbacher, W"
            ],
            "year": 2020,
            "source": "ONCOL RES TREAT. Abstractband für die Virtuelle Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Hämatologie und Medizinische Onkologie. 2020; 43(SUPPL 4):113-113.-Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Hämatologie und Medizinische Onkologie; OCT 9-11, 2020; Basel, SWITZERLAND. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000575955000262",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183980-14082"
            ],
            "persons": [
                "183980-52900"
            ],
            "imported": "2020-10-28T09:08:00+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": false,
            "local_affiliation": true
        },
        {
            "id": 183979,
            "title": "MAINTenance treatment post-ASCT of Myeloma patients documented IN the Austrian Myeloma registry - The MAINTAIN-project.",
            "abstract": null,
            "authors": [
                "Weger, R",
                "Willenbacher, E",
                "Agis, H",
                "Krauth, M",
                "Sormann, S",
                "Bauer, F",
                "Strassl, I",
                "Willenbacher, W"
            ],
            "year": 2020,
            "source": "ONCOL RES TREAT. Abstractband für die Virtuelle Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Hämatologie und Medizinische Onkologie. 2020; 43(SUPPL 4):112-113.-Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Hämatologie und Medizinische Onkologie; OCT 9-11, 2020; Basel, SWITZERLAND. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000575955000261",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183979-14082"
            ],
            "persons": [
                "183979-52900"
            ],
            "imported": "2020-10-28T09:08:00+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": false,
            "local_affiliation": true
        },
        {
            "id": 183978,
            "title": "Real life use and outcomes of pomalidomide based anti-myeloma therapies - an analysis from the Austrian Myeloma Registry (AMR).",
            "abstract": null,
            "authors": [
                "Wallner, E",
                "Weger, R",
                "Agis, H",
                "Hartmann, B",
                "Sormann, S",
                "Krauth, M",
                "Willenbacher, E",
                "Strassl, I",
                "Bauer, F",
                "Willenbacher, W"
            ],
            "year": 2020,
            "source": "ONCOL RES TREAT. Abstractband für die Virtuelle Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Hämatologie und Medizinische Onkologie. 2020; 43(SUPPL 4):113-113.-Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Hämatologie und Medizinische Onkologie; OCT 9-11, 2020; Basel, SWITZERLAND. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000575955000263",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183978-14082"
            ],
            "persons": [
                "183978-52900"
            ],
            "imported": "2020-10-28T09:08:00+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": false,
            "local_affiliation": true
        },
        {
            "id": 183972,
            "title": "The value of adoptive cell therapy and immunotherapy.",
            "abstract": null,
            "authors": [
                "Szkandera, J"
            ],
            "year": 2020,
            "source": "ONCOL RES TREAT. 2020; 43(SUPPL 4):10-10.-DGHO; OKT 09-12, 2021; Virtuell. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000575955000030",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183972-14085"
            ],
            "persons": [
                "183972-69234"
            ],
            "imported": "2020-10-28T09:08:00+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 183915,
            "title": "Retrospective analysis of treatment pathways in patients with BRAF(V600E)-mutant metastatic colorectal carcinoma - MORSECRC.",
            "abstract": null,
            "authors": [
                "Gerger, A",
                "Eisterer, W",
                "Fuxius, S",
                "Bastian, S",
                "Koeberle, D",
                "Welslau, M",
                "Akhoundova, D",
                "Maas, C",
                "Uhlig, J",
                "Fenchel, K",
                "Greil, R",
                "von der Heyde, E",
                "Agocs, R",
                "Weide, R",
                "Modest, DP",
                "Fritsch, R"
            ],
            "year": 2020,
            "source": "ONCOL RES TREAT. Abstractband für die Virtuelle Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Hämatologie und Medizinische Onkologie. 2020; 43(SUPPL 4):131-131.-Jahrestagung der Deutschen, Österreichischen und Schweizerischen Gesellschaften für Hämatologie und Medizinische Onkologie; OCT 9-11, 2020; Basel, SWITZERLAND. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000575955000302",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183915-14085"
            ],
            "persons": [
                "183915-58814"
            ],
            "imported": "2020-10-28T09:08:00+01:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": false,
            "local_affiliation": true
        },
        {
            "id": 183866,
            "title": "Stage-dependent role of pro-necroptotic RIPK1/3 in patients with MDS and CMML",
            "abstract": null,
            "authors": [
                "Jilg, S",
                "Hauch, RT",
                "Wahida, A",
                "Kauschinger, J",
                "Buschhorn, L",
                "Odinius, T",
                "Reidel, V",
                "Schmid, B",
                "Hempel, D",
                "Hollein, A",
                "Peschel, C",
                "Bassermann, F",
                "Slotta-Huspenina, J",
                "Hockendorf, U",
                "Jost, PJ"
            ],
            "year": 2018,
            "source": "ONCOL RES TREAT. 2018; 41:  94-94. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000446816500235",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "183866-107132"
            ],
            "imported": "2020-10-22T11:54:44+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2018,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2018,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": 183862,
            "title": "Dissecting clonal evolution in lung adenocarcinoma identified chromosomal gains on 1q21 implying novel therapeutic targets.",
            "abstract": null,
            "authors": [
                "Munkhbaatar, E",
                "Dietzen, M",
                "McGranahan, N",
                "Jost, PJ"
            ],
            "year": 2020,
            "source": "ONCOL RES TREAT. 2020; 43(SUPPL 4):135-135.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000575955000311",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "183862-107132"
            ],
            "imported": "2020-10-22T11:54:44+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 183563,
            "title": "Longitudinal C-reactive protein (CRP) trajectories predict immune checkpoint inhibitor response and progression in advanced non-small cell lung cancer",
            "abstract": null,
            "authors": [
                "Riedl, JM",
                "Barth, D",
                "Posch, F",
                "Foris, V",
                "Absenger, G",
                "Mollnar, S",
                "Pichler, M",
                "Stotz, M",
                "Stoger, H",
                "Olschewski, H",
                "Gerger, A"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42:  115-115. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600275",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183563-14085",
                "183563-14087"
            ],
            "persons": [
                "183563-51538",
                "183563-58814",
                "183563-66005",
                "183563-87980",
                "183563-91876",
                "183563-92241"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": false,
            "local_affiliation": true
        },
        {
            "id": 183561,
            "title": "Treatment of high risk aggressive B cell lymphomas with DA EPOCH R - a retrospective analysis",
            "abstract": null,
            "authors": [
                "Panny, M",
                "Prochazka, K",
                "Nosslinger, T",
                "Neumeister, P",
                "Holzer, K",
                "Bohm, A",
                "Keil, F"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42:  82-82. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600195",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183561-14082"
            ],
            "persons": [
                "183561-51930"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": 183560,
            "title": "Induction chemotherapy with Docetaxel, Cisplatin and Cetuximab results in improved response rates if compared to Docetaxel, Cisplatin and 5-FU for locally advanced or inoperable squamous cell carcinoma of the head and neck: promising results of the Austrian multicentric phase II trial (AGMT)",
            "abstract": null,
            "authors": [
                "Keil, F",
                "Hartl, M",
                "Altorjai, G",
                "Pecherstorfer, M",
                "Berghold, A",
                "Riedl, R",
                "De Vries, A",
                "Mayrbaurl, B",
                "Fridrik, MA",
                "Fureder, T",
                "Burian, M",
                "Greil, R"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42:  56-57. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600138",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183560-14026"
            ],
            "persons": [
                "183560-51344",
                "183560-59026"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": 183559,
            "title": "Dysregulated eukaryotic initiation factors may impact on the pathogenesis of primary central nervous system lymphomas",
            "abstract": null,
            "authors": [
                "Lindahl, C",
                "Unterluggauer, J",
                "Pansy, K",
                "Uhl, B",
                "Prochazka, K",
                "Greinix, H",
                "Weniger, M",
                "Kuppers, R",
                "Beham-Schmid, C",
                "Neumeister, P",
                "Haybaeck, J",
                "Deutsch, A"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42: 82-82.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600196",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183559-14020",
                "183559-14082"
            ],
            "persons": [
                "183559-92181",
                "183559-51930",
                "183559-59183",
                "183559-100134",
                "183559-54230"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": true,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 183557,
            "title": "External validation and longitudinal extension of the LIPI (lung immune prognostic index) for immunotherapy outcomes in advanced non-small cell lung cancer",
            "abstract": null,
            "authors": [
                "Barth, DA",
                "Riedl, JM",
                "Foris, V",
                "Posch, F",
                "Mollnar, S",
                "Stotz, M",
                "Pichler, M",
                "Stoger, H",
                "Absenger, G",
                "Olschewski, H",
                "Gerger, A"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42:  108-108. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600260",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183557-14085",
                "183557-14087"
            ],
            "persons": [
                "183557-51538",
                "183557-58814",
                "183557-66005",
                "183557-87980",
                "183557-91876",
                "183557-92241"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": false,
            "local_affiliation": true
        },
        {
            "id": 183555,
            "title": "Feasibility and clinical value of serial circulating tumor DNA testing in metastatic lung adenocarcinoma patients undergoing TKI treatment",
            "abstract": null,
            "authors": [
                "Dandachi, N",
                "Absenger, G",
                "Brcic, L",
                "Kashofer, K",
                "Terbuch, A",
                "Jaritz, L",
                "Stanzer, S",
                "Balic, M"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42: 213-213.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600510",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183555-14020",
                "183555-14085"
            ],
            "persons": [
                "183555-50539",
                "183555-50563",
                "183555-57386",
                "183555-59188",
                "183555-86226"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 183553,
            "title": "Differences of the chemokine receptor expression profile of aggressive lymphoma and GCB-cells and probable influence on clinical outcome",
            "abstract": null,
            "authors": [
                "Uhl, B",
                "Prochazka, K",
                "Wenzl, K",
                "Hatzl, S",
                "Greinix, HT",
                "Beham-Schmid, C",
                "Neumeister, P",
                "Deutsch, A"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42: 83-83.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600198",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183553-14020",
                "183553-14082"
            ],
            "persons": [
                "183553-51930",
                "183553-59183",
                "183553-94596",
                "183553-92181",
                "183553-54230"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": true,
            "biobank_use": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 183552,
            "title": "Nr4a1 is implicated in the regulation of immune checkpoints in aggressive lymphomas",
            "abstract": null,
            "authors": [
                "Pansy, K",
                "Fechter, K",
                "Kargl, J",
                "Wenzl, K",
                "Prochazka, K",
                "Greinix, H",
                "Haybaeck, J",
                "Prokesch, A",
                "Beham-Schmid, C",
                "Feichtinger, J",
                "Neumeister, P",
                "Deutsch, A"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42:  135-135. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600325",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183552-14017",
                "183552-14020",
                "183552-14022",
                "183552-14082"
            ],
            "persons": [
                "183552-51930",
                "183552-59183",
                "183552-59496",
                "183552-60706",
                "183552-89979",
                "183552-94195",
                "183552-100134",
                "183552-54230"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": true,
            "bmf_use": false,
            "zmf_use": true,
            "local_affiliation": true
        },
        {
            "id": 183546,
            "title": "Exploring real world data treatment patterns and outcomes in participants with HER2+unresectable LA/mBC - Austrian participation in the prospective European registry SAMANTHA study",
            "abstract": null,
            "authors": [
                "Steger, G",
                "Galid, A",
                "Rechberger, E",
                "Eisterer, W",
                "Herz, W",
                "Petru, E",
                "Pasterk, C",
                "Girschikofsky, M",
                "Singer, C",
                "Grunberger, B",
                "Stoger, H",
                "Marhold, M",
                "Hitzl, D",
                "Lindegger, N"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42:  41-42. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600100",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183546-14063",
                "183546-14085"
            ],
            "persons": [
                "183546-51538",
                "183546-51624"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": 183544,
            "title": "Monitoring therapy response and assessing prognosis by untargeted FAST-SeqS of circulating tumor DNA in metastatic breast cancer patients",
            "abstract": null,
            "authors": [
                "Dandachi, N",
                "Suppan, C",
                "Brcic, L",
                "Tiran, V",
                "Mueller, DH",
                "Posch, F",
                "Ulz, P",
                "Heitzer, E",
                "Balic, M"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42: 41-41.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600099",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183544-14020",
                "183544-14021",
                "183544-14085"
            ],
            "persons": [
                "183544-50563",
                "183544-50899",
                "183544-59188",
                "183544-97797",
                "183544-92241"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 183522,
            "title": "Which therapies for which molecular subtypes?",
            "abstract": null,
            "authors": [
                "Szkandera, J"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42:  239-240. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600578",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183522-14085"
            ],
            "persons": [
                "183522-69234"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": 183521,
            "title": "Hemophagocytic syndrome in aggressive NK-cell leukemia: case report and discussion",
            "abstract": null,
            "authors": [
                "Tinchon, C",
                "Stelzer, I",
                "Pichler, A",
                "Mayer, D",
                "Hofler, G",
                "Enko, D"
            ],
            "year": 2019,
            "source": "ONCOL RES TREAT. 2019; 42: 258-258.-Annual Meeting of the German, Austrian and Swiss Society for Hematology and Medical Oncology; OCT 11-14, 2019; Berlin, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000568159600623",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "183521-14028"
            ],
            "persons": [
                "183521-51159",
                "183521-89193"
            ],
            "imported": "2020-10-06T12:02:36+02:00",
            "journal": "ONCOL RES TREAT",
            "issn": "2296-5270",
            "collection_publisher": null,
            "collection_title": "ONCOLOGY RESEARCH AND TREATMENT; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.483,
            "impactfactor_year": 2019,
            "impactfactor_norm": 0.091,
            "impactfactor_norm_year": 2019,
            "impactfactor_norm_category": "ONCOLOGY-SCI",
            "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": false,
            "local_affiliation": false
        }
    ]
}