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=940&ordering=-begin_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2266,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=960&ordering=-begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=920&ordering=-begin_effective",
    "results": [
        {
            "id": 5574,
            "title": {
                "de": "Die Wirkung von NR4A1 auf die PD1-PDL1-PDL2- bzw. CTLA-4-CD80-CD86 mediierten \"Immune Evasion\" von aggressiven Lymphomen",
                "en": "DISSECTING THE ROLE OF NR4A1 IN THE PD1-PDL1-PDL2 and CTLA-4-CD80-CD86 MEDIATED IMMUNE EVASION OF AGGRESSIVE LYMPHOMAS "
            },
            "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": "2019-12-31T01:00:00+01:00",
            "end_effective": "2020-07-31T02:00:00+02:00",
            "assignment": "2018-12-07T09:42:38+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59183,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-35",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5574-100134-12",
                "5574-59183-10",
                "5574-65239-12",
                "5574-51930-12"
            ]
        },
        {
            "id": 5525,
            "title": {
                "de": "Die Darm-Leber-Muskel Achse bei Zirrhose: Rolle der Dysbiose im Darm bei Sarkopenie\r\n",
                "en": "The gut-liver-muscle axis in liver cirrhosis: \r\nDoes gut microbiome dysbiosis contribute to sarcopenia?\r\n"
            },
            "short": "Sarkopenie",
            "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": "2023-12-31T01:00:00+01:00",
            "assignment": "2018-10-22T16:52:05+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50989,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI 741",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5525-50874-12",
                "5525-62756-12",
                "5525-81091-12",
                "5525-81175-12",
                "5525-89855-12",
                "5525-93640-12",
                "5525-107131-12",
                "5525-108983-12",
                "5525-110004-12",
                "5525-103160-12",
                "5525-110206-12",
                "5525-111188-12",
                "5525-50989-10",
                "5525-114553-12",
                "5525-120289-12",
                "5525-122050-12"
            ]
        },
        {
            "id": 5866,
            "title": {
                "de": "Next-Generation X-ray platform for integrative structural biology",
                "en": "Next-Generation X-ray platform for integrative structural biology"
            },
            "short": "NextGen BioXray",
            "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": "2023-12-31T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2019-07-17T12:49:55+02:00",
            "program": null,
            "subprogram": "Infrastrukturprogramm!",
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 91207,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 30,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "870454",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5866-91207-10"
            ]
        },
        {
            "id": 5639,
            "title": {
                "de": "Mikrobiomveränderungen als Indikator für einen steroid-refraktären Verlauf bei Colitis ulzerosa\r\n\r\n\r\n",
                "en": "Study investigating if specific fecal microbiota alterations can predict a refractory disease course to standard steroid therapy in patients with active ulcerative colitis."
            },
            "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": "2020-12-31T01:00:00+01:00",
            "end_effective": "2021-05-31T02:00:00+02:00",
            "assignment": "2019-01-24T09:45:52+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 53167,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": "17936",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5639-53167-10"
            ]
        },
        {
            "id": 5748,
            "title": {
                "de": "The interaction of Antiretroviral Drugs with the Microbiome: Implications on the development of cardiovascular diseases in HIV+ persons",
                "en": "The interaction of Antiretroviral Drugs with the Microbiome: Implications on the development of cardiovascular diseases in HIV+ persons"
            },
            "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": "2020-12-31T01:00:00+01:00",
            "end_effective": "2022-02-28T01:00:00+01:00",
            "assignment": "2019-03-28T14:37:22+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 57932,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": "ZA 05/2019",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5748-57932-10"
            ]
        },
        {
            "id": 5747,
            "title": {
                "de": "The relationship between polymorphisms of candidate genes and primary lymphedema",
                "en": "The relationship between polymorphisms of candidate genes and primary lymphedema"
            },
            "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": "2020-12-31T01:00:00+01:00",
            "end_effective": "2022-02-28T01:00:00+01:00",
            "assignment": "2019-03-28T14:34:58+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 57932,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": "CZ 08/2019",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5747-57932-10"
            ]
        },
        {
            "id": 5727,
            "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:42:10+01:00",
            "program": 66,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51860,
            "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": [
                "5727-51860-10"
            ]
        },
        {
            "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-50626-12",
                "5726-54247-12",
                "5726-57596-12",
                "5726-81601-12",
                "5726-107135-12",
                "5726-52938-10",
                "5726-120369-12"
            ]
        },
        {
            "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": 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": 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-51870-12",
                "5556-51663-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": 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": 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": 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": 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-50911-12",
                "5962-61927-10",
                "5962-63490-12",
                "5962-107229-12",
                "5962-105020-12",
                "5962-111070-12",
                "5962-116490-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": 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"
            ]
        }
    ]
}