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=580&ordering=-end_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2245,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=600&ordering=-end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=560&ordering=-end_planned",
    "results": [
        {
            "id": 8280,
            "title": {
                "de": "Die Wirkung Inkretin-basierter Therapien auf Funktion und Stoffwechsel von Endothelzellen",
                "en": "The effect of Incretin-based therapies on the function and metabolism of endothelial cells"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-09-02T02:00:00+02:00",
            "begin_effective": "2024-09-02T02:00:00+02:00",
            "end_planned": "2025-02-28T01:00:00+01:00",
            "end_effective": "2025-02-28T01:00:00+01:00",
            "assignment": "2024-07-01T15:47:28+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 77116,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8280-77116-10"
            ]
        },
        {
            "id": 7880,
            "title": {
                "de": "Erforschung des diagnostischen Potentials des intratumoralen Mikrobioms in Karzinomen des Aerodigestivtrakts.",
                "en": "Exploring the diagnostic potential of the intratumoral microbiome in carcinomas of the aerodigestive tract."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-03-01T01:00:00+01:00",
            "begin_effective": "2023-03-01T01:00:00+01:00",
            "end_planned": "2025-02-28T01:00:00+01:00",
            "end_effective": "2025-02-28T01:00:00+01:00",
            "assignment": "2023-11-15T08:21:15+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 61601,
            "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": [
                "7880-61601-10",
                "7880-99612-11"
            ]
        },
        {
            "id": 7958,
            "title": {
                "de": "Elektrophysiologische Charakterisierung der induzierten Zellalterung zur Krebstherapie",
                "en": "Electrophysiological characterization of induced cell aging for cancer therapy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-02-01T01:00:00+01:00",
            "begin_effective": "2024-02-01T01:00:00+01:00",
            "end_planned": "2025-01-31T01:00:00+01:00",
            "end_effective": "2025-07-31T02:00:00+02:00",
            "assignment": "2023-12-27T17:07:11+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50615,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7958-50615-10"
            ]
        },
        {
            "id": 8172,
            "title": {
                "de": "Entschlüsselung der Rolle der metabolischen Reprogrammierung in Neutrophilen bei Lungenkrebs",
                "en": "Deciphering the Role of Metabolic Reprogramming in Neutrophils During Lung Cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-02-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2025-01-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2024-05-02T11:23:05+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 115261,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894,
                1743
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8172-115261-10"
            ]
        },
        {
            "id": 7934,
            "title": {
                "de": "Maschinelles Hören im Kreißsaal: Pilotstudie zur automatischen Evaluierung der neonatalen Lungenfunktion anhand des ersten Schreis",
                "en": "Maschinelles Hören im Kreißsaal: Pilotstudie zur automatischen Evaluierung der neonatalen Lungenfunktion anhand des ersten Schreis"
            },
            "short": "Maschinelles Hören im Kreißsaal",
            "url": null,
            "abstract": {
                "de": "Die in den ersten Lebensminuten produzierten Laute von Neugeborenen sorgen dafür, dass ein Teil der Ausatemluft vom Kehlkopf zurückpendelt und so das Fruchtwasser aus der Lunge in das umliegende Gewebe presst. Aufgrund unterschiedlich fortgeschrittener Lungenentwicklung gibt es mitunter hörbare Unterschiede zwischen Termin- und Frühgeborenen. Dieses Projekt evaluiert die Durchführbarkeit von standardisierten Tonaufnahmen in der Geburtssituation. Basierend auf Pilotdaten erfolgt erstmals eine umfassende Beschreibung akustischer Merkmale der ersten Laute von Termin- und Frühgeborenen sowie die Validierung künstlicher Intelligenz zur Einschätzung neonataler Lungenfunktion.",
                "en": null
            },
            "begin_planned": "2024-01-15T01:00:00+01:00",
            "begin_effective": "2024-03-01T01:00:00+01:00",
            "end_planned": "2025-01-14T01:00:00+01:00",
            "end_effective": "2025-05-31T02:00:00+02:00",
            "assignment": "2023-12-15T12:07:02+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14068,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 79651,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7934-77049-12",
                "7934-125014-12",
                "7934-79651-10",
                "7934-91531-12"
            ]
        },
        {
            "id": 9130,
            "title": {
                "de": "Auf dem Weg zu einem umfassenden Atlas des menschlichen Atmungsmikrobioms: Taxonomische, genomische und funktionelle Perspektiven",
                "en": "Towards a Comprehensive Atlas of the Human Respiratory Microbiome: Taxonomic,\r\nGenomic, and Functional Perspectives"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-10-01T02:00:00+02:00",
            "begin_effective": "2025-08-01T02:00:00+02:00",
            "end_planned": "2025-01-01T01:00:00+01:00",
            "end_effective": "2026-07-31T02:00:00+02:00",
            "assignment": "2025-08-05T13:14:59+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 90021,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "9130-90021-10"
            ]
        },
        {
            "id": 8275,
            "title": {
                "de": "Pilotstudie zum Vokalisationsverhalten von Babys mit Regulationsproblemen",
                "en": "Pilotstudie zum Vokalisationsverhalten von Babys mit Regulationsproblemen"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": "Die Pilotstudie beschäftigt sich mit Babys mit Regulationsproblemen. Dies sind Babys, welche in den vergangenen 3 Wochen an mindestens 3 Tagen pro Woche 3 oder mehr Stunden geweint haben (\"Wessel-Kriterien\"); sie werden häufig auch als \"Schreibabys\" bezeichnet. Wissenschaftliche Studien zeigten, dass Kinder, die als Babys Regulationsprobleme hatten, später häufiger Verhaltens- und Entwicklungsauffälligkeiten haben als Kinder, die als Babys keine Regulationsprobleme hatten. Ob solche Probleme auftreten werden lässt sich im Babyalter aktuell nicht vorhersagen, zumal es bislang auch kaum Untersuchungen dazu gibt, wie sich Babys mit Regulationsproblemen – abgesehen von der Schreihäufigkeit – in den ersten Lebensmonaten verhalten. Der vorrangige Zweck dieser Pilotstudie ist es,\r\nLautäußerungen von Babys mit Regulationsproblemen und Babys ohne Regulationsprobleme im Alter von 8 bis 10 Wochen zu analysieren und erste Vergleiche anzustellen. Die Ergebnisse könnten Hinweise auf Abweichungen im vorsprachlichen Verhalten von Kindern mit Regulationsproblemen liefern. Die gewonnenen Erkenntnisse über potentiell geeignete Parameter könnten in Folgestudien dazu beitragen, Babys zu identifizieren, die ein erhöhtes Risiko für persistierende Regulationsprobleme bzw. oftmals damit einhergehende Verhaltens- und Entwicklungsdefizite haben. Die Rekrutierung für die Studie erfolgt in Zusammenarbeit mit dem Ärztlichen Dienst der Stadt Graz.",
                "en": null
            },
            "begin_planned": "2024-05-01T02:00:00+02:00",
            "begin_effective": "2024-07-01T02:00:00+02:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2024-06-26T16:44:08+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14068,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 77049,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": "FIF-A 16-0451/2024-0001",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8275-77049-10",
                "8275-50573-12",
                "8275-79651-12",
                "8275-83581-12",
                "8275-91531-12"
            ]
        },
        {
            "id": 6806,
            "title": {
                "de": "Antikörper und Abwehrzellen nach durchgemachter SARS-CoV-2 Infektion bei Kindern und Jugendlichen",
                "en": "Humoral and cellular immunity after SARS-CoV-2 infection in\r\nchildren and adolescents"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-11-01T01:00:00+01:00",
            "begin_effective": "2021-11-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2021-11-30T15:49:52+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14095,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 56810,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": 3,
            "language": null,
            "funders": [
                25
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6806-56810-10"
            ]
        },
        {
            "id": 7908,
            "title": {
                "de": "Fra-2/AP-1 induzierte Endothelzellseneszenz und ihre Rolle in der Entwicklung Sklerodermie-assoziierter Lungenerkrankungen",
                "en": "The role of Fra-2/AP-1 driven endothelial cell senescence in the development of scleroderma associated interstitial lung disease"
            },
            "short": "Fra-2/AP-1 induz.Endothelzellseneszenz",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-01T01:00:00+01:00",
            "begin_effective": "2024-08-01T02:00:00+02:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2023-11-29T13:16:57+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 61540,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                3020
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7908-61540-10"
            ]
        },
        {
            "id": 7971,
            "title": {
                "de": "Elektrophysiologische Charakterisierung der induzierten Zellalterung zur Krebstherapie",
                "en": "Electrophysiological characterization of the induced senescence in cancer therapy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-02-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2025-07-31T02:00:00+02:00",
            "assignment": "2024-01-16T09:27:18+01:00",
            "program": null,
            "subprogram": null,
            "organization": 17230,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 7327,
            "title": {
                "de": "Sichere Entlassung aus dem Krankenhaus durch sichere Information (GO-SAFE 2.0)",
                "en": "Safe discharge from the hospital through safe information (GO-SAFE 2.0)"
            },
            "short": " GO-SAFE 2.0",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2023-01-10T17:35:46+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14076,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 92002,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2160
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7327-92002-10"
            ]
        },
        {
            "id": 7923,
            "title": {
                "de": "Die Zukunft im Blick: Alterung des Immunsystems als prädiktiver Marker für Autoimmunerkrankungen in jungen gesunden Individuen\r\n",
                "en": "The Future in Focus: Aging of the Immune System as a Predictive Marker for Autoimmune Diseases in Young Healthy Individuals"
            },
            "short": "Aging Immune System_Autoimmune Diseases",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2026-03-31T02:00:00+02:00",
            "assignment": "2023-12-12T10:50:37+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 7333,
            "title": {
                "de": "Serologisches Antikörper Screening zu SARS-CoV-2, Legionellen und Hepatitis unter Zahnmediziner*innen 2022\r\n",
                "en": "Serological antibody screening for SARS-CoV-2, legionella und hepatitis among dental staf 2022"
            },
            "short": "Leg-Hep-S22",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2023-01-16T14:19:57+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14109,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50051,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7333-50051-10"
            ]
        },
        {
            "id": 6820,
            "title": {
                "de": "enFaced 2.0 - AR-Tool für die Gesichtschirurgie",
                "en": "enFaced 2.0 - Instant AR Tool for Maxillofacial Surgery"
            },
            "short": "enFaced 2.0",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-04-01T02:00:00+02:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2026-03-31T02:00:00+02:00",
            "assignment": "2021-12-09T10:55:12+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14112,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 76910,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI1044",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6820-76910-10"
            ]
        },
        {
            "id": 7852,
            "title": {
                "de": "Ein Stammzellpflaster als Therapiemöglichkeit für Verletzungen der juvenilen Wachstumsfuge",
                "en": "A stem cell sheet as a therapeutic option for juvenile growth plate injuries"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2026-09-30T02:00:00+02:00",
            "assignment": "2023-10-24T16:18:54+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100991,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7852-100991-10"
            ]
        },
        {
            "id": 6835,
            "title": {
                "de": "Erforschung des Einflusses der JAK2V617F Gendosis auf den Phänotyp Myeloproliferativer Erkrankungen mittels CRISPR/Cas9 Genome Engineering.",
                "en": "Investigating the effect of JAK2V617F gene dosage on MPN phenotype by\r\nforward and reverse CRISPR/Cas9 genome engineering."
            },
            "short": "JAK2 gene dosage",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2021-12-15T10:41:29+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": [
                "6835-97755-12",
                "6835-119131-12",
                "6835-50747-10",
                "6835-98091-12",
                "6835-108881-12"
            ]
        },
        {
            "id": 6146,
            "title": {
                "de": "Vernetzte Muskelzellen bei Inkontinenz",
                "en": "Anchored Muscle Cells for Incontinence"
            },
            "short": "AMELIE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-01-01T01:00:00+01:00",
            "begin_effective": "2020-09-01T02:00:00+02:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2020-06-02T11:14:32+02:00",
            "program": 109,
            "subprogram": null,
            "organization": 14063,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51696,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "874807",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6146-51696-10"
            ]
        },
        {
            "id": 6414,
            "title": {
                "de": "Prostaglandin und Cannabinoid Rezeptoren in der EoE",
                "en": "Prostaglandin and cannabinoid receptors in EoE"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-03-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2025-02-28T01:00:00+01:00",
            "assignment": "2021-01-18T12:19:12+01:00",
            "program": 108,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 56687,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI887",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6414-56687-10"
            ]
        },
        {
            "id": 6029,
            "title": {
                "de": "Diagnostik und Management fieberhafter Erkrankungen unter Verwendung von personalisierter RNA Molekularsignatur ",
                "en": "Diagnosis and Management of Febrile Illness using RNA Personalised Molecular Signature Diagnosis"
            },
            "short": "Diamonds",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-01-01T01:00:00+01:00",
            "begin_effective": "2020-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2026-03-31T02:00:00+02:00",
            "assignment": "2020-01-17T15:19:36+01:00",
            "program": 109,
            "subprogram": null,
            "organization": 14091,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 51647,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": " 848196",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6029-62056-12",
                "6029-51647-10"
            ]
        },
        {
            "id": 7501,
            "title": {
                "de": "Faradaic scalpels: eine neue Mikrochirurgie Methode zur Gehirntumorbehandlung",
                "en": "Faradaic scalpels: a novel microsurgery tool for brain\r\ntumor treatment"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2023-04-14T13:55:05+02:00",
            "program": 207,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 98848,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7501-98848-10"
            ]
        }
    ]
}