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=960&ordering=end_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2329,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=980&ordering=end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=940&ordering=end_planned",
    "results": [
        {
            "id": 3189,
            "title": {
                "de": "BBMRI-LPC - Großangelegte prospektive Kohortenstudien ",
                "en": "BBMRI-LPC - Large-scale prospective cohort studies "
            },
            "short": "BBMRI-LPC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-02-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2017-10-30T01:00:00+01:00",
            "assignment": "2013-02-27T11:31:58+01:00",
            "program": 24,
            "subprogram": "INFRA-2012-1.1.9",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "313010",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3189-51663-10"
            ]
        },
        {
            "id": 4365,
            "title": {
                "de": "Etablierung eines Zellmodells zur Charakterisierung von GLB1 Mutationen und Evaluierung neuer Therapieansätze",
                "en": "Establishment of a cellular model for the characterisation of GLB1 mutations and the screening for novel therapeutic option"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-01-01T01:00:00+01:00",
            "begin_effective": "2016-04-01T02:00:00+02:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2020-03-31T02:00:00+02:00",
            "assignment": "2016-03-21T11:58:26+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14048,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4365-50066-12"
            ]
        },
        {
            "id": 4094,
            "title": {
                "de": "Etablierung der in-vitro-Kultivierung von narbenbildenden und nicht-narbenbildenden Fibroblasten",
                "en": "Establishment of in vitro cultivation of scar-forming and non-scar-forming fibroblasts"
            },
            "short": "VOCFIB",
            "url": null,
            "abstract": {
                "de": "Während z.B. Schädigungen der Wangenschleimhaut auch im Erwachsenenalter vollständig repariert werden, heilen Verletzungen der Stimmlippen-Schleimhaut meist nur unter beträchtlicher Narbenbildung. Eine gravierende Konsequenz dieser Vernarbung (Fibrose) ist die Beeinträchtigung der Sprech- und Singstimme, welche von mehr oder weniger starker Heiserkeit bis zu totalem Stimmverlust reicht. Leider ist zum gegenwärtigen Zeitpunkt noch kein Therapeutikum bekannt, welches einen narbenfreien Heilungsprozess von Verletzungen der Stimmlippen-Schleimhaut begünstigt.\r\nDie bisher weitgehend erfolglose Suche nach antifibrotischen (=die Narbenbildung hemmenden) Substanzen könnte durch paarweise Vergleiche von narbenbildungs-resistenten und zur Narbenbildung neigenden Zellen neuen Aufschwung bekommen. Die Etablierung von entsprechenden Zellkultur-Modellen ist ein Hauptziel des beantragten Forschungsvorhabens, welches somit einen wissenschaftlichen Wert aufweist, der weit über das Ende des Projektes hinaus positive Auswirkungen auf die Forschung am Standort und auch international haben wird.\r\n",
                "en": null
            },
            "begin_planned": "2015-10-01T02:00:00+02:00",
            "begin_effective": "2015-10-01T02:00:00+02:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2016-12-31T01:00:00+01:00",
            "assignment": "2015-09-09T11:15:42+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14068,
            "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": [
                "4094-50670-12",
                "4094-82902-12"
            ]
        },
        {
            "id": 4006,
            "title": {
                "de": "Untersuchung der Rolle von p53 in gefasteter Leber",
                "en": "Elucidating the role of p53 in fasted liver"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2016-12-31T01:00:00+01:00",
            "assignment": "2015-05-11T15:45:30+02:00",
            "program": null,
            "subprogram": "START - Med Uni Graz",
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89979,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4006-89979-10"
            ]
        },
        {
            "id": 3134,
            "title": {
                "de": "Building data bridges and services between biological and medical infrastructures in Europe",
                "en": "Building data bridges and services between biological and medical infrastructures in Europe"
            },
            "short": "BioMedBridges",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-01-01T01:00:00+01:00",
            "begin_effective": "2012-01-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2015-12-31T01:00:00+01:00",
            "assignment": "2013-01-14T15:34:28+01:00",
            "program": 24,
            "subprogram": "INFRA-2011-2.3.2: Implementation of\r\ncommon solutions for a cluster of ESFRI infrastructures in the field of \"Life sciences\".",
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": 51663,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "284209",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3134-51663-10"
            ]
        },
        {
            "id": 4867,
            "title": {
                "de": "In situ detektion von Androgenrezeptor Spleißvarianten in Prostatakrebszellen ",
                "en": "In situ detection of Androgen Receptor splice variants in prostate cancer cells"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-01-01T01:00:00+01:00",
            "begin_effective": "2016-01-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2016-12-31T01:00:00+01:00",
            "assignment": "2017-03-03T13:04:09+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 66435,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4867-66435-10"
            ]
        },
        {
            "id": 4221,
            "title": {
                "de": "Standardisation of a novel method to measure subcutaneous fat in athletes in sports medicine",
                "en": "Standardisation of a novel method to measure subcutaneous fat in athletes in sports medicine"
            },
            "short": "IOC-BCHP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-07-01T02:00:00+02:00",
            "begin_effective": "2015-07-01T02:00:00+02:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2018-12-31T01:00:00+01:00",
            "assignment": "2016-01-12T11:45:14+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3847,
            "title": {
                "de": "Diagnose des Vitamin D - Mangels bei Kritisch Kranken",
                "en": "Diagnosis of vitamin D deficiency in critical care"
            },
            "short": "VITdAL-ICU DIAGNOSIS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2018-06-30T02:00:00+02:00",
            "assignment": "2015-01-07T10:00:46+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58615,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1681
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3847-58615-10"
            ]
        },
        {
            "id": 4551,
            "title": {
                "de": "Etablierung der Lebend-Tot Analyse in Stuhlproben",
                "en": "Life-dead analyses with stool microbiomes"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-09-01T02:00:00+02:00",
            "begin_effective": "2016-09-01T02:00:00+02:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2016-12-31T01:00:00+01:00",
            "assignment": "2016-08-09T11:42:57+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14046,
            "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": 2772,
            "title": {
                "de": "Langzeitauswirkungen von früher Ernährung auf die spätere Gesundheit",
                "en": "Long-term effects of early nutrition on later health"
            },
            "short": "EarlyNutrition",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-01-01T01:00:00+01:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2017-10-31T01:00:00+01:00",
            "assignment": "2012-02-02T17:25:12+01:00",
            "program": 24,
            "subprogram": "KBBE",
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51632,
            "contact": 51632,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "289346",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2772-88993-12",
                "2772-96034-12",
                "2772-50442-12",
                "2772-50674-12",
                "2772-56938-12",
                "2772-59816-12",
                "2772-71568-12",
                "2772-83661-12",
                "2772-90214-12",
                "2772-51632-10"
            ]
        },
        {
            "id": 3127,
            "title": {
                "de": "Überleben nach Vitamin D-Gabe bei Patienten mit Bronchus –oder Oesophaguskarzinom.",
                "en": "Survival after substitution of Vitamin-D in patients with lung cancer or oesophageal carcinoma. "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2018-09-30T02:00:00+02:00",
            "assignment": "2012-12-21T09:28:00+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14077,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 50145,
            "contact": 50145,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3127-50143-12",
                "3127-50145-10"
            ]
        },
        {
            "id": 4675,
            "title": {
                "de": "Die klinisch-forensische Untersuchungsstelle",
                "en": "The clinical forensic care unit"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-01-01T01:00:00+01:00",
            "begin_effective": "2016-01-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2017-06-30T02:00:00+02:00",
            "assignment": "2016-11-02T10:53:39+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14019,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 90131,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4675-90131-10"
            ]
        },
        {
            "id": 2646,
            "title": {
                "de": "Die genetische Basis von Meningokokken- und anderen lebensbedrohlichen bakteriellen Infektionen der Kindheit",
                "en": "The genetic basis of meningococcal and other life threatening bacterial infections of childhood"
            },
            "short": "EUCLIDS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-01-01T01:00:00+01:00",
            "begin_effective": "2011-12-01T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2017-05-31T02:00:00+02:00",
            "assignment": "2011-11-22T13:53:16+01:00",
            "program": 24,
            "subprogram": null,
            "organization": 14091,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "279185",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2646-54004-12"
            ]
        },
        {
            "id": 3401,
            "title": {
                "de": "Nachweis der Machbarkeit von model-basierter kardiovaskulärer Vorhersage ",
                "en": "Proof of Concept of Model-based Cardiovascular Prediction"
            },
            "short": "CARDIOPROOF",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-01-01T01:00:00+01:00",
            "begin_effective": "2013-10-01T02:00:00+02:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2016-12-31T01:00:00+01:00",
            "assignment": "2013-10-10T14:28:05+02:00",
            "program": 24,
            "subprogram": "ICT Call 10 FP7-ICT-2013-10",
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50966,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "611232",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3401-50966-10"
            ]
        },
        {
            "id": 4482,
            "title": {
                "de": "Evaluierung der MicroRNA-371 Familie als potentielle Biomarker für den Krankheitsverlauf von Hodenkrebspatienten",
                "en": "Evaluation of MicroRNA-371 family as potential blood-based biomarkers for disease monitoring in testicular germ cell cancer patients"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-06-01T02:00:00+02:00",
            "begin_effective": "2016-06-01T02:00:00+02:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2018-06-30T02:00:00+02:00",
            "assignment": "2016-06-07T14:35:19+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 86226,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                140
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4482-86226-10"
            ]
        },
        {
            "id": 4079,
            "title": {
                "de": "Osteointegration of Polymer Composites for Medical Implants",
                "en": "Osteointegration of Polymer Composites for Medical Implants"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-03-20T01:00:00+01:00",
            "end_planned": "2016-12-31T01:00:00+01:00",
            "end_effective": "2016-12-31T01:00:00+01:00",
            "assignment": "2015-08-18T15:38:09+02:00",
            "program": 65,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "M177",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4079-50696-12",
                "4079-59782-12",
                "4079-61131-12"
            ]
        },
        {
            "id": 3551,
            "title": {
                "de": "ClinicIMPPACT",
                "en": "Clinical Intervention Modelling, Planning and Proof for Ablation Cancer Treatment "
            },
            "short": "ClinicIMPPACT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-01-01T01:00:00+01:00",
            "begin_effective": "2014-02-01T01:00:00+01:00",
            "end_planned": "2017-01-01T01:00:00+01:00",
            "end_effective": "2017-07-31T02:00:00+02:00",
            "assignment": "2014-02-03T11:17:48+01:00",
            "program": 24,
            "subprogram": "ICT 2013.5.2 Virtual Physiological Human",
            "organization": 14073,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50874,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "610886",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3551-50874-10",
                "3551-62118-12",
                "3551-51955-10",
                "3551-51955-11",
                "3551-51955-12",
                "3551-50989-12"
            ]
        },
        {
            "id": 3179,
            "title": {
                "de": "Eine offene Simulationsumgebung zur Vorhersage von Behandlungserfolgen bei minimal invasiven Krebstherapien",
                "en": "A Generic Open-end Simulation Environment for Minimally Invasive Cancer Treatment"
            },
            "short": "GoSmart",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-04-01T02:00:00+02:00",
            "end_planned": "2017-01-01T01:00:00+01:00",
            "end_effective": "2016-06-30T02:00:00+02:00",
            "assignment": "2013-02-19T13:34:26+01:00",
            "program": 24,
            "subprogram": null,
            "organization": 14073,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50874,
            "contact": 50874,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "600641",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3179-98584-12",
                "3179-50874-10",
                "3179-62118-12",
                "3179-62756-12",
                "3179-51955-10",
                "3179-51955-11",
                "3179-51955-12"
            ]
        },
        {
            "id": 2752,
            "title": {
                "de": "Prospektives Register für PatientInnen mit Aderhautnaevi an der Univ. Augenklinik Graz / der Medizinischen Universität Graz",
                "en": "Prospective registry of patients with choroidal nevi seen at Medical University Graz, Dept. of Ophthalmology"
            },
            "short": "PROCHORN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-01-01T01:00:00+01:00",
            "begin_effective": "2012-01-01T01:00:00+01:00",
            "end_planned": "2017-01-01T01:00:00+01:00",
            "end_effective": "2017-01-01T01:00:00+01:00",
            "assignment": "2012-01-18T13:57:13+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14043,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4233,
            "title": {
                "de": "Die Rolle des Polyamin-Metabolismus in der T-Zell Immunologie bei Patienten mit Rheumatoider Arthritis",
                "en": "The role of polyamines for T-cell immunology in Rheumatoid Arthritis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-02-01T01:00:00+01:00",
            "begin_effective": "2016-02-01T01:00:00+01:00",
            "end_planned": "2017-01-01T01:00:00+01:00",
            "end_effective": "2017-06-30T02:00:00+02:00",
            "assignment": "2016-01-18T11:20:00+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 78952,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                87
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4233-78952-10"
            ]
        }
    ]
}