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=520&ordering=-end_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2265,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=540&ordering=-end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=500&ordering=-end_effective",
    "results": [
        {
            "id": 6947,
            "title": {
                "de": "Integrated Services for Infectious Disease Outbreak Research",
                "en": "Integrated Services for Infectious Disease Outbreak Research"
            },
            "short": "ISIDORe",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-09-01T02:00:00+02:00",
            "begin_effective": "2022-02-01T01:00:00+01:00",
            "end_planned": "2024-08-30T02:00:00+02:00",
            "end_effective": "2025-07-31T02:00:00+02:00",
            "assignment": "2022-03-04T11:47:38+01:00",
            "program": 210,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101046133",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6947-51663-10"
            ]
        },
        {
            "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": 6622,
            "title": {
                "de": "Die Tumorsuppressive Rolle von Nr4a1 in aggressiven lymphomen",
                "en": "The tumor suppressive role of NR4A1 in aggressive lymphomas"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-07-01T02:00:00+02:00",
            "begin_effective": "2021-07-01T02:00:00+02:00",
            "end_planned": "2024-06-30T02:00:00+02:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2021-06-17T13:43:15+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59183,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-51",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6622-57882-12",
                "6622-59183-10",
                "6622-130957-12"
            ]
        },
        {
            "id": 6496,
            "title": {
                "de": "Targeting extracellular matrix protein 1 (ECM1) as a novel therapy to ameliorate adverse cardiac fibrosis in heart disease: a critical mediator of matrix remodelling that links inflammation to fibrosis in ischemic hearts",
                "en": "Targeting extracellular matrix protein 1 (ECM1) as a novel therapy to ameliorate adverse cardiac fibrosis in heart disease: a critical mediator of matrix remodelling that links inflammation to fibrosis in ischemic hearts"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-05-01T02:00:00+02:00",
            "begin_effective": "2021-05-01T02:00:00+02:00",
            "end_planned": "2023-04-30T02:00:00+02:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2021-03-15T09:36:09+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58906,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                468
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6496-58906-10",
                "6496-75758-12",
                "6496-98851-12",
                "6496-99984-12",
                "6496-104482-12",
                "6496-114311-12"
            ]
        },
        {
            "id": 5984,
            "title": {
                "de": "Human Exposome Assessment Platform",
                "en": " Human Exposome Assessment Platform"
            },
            "short": "HEAP",
            "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": "2025-06-30T02:00:00+02:00",
            "assignment": "2019-12-09T10:03: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": "874662",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5984-51449-10",
                "5984-105945-12"
            ]
        },
        {
            "id": 8049,
            "title": {
                "de": "Verbesserung der Achtsamkeit für Mentalen Gesundheit bei Studenten in Kenya",
                "en": "Strengthening Mental Health Awareness among Secondary School Students in\r\nKenya (SMEHAS)"
            },
            "short": "SMEHAS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-08-11T02:00:00+02:00",
            "begin_effective": "2023-07-01T02:00:00+02:00",
            "end_planned": "2025-08-11T02:00:00+02:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2024-02-20T14:35:55+01:00",
            "program": 201,
            "subprogram": null,
            "organization": 29447,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 59288,
            "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": [
                "8049-59288-10"
            ]
        },
        {
            "id": 8353,
            "title": {
                "de": "Oxidativer Stress und Probiotika- kann oxidativer Stress durch die Gabe von Probiotika verändert werden?",
                "en": "Oxidative Stress and Probiotics – Can Oxidative Stress be Altered by Administering Probiotics?"
            },
            "short": "ProBio-OXSTRESS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-08-15T02:00:00+02:00",
            "end_planned": "2025-06-30T02:00:00+02:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2024-08-19T14:12:32+02:00",
            "program": null,
            "subprogram": null,
            "organization": 29447,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 84449,
            "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": [
                "8353-84449-10"
            ]
        },
        {
            "id": 7724,
            "title": {
                "de": "Immunzell-Profiling bei chronischen Lungenerkrankungen",
                "en": "Inflammatory profiling in chronic lung disease"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-01-01T01:00:00+01:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2024-12-31T01:00:00+01:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2023-08-22T16:42:09+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14006,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 100911,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI 844",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7724-57409-12",
                "7724-97528-12",
                "7724-111487-12",
                "7724-100911-10"
            ]
        },
        {
            "id": 8069,
            "title": {
                "de": "Erforschung der Immunseneszenz bei Multipler Sklerose",
                "en": "Investigating immunosenescence in Multiple Sclerosis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-04-01T02:00:00+02:00",
            "begin_effective": "2024-04-01T02:00:00+02:00",
            "end_planned": "2025-03-30T01:00:00+01:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2024-03-06T16:48:57+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 95212,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2539
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8069-57435-11",
                "8069-78952-11",
                "8069-95212-10",
                "8069-111529-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": 6350,
            "title": {
                "de": "Identifizierung der Nische von gesunden und leukämischen Stammzellen.",
                "en": "Identifying the hematopoietic and leukemic stem cell niches."
            },
            "short": "SynNotch",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2020-10-01T02:00:00+02:00",
            "begin_effective": "2021-01-01T01:00:00+01:00",
            "end_planned": "2023-10-01T02:00:00+02:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2020-11-30T11:35:10+01:00",
            "program": 111,
            "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": [
                9
            ],
            "funder_projectcode": "I5021",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6350-50747-10",
                "6350-98091-12",
                "6350-97755-12",
                "6350-108881-12",
                "6350-119131-12"
            ]
        },
        {
            "id": 7552,
            "title": {
                "de": "Früherkennung von Therapieresistenzen bei Prostatakrebs: RNA-analysen von therapierelevanten Biomarkern in zirkulierenden Tumorzellen",
                "en": "Early detection of therapy resistance in prostate cancer: RNA analysis of therapy-relevant biomarkers in circulating tumor cells"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-04-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2024-04-30T02:00:00+02:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2023-05-10T12:09:21+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 66435,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1888
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7552-66435-10",
                "7552-105102-12"
            ]
        },
        {
            "id": 7979,
            "title": {
                "de": "Geschlechtsspezifische virtuelle Herztechnologien",
                "en": "Sex-specific Virtual Heart Technologies of Electrophysiology"
            },
            "short": "X-Heart",
            "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": "2026-12-31T01:00:00+01:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2024-01-17T14:15:53+01:00",
            "program": 124,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 98304,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "ESP 592",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7979-98304-10"
            ]
        },
        {
            "id": 4257,
            "title": {
                "de": "Cardiotoxicity of Targeted Anti-Cancer Therapies",
                "en": "Cardiotoxicity of Targeted Anti-Cancer Therapies"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-04-01T02:00:00+02:00",
            "begin_effective": "2016-04-01T02:00:00+02:00",
            "end_planned": "2018-03-31T02:00:00+02:00",
            "end_effective": "2025-06-30T02:00:00+02:00",
            "assignment": "2016-01-28T12:57:10+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58906,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                468
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4257-58906-10",
                "4257-98851-12",
                "4257-99984-12",
                "4257-104482-12"
            ]
        },
        {
            "id": 7358,
            "title": {
                "de": "SCIence outreach: Beispiel der BIObanken in EUropa",
                "en": "SCIence outreach: The example of BIObanks in Europe"
            },
            "short": "SCIBIOEU",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-11-01T01:00:00+01:00",
            "begin_effective": "2022-12-15T01:00:00+01:00",
            "end_planned": "2024-05-31T02:00:00+02:00",
            "end_effective": "2025-06-14T02:00:00+02:00",
            "assignment": "2023-01-31T09:46:42+01:00",
            "program": 220,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51870,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "2022-1-EL01-KA220-HED-000088145 (Agreement Number)",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7358-51870-10"
            ]
        },
        {
            "id": 7918,
            "title": {
                "de": "Einrichtung einer Chemobibliothek zur Identifizierung neuer Moleküle für die \r\nBehandlung seltener Krankheiten",
                "en": "Establishment of a chemical library for the identification of molecular entities as potential drugs for the treatment of rare diseases"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-12-15T01:00:00+01:00",
            "begin_effective": "2023-12-01T01:00:00+01:00",
            "end_planned": "2024-06-15T02:00:00+02:00",
            "end_effective": "2025-06-01T02:00:00+02:00",
            "assignment": "2023-12-07T15:25:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 107189,
            "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": [
                "7918-50565-12",
                "7918-58736-12",
                "7918-107189-10",
                "7918-116508-12"
            ]
        },
        {
            "id": 5988,
            "title": {
                "de": "Integrated and standardized NGS workflows for Personalized therapy",
                "en": "Integrated and standardized NGS workflows for Personalized therapy"
            },
            "short": "Instand-NGS4P",
            "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": "2025-06-30T02:00:00+02:00",
            "end_effective": "2025-05-31T02:00:00+02:00",
            "assignment": "2019-12-09T14:22:21+01:00",
            "program": 109,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51663,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5988-51663-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-79651-10",
                "7934-91531-12",
                "7934-77049-12"
            ]
        },
        {
            "id": 8715,
            "title": {
                "de": "Einfluss von Übergewicht/Adipositas auf die Freisetzung von inflammatorischen Zytokinen Endothelialer Vorläuferzellen",
                "en": "Impact of overweight/obesity on the secretion of inflammatory cytokines of endothelial progenitor cells "
            },
            "short": "Übergewicht_inflammatorische Zytokine",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-04-01T02:00:00+02:00",
            "begin_effective": "2025-04-01T02:00:00+02:00",
            "end_planned": "2025-04-30T02:00:00+02:00",
            "end_effective": "2025-05-31T02:00:00+02:00",
            "assignment": "2025-03-10T11:08:34+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 105059,
            "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": [
                "8715-105059-10"
            ]
        },
        {
            "id": 7612,
            "title": {
                "de": "Kombination von \"secondary bioinformatics\" und \"spatial transcriptomics\" zur Analyse des größten Datensets von Transkriptomdaten der humanen Placenta im Verlauf der Schwangerschaft und bei Präeklampsie",
                "en": "Combining secondary bioinformatics and spatial transcriptomics to analyze the largest data set of transcriptome data of the human placenta in the course of normal pregnancy and in preeclampsia"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-06-01T02:00:00+02:00",
            "begin_effective": "2023-06-01T02:00:00+02:00",
            "end_planned": "2025-05-31T02:00:00+02:00",
            "end_effective": "2025-05-31T02:00:00+02:00",
            "assignment": "2023-06-12T13:52:14+02:00",
            "program": 207,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 54142,
            "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": [
                "7612-54142-10"
            ]
        }
    ]
}