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=820&ordering=-begin_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2140,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=840&ordering=-begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=800&ordering=-begin_effective",
    "results": [
        {
            "id": 5730,
            "title": {
                "de": "DK Metabolic and Cardiovascular Disease (3. Förderperiode)",
                "en": "DK Metabolic and Cardiovascular Disease (3rd funding periode)"
            },
            "short": "DK-MCD",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2024-06-30T02:00:00+02:00",
            "assignment": "2019-03-11T12:46:18+01:00",
            "program": 66,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 91207,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5730-91207-10",
                "5730-101038-12",
                "5730-108411-12",
                "5730-70700-12",
                "5730-98222-12",
                "5730-100416-12",
                "5730-104122-12"
            ]
        },
        {
            "id": 7308,
            "title": {
                "de": "CBmed: 2.22B - Next generation drug screening platform for precision oncology services ",
                "en": "CBmed: 2.22B - Next generation drug screening platform for precision oncology services "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2019-01-01T01:00:00+01:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2022-12-19T13:13:31+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 56667,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7308-56667-10"
            ]
        },
        {
            "id": 5593,
            "title": {
                "de": "Modulation of signaling transduction cascades in primary OA chondrocytes - LBI",
                "en": "Modulation of signaling transduction cascades in primary OA chondrocytes - LBI"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-01-01T01:00:00+01:00",
            "end_planned": "2021-12-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2018-12-17T13:50:20+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50696,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                19
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5593-59379-11",
                "5593-100991-12",
                "5593-121953-12",
                "5593-50696-10",
                "5593-59782-12",
                "5593-61131-12",
                "5593-87214-12"
            ]
        },
        {
            "id": 5726,
            "title": {
                "de": "Doktoratskolleg Metabolische und Kardiovaskuläre Erkrankungen (3. Projektperiode)",
                "en": "DK metabolic and cardiovascular disease (3rd funding period)"
            },
            "short": "DK-MCD",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-01-01T01:00:00+01:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2024-06-30T02:00:00+02:00",
            "assignment": "2019-03-11T12:41:19+01:00",
            "program": 66,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 52938,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5726-52938-10",
                "5726-120369-12",
                "5726-50626-12",
                "5726-54247-12",
                "5726-57596-12",
                "5726-81601-12"
            ]
        },
        {
            "id": 5615,
            "title": {
                "de": "Kleinkinder in der digitalen Welt",
                "en": "Digital childhood"
            },
            "short": "KiD",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-10-01T02:00:00+02:00",
            "begin_effective": "2018-12-01T01:00:00+01:00",
            "end_planned": "2020-09-30T02:00:00+02:00",
            "end_effective": "2021-05-31T02:00:00+02:00",
            "assignment": "2019-01-15T11:38:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 64295,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                55
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5615-64295-10"
            ]
        },
        {
            "id": 5556,
            "title": {
                "de": "Österreichische Biobankenforschungsinfrastruktur",
                "en": "Biobanking and BioMolecular resources research Infrastructure Austria"
            },
            "short": "BBMRI.AT #2",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-12-01T01:00:00+01:00",
            "begin_effective": "2018-12-01T01:00:00+01:00",
            "end_planned": "2023-11-30T01:00:00+01:00",
            "end_effective": "2023-11-30T01:00:00+01:00",
            "assignment": "2018-11-27T11:37:55+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2164
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5556-51663-10",
                "5556-51870-12"
            ]
        },
        {
            "id": 5554,
            "title": {
                "de": "Ursächliche Mechanismen der vorteilhaften Adiponektinrezeptor-Stimulation in der diabetischen Kardiomyopathie",
                "en": "Understanding underlying mechanisms of beneficial treatment effects of adiponectin receptor agonism in diabetic cardiomyopathy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-12-01T01:00:00+01:00",
            "begin_effective": "2018-12-01T01:00:00+01:00",
            "end_planned": "2019-11-30T01:00:00+01:00",
            "end_effective": "2019-11-30T01:00:00+01:00",
            "assignment": "2018-11-23T10:31:21+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100924,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5554-99418-12",
                "5554-100924-10"
            ]
        },
        {
            "id": 5567,
            "title": {
                "de": "Entschluesselung des komplizierten Interaktionsnetzwerkes im β-Catenin Destruktion Komplex - Das Axin-1 Paradigma",
                "en": "Deciphering the Intricate Interaction Network in the β-Catenin Destruktion Complex - The Axin-1 Paradigm"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-12-01T01:00:00+01:00",
            "begin_effective": "2018-12-01T01:00:00+01:00",
            "end_planned": "2020-11-30T01:00:00+01:00",
            "end_effective": "2020-11-30T01:00:00+01:00",
            "assignment": "2018-12-05T10:51:12+01: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": [
                15
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5610,
            "title": {
                "de": "Biobanking and Biomolecular resources Research Infrastructure Austria 2.0",
                "en": "Biobanking and Biomolecular resources Research Infrastructure Austria 2.0"
            },
            "short": "BBMRI.at #2",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-12-01T01:00:00+01:00",
            "begin_effective": "2018-12-01T01:00:00+01:00",
            "end_planned": "2023-11-30T01:00:00+01:00",
            "end_effective": "2023-11-30T01:00:00+01:00",
            "assignment": "2019-01-08T15:44:11+01:00",
            "program": null,
            "subprogram": null,
            "organization": 28394,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 58453,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2164
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5610-58453-10"
            ]
        },
        {
            "id": 5539,
            "title": {
                "de": "\"Jury\" - Druckgesteuertes Ballon-Thrombektomiegerät",
                "en": "\"Jury\" - Druckgesteuertes Ballon-Thrombektomiegerät"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": "Projekt: „JURY‐LITE“ ‐ Entwicklung und Bau eines Geräteprototypen zur druckmonitorierten  Thrombektomie/Embolektomie \r\n \r\nGefäßoperationen wie die Thrombektomie gehören zu den häufigsten chirurgischen Eingriffen überhaupt.  Komplikationen des dabei angewendeten Fogarty-Manövers sind die Ruptur des Katheterballons, Ruptur  und Perforation der Arterie, Embolusabschwemmung sowie die spätere Ausbildung von Restenosen durch Intimahyperplasie. Bei diesen Gefäßoperationen wird durch einen Ballonkatheter (Fogarty-Katheter) der Durchmesser des Gefäßes durch Aufblasen eines Ballons erweitert und der Thrombus unter Rückzug des  Katheters entfernt. Je stärker der Ballon aufgeblasen oder gefüllt wird, umso stärker ist die Dehnung des  Blutgefäßes und auch die Kraft, die auf die Gefäßwand wirkt (mechanischer Stress). Bislang wird der  Ballondruck bei solchen Eingriffen manuell über Daumendruck an einer mit dem Katheter verbundenen  Spritze ohne irgendeine Form der Drucküberwachung erzeugt. Das sensorische System „JURY‐LITE“  ermöglicht es, dass Druckdaten während des chirurgischen Eingriffs aufgezeichnet und an einen portablen Computer gesendet werden. Durch eine Sammlung dieser Daten zur statistischen Auswertung sollen optimale Druckverhältnisse, die zu einem bestmöglichen Ergebnis im Rahmen der Thrombektomie führen,  ermittelt  werden.  Diese  Art  des  Monitorings  ermöglicht  es suboptimale/kritische Druckverhältnisse während des Eingriffs zu erkennen und zu korrigieren (Anzeige der Druckdaten in Echtzeit). Zusätzlich kann  das „JURY‐LITE“‐System bei der Ausbildung von unerfahrenen GefäßchirurgInnen zum Einsatz kommen,  indem die Druckverhältnisse bei Thrombektomie-Schulungen überwacht werden und auszubildende ChirurgInnen so ein Gefühl für den optimalen Druck während dieses Eingriffes bekommen. Ein haptisches  Übungsmodell wurde in an der Technischen Universität Graz bereits entwickelt und wird mit dem „JURYLITE“‐System weiter verfeinert. Die klinische Anwendung des JURY‐LITE‐Systems erfolgt an der klinischen  Abteilung  für  Gefäßchirurgie  des  Univ.  Klinikums  Graz.  Die Kontrolle und Optimierung der Druckverhältnisse während der Thrombektomie soll letztlich dazu führen, dass weniger Komplikationen auftreten und weniger Patienten erneut behandelt werden müssen wodurch das JURY‐LITE‐System zur  PatienInnensicherheit und Kostenreduktion beiträgt. ",
                "en": "The occlusion of peripheral arteries by blood clots necessitates surgical intervention. During classical thrombectomy the thrombus is mechanically removed by the use of a balloon catheter system. The medical devices JURY-LITE and JURY-CONTROL provide significant improvements of this intervention.\r\n"
            },
            "begin_planned": "2018-11-15T01:00:00+01:00",
            "begin_effective": "2018-11-15T01:00:00+01:00",
            "end_planned": "2019-11-14T01:00:00+01:00",
            "end_effective": "2024-06-30T02:00:00+02:00",
            "assignment": "2018-11-13T11:07:41+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50712,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-33",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5539-50712-10"
            ]
        },
        {
            "id": 5528,
            "title": {
                "de": "HDAC Inhibition bei Herzinsuffizienz mit erhaltener Ejektionsfraktion",
                "en": "HDAC Inhibition in Heart Failure with Preserved Ejection Fraction"
            },
            "short": "Startförderung 2018",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2018-11-01T01:00:00+01:00",
            "end_planned": "2021-12-21T01:00:00+01:00",
            "end_effective": "2021-12-21T01:00:00+01:00",
            "assignment": "2018-10-23T16:24:44+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 72301,
            "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": [
                "5528-72301-10",
                "5528-75758-12"
            ]
        },
        {
            "id": 5962,
            "title": {
                "de": "CAMed - Clinical Additive Manufacturing for Medical Applications",
                "en": "CAMed - Clinical Additive Manufacturing for Medical Applications"
            },
            "short": "CAMed",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-07-01T02:00:00+02:00",
            "begin_effective": "2018-11-01T01:00:00+01:00",
            "end_planned": "2022-06-30T02:00:00+02:00",
            "end_effective": "2023-10-31T01:00:00+01:00",
            "assignment": "2019-11-19T16:23:45+01:00",
            "program": 94,
            "subprogram": null,
            "organization": 14050,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 61927,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5962-100991-12",
                "5962-104820-12",
                "5962-105020-12",
                "5962-111070-12",
                "5962-107229-12",
                "5962-116490-12",
                "5962-50911-12",
                "5962-61927-10",
                "5962-63490-12",
                "5962-104163-12"
            ]
        },
        {
            "id": 5961,
            "title": {
                "de": "CAMed - Clinical Additive Manufacturing for Medical Applications",
                "en": "CAMed - Clinical Additive Manufacturing for Medical Applications"
            },
            "short": "CAMED",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-07-01T02:00:00+02:00",
            "begin_effective": "2018-11-01T01:00:00+01:00",
            "end_planned": "2022-06-30T02:00:00+02:00",
            "end_effective": "2023-10-31T01:00:00+01:00",
            "assignment": "2019-11-19T16:21:54+01:00",
            "program": 94,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50785,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5961-50785-10"
            ]
        },
        {
            "id": 5581,
            "title": {
                "de": "Visuelle erweiterte Realität zur räumliche Zuordnung",
                "en": "Visual Augmented Reality Assistant for Spatial Mapping"
            },
            "short": "VizARd",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-11-01T01:00:00+01:00",
            "begin_effective": "2018-11-01T01:00:00+01:00",
            "end_planned": "2020-10-31T01:00:00+01:00",
            "end_effective": "2021-04-30T02:00:00+02:00",
            "assignment": "2018-12-11T12:25:14+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14054,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 57389,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "867536",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5581-57389-10"
            ]
        },
        {
            "id": 5550,
            "title": {
                "de": "Humanisierte Xenotransplantationsmodelle zur Optimierung der Therapie von akuter myeloischer Leukämie. ",
                "en": "Humanized xenotransplantation models of acute myeloid leukemia to predict patient outcome and direct therapy."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-11-01T01:00:00+01:00",
            "begin_effective": "2018-11-01T01:00:00+01:00",
            "end_planned": "2020-10-31T01:00:00+01:00",
            "end_effective": "2020-10-31T01:00:00+01:00",
            "assignment": "2018-11-15T14:47:34+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50747,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1375
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5550-50747-10"
            ]
        },
        {
            "id": 6055,
            "title": {
                "de": "COST: Internationales Netzwerk für translationale Forschung an perinatalen Derivaten für therapeutische Applikationen",
                "en": "COST: International Network for Translating Research on Perinatal Derivatives into Therapeutic Approaches"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-10-16T02:00:00+02:00",
            "begin_effective": "2018-10-16T02:00:00+02:00",
            "end_planned": "2022-10-15T02:00:00+02:00",
            "end_effective": "2022-10-15T02:00:00+02:00",
            "assignment": "2020-02-12T16:36:06+01:00",
            "program": 22,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51718,
            "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": [
                "6055-51718-10"
            ]
        },
        {
            "id": 5428,
            "title": {
                "de": "Endo/lysosomale Beweglichkeit & Funktion in Leber -Physiologie und -Pathology",
                "en": "Endo/lysosome motility & function in liver physiology and liver pathology"
            },
            "short": "“Wissenschaftspreis der ÖGGH”",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-10-01T02:00:00+02:00",
            "begin_effective": "2018-10-01T02:00:00+02:00",
            "end_planned": "2020-04-01T02:00:00+02:00",
            "end_effective": "2022-03-31T02:00:00+02:00",
            "assignment": "2018-08-03T17:24:25+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57596,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                203
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5428-113189-12",
                "5428-123430-12",
                "5428-57596-10"
            ]
        },
        {
            "id": 5560,
            "title": {
                "de": "Prototypische Entwicklung und klinische Testung eines innovativen eHealth Systems zur umfassenden Qualitätssicherung und Therapieunterstützung in Einrichtungen der Akutgeriatrie und Remobilisation",
                "en": "Prototypical development and clinical testing of an innovative eHealth system for comprehensive quality assurance and therapy support in acute geriatrics and remobilization facilities"
            },
            "short": "CDS-BARS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-10-01T02:00:00+02:00",
            "begin_effective": "2018-10-01T02:00:00+02:00",
            "end_planned": "2020-03-31T02:00:00+02:00",
            "end_effective": "2020-09-30T02:00:00+02:00",
            "assignment": "2018-11-30T09:25:34+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 65558,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2160
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5560-54235-12",
                "5560-65558-10"
            ]
        },
        {
            "id": 5218,
            "title": {
                "de": "15d-PGJ2: ein möglicher Therapieansatz gegen Osteosarkom?",
                "en": "15-deoxy-Δ12,14-PGJ2 (15d-PGJ2): a plausible therapeutic agent against osteosarcoma?"
            },
            "short": "15d-PGJ2 und Osteosarkom",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-01-01T01:00:00+01:00",
            "begin_effective": "2018-10-01T02:00:00+02:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2021-10-31T02:00:00+02:00",
            "assignment": "2018-01-22T13:01:57+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50610,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5218-50605-12",
                "5218-50610-10",
                "5218-50990-12",
                "5218-101018-12",
                "5218-51705-12"
            ]
        },
        {
            "id": 5527,
            "title": {
                "de": "Modellierung des BAP1 Tumor Prädispositions Syndroms unter Verwendung von iPSC generierten Melanozyten zur Untersuchung der frühen genetischen und epigenetischen Stufen der Melanomentstehung ",
                "en": "Modelling the BAP1 Tumor predisposition syndrome using iPSC-derived melanocytes to investigate the early genetic and epigenetic steps of melanoma development"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-10-01T02:00:00+02:00",
            "begin_effective": "2018-10-01T02:00:00+02:00",
            "end_planned": "2020-10-01T02:00:00+02:00",
            "end_effective": "2020-09-30T02:00:00+02:00",
            "assignment": "2018-10-23T16:24:21+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "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": []
        }
    ]
}