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=680&ordering=-end_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2139,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=700&ordering=-end_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=660&ordering=-end_planned",
    "results": [
        {
            "id": 6906,
            "title": {
                "de": "Implementierung der PBMC (Mononukleäre Zellen des peripheren\r\nBlutes) Isolierung als Serviceleistung",
                "en": "Implementation of the PBMC (Mononuclear Cells des\r\nperipheral blood) Isolation as a service\r\nthe Biobank Graz"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-03-01T01:00:00+01:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2023-03-01T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2022-02-07T15:26:40+01:00",
            "program": null,
            "subprogram": null,
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 89175,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6906-89175-10"
            ]
        },
        {
            "id": 6509,
            "title": {
                "de": "Eine Prospektive Radiologische Analyse der Rekonstruktion des Sagittalen Alignments mithilfe von Transforaminaler Lumbaler Interbody Fusion (TLIF) unter Verwendung Lordotischer Cages.",
                "en": "Prospective Radiographic Analysis of Sagittal Alignment Restoration with Transforaminal Lumbar Interbody Fusion (TLIF) using Expandable Lordotic Cages."
            },
            "short": "Sagittal Alignment",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-03-01T01:00:00+01:00",
            "begin_effective": "2021-04-01T02:00:00+02:00",
            "end_planned": "2023-03-01T01:00:00+01:00",
            "end_effective": "2023-03-31T02:00:00+02:00",
            "assignment": "2021-03-29T10:18:26+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 91941,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1270
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6509-59379-11",
                "6509-91941-10"
            ]
        },
        {
            "id": 6098,
            "title": {
                "de": "HOCHDOSIS-GLUKOKORTIKOID-THERAPIE VS. GLUKOKORTIKOID-SUBSTITUTION IN DER THERAPIE DER IMMUN-CHECKPOINT-INHIBITOR-VERMITTELTEN HYPOPHYSITIS: EINE OFFENE, RANDOMISIERTE STUDIE",
                "en": "GLUCOCORTICOID HIGH-DOSE VS. REPLACEMENT IN IMMUNE CHECKPOINT INHIBITOR ASSOCIATED HYPOPHYSITIS: AN OPEN, RANDOMIZED TRIAL"
            },
            "short": "CORTICI",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-03-01T01:00:00+01:00",
            "begin_effective": "2020-01-01T01:00:00+01:00",
            "end_planned": "2023-02-28T01:00:00+01:00",
            "end_effective": "2024-02-29T01:00:00+01:00",
            "assignment": "2020-03-16T12:01:56+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 71449,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": "18377",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6098-71449-10"
            ]
        },
        {
            "id": 5672,
            "title": {
                "de": "SFB Lipidhydrolyse, PP05: Lysosomale Lipidhydrolyse",
                "en": "SFB Lipid Hydrolysis, PP05: Lysosomal lipid hydrolysis"
            },
            "short": "SFB Lipid Hydrolysis",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-03-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2023-02-28T01:00:00+01:00",
            "end_effective": "2023-02-28T01:00:00+01:00",
            "assignment": "2019-02-12T11:00:52+01:00",
            "program": 67,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51904,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "F07309",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5672-51904-10"
            ]
        },
        {
            "id": 7110,
            "title": {
                "de": "Mucorales PCR in immunsupprimierten Patienten zur Bestimmung der Prävalenz der Mukormykose  (MucorPCR multizentrische Studie)",
                "en": "Mucorales polymerase chain reaction testing in immunocompromised patients:\r\nassessing the prevalence of mucormycosis in a high-risk population (MucorPCR\r\nmulticenter study)\r\n"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2023-02-28T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2022-07-29T11:48:46+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29164,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 64754,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7110-64754-10",
                "7110-76430-11"
            ]
        },
        {
            "id": 5719,
            "title": {
                "de": "Entwicklung eines offenen Kooperation Portals für Life Science in Europa",
                "en": "Providing an open collaborative space for digital biology in Europe"
            },
            "short": "EOSC-Life",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-03-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2023-02-28T01:00:00+01:00",
            "end_effective": "2023-08-31T02:00:00+02:00",
            "assignment": "2019-03-04T09:09:39+01:00",
            "program": 109,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51449,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "824087",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5719-51449-10"
            ]
        },
        {
            "id": 5671,
            "title": {
                "de": "Koordination SFB Lipidhydrolasen: Zelluläre Lipidabbauwege in Gesundheit und Krankheit",
                "en": "Coordination SFB Lipid Hydrolysis: Cellular lipid degradation pathways in health and disease"
            },
            "short": "SFB Lipid Hydrolysis",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-03-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2023-02-28T01:00:00+01:00",
            "end_effective": "2023-02-28T01:00:00+01:00",
            "assignment": "2019-02-12T10:59:29+01:00",
            "program": 67,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51904,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "F07301",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5671-51904-10"
            ]
        },
        {
            "id": 5968,
            "title": {
                "de": "Multiskalenveränderungen im Knochen durch biologisch resorbierbare Implantate: Vorhersage der Struktur und der mechanischen Leistung",
                "en": "Multiscale changes in bone due to bio-resorbable implants: towards a\r\nprediction of structure and mechanical performance"
            },
            "short": "SAXStomo",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-03-01T01:00:00+01:00",
            "begin_effective": "2020-06-01T02:00:00+02:00",
            "end_planned": "2023-02-28T01:00:00+01:00",
            "end_effective": "2024-05-31T02:00:00+02:00",
            "assignment": "2019-11-26T14:09:07+01:00",
            "program": 111,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50785,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I4409",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5968-50785-10",
                "5968-96335-12",
                "5968-98087-12",
                "5968-107169-12",
                "5968-114967-12"
            ]
        },
        {
            "id": 5760,
            "title": {
                "de": "SFB Lipidhydrolyse: Zusatzfinanzierung Land Steiermark",
                "en": "SFB Lipid Hydrolysis: Additional Funding County of Styria"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-03-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2023-02-28T01:00:00+01:00",
            "end_effective": "2023-02-28T01:00:00+01:00",
            "assignment": "2019-04-09T11:51:54+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51904,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 20,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5760-51904-10"
            ]
        },
        {
            "id": 6723,
            "title": {
                "de": "Innovative Ernährungs-Schulungen im häuslichen Setting (INES) - Gesundheitsförderung pflegebedürftiger Menschen, pflegender Angehöriger und Personen der 24-h-Betreuung",
                "en": "Innovative nutrition training in the community - health promotion of people in need of care and informal caregivers"
            },
            "short": "INES",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-03-01T01:00:00+01:00",
            "begin_effective": "2022-03-01T01:00:00+01:00",
            "end_planned": "2023-02-28T01:00:00+01:00",
            "end_effective": "2024-03-31T01:00:00+01:00",
            "assignment": "2021-10-01T13:02:58+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 82963,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                70,
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6723-82963-10"
            ]
        },
        {
            "id": 6890,
            "title": {
                "de": "Kontinuierliche Bestimmung der Leberfunktion während simulierter Transplantation durch Maschinenperfusion",
                "en": "Continuous measurement of liver function during simulated transplantation by machine perfusion"
            },
            "short": "CorLab_MP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-02-01T01:00:00+01:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2023-02-01T01:00:00+01:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2022-01-24T11:47:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14073,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50144,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-73",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6890-50144-10"
            ]
        },
        {
            "id": 6344,
            "title": {
                "de": "Organoid-basierte Prädiktion von Patienten-spezifischem Ansprechen auf Fasten in der Krebstherapie",
                "en": "Organoid-based prediction of patient response to polytherapy for hepatocellular carcinoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-08-01T02:00:00+02:00",
            "begin_effective": "2020-12-01T01:00:00+01:00",
            "end_planned": "2023-01-31T01:00:00+01:00",
            "end_effective": "2024-11-30T01:00:00+01:00",
            "assignment": "2020-11-24T19:05:16+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 99151,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": "18517",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6344-99151-10"
            ]
        },
        {
            "id": 7190,
            "title": {
                "de": "Was macht Albumin (in)effektiv?",
                "en": "What makes albumin (in)effective?"
            },
            "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": "2023-01-31T01:00:00+01:00",
            "end_effective": "2025-11-07T01:00:00+01:00",
            "assignment": "2022-09-28T11:32:05+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 90044,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2623
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7190-90044-10"
            ]
        },
        {
            "id": 5725,
            "title": {
                "de": "DK metabolic and cardiovascular disease (3rd funding period)",
                "en": "Doktoratskolleg Metabolische und Kardiovaskuläre Erkrankungen (3. Projektperiode)"
            },
            "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": "2023-01-01T01:00:00+01:00",
            "end_effective": "2024-06-30T02:00:00+02:00",
            "assignment": "2019-03-11T12:40:25+01:00",
            "program": 66,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58794,
            "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": [
                "5725-58794-10",
                "5725-98847-12"
            ]
        },
        {
            "id": 6916,
            "title": {
                "de": "Korrelation von Tumorgröße und -biologie mit der Freisetzung von ctDNA bei Darmkrebs im Frühstadium",
                "en": "Correlation of tumor size and -biologie with ctDNA release in early colorectal cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2023-01-01T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2022-02-10T13:46:10+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50899,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-36",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6916-50899-10"
            ]
        },
        {
            "id": 5711,
            "title": {
                "de": "Koordination: Doktoratskolleg Metabolische und Kardiovaskuläre Erkrankungen (3. Projektperiode)",
                "en": "Coordination: 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-02-26T12:02:13+01:00",
            "program": 66,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51691,
            "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": [
                "5711-51691-10",
                "5711-50903-12",
                "5711-57409-12",
                "5711-104257-12",
                "5711-105381-12",
                "5711-112150-12"
            ]
        },
        {
            "id": 6939,
            "title": {
                "de": "Förderung der Lebensspanne durch Mitohormesis induziert durch mitochondriales Kalzium",
                "en": "Promotion of lifespan by mitochondrial Ca2+-induced mitohormesis"
            },
            "short": "Ca2+-induced mitohormesis",
            "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": "2022-12-31T01:00:00+01:00",
            "end_effective": "2022-12-31T01:00:00+01:00",
            "assignment": "2022-03-01T12:10:36+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85069,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-69",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6939-85069-10"
            ]
        },
        {
            "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-50989-10",
                "5525-50874-12",
                "5525-62756-12",
                "5525-81091-12",
                "5525-103160-12",
                "5525-93640-12",
                "5525-89855-12",
                "5525-99578-12",
                "5525-107131-12",
                "5525-110206-12",
                "5525-122050-12",
                "5525-108983-12",
                "5525-111188-12",
                "5525-114553-12",
                "5525-120289-12"
            ]
        },
        {
            "id": 5771,
            "title": {
                "de": "LOGOS-TBI: Licht-kontrollierte organische Halbleiter-Implantate bei Schädel-Hirn-Trauma",
                "en": "LOGOS-TBI: Light-controlled organic semiconductor implants for\r\nimproved regeneration after traumatic brain injury."
            },
            "short": "LOGOS-TBI",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-05-01T02:00:00+02:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2024-04-30T02:00:00+02:00",
            "assignment": "2019-04-24T14:37:23+02:00",
            "program": 115,
            "subprogram": null,
            "organization": 14050,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 72095,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "ZK 17-B27",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5771-66727-11",
                "5771-72095-10",
                "5771-83104-11",
                "5771-90620-12",
                "5771-104218-12",
                "5771-99325-12",
                "5771-114030-12",
                "5771-104822-12",
                "5771-129561-12"
            ]
        },
        {
            "id": 6689,
            "title": {
                "de": "Untersuchung der antiviralen Wirkung eines Peptids gegen SARS-CoV-2",
                "en": "Untersuchung der antiviralen Wirkung eines Peptids gegen SARS-CoV-2"
            },
            "short": "SARS-CoV-2 Inhibitor",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-07-01T02:00:00+02:00",
            "begin_effective": "2021-09-01T02:00:00+02:00",
            "end_planned": "2022-12-31T01:00:00+01:00",
            "end_effective": "2023-08-31T02:00:00+02:00",
            "assignment": "2021-09-07T18:13:05+02:00",
            "program": 60,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999888039",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6689-51663-10"
            ]
        }
    ]
}