List projects.

Fields

id (integer)

Primary key.

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:

  • organization
  • category
  • type
  • partner_function
  • manager
  • contact
  • status
  • grant
  • research
  • event
  • study
  • language
  • program
  • funders

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • organization
  • category
  • manager
  • contact
  • status
  • grant
  • research
  • study
  • language
  • funders
  • program

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:

  • begin_planned: gt, gte, lt, lte
  • begin_effective: gt, gte, lt, lte
  • end_planned: gt, gte, lt, lte
  • end_effective: gt, gte, lt, lte
GET /v1/research/project/?format=api&offset=460&ordering=begin_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2244,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=480&ordering=begin_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=440&ordering=begin_planned",
    "results": [
        {
            "id": 2553,
            "title": {
                "de": "Der Einfluss von Dexamethason auf rheumatoide Synoviozyten untersucht anhand einer Gen Chip Transkriptionsanalyse",
                "en": "The Influence of Dexamethasone on Rheumatoid Fibroblast-Like Synoviocytes based on a Gene CHip Transcription Analysis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2011-08-09T02:00:00+02:00",
            "end_planned": "2011-10-31T01:00:00+01:00",
            "end_effective": "2012-03-30T02:00:00+02:00",
            "assignment": "2011-08-10T10:28:02+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2682,
            "title": {
                "de": "Nachhaltige Grazer biomedizintechnische TCM-Forschung zur Prävention chronischer Erkrankungen",
                "en": "Sustainable biomedical engineering TCM-research in Graz for prevention of chronic diseases"
            },
            "short": "Grazer Biomed TCM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2011-12-01T01:00:00+01:00",
            "end_planned": "2013-02-28T01:00:00+01:00",
            "end_effective": "2013-06-30T02:00:00+02:00",
            "assignment": "2011-12-13T11:32:16+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14044,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2434,
            "title": {
                "de": "Darmverlängerung durch mechnische Dehnung (MESI)",
                "en": "MESI: Mechanical Elongation of Small Intestine"
            },
            "short": "MESI",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2011-02-01T01:00:00+01:00",
            "end_planned": "2012-08-31T02:00:00+02:00",
            "end_effective": "2012-12-30T01:00:00+01:00",
            "assignment": "2011-03-02T14:14:05+01:00",
            "program": null,
            "subprogram": "Land Steiermark A3",
            "organization": 14049,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50052,
            "contact": 50052,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2434-50052-10"
            ]
        },
        {
            "id": 2568,
            "title": {
                "de": "Akustisches Interface zur Tremoranalyse",
                "en": "Acoustic interface for tremoranalysis"
            },
            "short": "ACOUSTIC INTERFACE TREMORANALYSIS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2011-09-01T02:00:00+02:00",
            "end_planned": "2011-11-30T01:00:00+01:00",
            "end_effective": "2012-10-31T01:00:00+01:00",
            "assignment": "2011-09-06T12:41:59+02:00",
            "program": null,
            "subprogram": "Forschung Steiermark - Planung, Steuerung, Impulse\r\nHTI",
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2570,
            "title": {
                "de": "Die dosisabhängige Wirkung von Platelet-rich Plasma auf die Proliferation von Fibroblasten der Rotatorenmanschette ",
                "en": "Dose related impact of platelet rich plasma (PRP) on human fibroblast proliferation after rotator cuff lesions"
            },
            "short": "PRP for rotator cuff regeneration",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2011-09-01T02:00:00+02:00",
            "end_planned": "2012-12-31T01:00:00+01:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2011-09-07T15:52:46+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59379,
            "contact": 59379,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1270
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2570-59379-10"
            ]
        },
        {
            "id": 2799,
            "title": {
                "de": "Effekte einer Vitamin D-Supplementation bei PatientInnen mit koronarer Herzkrankheit, Postbelastungshyperglykaemie und Vitamin D Mangel.",
                "en": "Effects of a vitamin D supplementation in patients with coronary artery disease, postchallenge hyperglycaemia and vitamin D deficiency"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2013-06-01T02:00:00+02:00",
            "end_effective": "2014-10-30T01:00:00+01:00",
            "assignment": "2012-02-20T11:04:51+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50838,
            "contact": 50838,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2799-50838-10"
            ]
        },
        {
            "id": 2979,
            "title": {
                "de": "Eosinophile und die antivirale Immunabwehr gegen H1N1",
                "en": "Eosinophils promote host defense against H1N1 influenza"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2012-10-01T02:00:00+02:00",
            "end_planned": "2013-02-28T01:00:00+01:00",
            "end_effective": "2013-03-31T01:00:00+01:00",
            "assignment": "2012-09-20T11:28:45+02:00",
            "program": 69,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50791,
            "contact": 50791,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J3235",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2979-50791-10"
            ]
        },
        {
            "id": 2566,
            "title": {
                "de": "Der Einfluß von hämodynamischen Parametern auf die zerebrale Oxygenierung bei Frühgeborenen mit und ohne arterieller Hypotonie während des ersten Lebenstages. ",
                "en": "Influence of hemodynamic parameters on cerebral oxygention in preterm neonates with and without hypotonia during the first day of life. "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2011-09-01T02:00:00+02:00",
            "end_planned": "2014-03-30T01:00:00+01:00",
            "end_effective": "2014-03-30T01:00:00+01:00",
            "assignment": "2011-09-05T12:37:39+02:00",
            "program": null,
            "subprogram": "Initiative für Früh- und Neugeborene",
            "organization": 14094,
            "category": 10,
            "type": 10,
            "partner_function": null,
            "manager": 50907,
            "contact": 59859,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2566-50907-10"
            ]
        },
        {
            "id": 2481,
            "title": {
                "de": "Lese-Rechtschreibstörung (LRS): Risikofaktoren, Früherkennung und Förderung",
                "en": "Lese-Rechtschreibstörung (LRS): Risikofaktoren, Früherkennung und Förderung"
            },
            "short": "LRS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2011-06-01T02:00:00+02:00",
            "end_planned": "2012-08-31T02:00:00+02:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2011-05-19T11:44:02+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58883,
            "contact": 58883,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2481-50173-10",
                "2481-58883-10",
                "2481-77049-12"
            ]
        },
        {
            "id": 2486,
            "title": {
                "de": "Eiseneinlagerung und mikrostrukturelle Gewebsveränderungen bei amyotropher Lateralsklerose",
                "en": "Longitudinal Assessment of Iron Deposition and Microstructural Tissue Changes in Amyotrophic Lateral Sclerosis"
            },
            "short": "Quantitative MRI in ALS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2011-09-01T02:00:00+02:00",
            "end_planned": "2014-08-31T02:00:00+02:00",
            "end_effective": "2015-02-28T01:00:00+01:00",
            "assignment": "2011-05-26T16:57:51+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51279,
            "contact": 51279,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P23576",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2486-51279-10"
            ]
        },
        {
            "id": 2664,
            "title": {
                "de": "Der Einfluß von hämodynamischen Parametern auf die zerebrale Oxygenierung bei Frühgeborenen mit und ohne arterieller Hypotonie während des ersten Lebenstages.",
                "en": "Influence of hemodynamic parameters on cerebral oxygention in preterm neonates with and without hypotonia during the first day of life."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-01T02:00:00+02:00",
            "begin_effective": "2012-01-01T01:00:00+01:00",
            "end_planned": "2014-03-30T01:00:00+01:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2011-12-12T11:07:59+01:00",
            "program": null,
            "subprogram": "Stadt Graz - Kulturamt-Wissenschaft",
            "organization": 14094,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50907,
            "contact": 50907,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2664-50907-10"
            ]
        },
        {
            "id": 2623,
            "title": {
                "de": "Entwicklung, Charakterisierung und Validierung neuer Vliesstoff-Wirkstoff-Kombinationen für die medizinische Anwendung im Knochen- und Weichteilgewebe - ProjektNr: 832147",
                "en": "Development, characterization and validation new fleece-drug combinations for the medical application in bone and Soft tissue"
            },
            "short": "VW Kombi",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-30T02:00:00+02:00",
            "begin_effective": "2011-12-01T01:00:00+01:00",
            "end_planned": "2013-09-30T02:00:00+02:00",
            "end_effective": "2014-11-30T01:00:00+01:00",
            "assignment": "2011-11-02T11:42:57+01:00",
            "program": 60,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50785,
            "contact": 60165,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "832147 ",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2623-50785-10"
            ]
        },
        {
            "id": 2637,
            "title": {
                "de": "Entwicklung, Charakterisierung und Validierung neuer Vliesstoff-Wirkstoff-Kombinationen für die medizinische Anwendung im Knochen- und Weichteilgewebe - ProjektNr: 832147",
                "en": "Entwicklung, Charakterisierung und Validierung neuer Vliesstoff-Wirkstoff-Kombinationen für die medizinische Anwendung im Knochen- und Weichteilgewebe"
            },
            "short": "VW Kombi",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-09-30T02:00:00+02:00",
            "begin_effective": "2011-12-01T01:00:00+01:00",
            "end_planned": "2013-09-30T02:00:00+02:00",
            "end_effective": "2014-11-30T01:00:00+01:00",
            "assignment": "2011-11-17T16:13:53+01:00",
            "program": 60,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51503,
            "contact": 51503,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "832147 ",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2637-51503-10"
            ]
        },
        {
            "id": 2615,
            "title": {
                "de": "Tailored biodegradable magnesium implant materials",
                "en": "Tailored biodegradable magnesium implant materials"
            },
            "short": "MagnIM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-01T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2014-09-30T02:00:00+02:00",
            "end_effective": "2015-09-30T02:00:00+02:00",
            "assignment": "2011-10-18T11:42:58+02:00",
            "program": 24,
            "subprogram": "Marie Curie Initial Training Network (ITN)",
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50785,
            "contact": 50785,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "289163",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2615-50785-10"
            ]
        },
        {
            "id": 2528,
            "title": {
                "de": "Pilze als Indikatoren für pathogeninaktivierende Eigenschaften eines neuen Fixativs für die Gewebekonservierung",
                "en": "Fungi as indicators for pathogen inactivating capacity of a novel fixative employed on tissue preservation"
            },
            "short": "3P",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-01T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2011-07-13T15:48:48+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50828,
            "contact": 50828,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                895
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2528-50828-10"
            ]
        },
        {
            "id": 2618,
            "title": {
                "de": "Wirkung des neuen Lipidsenkers Niacin/Laropiprant (Tredaptive®) auf Funktion humaner Blutplättchen",
                "en": "Effect of the novel lipid-lowering therapy niacin plus laropiprant (Tredaptive®) on platelet function: Benefit or hazard?"
            },
            "short": "LIPIDSENKER NIACIN/LAROPIPRANT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-01T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2013-09-30T02:00:00+02:00",
            "end_effective": "2015-09-30T02:00:00+02:00",
            "assignment": "2011-10-19T13:21:31+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51756,
            "contact": 51756,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2618-51756-10"
            ]
        },
        {
            "id": 2538,
            "title": {
                "de": "Expression und Funktion von Prostaglandin D2 Rezeptoren bei allergischen und asthmatischen Erkrankungen",
                "en": "Enhanced expression and function of prostaglandin D2 receptors in monocytes, macrophages and eosinophils of patients with allergy and bronchial asthma"
            },
            "short": "PGD2 receptors in allergic and asthmatic",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-01T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2013-09-30T02:00:00+02:00",
            "end_effective": "2015-09-30T02:00:00+02:00",
            "assignment": "2011-07-19T12:42:10+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50791,
            "contact": 50791,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2538-50791-10"
            ]
        },
        {
            "id": 2834,
            "title": {
                "de": "Vitamin D3 Supplementierung bei polymorpher Lichtdermatose: Randomisierte doppelblinde plazebo-kontrollierte Studie",
                "en": "Vitamin D3 supplementation in polymorphic light eruption: Randomized double-blinded placebo-controlled trial"
            },
            "short": "Vitamin D und polymorphe Lichtdermatose",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-01T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2014-09-30T02:00:00+02:00",
            "end_effective": "2015-03-31T02:00:00+02:00",
            "assignment": "2012-04-04T13:19:59+02:00",
            "program": 108,
            "subprogram": "KLIF",
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51618,
            "contact": 51618,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI132",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2834-62056-12",
                "2834-51618-10"
            ]
        },
        {
            "id": 2641,
            "title": {
                "de": "Einfluss von Empfänger- und Spender-Cytochrom P450 3A5 Genotypen auf die Pharmakokinetik von Tacrolimus bei PatientInnen nach Lebertransplantation",
                "en": "Einfluss von Empfänger- und Spender-Cytochrom P450 3A5 Genotypen auf die Pharmakokinetik von Tacrolimus bei PatientInnen nach Lebertransplantation"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-01T02:00:00+02:00",
            "begin_effective": "2011-11-01T01:00:00+01:00",
            "end_planned": "2013-10-31T01:00:00+01:00",
            "end_effective": "2012-06-30T02:00:00+02:00",
            "assignment": "2011-11-18T13:45:47+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14073,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58323,
            "contact": 58323,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2641-58323-10"
            ]
        },
        {
            "id": 2792,
            "title": {
                "de": "Immunmodulierende Strategien für die Behandlung des Merkelzell-Karzinoms (IMMOMEC).",
                "en": "Immune modulating strategies for treatment of Merkel cell carcinoma (IMMOMEC)."
            },
            "short": "IMMOMEC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-01T02:00:00+02:00",
            "begin_effective": "2012-01-01T01:00:00+01:00",
            "end_planned": "2015-09-30T02:00:00+02:00",
            "end_effective": "2016-12-31T01:00:00+01:00",
            "assignment": "2012-02-15T16:29:57+01:00",
            "program": 24,
            "subprogram": "Health 2011.2.4.1-1 ",
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "277775",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        }
    ]
}