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=1880&ordering=-begin_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2264,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1900&ordering=-begin_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1860&ordering=-begin_effective",
    "results": [
        {
            "id": 1991,
            "title": {
                "de": "Proteomic characterization of mitochondrial ion channels",
                "en": "Proteomic characterization of mitochondrial ion channels"
            },
            "short": "mitochondrial ion channels",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2012-03-13T01:00:00+01:00",
            "end_effective": "2012-03-13T01:00:00+01:00",
            "assignment": "2009-11-25T16:00:48+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14013,
            "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": "J2968-B19",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2090,
            "title": {
                "de": "Expression profiling in hypoxic non-small cell lung cancer",
                "en": "Expression profiling in hypoxic non-small cell lung cancer"
            },
            "short": "NON-SMALL CELL LUNG CANCER ",
            "url": null,
            "abstract": {
                "de": "Das Bronchialkarzinom ist nach wie vor die führende Krebstodesursache weltweit. 80% sind sogenannte Nicht-kleinzellige Bronchialkarzinome (non-small cell lung cancers, NSCLC). Das Gesamtüberleben der Patienten mit NSCLC ist schlecht, trotz der derzeit vorhandenen Therapieoptionen, zum Teil wegen Resistenz gegenüber Radio- und Chemotherapie. Tumorhypoxie (verminderte Sauerstoffzufuhr im Tumor) induziert in den Tumorzellen Adaptationsvorgänge und ist zum Teil für die Therapieresistenz verantwortlich. Die genauen Mechanismen sind jedoch nicht bekannt. Unser neu etabliertes ex-vivo Modell der hypoxischen Adaptation beim NSCLC, welches auf der Verwendung von kleinsten NSCLC Fragmenten aus Operationsmaterial beruht, ist geignet, um die Vorgänge im Tumor unter hypoxischen Bedingungen zu untersuchen. Das Ziel der vorliegenden Studie ist, die Genexpressionsmuster der in Hypoxie bzw unter normalen Sauerstoffbedingungen kultivierten NSCLC Fragmente zu vergleichen. Die differenziell regulierten Gene werden dafür mittels cDNA microarrays bestimmt. Die Ergebnisse werden in nachfolgenden Einzelgen-Polymerase Kettenreaktionen validiert. Unsere Studie könnte somit das Verständnis der Pathomechanismen beim Tumorwachstum verbessern und mögliche neue Therapieoptionen beim NSCLC aufzeigen.",
                "en": "Lung cancer is the leading cause of cancer deaths overall in the world. Non-small cell lung cancer (NSCLC) accounts for approximately 80% of lung cancers. Overall survival is poor, in part due to resistance to chemotherapy and radiotherapy. Intratumoral hypoxia (limited oxygen supply) frequently occurs in solid tumors, such as NSCLC. Hypoxia initiates adaptive responses in tumor cells and was shown to induce chemotherapy resistance and promote aggressive tumor growth. The mechanisms of hypoxia-induced adaptive responses in solid tumors are not fully elucidated, yet. We established an ex-vivo model for hypoxic adaptation using NSCLC surgery fragments. The fragments are maintained in short-time culture in hypoxia or ambient oxygen (normoxia) without significant loss of viability or increase in apoptosis and display significant induction of carbonic anhydrase IX, a marker for tumor hypoxia, under hypoxic conditions. The aim of the current study is to analyze hypoxia-induced gene expression changes using cDNA microarrays and consecutive single gene real-time polymerase chain reaction (RT-PCR) on hypoxic vs. normoxic NSCLC fragments, in order to identify genes that are consistently induced or suppressed in hypoxia.  Our study thus provides a novel approach to identify molecular pathways that are crucial for hypoxic adaptive changes in NSCLC and might represent targets for therapy."
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2011-12-31T01:00:00+01:00",
            "assignment": "2010-02-09T11:39:13+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14087,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57557,
            "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": [
                "2090-57557-10"
            ]
        },
        {
            "id": 2256,
            "title": {
                "de": "Stammbaumanalysen bei PatientInnen mit Therapie-assoziierten myeloischen Neoplasien",
                "en": "Stammbaumanalysen bei PatientInnen mit Therapie-assoziierten myeloischen Neoplasien"
            },
            "short": "myeloische Neoplasien",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-06-30T02:00:00+02:00",
            "end_effective": "2014-04-30T02:00:00+02:00",
            "assignment": "2010-07-28T12:50:24+02:00",
            "program": null,
            "subprogram": "Land Steiermark Abteilung 3 (Forschung); Projektsumme über 5.000,- €",
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51857,
            "contact": 51857,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2256-77615-12",
                "2256-77770-12",
                "2256-51857-10",
                "2256-50116-12"
            ]
        },
        {
            "id": 2192,
            "title": {
                "de": "Akupressur-Stimulationsequipment zur emotionalen Entlastung von Menschen mit geistiger Behinderung",
                "en": "Akupressur-Stimulationsequipment zur emotionalen Entlastung von Menschen mit geistiger Behinderung"
            },
            "short": "AKUPRESSUR_STIMULATION",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2013-12-31T01:00:00+01:00",
            "assignment": "2010-05-03T14:28:49+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14044,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51073,
            "contact": 51073,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2192-51073-10"
            ]
        },
        {
            "id": 2043,
            "title": {
                "de": "Involvement of the orphan receptor GPR55 in cannabinoid antitumoral action",
                "en": "Involvement of the orphan receptor GPR55 in cannabinoid antitumoral action"
            },
            "short": "ORPHAN RECEPTOR GPR55",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2011-12-31T01:00:00+01:00",
            "assignment": "2010-01-20T12:45:29+01:00",
            "program": 92,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "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": []
        },
        {
            "id": 2095,
            "title": {
                "de": "Purkinje Topology",
                "en": "Purkinje Topology"
            },
            "short": "PURKINJE TOPOLOGY",
            "url": null,
            "abstract": {
                "de": "Defibrillation of the heart by timely application of an electric shock is now recognized as the only effective means to prevent sudden cardiac death. Despite the critical role that defibrillation therapy plays in saving human life, the understanding of the mechanisms by which electric shocks halt life-threatening arrhythmias remains incomplete.\r\n\r\nA major factor in the formation and maintenance of cardiac arrhythmias is the specialized conduction system of the ventricles, referred to as the Purkinje system (PS). The PS is known to be potentially pro-arrhythmic under various conditions including shock-induced arrhythmogenesis, failure of defibrillation shocks or arrhythmias induced by focal activation. Surprisingly, in most studies, both experimental as well as computational, PS effects are quite often neglected. While recent advances in experimental methodology have provided new characterizations of tissue responses to externally applied electric fields, mechanistic inquiry into the biophysics of arrhythmogenesis or defibrillation is hampered by the inability of current experimental techniques to resolve, with sufficient accuracy, electrical behavior confined to the depth of the ventricles or in the PS. Computer models quite naturally suggest themselves as a surrogate technique to bridge the gap between experimental observations, typically recorded at the epicardial surface\r\nof the heart, and electrical events occurring within the PS, at the ventricular epicardium or within the depth of ventricular walls. Despite major recent advancements in modeling technology, integrating topologically realistic models of the PS with anatomically and functionally realistic models of the ventricles remains to be challenging.\r\n\r\nThe overall objective of this research is, by employing realistic 3D simulations of ventricular\r\nactivation sequences, to bring a new level of understanding of the topological organization of the\r\nPS in the rabbit ventricles and of naturally occurring inter-subject variability in topology on the\r\nventricular activation sequence under physiological and pathological conditions. Moreover, the\r\ncomputer model will be used to study inducibility and to characterize under which conditions the\r\nPS is pro-arrhythmic or anti-arrhythmic. Eventually, understanding the implications of the PS in the formation and maintenance of arrhythmias may pave the way to novel therapeutical approaches that make use of PS properties, to prevent the formation of arrhythmias or to facilitate a termination of arrhythmias with low-voltage defibrillation or pacing strategies.\r\n\r\nThe goal of this application is to develop new modeling tools that will enable the applicant to explore questions that remained currently unexplored. Specifically, this project proposes to examine, in anatomically and functionally detailed bidomain models of the rabbit ventricles, the role of PS topology on cardiac activation sequences under physiological and pathophysiological conditions and their impact on inducibility under various induction protocols such as shock-induced arrhythmogenesis as well as triggered activity. ",
                "en": "Defibrillation of the heart by timely application of an electric shock is now recognized as the only effective means to prevent sudden cardiac death. Despite the critical role that defibrillation therapy plays in saving human life, the understanding of the mechanisms by which electric shocks halt life-threatening arrhythmias remains incomplete.\r\n\r\nA major factor in the formation and maintenance of cardiac arrhythmias is the specialized conduction system of the ventricles, referred to as the Purkinje system (PS). The PS is known to be potentially pro-arrhythmic under various conditions including shock-induced arrhythmogenesis, failure of defibrillation shocks or arrhythmias induced by focal activation. Surprisingly, in most studies, both experimental as well as computational, PS effects are quite often neglected. While recent advances in experimental methodology have provided new characterizations of tissue responses to externally applied electric fields, mechanistic inquiry into the biophysics of arrhythmogenesis or defibrillation is hampered by the inability of current experimental techniques to resolve, with sufficient accuracy, electrical behavior confined to the depth of the ventricles or in the PS. Computer models quite naturally suggest themselves as a surrogate technique to bridge the gap between experimental observations, typically recorded at the epicardial surface\r\nof the heart, and electrical events occurring within the PS, at the ventricular epicardium or within the depth of ventricular walls. Despite major recent advancements in modeling technology, integrating topologically realistic models of the PS with anatomically and functionally realistic models of the ventricles remains to be challenging.\r\n\r\nThe overall objective of this research is, by employing realistic 3D simulations of ventricular\r\nactivation sequences, to bring a new level of understanding of the topological organization of the\r\nPS in the rabbit ventricles and of naturally occurring inter-subject variability in topology on the\r\nventricular activation sequence under physiological and pathological conditions. Moreover, the\r\ncomputer model will be used to study inducibility and to characterize under which conditions the\r\nPS is pro-arrhythmic or anti-arrhythmic. Eventually, understanding the implications of the PS in the formation and maintenance of arrhythmias may pave the way to novel therapeutical approaches that make use of PS properties, to prevent the formation of arrhythmias or to facilitate a termination of arrhythmias with low-voltage defibrillation or pacing strategies.\r\n\r\nThe goal of this application is to develop new modeling tools that will enable the applicant to explore questions that remained currently unexplored. Specifically, this project proposes to examine, in anatomically and functionally detailed bidomain models of the rabbit ventricles, the role of PS topology on cardiac activation sequences under physiological and pathophysiological conditions and their impact on inducibility under various induction protocols such as shock-induced arrhythmogenesis as well as triggered activity. "
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2011-12-31T01:00:00+01:00",
            "assignment": "2010-02-09T12:53:47+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50967,
            "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": [
                "2095-50967-10"
            ]
        },
        {
            "id": 2023,
            "title": {
                "de": "Induction of immunological changes by endoluminal photodynamic therapy (PDT) for esophageal carcinoma",
                "en": "Induction of immunological changes by endoluminal photodynamic therapy (PDT) for esophageal carcinoma"
            },
            "short": "PDT_ESOPHAGEAL_CARCINOMA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2011-12-31T01:00:00+01:00",
            "assignment": "2009-12-18T12:29:42+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14077,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51615,
            "contact": 51615,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2023-62056-12",
                "2023-51615-10",
                "2023-51618-12"
            ]
        },
        {
            "id": 2076,
            "title": {
                "de": "Identifikation von neuen Biomarkern und ß-Zellantigenen bei PatientInnen mit Typ 1 Diabetes und deren Verwandten ersten Grades: Stufe 1 des Österreichischen Diabetes Präventions-Programmes (ADPP-001)",
                "en": "Identification of new biomarkers an ß cell antigens in type 1 diabetic subjects and their first-degree relatives: Step 1 of the Austrian Diabetes Prevention Programme (ADPP-001)"
            },
            "short": "ADPP-001",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2012-12-31T01:00:00+01:00",
            "end_effective": "2013-12-31T01:00:00+01:00",
            "assignment": "2010-02-04T16:37:59+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51831,
            "contact": 51831,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                984
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2076-51831-10",
                "2076-50551-12",
                "2076-67348-12",
                "2076-76349-12"
            ]
        },
        {
            "id": 2051,
            "title": {
                "de": "Bedeutung des Endothelinsystems bei der Pathogenese der Präeklamsie",
                "en": "Bedeutung des Endothelinsystems bei der Pathogenese der Präeklamsie"
            },
            "short": "Endothelinsystems und Präeklamsie",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2010-12-31T01:00:00+01:00",
            "end_effective": "2011-07-30T02:00:00+02:00",
            "assignment": "2010-01-21T12:47:04+01:00",
            "program": null,
            "subprogram": "Land Steiermark-Projekt über 5.000,- Euro Antragssumme",
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2092,
            "title": {
                "de": "Analysis of germline polymorphisms in the VEGF/VEGFR pathway to predict colorectal cancer outcome",
                "en": "Analysis of germline polymorphisms in the VEGF/VEGFR pathway to predict colorectal cancer outcome"
            },
            "short": "GERMLINE POLYMORPH VEGF/VEGFR",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2010-12-31T01:00:00+01:00",
            "end_effective": "2011-12-31T01:00:00+01:00",
            "assignment": "2010-02-09T11:47:57+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59304,
            "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": [
                "2092-59304-10",
                "2092-58814-12"
            ]
        },
        {
            "id": 1996,
            "title": {
                "de": "Disturbed Lipid Metabolism in Gestational Diabetes - Culprit of Fetal Adverse Outcome",
                "en": "Disturbed Lipid Metabolism in Gestational Diabetes - Culprit of Fetal Adverse Outcome"
            },
            "short": "DISTURBED LIPID METABOLISM",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2017-12-31T01:00:00+01:00",
            "assignment": "2009-11-30T14:36:35+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 52569,
            "contact": 52569,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                151
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "1996-52569-10"
            ]
        },
        {
            "id": 2033,
            "title": {
                "de": "Mit autologen Thrombozyten angereichertes körpereigenes Fibrin zur Förderung der Wundheilung bei chronischem Ulcus cruris venosum (kontrollierte prospektive randomisierte klinische Studie)",
                "en": "Mit autologen Thrombozyten angereichertes körpereigenes Fibrin zur Förderung der Wundheilung bei chronischem Ulcus cruris venosum (kontrollierte prospektive randomisierte klinische Studie)"
            },
            "short": " Ulcus cruris venosum Studie",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2008-10-01T02:00:00+02:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2009-09-30T02:00:00+02:00",
            "end_effective": "2011-12-31T01:00:00+01:00",
            "assignment": "2010-01-12T17:36:20+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14073,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51612,
            "contact": 51612,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2033-51612-10"
            ]
        },
        {
            "id": 1903,
            "title": {
                "de": "Funktionelle Magentresonanztomographie zum Studium motorischer Rehabilitation nach Schlaganfall",
                "en": "Funktionelle Magentresonanztomographie zum Studium motorischer Rehabilitation nach Schlaganfall"
            },
            "short": "Motorische Rehabilitation ",
            "url": null,
            "abstract": {
                "de": "Die funktionelle Limitation motorischer Defizite nach Schlafganfall steht im Zentrum der Bemühungen der Neurorehabilitation. Moderne neurorehabilitative Strategien zielen hierbei primär auf eine Förderung neuronaler Plastizität ab, wobei das individuelle Ansprechen auf therapeutische Bemühungen auf Basis klinischer Kriterien schwer vorhersagbar ist. Im vorliegenden Projekt soll die Methode der funktionellen Magnetresonanztomographie (fMRT) eingesetzt werden, um zu klären, inwieweit Unterschiede in mit motorischem Sequenzlernen assoziierten fMRT Aktivierungsänderungen Vorhersagewert im Hinblick auf die motorische Rehabilitationsfähigkeit von Schlaganfall-Betroffenen aufweisen. Von derartigen Einblicken lassen sich unter Umständen eine wesentliche Hilfestellung hinsichtlich der Selektion von PatientInnen oder auch die Entwicklung neuartiger Rehabilitationsstrategien erhoffen.",
                "en": "Die funktionelle Limitation motorischer Defizite nach Schlafganfall steht im Zentrum der Bemühungen der Neurorehabilitation. Moderne neurorehabilitative Strategien zielen hierbei primär auf eine Förderung neuronaler Plastizität ab, wobei das individuelle Ansprechen auf therapeutische Bemühungen auf Basis klinischer Kriterien schwer vorhersagbar ist. Im vorliegenden Projekt soll die Methode der funktionellen Magnetresonanztomographie (fMRT) eingesetzt werden, um zu klären, inwieweit Unterschiede in mit motorischem Sequenzlernen assoziierten fMRT Aktivierungsänderungen Vorhersagewert im Hinblick auf die motorische Rehabilitationsfähigkeit von Schlaganfall-Betroffenen aufweisen. Von derartigen Einblicken lassen sich unter Umständen eine wesentliche Hilfestellung hinsichtlich der Selektion von PatientInnen oder auch die Entwicklung neuartiger Rehabilitationsstrategien erhoffen."
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2013-07-01T02:00:00+02:00",
            "end_effective": "2013-07-01T02:00:00+02:00",
            "assignment": "2009-08-27T14:08:42+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50173,
            "contact": 50173,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "1903-70680-12",
                "1903-50173-10"
            ]
        },
        {
            "id": 2031,
            "title": {
                "de": "Genetic variants in the RAD51, BRCA1 and BRCA2 genes as predictors of radiation response and toxicity in prostate cancer patients",
                "en": "Genetic variants in the RAD51, BRCA1 and BRCA2 genes as predictors of radiation response and toxicity in prostate cancer patients"
            },
            "short": "GENETIC_PROSTATE_CANCER_OeNB",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2011-12-31T01:00:00+01:00",
            "assignment": "2010-01-11T15:12:11+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14060,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50495,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2031-50495-10",
                "2031-50910-12"
            ]
        },
        {
            "id": 2093,
            "title": {
                "de": "Isolation of Side Population Cells in Human Soft Tissue Sarcomas",
                "en": "Isolation of Side Population Cells in Human Soft Tissue Sarcomas"
            },
            "short": "ISOLATION OF SIDE POP CELLS ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2011-12-31T01:00:00+01:00",
            "assignment": "2010-02-09T12:52:51+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14052,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50696,
            "contact": 50696,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                894
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2093-50696-10"
            ]
        },
        {
            "id": 2375,
            "title": {
                "de": "Grazer Laser Studie GLAS",
                "en": "Grazer Laser Study GLAS"
            },
            "short": "GLAS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-04-30T02:00:00+02:00",
            "end_effective": "2011-07-31T02:00:00+02:00",
            "assignment": "2011-01-10T11:10:16+01:00",
            "program": 75,
            "subprogram": null,
            "organization": 14043,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2431,
            "title": {
                "de": "Genetic predisposition to therapy-related myeloid neoplasms: involvement of the Fanconi anemia/BRCA pathway?",
                "en": "Genetic predisposition to therapy-related myeloid neoplasms: involvement of the Fanconi anemia/BRCA pathway?"
            },
            "short": "FANCONI ANEMIA BRCA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-01-01T01:00:00+01:00",
            "begin_effective": "2010-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2013-07-31T02:00:00+02:00",
            "assignment": "2011-02-28T11:28:49+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51857,
            "contact": 51857,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2431-77371-12",
                "2431-77615-12",
                "2431-51857-10",
                "2431-50116-12"
            ]
        },
        {
            "id": 2040,
            "title": {
                "de": "Wirkung chirurgischer und pharmakologischer Interventionen auf das fetale Lungenwachstum bei pulmonaler Hypoplasie",
                "en": "Impact of surgical and pharmacological interventions on fetal lung growth in pulmonary hypoplasia"
            },
            "short": "IncreaseLungGrowth08",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2009-12-15T01:00:00+01:00",
            "begin_effective": "2009-12-15T01:00:00+01:00",
            "end_planned": "2012-12-15T01:00:00+01:00",
            "end_effective": "2012-12-15T01:00:00+01:00",
            "assignment": "2010-01-18T12:45:19+01:00",
            "program": 24,
            "subprogram": null,
            "organization": 14038,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50155,
            "contact": 50155,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                10
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2040-50155-10"
            ]
        },
        {
            "id": 2030,
            "title": {
                "de": "Inotrope Effekte der milden Hypothermie",
                "en": "Inotrope Effekte der milden Hypothermie"
            },
            "short": "MILDE HYOPTHERMIE",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2009-11-01T01:00:00+01:00",
            "begin_effective": "2009-11-01T01:00:00+01:00",
            "end_planned": "2010-06-30T02:00:00+02:00",
            "end_effective": "2010-06-30T02:00:00+02:00",
            "assignment": "2010-01-11T13:54:54+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 1944,
            "title": {
                "de": "The role of HOXB4 in renal development, maldevelopment of the kidney and tumorigeneses of renal neoplasms",
                "en": "The role of HOXB4 in renal development, maldevelopment of the kidney and tumorigeneses of renal neoplasms"
            },
            "short": "ROLE OF HOXB4",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2009-11-01T01:00:00+01:00",
            "begin_effective": "2009-11-01T01:00:00+01:00",
            "end_planned": "2010-10-31T02:00:00+02:00",
            "end_effective": "2010-10-31T02:00:00+02:00",
            "assignment": "2009-10-07T13:44:40+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 52569,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                530
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "1944-52569-10"
            ]
        }
    ]
}