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=360&ordering=-begin_planned
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2260,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=380&ordering=-begin_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=340&ordering=-begin_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": 8324,
            "title": {
                "de": "Untersuchung der Eigenschaften von NR4As bei der Gestaltung der Tumormikroumgebung in diffusen großzelligen B-Zell-Lymphomen",
                "en": "Investigating the properties of NR4As in shaping the tumour microenvironment in diffuse large B cell lymphomas"
            },
            "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": "2026-09-01T02:00:00+02:00",
            "end_effective": "2026-09-01T02:00:00+02:00",
            "assignment": "2024-08-05T12:39:44+02: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": [
                1375
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8324-59183-10"
            ]
        },
        {
            "id": 8426,
            "title": {
                "de": "Immunometabolic biomarkers and therapeutic targets in multiple sclerosis",
                "en": "Immunometabolic biomarkers and therapeutic targets in multiple sclerosis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-09-01T02:00:00+02:00",
            "begin_effective": "2024-10-01T02:00:00+02:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-09-30T02:00:00+02:00",
            "assignment": "2024-10-07T16:32:04+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 107391,
            "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": [
                "8426-107391-10"
            ]
        },
        {
            "id": 8591,
            "title": {
                "de": "Krebsbekämpfung mit digitaler Pathologie ",
                "en": "Fighting cancer with digital pathology"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-09-01T02:00:00+02:00",
            "begin_effective": "2024-12-01T01:00:00+01:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-11-30T01:00:00+01:00",
            "assignment": "2025-01-14T13:06:19+01:00",
            "program": 206,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 104839,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8591-104839-10"
            ]
        },
        {
            "id": 8329,
            "title": {
                "de": "Steuerung von Thiamazol bei Immunthyreopathie Basedow – eine randomisierte, kontrollierte klinische Studie zum Vergleich einer Computer-unterstützen Behandlung (Digital Thyroid - DigiThy) versus Standardtherapie",
                "en": "Guiding Methimazole Therapy in Graves’ Disease - a Randomized Controlled Trial Comparing a Computer-Aided Treatment (Digital Thyroid - DigiThy) versus Usual Care"
            },
            "short": "DigiThy",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-09-01T02:00:00+02:00",
            "begin_effective": "2024-09-01T02:00:00+02:00",
            "end_planned": "2027-09-01T02:00:00+02:00",
            "end_effective": "2027-09-01T02:00:00+02:00",
            "assignment": "2024-08-06T14:24:36+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 71449,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": "FIF-A 16-0492/2024-0001",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8329-71449-10"
            ]
        },
        {
            "id": 8372,
            "title": {
                "de": " Verbesserte Proteinsynthese durch synchronisierte Hefezellen ",
                "en": " Enhanced protein synthesis by synchronous yeast cells "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-09-01T02:00:00+02:00",
            "begin_effective": "2024-09-01T02:00:00+02:00",
            "end_planned": "2027-08-31T02:00:00+02:00",
            "end_effective": "2027-08-31T02:00:00+02:00",
            "assignment": "2024-08-27T12:48:30+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 113130,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT7561223",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8372-113130-10",
                "8372-132237-12",
                "8372-132297-12",
                "8372-134997-12",
                "8372-135241-12",
                "8372-135623-12",
                "8372-122613-12",
                "8372-124253-12"
            ]
        },
        {
            "id": 8368,
            "title": {
                "de": "pan-European Management of Biological toxin incidents through standaRdisAtion initiatives for Crisis response Enhancement",
                "en": "pan-European Management of Biological toxin incidents through standaRdisAtion initiatives for Crisis response Enhancement"
            },
            "short": "EMBRACE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-10-01T02:00:00+02:00",
            "end_planned": "2027-07-31T02:00:00+02:00",
            "end_effective": "2027-09-30T02:00:00+02:00",
            "assignment": "2024-08-22T12:03:14+02:00",
            "program": 213,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8368-50593-12",
                "8368-50861-12",
                "8368-95322-12",
                "8368-99430-12",
                "8368-51663-10",
                "8368-102187-12",
                "8368-101039-12",
                "8368-122831-12",
                "8368-126754-12"
            ]
        },
        {
            "id": 8272,
            "title": {
                "de": "Stärkung der Immuntherapie bei nichtkleinzelligem Lungenkrebs",
                "en": "Boosting immunotherapy in non-small cell lung cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-08-01T02:00:00+02:00",
            "end_planned": "2026-08-01T02:00:00+02:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2024-06-21T11:36:43+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 111070,
            "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": [
                "8272-111070-10"
            ]
        },
        {
            "id": 8277,
            "title": {
                "de": "Untersuchung des pro-fibrotischen Potenzials von B-Zellen in der Haut bei systemischer Sklerose",
                "en": "Investigating the pro-fibrotic potential of B cells in the skin niche during Systemic Sclerosis"
            },
            "short": "SScSkin",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-08-01T02:00:00+02:00",
            "end_planned": "2026-07-31T02:00:00+02:00",
            "end_effective": "2026-07-31T02:00:00+02:00",
            "assignment": "2024-06-27T13:46:39+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 120271,
            "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": [
                "8277-115661-12",
                "8277-120271-10",
                "8277-131740-12"
            ]
        },
        {
            "id": 8360,
            "title": {
                "de": "Myokardiale Strainanalyse zur Verbesserung der diagnostischen Aussagekraft von genetischen Testungen bei Hypertropher Kardiomyopathie",
                "en": "Myocardial deformation analysis to improve diagnostic yield of genetic testing in hypertrophic cardiomyopathy"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-09-01T02:00:00+02:00",
            "end_planned": "2029-07-31T02:00:00+02:00",
            "end_effective": "2029-08-31T02:00:00+02:00",
            "assignment": "2024-08-21T10:59:10+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 106116,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                468
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8360-106116-10"
            ]
        },
        {
            "id": 8188,
            "title": {
                "de": "Pilztranslokation über den Darm gemessen durch 1,3-Beta-D-Glukan und seine Rolle in Patient:innen mit Leberzirrhose",
                "en": "Gut fungal translocation measured by 1,3-Beta-D-Glucan and its role in patients with liver cirrhosis"
            },
            "short": "BDG-Cirrhosis",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-08-01T02:00:00+02:00",
            "end_planned": "2026-01-01T01:00:00+01:00",
            "end_effective": "2026-12-31T01:00:00+01:00",
            "assignment": "2024-05-07T15:35:19+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29164,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 115781,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                203
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8188-115781-10"
            ]
        },
        {
            "id": 8393,
            "title": {
                "de": "Spezies-Diversität von Pilzen in verarbeiteten Grundnahrungsmitteln aus Subsistenzwirtschaftsgemeinschaften im ländlichen Namibia",
                "en": "Fungal diversity of processed staple cereals from rural subsistence farming communities in Namibia"
            },
            "short": "FUNGINAM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-06-01T02:00:00+02:00",
            "end_planned": "2026-07-31T02:00:00+02:00",
            "end_effective": "2026-05-31T02:00:00+02:00",
            "assignment": "2024-09-19T13:21:41+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 112729,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8393-112729-10"
            ]
        },
        {
            "id": 8335,
            "title": {
                "de": "HYDrochlorothiazidE im Vergleich zu Amlodipin zur Behandlung \r\nder arteriellen Hypertonie bei hypertropher obstruktiver KardioMyopathie –\r\ndie multizentrische, randomisierte, doppelblinde, kontrollierte Crossover HYDE-HCM Studie",
                "en": "Randomized trial of HYDrochlorothiazidE compared to amlodipine to treat \r\narterial hypertension in patients with Hypertrophic obstructive CardioMyopathy –\r\nthe multicenter randomized double-blind controlled crossover HYDE-HCM trial"
            },
            "short": "HYDE-HCM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-08-01T02:00:00+02:00",
            "begin_effective": "2024-08-01T02:00:00+02:00",
            "end_planned": "2029-07-31T02:00:00+02:00",
            "end_effective": "2029-07-31T02:00:00+02:00",
            "assignment": "2024-08-08T13:01:55+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 81519,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                468
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8335-60377-12",
                "8335-81519-10",
                "8335-101803-12",
                "8335-106116-12",
                "8335-116542-12"
            ]
        },
        {
            "id": 8282,
            "title": {
                "de": "Fortgeschrittene biomechanische Analyse von 3D-Bioprint-Konstrukten auf Basis dynamischer Hydrogele für Anwendungen in Knorpelregenerierendemedizin",
                "en": "Advanced Biomechanical Analysis of 3D-bioprinted \r\nConstructs Based on Dynamic Hydrogels for Applications in Cartilage \r\nRegenerative Medicine"
            },
            "short": "ADVANCE CARTI",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-15T02:00:00+02:00",
            "begin_effective": "2024-07-15T02:00:00+02:00",
            "end_planned": "2025-04-30T02:00:00+02:00",
            "end_effective": "2025-04-30T02:00:00+02:00",
            "assignment": "2024-07-02T17:05:10+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14018,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 97024,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                3237
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8282-97024-10"
            ]
        },
        {
            "id": 8295,
            "title": {
                "de": "Auswirkung von CD8+ T-Zelldepletion auf das Tumormikromilieu (TME) bei Nr4a1-Verlust",
                "en": "Effect of CD8+ T cell depletion on the tumour microenvironment (TME) in Nr4a1 loss"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-01T02:00:00+02:00",
            "begin_effective": "2024-07-01T02: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-11T11:00:10+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100134,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": "FIF-A 16-0477/212007029",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8295-100134-10",
                "8295-111069-12"
            ]
        },
        {
            "id": 8656,
            "title": {
                "de": "Bile acid-HDL conjugates ameliorate obesity associated endothelial dysfunction",
                "en": "Bile acid-HDL conjugates ameliorate obesity associated endothelial dysfunction"
            },
            "short": "BAED",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-01T02:00:00+02:00",
            "begin_effective": "2024-07-01T02:00:00+02:00",
            "end_planned": "2025-06-30T02:00:00+02:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2025-02-13T11:39:55+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 98847,
            "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": [
                "8656-98847-10"
            ]
        },
        {
            "id": 8433,
            "title": {
                "de": "Next Generation NMR-based Metabolomics",
                "en": "Next Generation NMR-based Metabolomics"
            },
            "short": "NextGen metNMR",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-01T02:00:00+02:00",
            "begin_effective": "2024-07-01T02:00:00+02:00",
            "end_planned": "2027-06-30T02:00:00+02:00",
            "end_effective": "2027-06-30T02:00:00+02:00",
            "assignment": "2024-10-08T13:23:25+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 91207,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8433-91207-10"
            ]
        },
        {
            "id": 8296,
            "title": {
                "de": "Qualitätsverbesserungsprojekt: Automatisiertes Reanimationsfeedback des Notarzteinsatzfahrzeugs Universitätsklinikum Graz",
                "en": "Quality improvement project: Automated resuscitation feedback from the physician response unit of the Medical University of Graz"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-01T02:00:00+02:00",
            "begin_effective": "2024-07-01T02:00:00+02:00",
            "end_planned": "2025-07-01T02:00:00+02:00",
            "end_effective": "2026-02-01T01:00:00+01:00",
            "assignment": "2024-07-16T10:20:01+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 95708,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8296-100227-12",
                "8296-60097-12",
                "8296-95708-10",
                "8296-97332-12",
                "8296-100461-12",
                "8296-99639-12"
            ]
        },
        {
            "id": 8562,
            "title": {
                "de": "Pilotprojekt Telemedizin in der klinisch-forensischen Untersuchung",
                "en": "-"
            },
            "short": "Telemedizin_klin-foren_Untersuchungen",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-01T02:00:00+02:00",
            "begin_effective": "2024-06-01T02:00:00+02:00",
            "end_planned": "2025-12-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2024-12-12T14:49:41+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14019,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 115441,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8562-115441-10"
            ]
        },
        {
            "id": 8333,
            "title": {
                "de": "Assessment of the cardiovascular risk profile of infants exposed to pre-eclampsia in utero",
                "en": "Assessment of the cardiovascular risk profile of infants exposed to pre-eclampsia in utero"
            },
            "short": "CARIPRE-ECLAMPSIA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-01T02:00:00+02:00",
            "begin_effective": "2024-07-01T02:00:00+02:00",
            "end_planned": "2026-06-30T02:00:00+02:00",
            "end_effective": "2026-06-30T02:00:00+02:00",
            "assignment": "2024-08-08T11:09:42+02:00",
            "program": 254,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 57932,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8333-57932-10"
            ]
        }
    ]
}