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=20
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2194,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=40",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20",
    "results": [
        {
            "id": 2489,
            "title": {
                "de": "Etablierung eines künstlichen Blutgefäßmodells zur Entwicklung von Gefäßprothesen",
                "en": "Artifical blood vessel model for the development of vascular protheses"
            },
            "short": "Artifical blood vessel model",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-04T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2012-12-04T01:00:00+01:00",
            "end_effective": "2013-09-30T02:00:00+02:00",
            "assignment": "2011-05-30T18:05:42+02:00",
            "program": null,
            "subprogram": "Human Technology Interface",
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51718,
            "contact": 51718,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2489-76930-12",
                "2489-51718-10"
            ]
        },
        {
            "id": 2630,
            "title": {
                "de": "Angiogeneseleistung von mesenchymalen Zellen der Plazenta in 3-D Zellkulturmodellen",
                "en": "Angiogenesis  of mesenchymal cells of the placenta in 3-D cell culture models "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-03-01T01:00:00+01:00",
            "begin_effective": "2010-03-01T01:00:00+01:00",
            "end_planned": "2010-12-31T01:00:00+01:00",
            "end_effective": "2010-12-31T01:00:00+01:00",
            "assignment": "2011-11-09T12:43:52+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51718,
            "contact": 51718,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2630-51718-10"
            ]
        },
        {
            "id": 2632,
            "title": {
                "de": "Pilotversuche zur Endotheldifferenzierung von mesenchymalen Zellen der humanen Plazenta",
                "en": "Pilot experiments for the endothelial differentiation of mesenchymal cells of the human placenta"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2009-07-01T02:00:00+02:00",
            "begin_effective": "2009-07-01T02:00:00+02:00",
            "end_planned": "2009-12-31T01:00:00+01:00",
            "end_effective": "2009-12-31T01:00:00+01:00",
            "assignment": "2011-11-09T12:49:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51718,
            "contact": 51718,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2632-51718-10"
            ]
        },
        {
            "id": 2631,
            "title": {
                "de": "Parakriner Effekt von mesenchymalen Stammzellen der Plazenta auf die Funktion von Endothelzellen",
                "en": "Paracrine effects of placental mesenchymal stem cells on endothelial cell function"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-06-01T02:00:00+02:00",
            "begin_effective": "2011-06-01T02:00:00+02:00",
            "end_planned": "2011-10-31T01:00:00+01:00",
            "end_effective": "2011-10-31T01:00:00+01:00",
            "assignment": "2011-11-09T12:45:09+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51718,
            "contact": 51718,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2631-51718-10"
            ]
        },
        {
            "id": 2927,
            "title": {
                "de": "Langzeiteffekte von Gestationsdiabetes führen zu Dysfunktion der feto-plazentaren Endothelzellen",
                "en": "Long-time effects of gestational diabetes cause feto-placental endothelial dysfunction"
            },
            "short": "Effekte von Schwangerschaftsdiabetes",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-08-01T02:00:00+02:00",
            "begin_effective": "2012-09-01T02:00:00+02:00",
            "end_planned": "2014-06-30T02:00:00+02:00",
            "end_effective": "2015-07-31T02:00:00+02:00",
            "assignment": "2012-07-25T12:42:08+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51718,
            "contact": 51718,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2927-50674-12",
                "2927-51718-10"
            ]
        },
        {
            "id": 2846,
            "title": {
                "de": "Modellieren eines Kollisions-Sensors aus dem Tierreich zur Entwicklung von Orientierungshilfen für Blinde oder Sehbehinderte",
                "en": "Modelling a collision-sensor of animals to develop devices that help blind or visually challenged person in orienting"
            },
            "short": "Kollisions-Sensor als Orientierungshilfe",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-09-01T02:00:00+02:00",
            "begin_effective": "2012-09-01T02:00:00+02:00",
            "end_planned": "2015-08-31T02:00:00+02:00",
            "end_effective": "2016-01-31T01:00:00+01:00",
            "assignment": "2012-04-30T13:42:15+02:00",
            "program": null,
            "subprogram": "HTI_SMApp",
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 50960,
            "contact": 50960,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2846-50960-10"
            ]
        },
        {
            "id": 2376,
            "title": {
                "de": "GATIB II - Subprojekt 4",
                "en": "GATIB II - Subproject 4"
            },
            "short": "GATIB II - Subprojekt 4",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-10-01T02:00:00+02:00",
            "begin_effective": "2010-10-01T02:00:00+02:00",
            "end_planned": "2013-09-30T02:00:00+02:00",
            "end_effective": "2013-09-30T02:00:00+02:00",
            "assignment": "2011-01-10T14:46:48+01:00",
            "program": 73,
            "subprogram": null,
            "organization": 14026,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51344,
            "contact": 51344,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                152
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2376-51344-10"
            ]
        },
        {
            "id": 2906,
            "title": {
                "de": "Der Einfluss der Proteinkinase D2 auf den Glukosemetabolismus von Glioblastomzellen.",
                "en": "Protein Kinase D2 and its influence on the glucose metabolism of glioblastoma cells."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-03-01T01:00:00+01:00",
            "begin_effective": "2012-07-01T02:00:00+02:00",
            "end_planned": "2012-05-31T02:00:00+02:00",
            "end_effective": "2013-09-30T02:00:00+02:00",
            "assignment": "2012-06-28T10:34:12+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50990,
            "contact": 50990,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2906-50990-10"
            ]
        },
        {
            "id": 2700,
            "title": {
                "de": "Einflüsse der transkraniellen Gleichstromstimulation (tDCS) auf Neuroplastizität und motorische Lernleistung",
                "en": "Influence of tDCS on neuroplasticity and motor learning"
            },
            "short": "ENTRAIN",
            "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": "2012-04-30T02:00:00+02:00",
            "end_effective": "2012-12-30T01:00:00+01:00",
            "assignment": "2011-12-20T14:35:32+01:00",
            "program": null,
            "subprogram": "IA angelegt - 20.12.2011, MAE",
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51814,
            "contact": 51814,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2700-51814-10"
            ]
        },
        {
            "id": 2520,
            "title": {
                "de": "CORA-BGF 2011 Untersuchung der positiven Auswirkungen erhöhter Gravitationsbelastung auf die Kreislaufbelastbarkeit",
                "en": "CORA-BGF 2011 Untersuchung der positiven Auswirkungen erhöhter Gravitationsbelastung auf die Kreislaufbelastbarkeit"
            },
            "short": "CORA GBF",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-07-01T02:00:00+02:00",
            "begin_effective": "2011-07-01T02:00:00+02:00",
            "end_planned": "2012-03-30T02:00:00+02:00",
            "end_effective": "2012-03-30T02:00:00+02:00",
            "assignment": "2011-07-05T14:52:27+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57932,
            "contact": 57932,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2520-57932-10"
            ]
        },
        {
            "id": 2886,
            "title": {
                "de": "Kardioposturale Interaktionen und Endothelfunktion in Abhängigkeit vom Menstruationszyklus",
                "en": "Cardiopostural interactions and endothelial function chagnes across the menstural cycle"
            },
            "short": "KARPEM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-05-20T02:00:00+02:00",
            "begin_effective": "2012-06-01T02:00:00+02:00",
            "end_planned": "2012-08-20T02:00:00+02:00",
            "end_effective": "2013-09-30T02:00:00+02:00",
            "assignment": "2012-06-14T13:45:08+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 57932,
            "contact": 57932,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2886-57932-10"
            ]
        },
        {
            "id": 2798,
            "title": {
                "de": "Stimulation des propriozeptiven Systems bei Patienten mit Schlaganfall: eine fMRT und TMS Studie",
                "en": "Modulation of cortical plasticity by whole-hand electrical stimulation in attempt to improve hand motor functions after stroke"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-02-01T01:00:00+01:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2013-05-31T02:00:00+02:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2012-02-17T13:47:54+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 58643,
            "contact": 58643,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2798-58643-10"
            ]
        },
        {
            "id": 3014,
            "title": {
                "de": "Der Schmerz und seine Begleitaspekte - Evaluation des postoperative Schmerzerlebens bei Kindern und Jugendlichen",
                "en": "Evaluation of the postoperative painexperience  in children and adolescent"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-07-01T02:00:00+02:00",
            "begin_effective": "2012-10-01T02:00:00+02:00",
            "end_planned": "2012-10-31T01:00:00+01:00",
            "end_effective": "2013-07-30T02:00:00+02:00",
            "assignment": "2012-10-25T10:02:24+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14026,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 67207,
            "contact": 67207,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3014-67207-10"
            ]
        },
        {
            "id": 2920,
            "title": {
                "de": "Modellierung der intra-abdominellen Hypertonie",
                "en": "Modeling Intra-abdominal Hypertension"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-07-01T02:00:00+02:00",
            "begin_effective": "2012-07-01T02:00:00+02:00",
            "end_planned": "2012-12-31T01:00:00+01:00",
            "end_effective": "2013-12-31T01:00:00+01:00",
            "assignment": "2012-07-23T10:14:08+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "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": 2249,
            "title": {
                "de": "Die Rolle des Enzymes Phosphatidylethanolamin -N- Methyltransferase (PEMT) bei der Sekretion von Chylomikronen",
                "en": "Role of the enzyme Phosphatidylethanolamine-N-methyltransferase (PEMT) during secretion of chylomicrons"
            },
            "short": "PEMT_CHYLOMICRONS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-04-01T02:00:00+02:00",
            "begin_effective": "2010-04-01T02:00:00+02:00",
            "end_planned": "2010-12-31T01:00:00+01:00",
            "end_effective": "2010-12-31T01:00:00+01:00",
            "assignment": "2010-07-12T11:48:26+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2647,
            "title": {
                "de": "Die Rolle von GPR55 in der humanen Trophoblastdifferenzierung",
                "en": "The role of G-protein coupled receptor (GPR) 55 in human trophoblast differentiation"
            },
            "short": "GPR_HUMAN TROPHOBLAT DIFFERENTIATION",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-01-01T01:00:00+01:00",
            "begin_effective": "2012-05-01T02:00:00+02:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2015-10-31T01:00:00+01:00",
            "assignment": "2011-11-24T11:22:38+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53232,
            "contact": 53232,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P23859",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2647-53232-10"
            ]
        },
        {
            "id": 2911,
            "title": {
                "de": "Psoriasis, dysfunktionales HDL und koronare Herzkrankheit ",
                "en": "Psoriasis, dysfunctional HDL und coronary artery disease"
            },
            "short": "Psoriasis verände3rt gutes Cholesterin",
            "url": null,
            "abstract": {
                "de": "Psoriasis, dysfunktionales HDL und koronare Herzkrankheit \r\n\r\nPsorias, eine chronisch entzündliche Hautererkrankung, betrifft etwa 3% der Menschen weltweit. Psoriasis ist ein eigenständiger erheblicher Risikofaktor für arterielle Erkrankungen des Herz-Kreislauf-Systems, die Ursachen für den beobachteten Zusammenhang sind jedoch unklar. In diesem Projektantrag soll untersucht  werden, ob Psoriasis mit einer funktionellen Beeinträchtigung des high-density lipoproteins (HDL) assoziiert ist. Unter physiologischen Bedingungen vermittelt anti-atherogenes HDL den reversen Cholesterintransport und wirkt vaskuloprotektiv. Mittels massenspektroskopischen und biochemischen Analysen sollen Veränderungen im Proteom und in der Lipidzusammensetzung des HDL von Psoriasis Patienten im Vergleich zu gesunden Kontrollen untersucht werden. In weiterer Folge soll untersucht werden, ob eine veränderte HDL-Zusammensetzung mit einer funktionellen Beeinträchtigung des HDL-Partikels einhergeht. \r\n",
                "en": "Psoriasis, a very common skin disease, is nowadays considered as a systemic inflammatory condition. Psoriasis patients harbor an increased risk of myocardial infarction and stroke, and numerous studies indicate that psoriasis and cardiovascular disease - particularly atherosclerosis - share common pathogenic features. \r\nPatients with autoimmune diseases such as systemic lupus erythematosus and rheumatoid arthritis have decreased levels of high-density lipoprotein (HDL), suggesting that HDL may be important in preventing autoimmunity and the loss of self-tolerance. Proposed mechanisms for the atheroprotective functions of HDL include reverse cholesterol transport, reduction of oxidative stress and potent anti-inflammatory effects. On the other hand, HDL was shown to lose its-anti-atherogenic properties by post-translational modifications such as oxidation and carbamylation. There is emerging evidence suggesting that anti-atherogenic activities of HDL cannot be described by its plasma concentrations alone. For example, cholesterol efflux capacity, a functional measure of HDL, has an inverse association with the likelihood of coronary artery disease independent of HDL-cholesterol levels. Recent studies that elucidated the proteome of HDL from healthy individuals and patients with coronary artery disease or renal disease by mass spectrometry revealed that the protein cargo is a major determinant of the anti-atherogenic and anti-inflammatory properties of HDL. As qualitative alterations of HDL seem to be directly linked with increased cardiovascular complications, we hypothesize that HDL from psoriatic patients might display defective cholesterol efflux capability and anti-oxidative activities. \r\n"
            },
            "begin_planned": "2012-10-01T02:00:00+02:00",
            "begin_effective": "2013-04-01T02:00:00+02:00",
            "end_planned": "2014-09-30T02:00:00+02:00",
            "end_effective": "2015-09-30T02:00:00+02:00",
            "assignment": "2012-07-06T12:57:50+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 53252,
            "contact": 53252,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2911-53252-10"
            ]
        },
        {
            "id": 2815,
            "title": {
                "de": "Aggregation und Toxizität von alpha-Synuclein",
                "en": "Aggrgation and toxicity of alpha-Synuclein"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-04-01T02:00:00+02:00",
            "begin_effective": "2010-04-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2014-03-31T02:00:00+02:00",
            "assignment": "2012-02-29T11:22:57+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14013,
            "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": "P22400",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2548,
            "title": {
                "de": "Ko-Kultursystem für die frühe Plazentation mit unterschiedlichen Sauerstoffkonzentrationen",
                "en": "Co-Culture System for early placentation with different oxygen-concentrations"
            },
            "short": "CO-CULTURE SYSTEM EARLY PLACENTATION",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-03-01T01:00:00+01:00",
            "begin_effective": "2011-08-01T02:00:00+02:00",
            "end_planned": "2012-02-28T01:00:00+01:00",
            "end_effective": "2013-07-30T02:00:00+02:00",
            "assignment": "2011-07-28T15:36:26+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58943,
            "contact": 58943,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2548-58943-10"
            ]
        },
        {
            "id": 2720,
            "title": {
                "de": "Ko-Kultursystem für die frühe Plazentation mit unterschiedlichen Sauerstoffkonzentrationen",
                "en": "Co-Culture System for early placentation with different oxygen-concentrations"
            },
            "short": "CO-CULTURE SYSTEM EARLY PLACENTATION",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-08-01T02:00:00+02:00",
            "begin_effective": "2011-12-01T01:00:00+01:00",
            "end_planned": "2012-07-31T02:00:00+02:00",
            "end_effective": "2012-11-30T01:00:00+01:00",
            "assignment": "2012-01-10T12:04:51+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": null,
            "manager": 58943,
            "contact": 58943,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2720-58943-10"
            ]
        }
    ]
}