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=480&ordering=-begin_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2244,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=500&ordering=-begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=460&ordering=-begin_effective",
    "results": [
        {
            "id": 7133,
            "title": {
                "de": "Untersuchung der Nr4a1-vermittelten Regulation von Immunevasionsmechanismen in aggressiven Lymphomen",
                "en": "Investigation of Nr4a1-regulated immune evasion in aggressive lymphomas"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2023-08-31T02:00:00+02:00",
            "end_effective": "2023-08-31T02:00:00+02:00",
            "assignment": "2022-08-17T10:03:46+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": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7133-100134-10"
            ]
        },
        {
            "id": 7061,
            "title": {
                "de": "AI powered Data Curation & Publishing Virtual Assistant",
                "en": "AI powered Data Curation & Publishing Virtual Assistant"
            },
            "short": "AIDAVA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2022-06-15T13:25:45+02:00",
            "program": 211,
            "subprogram": null,
            "organization": 14026,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 60827,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101057062",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7061-60827-10"
            ]
        },
        {
            "id": 6853,
            "title": {
                "de": "Fatigue bei Multipler Sklerose: Nicht-medikamentöse Behandlungsansätze und Alltagsstrategien",
                "en": "Fatigue in Multiple Sclerosis: treatment and coping"
            },
            "short": "FIMS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2023-12-31T01:00:00+01:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2021-12-20T11:20:31+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 66708,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "6853-66708-10"
            ]
        },
        {
            "id": 7332,
            "title": {
                "de": "Gezielte Hemmung des Signalewegs cGAS-STING des angeborenene Immunsystems zur Verbesserung des Umbaus im Herzen nach ischämischen Ereignissen bei Frauen",
                "en": "Targeted inhibition of the innate immune pathway cGAS-STING to improve ischemic cardiac remodelling in females"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2024-08-31T02:00:00+02:00",
            "end_effective": "2025-07-31T02:00:00+02:00",
            "assignment": "2023-01-16T14:04:51+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 99984,
            "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": [
                "7332-99984-10"
            ]
        },
        {
            "id": 7320,
            "title": {
                "de": "Wissenstransferzentrum Süd - WTZ 3 ",
                "en": "Wissenstransferzentrum Süd - WTZ 3 "
            },
            "short": "WTZ 3",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2024-06-30T02:00:00+02:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2023-01-02T15:45:43+01:00",
            "program": null,
            "subprogram": null,
            "organization": 23646,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 56582,
            "contact": null,
            "status": 2,
            "research": 10,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1310
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7320-56582-10"
            ]
        },
        {
            "id": 7129,
            "title": {
                "de": "BlueBerry - Mitgestaltung eines Entwurfs für die Erstellung eines nachhaltigen, effektiven und anpassbaren Euracan Registers für seltene Tumorerkrankungen",
                "en": "BlueBerry – Co-creating a Blueprint for Building a sustainable, effective and scalable Euracan Rare cancer Registry"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2024-08-31T02:00:00+02:00",
            "end_effective": "2024-08-31T02:00:00+02:00",
            "assignment": "2022-08-16T10:13:43+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 69234,
            "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": [
                "7129-69234-10"
            ]
        },
        {
            "id": 7058,
            "title": {
                "de": "AI powered Data Curation & Publishing Virtual Assistant",
                "en": "AI powered Data Curation & Publishing Virtual Assistant"
            },
            "short": "AIDAVA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2026-08-31T02:00:00+02:00",
            "end_effective": "2026-08-31T02:00:00+02:00",
            "assignment": "2022-06-15T10:10:24+02:00",
            "program": 211,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51449,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "101057062",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7058-51449-10",
                "7058-100777-12",
                "7058-101604-12",
                "7058-105945-12",
                "7058-117162-12",
                "7058-51050-12",
                "7058-125115-12"
            ]
        },
        {
            "id": 7140,
            "title": {
                "de": "Evaluierung Modifizierbarer Umgebungsfaktoren wie Licht und Lärm als Risikofaktoren für das Auftreten des Deliriums an Intensivstationen",
                "en": "Evaluation of Modifiable Environmental Risk Factors such as Light and Noise Associated with Development of Delirium in the Intensive Care Unit\r\n"
            },
            "short": "EMERALD/LANYARD-ICU",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-09-01T02:00:00+02:00",
            "begin_effective": "2022-09-01T02:00:00+02:00",
            "end_planned": "2023-08-31T02:00:00+02:00",
            "end_effective": "2024-12-31T01:00:00+01:00",
            "assignment": "2022-08-24T10:46:08+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14069,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 74135,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743,
                2471
            ],
            "funder_projectcode": "MEFO-79",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7140-74135-10"
            ]
        },
        {
            "id": 7086,
            "title": {
                "de": "Piezo1 in der Plazenta verbindet Lipide mit Gefäßfunktion",
                "en": " Piezo1 couples lipids and vascular function in the placenta"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-07-01T02:00:00+02:00",
            "begin_effective": "2022-08-01T02:00:00+02:00",
            "end_planned": "2025-06-30T02:00:00+02:00",
            "end_effective": "2026-07-31T02:00:00+02:00",
            "assignment": "2022-07-06T10:07:59+02:00",
            "program": 124,
            "subprogram": null,
            "organization": 14064,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 113634,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "ESP 167",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7086-50442-12",
                "7086-56938-12",
                "7086-59816-12",
                "7086-100813-12",
                "7086-113409-12",
                "7086-113634-10",
                "7086-114912-12",
                "7086-119149-12",
                "7086-125737-12",
                "7086-130675-12",
                "7086-128676-12"
            ]
        },
        {
            "id": 7095,
            "title": {
                "de": "COVID-19 Impfung bei Menschen mit Diabetes",
                "en": "COVID-19 vaccination in people with diabetes"
            },
            "short": "COVAC-DM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-05-01T02:00:00+02:00",
            "begin_effective": "2022-08-01T02:00:00+02:00",
            "end_planned": "2024-02-28T01:00:00+01:00",
            "end_effective": "2024-05-31T02:00:00+02:00",
            "assignment": "2022-07-11T14:03:17+02:00",
            "program": 108,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50838,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "KLI 1076",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7095-50838-10"
            ]
        },
        {
            "id": 7142,
            "title": {
                "de": "Sichere Medikation: Erforschung und Entwicklung eines idealtypischen digitalen Medikationsprozesses in Krankenhäusern",
                "en": "Safe medication: Research and development of an ideal digital medication process in hospitals"
            },
            "short": "SiMed",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-10-01T02:00:00+02:00",
            "begin_effective": "2022-07-01T02:00:00+02:00",
            "end_planned": "2023-09-30T02:00:00+02:00",
            "end_effective": "2026-04-30T02:00:00+02:00",
            "assignment": "2022-08-25T10:26:12+02:00",
            "program": 228,
            "subprogram": null,
            "organization": 14076,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 78071,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999896682",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7142-78071-10",
                "7142-91769-12",
                "7142-50877-12",
                "7142-87054-12",
                "7142-92002-12",
                "7142-112609-12",
                "7142-115130-12"
            ]
        },
        {
            "id": 7013,
            "title": {
                "de": "LncRNAs in triple negativ breast cancer",
                "en": "LncRNAs in triple negative breast cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-07-01T02:00:00+02:00",
            "end_planned": "2025-09-30T02:00:00+02:00",
            "end_effective": "2023-12-31T01:00:00+01:00",
            "assignment": "2022-05-11T11:23:48+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P35975",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 7031,
            "title": {
                "de": "Identifizierung von antigen-spezifischen T-Zellen über Ca2+-NFAT Signalweg in nicht-kleinzelligen Lungenkrebs",
                "en": "Identification of antigen-specific T cells via Ca2+-NFAT signaling in non-small celllung cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-11-01T01:00:00+01:00",
            "begin_effective": "2022-07-01T02:00:00+02:00",
            "end_planned": "2024-11-01T01:00:00+01:00",
            "end_effective": "2024-06-30T02:00:00+02:00",
            "assignment": "2022-05-23T11:06:58+02:00",
            "program": 116,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 98567,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                15
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7031-98567-10"
            ]
        },
        {
            "id": 7376,
            "title": {
                "de": "Priming von Krebszellen auf den Zelltod durch Nährstoffentzug",
                "en": "Priming cancer cells for cell death via nutrient deprivation"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2021-07-01T02:00:00+02:00",
            "begin_effective": "2022-07-01T02:00:00+02:00",
            "end_planned": "2014-06-30T02:00:00+02:00",
            "end_effective": "2024-06-30T02:00:00+02:00",
            "assignment": "2023-02-07T09:25:05+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 99151,
            "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": [
                "7376-99151-10"
            ]
        },
        {
            "id": 7011,
            "title": {
                "de": "Quantitative Susceptibilitätsbildgebung mit Deep Learning",
                "en": "Deep Learning for Quantitative Susceptibility Mapping"
            },
            "short": "deepQSM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-07-01T02:00:00+02:00",
            "begin_effective": "2022-07-01T02:00:00+02:00",
            "end_planned": "2025-06-30T02:00:00+02:00",
            "end_effective": "2026-06-30T02:00:00+02:00",
            "assignment": "2022-05-10T12:01:20+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 60116,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P 35887",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7011-60116-10"
            ]
        },
        {
            "id": 7211,
            "title": {
                "de": "Rainbow Researchtool",
                "en": "Rainbow Researchtool"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-08-01T02:00:00+02:00",
            "begin_effective": "2022-07-01T02:00:00+02:00",
            "end_planned": "2024-07-31T02:00:00+02:00",
            "end_effective": "2024-03-31T01:00:00+01:00",
            "assignment": "2022-10-12T11:11:24+02:00",
            "program": 228,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 99976,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "FO999892745",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7211-99976-10"
            ]
        },
        {
            "id": 7943,
            "title": {
                "de": "Akupunktur im Rahmen eines multidisziplinären Therapiekonzeptes für Vulvodynie und Chronische Unterbauchschmerzen \r\nEine randomisierte klinische Studie",
                "en": "Acupuncture in a multidisciplinary approach for vulvodynia and chronic pelvic pain\r\nA randomised controlled clinical study\r\n"
            },
            "short": "AMALIA Studie",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-06-20T02:00:00+02:00",
            "begin_effective": "2022-06-20T02:00:00+02:00",
            "end_planned": "2025-12-31T01:00:00+01:00",
            "end_effective": "2025-12-31T01:00:00+01:00",
            "assignment": "2023-12-19T15:51:20+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14063,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50853,
            "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": [
                "7943-50853-10"
            ]
        },
        {
            "id": 7025,
            "title": {
                "de": "Die Rolle von Neutrophiler Elastase im Lungenkarzinom",
                "en": "Nuclear function of secreted neutrophil elastase in lung cancer metastasis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-01-01T01:00:00+01:00",
            "begin_effective": "2022-06-15T02:00:00+02:00",
            "end_planned": "2026-12-31T01:00:00+01:00",
            "end_effective": "2026-06-14T02:00:00+02:00",
            "assignment": "2022-05-18T12:06:31+02:00",
            "program": 121,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 60706,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P35294",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "7025-51163-12",
                "7025-60706-10",
                "7025-99558-12",
                "7025-100698-12",
                "7025-112858-12",
                "7025-115261-12"
            ]
        },
        {
            "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-63683-12",
                "6961-104260-12",
                "6961-131597-12"
            ]
        },
        {
            "id": 8637,
            "title": {
                "de": "T-Zell Funktionsverlust in AAV",
                "en": "Contribution of T-cell exhaustion to disease course in anti-neutrophil cytoplasmic antibody-associated vasculitis"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2022-06-01T02:00:00+02:00",
            "begin_effective": "2022-06-01T02:00:00+02:00",
            "end_planned": "2023-11-30T01:00:00+01:00",
            "end_effective": "2023-11-30T01:00:00+01:00",
            "assignment": "2025-02-03T14:47:36+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14084,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 94970,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "10.55776/J4664",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "8637-94970-10"
            ]
        }
    ]
}