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=100&ordering=-end_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2140,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=120&ordering=-end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=80&ordering=-end_effective",
    "results": [
        {
            "id": 7663,
            "title": {
                "de": "Randomisierter Vergleich der Ergebnisse von Einfach-arterieller vs Multi-arterieller \r\nRevaskularisation bei Frauen\r\n",
                "en": "Randomized comparsion of the Outcomes of single vs Multiple Arterial grafts trial in Women"
            },
            "short": "ROMA Women",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-04-15T02:00:00+02:00",
            "begin_effective": "2023-09-01T02:00:00+02:00",
            "end_planned": "2029-03-14T01:00:00+01:00",
            "end_effective": "2027-08-31T02:00:00+02:00",
            "assignment": "2023-07-06T16:40:30+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14075,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51592,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI1147",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7663-51592-10"
            ]
        },
        {
            "id": 8304,
            "title": {
                "de": "tAckLing menTal Health cancer patients and their families: digital solutions for bEtter cAre",
                "en": "tAckLing menTal Health cancer patients and their families: digital solutions for bEtter cAre"
            },
            "short": "ALTHEA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-07-01T02:00:00+02:00",
            "begin_effective": "2024-09-01T02:00:00+02:00",
            "end_planned": "2027-06-30T02:00:00+02:00",
            "end_effective": "2027-08-31T02:00:00+02:00",
            "assignment": "2024-07-23T10:59:16+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51062,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101161236",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8304-51062-10"
            ]
        },
        {
            "id": 8135,
            "title": {
                "de": "Verbessertes Active Learning zur Bildsegmentierung mittels Foundation Modellen",
                "en": "Boosting Active Learning for Deep Image Segmentation via Foundation Models"
            },
            "short": "BALDIS-FM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-04-01T02:00:00+02:00",
            "begin_effective": "2024-08-01T02:00:00+02:00",
            "end_planned": "2027-03-31T02:00:00+02:00",
            "end_effective": "2027-07-31T02:00:00+02:00",
            "assignment": "2024-04-11T12:42:20+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14026,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 63647,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT1748423",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8135-63647-10"
            ]
        },
        {
            "id": 8449,
            "title": {
                "de": "Biokatalytische Synthese von herausfordernden Makrozyklen\r\n",
                "en": "Biocatalytic Synthesis of Challenging Macrocycles "
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-02-01T01:00:00+01:00",
            "end_planned": "2027-06-30T02:00:00+02:00",
            "end_effective": "2027-07-31T02:00:00+02:00",
            "assignment": "2024-10-16T12:46:55+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 107189,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P 37113",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8449-50565-12",
                "8449-128174-12",
                "8449-107189-10",
                "8449-113249-12"
            ]
        },
        {
            "id": 8243,
            "title": {
                "de": "Nach der Geburt durchgeführte neonatologische Lungenultraschalluntersuchungen zur Prognose der Notwendigkeit einer Atemunterstützung >60 Lebensminuten",
                "en": "Neonatologist-performed lung ultrasound during immediate transition after birth to predict the need for respiratory support persisting more than 1 hour"
            },
            "short": "Lung Ultrasound in the Delivery Room",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-03-01T01:00:00+01:00",
            "begin_effective": "2024-07-01T02:00:00+02:00",
            "end_planned": "2027-02-28T01:00:00+01:00",
            "end_effective": "2027-06-30T02:00:00+02:00",
            "assignment": "2024-06-10T11:34:36+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14094,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 79516,
            "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": [
                "8243-79516-10",
                "8243-86558-11"
            ]
        },
        {
            "id": 8716,
            "title": {
                "de": "p53-abhängiges hepatozelluläres Karzinom-Zellschicksal bei Nährstoffrestriktion",
                "en": "p53-dependent hepatocellular carcinoma cell fate upon nutrient restriction"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-06-01T02:00:00+02:00",
            "begin_effective": "2025-06-01T02:00:00+02:00",
            "end_planned": "2027-06-30T02:00:00+02:00",
            "end_effective": "2027-06-30T02:00:00+02:00",
            "assignment": "2025-03-10T12:16:14+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": [
                1743
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8716-99151-10"
            ]
        },
        {
            "id": 8456,
            "title": {
                "de": "Recycling von multifunktionalen Carbonsäurebausteinen durch Erweiterung des Substratfensters von Enzymen",
                "en": "Recycling of multi-functional carboxylic acid building blocks by enzyme substrate window expansion"
            },
            "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": "2027-06-30T02:00:00+02:00",
            "end_effective": "2027-06-30T02:00:00+02:00",
            "assignment": "2024-10-18T15:12:16+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14012,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 107189,
            "contact": null,
            "status": 2,
            "research": 3,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8456-107189-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": 7306,
            "title": {
                "de": "KCNRG in der Regulation der Lungenzirkulation",
                "en": "Novel role of the potassium channel regulator KCNRG in the pulmonary circulation"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2023-01-01T01:00:00+01:00",
            "begin_effective": "2023-07-01T02:00:00+02:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2027-06-30T02:00:00+02:00",
            "assignment": "2022-12-19T11:45:25+01:00",
            "program": 111,
            "subprogram": null,
            "organization": 14044,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54345,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I 6299",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7306-54345-10",
                "7306-62906-12",
                "7306-84366-12",
                "7306-91409-12",
                "7306-110870-12"
            ]
        },
        {
            "id": 8189,
            "title": {
                "de": "Orphan Device für pädiatrische Patienten: eine einzigartige Plattform mit innovativen Dienstleistungen",
                "en": "Orphan Device for paediatric patients: a unique platform providing innovative services"
            },
            "short": "OrphaDev4kids",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-01-01T01:00:00+01:00",
            "begin_effective": "2024-07-01T02:00:00+02:00",
            "end_planned": "2028-01-01T01:00:00+01:00",
            "end_effective": "2027-06-30T02:00:00+02:00",
            "assignment": "2024-05-08T10:42:03+02:00",
            "program": null,
            "subprogram": "EU4H-2023-PJ",
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50785,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101161377",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8189-50785-10"
            ]
        },
        {
            "id": 8414,
            "title": {
                "de": "Entschlüsselung der Auswirkungen von NR4A1 auf die Tumormikroumgebung und Interaktionen auf Immun- und Lymphomzellen in aggressiven Lymphomen",
                "en": "Deciphering the impact of NR4A1 on the Tumor Microenvironment and Interaction of Immune and Lymphoma Cells in aggressive Lymphoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": "NR4A1 ist ein nukleärer Rezeptor, der eine Schlüsselrolle bei der Regulation der Tumormikroumgebung (TME) und der Interaktion zwischen Immun- und Lymphomzellen in aggressiven Lymphomen spielt. Trotz wachsender Erkenntnisse über seine Funktion bleibt unklar, wie NR4A1 die Immunantwort moduliert und das Wachstum von Lymphomzellen beeinflusst. In dieser Studie untersuchen wir die Auswirkungen von NR4A1 auf Immunzellen, insbesondere auf T-Zellen und Makrophagen, sowie auf die zellulären und molekularen Mechanismen, die zur Tumorprogression beitragen. Mithilfe modernster Einzelzell-RNA-Sequenzierung und funktioneller Immunanalysen analysieren wir die NR4A1-vermittelten Signalwege in der TME. Unsere Ergebnisse könnten neue therapeutische Ansätze zur gezielten Beeinflussung von NR4A1 in der Immunmodulation und Lymphombehandlung ermöglichen.",
                "en": "NR4A1 is a nuclear receptor that plays a key role in regulating the tumor microenvironment (TME) and interactions between immune and lymphoma cells in aggressive lymphomas. Despite growing insights into its function, how NR4A1 modulates immune responses and influences lymphoma cell growth remains unclear. In this study, we investigate the impact of NR4A1 on immune cells, particularly T cells and macrophages, as well as the cellular and molecular mechanisms contributing to tumor progression. Using advanced single-cell RNA sequencing and functional immune analyses, we analyze NR4A1-mediated signaling pathways in the TME. Our findings may pave the way for novel therapeutic approaches targeting NR4A1 in immune modulation and lymphoma treatment."
            },
            "begin_planned": "2024-04-01T02:00:00+02:00",
            "begin_effective": "2024-06-01T02:00:00+02:00",
            "end_planned": "2027-04-01T02:00:00+02:00",
            "end_effective": "2027-05-31T02:00:00+02:00",
            "assignment": "2024-10-03T12:57:24+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 85928,
            "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": [
                "8414-85928-10"
            ]
        },
        {
            "id": 6968,
            "title": {
                "de": "Offenes innovatives Pflegeheim",
                "en": "Open Innovation Nursing Lab (OPINION LAB)"
            },
            "short": "OPINION LAB",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-03-01T01:00:00+01:00",
            "begin_effective": "2022-06-01T02:00:00+02:00",
            "end_planned": "2027-03-01T01:00:00+01:00",
            "end_effective": "2027-05-31T02:00:00+02:00",
            "assignment": "2022-03-22T13:03:17+01:00",
            "program": 119,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 82963,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "CM 300-G",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6968-82963-10"
            ]
        },
        {
            "id": 8142,
            "title": {
                "de": "TARgetinG disease pErsisTence and progression of\r\nMyeloProliferative Neoplasms",
                "en": "TARgetinG disease pErsisTence and progression of\r\nMyeloProliferative Neoplasms"
            },
            "short": "TARGET MPN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-01-01T01:00:00+01:00",
            "begin_effective": "2024-06-01T02:00:00+02:00",
            "end_planned": "2028-01-01T01:00:00+01:00",
            "end_effective": "2027-05-31T02:00:00+02:00",
            "assignment": "2024-04-18T12:35:12+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 107132,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I06944",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8142-101484-12",
                "8142-126596-12",
                "8142-107132-10"
            ]
        },
        {
            "id": 6961,
            "title": {
                "de": "Offenes innovatives Pflegeheim",
                "en": "Open Innovation Nursing Lab"
            },
            "short": "OPINION Lab",
            "url": null,
            "abstract": {
                "de": "\r\nWas macht dieses Projekt einzigartig? \r\n\r\nOPINION Lab steht für OPen INnovatIOn Nursing Lab (offenes innovatives Pflegeheim) und basiert auf dem Prinzip der Zusammenarbeit zwischen Pflegewissenschaft und Pflegeheimpraxis, bei der ForscherInnen aktiv im Pflegeheimalltag integriert werden. Das Besondere an der Kooperation ist, dass PflegewissenschafterInnen, Pflegepersonen, PflegeheimmanagerInnen, BewohnerInnen und deren Angehörige gleichwertig und gleichberechtigt an dem Ziel arbeiten, eine optimale pflegerische Versorgung sicherzustellen. Wissen über und von BewohnerInnen (Wünsche, Bedürfnisse, Vorlieben) werden ebenso wie wissenschaftliche Nachweise, professionelle Fähigkeiten und praktische Erfahrungen der Pflegepersonen zur Zielerreichung miteinbezogen (evidenzbasierte Praxis). Dadurch können Wissensbildung inklusive Anwendungsmöglichkeiten erhöht und ein ganzheitlicher Ansatz der Versorgung geschaffen werden, bei dem die BewohnerInnen im Mittelpunkt stehen. \r\n\r\nWie wird die Öffentlichkeit von Ihrem Projekt/Ihren Erkenntnissen profitieren? \r\n\r\nDurch eine evidenzbasierte Pflegeheimpraxis steigt die Pflegequalität und insbesondere die Lebensqualität der BewohnerInnen. Die Umsetzung wirksamer und innovativer Maßnahmen wird dazu beitragen, unnötige Ausgaben zu reduzieren und damit Kosten zu senken. Darüber hinaus kann das Projekt dazu beitragen, das Image von Alten- und Pflegeheimen in der Gesellschaft zu verbessern, mit dem Ziel, das Alten- und Pflegeheim als attraktives Arbeitsumfeld zu etablieren. Dadurch soll der Personalmangel in Pflegeheimen verringert und somit auch die Arbeitsbelastung des Pflegeheimpersonals reduziert werden. Nicht zuletzt können in dem OPINION Lab Forschungsmethoden weiterentwickelt werden, indem die Ideen von Pflegepersonen, PflegeheimmanagerInnen, BewohnerInnen und Angehörigen bei Forschungsvorhaben miteinbezogen werden.\r\n",
                "en": "What makes this project unique? \r\n\r\nOPINION Lab, which stands for OPen INnovatIOn Nursing Lab, is a collaboration between scientists and nursing home practice, in which researchers are actively involved in nursing home practice. One main strength of the OPINION Lab is that nursing scientists, nursing staff members, nursing home managers, residents and their relatives work together as equal partners. Furthermore, the OPINION Lab addresses practice-oriented care needs and incorporates practice knowledge on and from the individual residents (wishes, needs, preferences) as well as regarding nursing care routines and evidence based knowledge in order to ensure best nursing care. Thereby the project can maximize knowledge creation, increase its transfer potential and develop a holistic, resident-centered approach. \r\n\r\nHow will the public benefit from your project/findings? \r\n\r\nBy improving the quality of nursing home care through evidence based practice, residents’ outcomes – especially their quality of life – will increase. The implementation of effective interventions will help to reduce unnecessary expenditure and thus reduce costs. Furthermore, the project can help to improve the image of nursing homes in terms of workplaces, with the aim to establish the nursing home as an attractive work environment. This can contribute to decreasing staff shortages in nursing homes and, in turn, to reducing the workload of nursing home staff. Moreover, within our OPINION Lab, research methods can be developed further by incorporating the ideas of nursing staff members, nursing home managers, residents and their relatives.\r\n"
            },
            "begin_planned": "2022-03-01T01:00:00+01:00",
            "begin_effective": "2022-06-01T02:00:00+02:00",
            "end_planned": "2027-03-01T01:00:00+01:00",
            "end_effective": "2027-05-31T02:00:00+02:00",
            "assignment": "2022-03-17T11:59:49+01:00",
            "program": 119,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 59569,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "CM 300-G ",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6961-59569-10",
                "6961-82963-12",
                "6961-104260-12",
                "6961-63683-12"
            ]
        },
        {
            "id": 6967,
            "title": {
                "de": "Offenes innovatives Pflegeheim",
                "en": "Open Innovation Nursing Lab (OPINION LAB)"
            },
            "short": "OPINION LAB",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-03-01T01:00:00+01:00",
            "begin_effective": "2022-06-01T02:00:00+02:00",
            "end_planned": "2027-03-01T01:00:00+01:00",
            "end_effective": "2027-05-31T02:00:00+02:00",
            "assignment": "2022-03-22T13:01:22+01:00",
            "program": 119,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 63683,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "CM 300-G",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6967-63683-10"
            ]
        },
        {
            "id": 8217,
            "title": {
                "de": "Regulation von TRPV6 durch PIP2 im Membranparalipidom",
                "en": "Towards understanding the regulation of TRPV6 channels by sensing PIP2 in the functional paralipidome\r\n\r\nKurztitel: TRPV6 regulation by sensing PIP2 in the paralipidome"
            },
            "short": "NA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-05-01T02:00:00+02:00",
            "begin_effective": "2024-05-01T02:00:00+02:00",
            "end_planned": "2027-04-30T02:00:00+02:00",
            "end_effective": "2027-04-30T02:00:00+02:00",
            "assignment": "2024-05-16T14:13:14+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 78591,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "PAT9543223",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8217-78591-10"
            ]
        },
        {
            "id": 8763,
            "title": {
                "de": "Präklinische Transfusion von Gerinnungsfaktoren bei Patient*innen im hämorrhagischen Schock",
                "en": "Implementation of an empiric transfusion bundle for out of hospital patients in haemorrhagic shock:a prospective observational study"
            },
            "short": "C-TOP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2025-05-01T02:00:00+02:00",
            "begin_effective": "2025-05-01T02:00:00+02:00",
            "end_planned": "2027-05-01T02:00:00+02:00",
            "end_effective": "2027-04-30T02:00:00+02:00",
            "assignment": "2025-04-09T19:00:15+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 90314,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2471
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8763-90314-10"
            ]
        },
        {
            "id": 8538,
            "title": {
                "de": "Mikrobielle Kontaminationen im Tränkewassersystem – Zusammenhang mit Absetzdurchfällen in der Schweinehaltung ",
                "en": "Microbial contamination in the drinking water pipe system – correlation with post weaning diarrhea in pig farming"
            },
            "short": "MikroWaSta",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-11-01T01:00:00+01:00",
            "begin_effective": "2024-12-01T01:00:00+01:00",
            "end_planned": "2027-04-30T02:00:00+02:00",
            "end_effective": "2027-04-30T02:00:00+02:00",
            "assignment": "2024-12-03T15:10:53+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14023,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 58733,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                957
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8538-50497-11",
                "8538-51198-11",
                "8538-58733-10",
                "8538-103077-12"
            ]
        },
        {
            "id": 8062,
            "title": {
                "de": "Stärkung des schwächelnden Herzens",
                "en": "Energizing the failing heart"
            },
            "short": "Ener-LIGHT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2024-02-01T01:00:00+01:00",
            "begin_effective": "2024-05-01T02:00:00+02:00",
            "end_planned": "2027-01-31T01:00:00+01:00",
            "end_effective": "2027-04-30T02:00:00+02:00",
            "assignment": "2024-03-04T08:37:32+01:00",
            "program": 112,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 94512,
            "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": [
                "8062-104482-12",
                "8062-94512-10",
                "8062-126154-12"
            ]
        },
        {
            "id": 8706,
            "title": {
                "de": "KI basierte Risikobewertung, Risikokommunikation und Risikointervention bei Menschen mit kognitiven Störungen",
                "en": "AI-based Risk Assessment, Risk Communication, and Risk Intervention in People with Cognitive Impairments"
            },
            "short": null,
            "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": "2027-03-31T02:00:00+02:00",
            "end_effective": "2027-03-31T02:00:00+02:00",
            "assignment": "2025-03-04T17:08:44+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 73547,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8706-73547-10"
            ]
        }
    ]
}