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=153440&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157100,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153460&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153420&ordering=impactfactor",
    "results": [
        {
            "id": 186929,
            "title": "Management of Gamma-Butyrolactone Dependence with Assisted Self-Administration of GBL.",
            "abstract": null,
            "authors": [
                "Meyer, R",
                "Jenewein, J",
                "Boettger, S"
            ],
            "year": 2014,
            "source": "Case Rep Neurol Med. 2014; 2014(1):485178-485178",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "25054071",
            "doi": "10.1155/2014/485178",
            "pmc": "PMC4099022",
            "organizations": [],
            "persons": [],
            "imported": "2021-03-15T01:00:00+01:00",
            "journal": "Case Rep Neurol Med",
            "issn": "2090-6668",
            "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": 186932,
            "title": "[Helpful and stressful factors in coping with COPD in patients and their partners - a qualitative study].",
            "abstract": null,
            "authors": [
                "Binder, M",
                "Mörgeli, H",
                "Meier, C",
                "Witzemann, L",
                "Drabe, N",
                "Jenewein, J"
            ],
            "year": 2014,
            "source": "Praxis (Bern 1994). 2014; 103(2):75-83",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "24425546",
            "doi": "10.1024/1661-8157/a001526",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2021-03-15T01:00:00+01:00",
            "journal": "Praxis (Bern 1994)",
            "issn": "1661-8157",
            "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": 186940,
            "title": "[Prevalence of anxiety and depression in cancer outpatients and their spouses].",
            "abstract": null,
            "authors": [
                "Krähenbühl, A",
                "Zwahlen, D",
                "Knuth, A",
                "Schnyder, U",
                "Jenewein, J",
                "Kuhn, C",
                "Büchi, S"
            ],
            "year": 2007,
            "source": "Praxis (Bern 1994). 2007; 96(24):973-979",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "17616035",
            "doi": "10.1024/1661-8157.96.24.973",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2021-03-15T01:00:00+01:00",
            "journal": "Praxis (Bern 1994)",
            "issn": "1661-8157",
            "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": 186947,
            "title": "[Psychological distress and quality of life in COPD-patients and their spouses].",
            "abstract": null,
            "authors": [
                "Meier, C",
                "Mörgeli, H",
                "Büchi, S",
                "Bodenmann, G",
                "Witzemann, L",
                "Jenewein, J"
            ],
            "year": 2011,
            "source": "Praxis (Bern 1994). 2011; 100(7):407-415",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "21452127",
            "doi": "10.1024/1661-8157/a000482",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2021-03-15T01:00:00+01:00",
            "journal": "Praxis (Bern 1994)",
            "issn": "1661-8157",
            "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": 186957,
            "title": "Placebo might be superior to antipsychotics in management of delirium in the palliative care setting.",
            "abstract": null,
            "authors": [
                "Boettger, S",
                "Jenewein, J"
            ],
            "year": 2017,
            "source": "Evid Based Med. 2017; 22(4):152-153",
            "category": 1,
            "document_type": 20,
            "sci": null,
            "pubmed": "28637684",
            "doi": "10.1136/ebmed-2017-110723",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2021-03-15T01:00:00+01:00",
            "journal": "Evid Based Med",
            "issn": "1473-6810",
            "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": 204095,
            "title": "Learning surgical knot tying and suturing technique-effects of different forms of training in a controlled randomized trial with dental students",
            "abstract": null,
            "authors": [
                "Dasci, S",
                "Schrem, H",
                "Oldhafer, F",
                "Beetz, O",
                "Kleine-Dopke, D",
                "Vondran, F",
                "Beneke, J",
                "Sarisin, A",
                "Ramackers, W"
            ],
            "year": 2023,
            "source": "GMS J MED EDU. 2023; 40(4): Doc48",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:001019162200007",
            "pubmed": "37560044",
            "doi": "10.3205/zma001630",
            "pmc": "PMC10407582",
            "organizations": [
                "204095-14073"
            ],
            "persons": [],
            "imported": "2023-08-18T16:48:26+02:00",
            "journal": "GMS J MED EDU",
            "issn": "2366-5017",
            "collection_publisher": null,
            "collection_title": "GMS JOURNAL FOR MEDICAL EDUCATION; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 186967,
            "title": null,
            "abstract": null,
            "authors": [
                "Seiler, A",
                "Büel-Drabe, N",
                "Jenewein, J"
            ],
            "year": 2017,
            "source": "Praxis (Bern 1994). 2017; 106(3):135-142",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "28169599",
            "doi": "10.1024/1661-8157/a002595",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2021-03-15T01:00:00+01:00",
            "journal": "Praxis (Bern 1994)",
            "issn": "1661-8157",
            "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": 186985,
            "title": "[Not Available].",
            "abstract": null,
            "authors": [
                "Jenewein, J"
            ],
            "year": 2016,
            "source": "Praxis (Bern 1994). 2016; 105(16):930-930",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "27524163",
            "doi": "10.1024/1661-8157/a002443",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2021-03-15T01:00:00+01:00",
            "journal": "Praxis (Bern 1994)",
            "issn": "1661-8157",
            "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": 175443,
            "title": "68Ga/64Cu PSMA Bio-Distribution in Prostate Cancer Patients: Potential Pitfalls for Different Tracers.",
            "abstract": null,
            "authors": [
                "Calabria, F",
                "Pichler, R",
                "Leporace, M",
                "Wolfsgruber, J",
                "Coscarelli, P",
                "Dunzinger, A",
                "Schillaci, O",
                "Cascini, GL",
                "Bagnato, A"
            ],
            "year": 2019,
            "source": "Curr Radiopharm. 2019; 12(3):238-246",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000488749800007",
            "pubmed": "31113354",
            "doi": "10.2174/1874471012666190515090755",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-06-07T02:00:00+02:00",
            "journal": "Curr Radiopharm",
            "issn": "1874-4710",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 186990,
            "title": "[Diagnosis, differential diagnosis and therapy of substance use disorders in general hospital (general section)].",
            "abstract": null,
            "authors": [
                "Schmick, A",
                "Jenewein, J",
                "Böttger, S"
            ],
            "year": 2018,
            "source": "Neuropsychiatr. 2018; 32(2):57-68",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000434918500001",
            "pubmed": "29327316",
            "doi": "10.1007/s40211-017-0257-7",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2021-03-15T01:00:00+01:00",
            "journal": "Neuropsychiatr",
            "issn": "0948-6259",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 202112,
            "title": "The NutriMental screener – development and feasibility testing in mental health settings. \r\n",
            "abstract": null,
            "authors": [
                "Mörkl, S."
            ],
            "year": 2023,
            "source": "ISNPR Conference 2023; MÄR 14-15, 2023; Cairns, AUSTRALIA;. 2023. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "202112-84449"
            ],
            "imported": "2023-03-15T09:37:28+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": true
        },
        {
            "id": 213389,
            "title": "Differences in changes in maternal subcutaneous fat distribution throughout pregnancy, depending on gestational weight gain ",
            "abstract": null,
            "authors": [
                "Dieberger, AM",
                "van Poppel, MNM",
                "Csapo, B",
                "Fluhr, H",
                "Jantscher-Krenn, E"
            ],
            "year": 2024,
            "source": "RCM Royal College of Midwives Conference and Exhibition 2024; MAI 8-9, 2024; Liverpool, UK. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213389-14038",
                "213389-14064"
            ],
            "persons": [
                "213389-110025",
                "213389-88993",
                "213389-100817"
            ],
            "imported": "2025-01-24T15:29:44+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 213390,
            "title": "Die Bedeutung der Hebamme: \u000bEin ganzheitlicher Ansatz zur Förderung der Physiologie",
            "abstract": null,
            "authors": [
                "Dieberger, AM",
                "Rath, A"
            ],
            "year": 2024,
            "source": "Projekt #Geburt, Stakeholderveranstaltung; JUN 25, 2024; Graz, AUSTRIA. 2024. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "213390-14064"
            ],
            "persons": [
                "213390-100817"
            ],
            "imported": "2025-01-24T15:37:04+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": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 177351,
            "title": "Potential role of exercise echocardiography and right heart catheterization in the detection of early pulmonary vascular disease in patients with systemic sclerosis",
            "abstract": null,
            "authors": [
                "Kovacs, G",
                "Olschewski, H"
            ],
            "year": 2019,
            "source": "J SCLERODERMA RELAT. 2019; 4(3): 219-224. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000485264100006",
            "pubmed": null,
            "doi": "10.1177/2397198319849805",
            "pmc": null,
            "organizations": [
                "177351-14087"
            ],
            "persons": [
                "177351-59238-6"
            ],
            "imported": "2019-10-04T16:30:51+02:00",
            "journal": "J SCLERODERMA RELAT",
            "issn": "2397-1983",
            "collection_publisher": null,
            "collection_title": "JOURNAL OF SCLERODERMA AND RELATED DISORDERS; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 177418,
            "title": "Is Pelvic Floor Dysfunction Associated With Development of Transient Low Back Pain During Prolonged Standing? A Protocol.",
            "abstract": null,
            "authors": [
                "Bussey, MD",
                "Aldabe, D",
                "Ribeiro, DC",
                "Madill, S",
                "Woodley, S",
                "Hammer, N"
            ],
            "year": 2019,
            "source": "Clin Med Insights Womens Health. 2019; 12:1179562X19849603",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000469931200001",
            "pubmed": "31205437",
            "doi": "10.1177/1179562X19849603",
            "pmc": "PMC6537301",
            "organizations": [],
            "persons": [
                "177418-102804-6"
            ],
            "imported": "2019-10-05T02:00:00+02:00",
            "journal": "Clin Med Insights Womens Health",
            "issn": "1179-562X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 187023,
            "title": "Impact of blood gas carbon dioxide (pCO2) on routine and near-infrared spectroscopy (NIRS) monitoring parameters in term and preterm neonates without respiratory support 15 minutes after birth.",
            "abstract": null,
            "authors": [
                "Wolfsberger, CH",
                "Bruckner, M",
                "Schwaberger, B",
                "Mileder, L",
                "Mattersberger, C",
                "Urlesberger, B",
                "Pichler G"
            ],
            "year": 2021,
            "source": "The 12th Dresden Symposium / ESPR Spring School\r\n; MAR 12-13, 2021; Dresden; GERMANY. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187023-14048",
                "187023-14093",
                "187023-14094"
            ],
            "persons": [
                "187023-100023",
                "187023-50907",
                "187023-68534",
                "187023-79516",
                "187023-82050"
            ],
            "imported": "2021-03-16T11:22:55+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 187025,
            "title": "Immunomodulatory effects of photo(chemo)therapy in cutaneous T-cell lymphoma.",
            "abstract": "In Cutaneous T-cell lymphoma (CTCL), neoplastic T-cells feed from chronic\r\ninflammation. These cells are infiltrated in the skin generating lesions of progressive\r\nseverity. Lesional skin is also populated by non-malignant T-cells and other immune\r\ncells that may play an important role in the development of this disease. This is\r\nsuggested by the fact that a treatment regime like psolaren + UVA (PUVA) in parallel\r\nto induce clinical improvement also trigger immune tolerance and apoptosis.\r\nNevertheless, the role of the immunomodulatory effects of photo(chemo)therapy\r\nremains elusive(...)",
            "authors": [
                "Jakic, M"
            ],
            "year": 2019,
            "source": " [ Diplomarbeit/Master Thesis (UNI) ] University of Graz; 2019. pp.66. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2021-03-16T15:20:40+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "University of Graz",
            "country": "40",
            "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": 187026,
            "title": "Cerebral oxygenation and perfusion during neonatal transition",
            "abstract": null,
            "authors": [
                "Urlesberger, B",
                ""
            ],
            "year": 2021,
            "source": "12th annual \"Dresden Symposium\"; 12.03.2021; Dresden. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187026-14094"
            ],
            "persons": [],
            "imported": "2021-03-16T16:13: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": 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": 187031,
            "title": "Gedruckte vs. Folien-Aligner - eine in vitro Untersuchung",
            "abstract": null,
            "authors": [
                "Pichelmayer, M",
                "Griesser, Th",
                ""
            ],
            "year": 2021,
            "source": "Erster virtueller DGAO-Wissenschaftskongress; MAR 6,2021; Köln, BRD. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187031-14109"
            ],
            "persons": [
                "187031-51723"
            ],
            "imported": "2021-03-17T19:53:44+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 187033,
            "title": "CRTH2 deficiency favors an anti-tumorigenic microenvironment and slows tumor growth in models of colon cancer",
            "abstract": null,
            "authors": [
                "Kienzl, M",
                "Sarsembayeva, A",
                "Maitz, K",
                "Valadez-Cosmes, P",
                "Kargl, J",
                "Schicho, R"
            ],
            "year": 2021,
            "source": "Life Science Tuesday #11/12 - Translational Oncology; MAR 9 2021; Vienna, AUSTRIA. 2021. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "187033-14022"
            ],
            "persons": [
                "187033-100698",
                "187033-56687",
                "187033-60706",
                "187033-99558"
            ],
            "imported": "2021-03-18T09:51:01+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": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}