List expertise.

Expertise of a person.

Fields

id (integer)

Primary key.

name (object)

Names of expertise, defined by language.

person (integer)

Foreign key to campusonline/person this expertise applies to.

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:

  • person
GET /v1/research/expertise/?format=api&offset=4640
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 4682,
    "next": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4660",
    "previous": "https://api-test.medunigraz.at/v1/research/expertise/?format=api&limit=20&offset=4620",
    "results": [
        {
            "id": 6088,
            "name": {
                "de": "Immunogener Zelltod (ICD)",
                "en": "Immunogenic cell death (ICD)"
            },
            "person": 98990
        },
        {
            "id": 6089,
            "name": {
                "de": "Phototherapie und PUVA",
                "en": "Phototherapy and PUVA"
            },
            "person": 98990
        },
        {
            "id": 6090,
            "name": {
                "de": "STAT3/STAT5-Signaltransduktion",
                "en": "STAT3/STAT5 signal transduction"
            },
            "person": 98990
        },
        {
            "id": 6081,
            "name": {
                "de": "Chromosomale Instabilität",
                "en": "Chromosomal instability"
            },
            "person": 98990
        },
        {
            "id": 6092,
            "name": {
                "de": "16S-Mikrobiomprofilierung und Metagenomik",
                "en": "16S microbiome profiling and metagenomics"
            },
            "person": 98990
        },
        {
            "id": 6093,
            "name": {
                "de": "Reproduzierbare Forschung und Datenvisualisierung",
                "en": "Reproducible research and data visualization"
            },
            "person": 98990
        },
        {
            "id": 6094,
            "name": {
                "de": "Open-Source-Softwareentwicklung für die Forschung",
                "en": "Open-source software development for research"
            },
            "person": 98990
        },
        {
            "id": 6095,
            "name": {
                "de": "Translationale Forschung in der Dermatologie",
                "en": "Translational research in dermatology"
            },
            "person": 98990
        },
        {
            "id": 6096,
            "name": {
                "de": "Multikinase-Inhibitoren und pharmakologische Interventionen",
                "en": "Multi-kinase inhibitors and pharmacologic interventions"
            },
            "person": 98990
        },
        {
            "id": 6076,
            "name": {
                "de": "Histopathologie und quantitative Bildanalyse",
                "en": "Histopathology and quantitative image analysis"
            },
            "person": 98990
        },
        {
            "id": 6077,
            "name": {
                "de": "Molekularbiologie und CRISPR/Cas9-Genombearbeitung",
                "en": "Molecular biology and CRISPR/Cas9 genome editing"
            },
            "person": 98990
        },
        {
            "id": 6078,
            "name": {
                "de": "Immunassays und Zytokinprofilierung",
                "en": "Immunoassays and cytokine profiling"
            },
            "person": 98990
        },
        {
            "id": 6079,
            "name": {
                "de": "Biochemische Assays und Wirkstoffscreening",
                "en": "Biochemical assays and drug screening"
            },
            "person": 98990
        },
        {
            "id": 6080,
            "name": {
                "de": "Extrakorporale Photopherese",
                "en": "Extracorporeal photopheresis"
            },
            "person": 98990
        },
        {
            "id": 6086,
            "name": {
                "de": "KI und maschinelles Lernen für biomedizinische Forschung",
                "en": "AI and machine learning for biomedical research"
            },
            "person": 98990
        },
        {
            "id": 6091,
            "name": {
                "de": "Zellbiologie und Immun-Onkologie-Assays",
                "en": "Cell biology and immuno-oncology functional assays"
            },
            "person": 98990
        },
        {
            "id": 6082,
            "name": {
                "de": "Omics-Datenanalyse und NGS-Bioinformatik",
                "en": "Omics data analysis and NGS bioinformatics"
            },
            "person": 98990
        },
        {
            "id": 6083,
            "name": {
                "de": "Einzelzell-RNA-Sequenzierung und Transkriptomik",
                "en": "Single-cell RNA sequencing and transcriptomics"
            },
            "person": 98990
        },
        {
            "id": 6084,
            "name": {
                "de": "Statistische Methoden und Biomarker-Entdeckung",
                "en": "Statistical methods and biomarker discovery"
            },
            "person": 98990
        },
        {
            "id": 6085,
            "name": {
                "de": "Hochleistungsrechnen und Workflow-Orchestrierung",
                "en": "High-performance computing and workflow orchestration"
            },
            "person": 98990
        }
    ]
}