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=1180&ordering=end_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2329,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1200&ordering=end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1160&ordering=end_effective",
    "results": [
        {
            "id": 4190,
            "title": {
                "de": "Strukturelle Studien des ß-Catenin Destruction Complex",
                "en": "Structural Studies of the ß-Catenin Destruction Complex"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-01-01T01:00:00+01:00",
            "begin_effective": "2016-01-01T01:00:00+01:00",
            "end_planned": "2018-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2015-12-11T11:07:54+01:00",
            "program": 72,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 91207,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P28854",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4190-91207-10",
                "4190-70700-12",
                "4190-70922-12",
                "4190-98222-12",
                "4190-100416-12",
                "4190-101038-12"
            ]
        },
        {
            "id": 4668,
            "title": {
                "de": "Verbesserung der Aktivität, Spezifität und Stabilität von Antitumor Peptiden gegen humanes malignes Melanom",
                "en": "Improvement of activity, specificity and stability of antitumor peptides against human malignant melanoma"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-10-01T02:00:00+02:00",
            "begin_effective": "2016-10-01T02:00:00+02:00",
            "end_planned": "2018-10-01T02:00:00+02:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2016-10-24T13:25:23+02:00",
            "program": 60,
            "subprogram": null,
            "organization": 27477,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50826,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "855671",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4668-106294-12",
                "4668-117943-12",
                "4668-50826-10"
            ]
        },
        {
            "id": 5421,
            "title": {
                "de": "Etablierung neuer Gallengangskarzinom-Zelllinien",
                "en": "Establishment of New Cholangiocarcinoma Cell Lines"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-08-01T02:00:00+02:00",
            "begin_effective": "2018-08-01T02:00:00+02:00",
            "end_planned": "2019-08-01T02:00:00+02:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2018-07-23T15:55:57+02:00",
            "program": null,
            "subprogram": null,
            "organization": 27477,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50826,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5421-50826-10"
            ]
        },
        {
            "id": 5741,
            "title": {
                "de": "ANMMEC - Austrian-Nepali Mutual Medical Education Cooperaion",
                "en": "ANMMEC - Austrian-Nepali Mutual Medical Education Cooperaion"
            },
            "short": "ANMMEC",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2019-03-21T14:35:19+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14106,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 51913,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                762
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5741-51913-10"
            ]
        },
        {
            "id": 4794,
            "title": {
                "de": "Flagship project: Gesundes Altern und Epigenetik",
                "en": "Flagship project: Healthy aging and epigenetics"
            },
            "short": "EpiAge",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-01-01T01:00:00+01:00",
            "begin_effective": "2017-01-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2017-01-02T12:47:55+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2325
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4060,
            "title": {
                "de": "Genetische Basis der sekundär sklerosierenden Cholangitis* nach kritischer Krankheit",
                "en": "Secondary Sclerosing Cholangitis in Critically Ill Patients (SSC-CIP): Possible genetic basis of the disease"
            },
            "short": "SSC Genetik",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-01T01:00:00+01:00",
            "end_planned": "2017-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2015-07-14T13:53:55+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50989,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1748
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4060-62756-12",
                "4060-81091-12",
                "4060-50989-10"
            ]
        },
        {
            "id": 4212,
            "title": {
                "de": "Personalisierte Multi-system Stimulationen zur Optimierung der kardialen Resycnhronisationtherapie",
                "en": "Personalized MultiSystems Simulations for Honing Cardiac Resynchronization Therapy"
            },
            "short": "PUSHCART",
            "url": null,
            "abstract": {
                "de": null,
                "en": "Heart failure is a major cause of death in industrialized countries. It is often associated with disturbances to the cardiac electrical conduction system, leading to abnormal cardiac activation and compromised hemodynamic response. Cardiac Resynchronization therapy (CRT) is a proven treatment to retard progress of the disease. This necessitates implantation of a pacing device with multiple leads, but optimal lead position remains an open question. While it is recognized that activation time should be reduced, minimizing it alone does not improve mechanical response better than placing leads elsewhere. A significant fraction (30-50%) of patients does not respond at all to this expensive therapy, with large inter-patient variability leading to the poor results. The heart is an electrically activated mechanical fluid pump. Confounding its understanding is the feedback between physical components: Electrical events trigger mechanical contraction. Contraction causes blood flow, which is mediated by the vascular resistance. Deformation in turn affects electrical function through stretch activated ionic channels and mechanics through prestretch. This project will bring together electrical, mechanical and hemodynamic function in the most detailed multiphysics, multiscale representation of the heart to date. Tightly coupled electromechanical behavior will interface to a circulatory model providing the appropriate boundary conditions to the mechanical model and form a closed circuit. Personalized models will be constructed based on imaging, noninvasive electrical measurements and hemodynamic performance. We hypothesize specific differences in wall activation that should be minimized. A complete multi-system model is needed to understand lead placement in CRT due to non-electrical factors, which have too long been ignored. Validating on detailed animal studies, retrospective and prospective studies will help us develop a predictive tool to determine optimal CRT lead placement."
            },
            "begin_planned": "2016-01-01T01:00:00+01:00",
            "begin_effective": "2016-01-01T01:00:00+01:00",
            "end_planned": "2018-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2015-12-23T10:27:34+01:00",
            "program": 64,
            "subprogram": "ERA-Net",
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 50966,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "I 2760-B30",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4212-50966-10",
                "4212-96212-12",
                "4212-50967-12"
            ]
        },
        {
            "id": 5134,
            "title": {
                "de": "Mechanismen der Chemotherapieresistenz, Immunevasion und Krankheitsprogression bei Krebserkrankungen der Gallenwege: Fokus auf die miR-200-Famile nicht-protein-kodierender microRNAs.",
                "en": "Mechanisms of chemotherapy resistance, immune evasion and disease progression in biliary tract cancer: Focus on the miR-200-family of nonprotein-coding microRNAs."
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-11-01T01:00:00+01:00",
            "begin_effective": "2017-11-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2017-11-24T09:43:17+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 92241,
            "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": [
                "5134-50229-12",
                "5134-92241-10"
            ]
        },
        {
            "id": 4797,
            "title": {
                "de": "Healthy Aging and Epigenetics",
                "en": "Healthy Aging and Epigenetics"
            },
            "short": "EpiAge",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-01-01T01:00:00+01:00",
            "begin_effective": "2017-01-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2017-02-01T10:49:59+01:00",
            "program": null,
            "subprogram": "BioTechMed Flagship Project",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51831,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2325
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4797-51831-10",
                "4797-95211-12",
                "4797-73927-12",
                "4797-90274-12",
                "4797-99699-12",
                "4797-102575-12",
                "4797-120872-12"
            ]
        },
        {
            "id": 3912,
            "title": {
                "de": "Die Behandlung und Überwachung von Krebs durch die Identifizierung von zirkulierenden Tumorzellen und zirkulierender Tumor-DNA aus dem Blut",
                "en": "Cancer treatment and monitoring through identification of circulating tumour cells and tumour related nucleic acids in blood"
            },
            "short": "CANCER-ID",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-02-01T01:00:00+01:00",
            "begin_effective": "2015-02-01T01:00:00+01:00",
            "end_planned": "2020-01-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2015-02-23T14:19:41+01:00",
            "program": 24,
            "subprogram": "11th Call Innovative Medicines Initiative",
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": "115749",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5651,
            "title": {
                "de": "Kooperation China-Österreich auf dem Gebiet der High-Tech Akupunktur - Fortsetzung\r\n",
                "en": "Sino-Austrian Cooperation on High-Tech Acupuncture - Continuation \r\n"
            },
            "short": "EPU 2018 HTA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-02-01T01:00:00+01:00",
            "begin_effective": "2019-02-01T01:00:00+01:00",
            "end_planned": "2020-01-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2019-02-04T12:48:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14044,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                762
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4795,
            "title": {
                "de": "Lipasen und Lipidsignaling",
                "en": "Lipases and Lipid Signaling"
            },
            "short": "Lipid signaling",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-01-01T01:00:00+01:00",
            "begin_effective": "2017-01-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2017-01-02T13:20:54+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 59025,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2325
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4795-59025-10"
            ]
        },
        {
            "id": 3835,
            "title": {
                "de": "Update des EORTC QLQ-Brustkrebs Moduls (EORTC QLQ-BR23) Phase I-III \r\n\r\n",
                "en": "The Update of the EORTC QLQ-Breast Cancer Module (EORTC QLQ-BR23) \r\nPhase I-III \r\n"
            },
            "short": "BR23 Update",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2015-01-01T01:00:00+01:00",
            "begin_effective": "2015-01-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2014-12-12T11:00:02+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14063,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                442
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5549,
            "title": {
                "de": "Metabolische Effekte von HDAC Inhibition in heart failure with preserved ejection fraction.",
                "en": "Metabolic effects of HDAC inhibition in heart failure with preserved ejection fraction"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-01-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2018-11-15T13:32:45+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 72301,
            "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": [
                "5549-72301-10"
            ]
        },
        {
            "id": 5128,
            "title": {
                "de": "Rolle der CCR7 Expression in aggressiven non-Hodgkin-Lymphomen",
                "en": "Investigating the role of CCR7 expression in aggressive non-Hodgkin lymphomas"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2018-01-01T01:00:00+01:00",
            "begin_effective": "2018-01-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2019-12-31T01:00:00+01:00",
            "assignment": "2017-11-20T15:20:09+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1375
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4765,
            "title": {
                "de": "Nicht-Protein Kodierende RNA und deren klinische Relevanz in Bauchspeicheldrüsenkrebs ",
                "en": "Non-coding RNA networks and their role in pancreatic cancer patients"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2017-02-01T01:00:00+01:00",
            "begin_effective": "2017-02-01T01:00:00+01:00",
            "end_planned": "2020-01-31T01:00:00+01:00",
            "end_effective": "2020-01-31T01:00:00+01:00",
            "assignment": "2017-01-11T12:26:52+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 66005,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4765-66005-10"
            ]
        },
        {
            "id": 5749,
            "title": {
                "de": "T-Zell-Telomer-Dynamik und Ansprechen auf Immun-Checkpoint-Inhibitor-Therapie bei Lungenkrebs",
                "en": "T-cell Telomere Dynamics and Immune Checkpoint Inhibitor Response in Lung Cancer"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-02-01T01:00:00+01:00",
            "end_planned": "2021-12-31T01:00:00+01:00",
            "end_effective": "2020-01-31T01:00:00+01:00",
            "assignment": "2019-03-28T15:07:13+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14028,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50910,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                990
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5749-50910-10"
            ]
        },
        {
            "id": 4528,
            "title": {
                "de": "Mangelenernährung bei älteren Personen - Wissensforum",
                "en": "Malnutrition in the Elderly knowledge hub"
            },
            "short": "MaNuEL",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2016-03-01T01:00:00+01:00",
            "begin_effective": "2016-04-01T02:00:00+02:00",
            "end_planned": "2018-03-01T01:00:00+01:00",
            "end_effective": "2020-01-31T01:00:00+01:00",
            "assignment": "2016-07-20T15:39:35+02:00",
            "program": 90,
            "subprogram": null,
            "organization": 14509,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 5,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                25
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5744,
            "title": {
                "de": "Die Rolle von Neurofilament Konzentrationen als diagnostischer und prognostischer Marker für die Alzheimer Krankheit: Eine Substudie des prospektiven Demenzregister Österreich (PRODEM-Austria) ",
                "en": "Neurofilament concentrations as diagnostic and prognostic markers for Alzheimer´s disease: a substudy of the prospective dementia registry Austria (PRODEM-Austria)"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-02-01T01:00:00+01:00",
            "begin_effective": "2019-02-01T01:00:00+01:00",
            "end_planned": "2020-02-01T01:00:00+01:00",
            "end_effective": "2020-02-01T01:00:00+01:00",
            "assignment": "2019-03-25T14:44:56+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2269
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 5713,
            "title": {
                "de": "Analyse zirkulierender Tumor DNA (ctDNA), um Mechanismen der Therapieresistenz in HER2-positiven Brustrkrebspatientinnen zu identifizieren",
                "en": "Using circulating tumor DNA (ctDNA) to identify therapy resistance mechanisms in HER2-positive breast cancer patients"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2019-01-01T01:00:00+01:00",
            "begin_effective": "2019-03-01T01:00:00+01:00",
            "end_planned": "2019-12-31T01:00:00+01:00",
            "end_effective": "2020-02-28T01:00:00+01:00",
            "assignment": "2019-02-28T09:55:23+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50899,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1743
            ],
            "funder_projectcode": "MEFO-42",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "5713-50899-10"
            ]
        }
    ]
}