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=1580&ordering=-end_effective
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2265,
    "next": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1600&ordering=-end_effective",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1560&ordering=-end_effective",
    "results": [
        {
            "id": 3013,
            "title": {
                "de": "Biomarker für therapeutische Ansprecher von Antikörper-Therapien. ",
                "en": "Profiling Responders in Antibody Therapies."
            },
            "short": "PRIAT",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-12-01T01:00:00+01:00",
            "begin_effective": "2012-11-01T01:00:00+01:00",
            "end_planned": "2016-11-30T01:00:00+01:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2012-10-24T12:03:09+02:00",
            "program": 24,
            "subprogram": "Health.2012.2.1.2-1",
            "organization": 14047,
            "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": "305309",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2366,
            "title": {
                "de": "\"Advanced\" EEG in der Vorhersage des Verlaufs der Alzheimerdemenz\"",
                "en": "\"Advanced\" EEG in the prediction of the clinical course of Alzheimer dementia"
            },
            "short": "EEG und Alzheimer",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-01-01T01:00:00+01:00",
            "begin_effective": "2011-02-01T01:00:00+01:00",
            "end_planned": "2013-12-31T01:00:00+01:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2010-12-21T10:16:33+01:00",
            "program": 60,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                416
            ],
            "funder_projectcode": "827462",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 3137,
            "title": {
                "de": "Überwachung von Patienten mit colorektalen Karzinomen durch serielle Plasma DNA Untersuchungen",
                "en": "Monitoring colorectal cancer by serial plasma DNA analyses"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-02-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2013-01-16T10:11:09+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14021,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "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": []
        },
        {
            "id": 3697,
            "title": {
                "de": "Weiterentwicklung und Validierung der Offenen Mikroperfusion zur kliniktauglichen Technologien für die Medikamentenevaluierung",
                "en": "Development und validation off open flow microperfusion towards suitable clinical technology for drug evaluation"
            },
            "short": "OFM clinical",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-02-01T01:00:00+01:00",
            "begin_effective": "2014-02-01T01:00:00+01:00",
            "end_planned": "2015-01-31T01:00:00+01:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2014-07-01T16:10:02+02:00",
            "program": null,
            "subprogram": "HTI",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 2,
            "manager": 51831,
            "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": [
                "3697-51831-10"
            ]
        },
        {
            "id": 3492,
            "title": {
                "de": "Funktionelle Analyse eines neuen familiären kolorektalen Krebssyndrom X Prädispositionsgens",
                "en": "Functional Analysis of a Novel Familial Colorectal Cancer Type X Predisposition Gene"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-01-01T01:00:00+01:00",
            "begin_effective": "2013-12-01T01:00:00+01:00",
            "end_planned": "2014-10-01T02:00:00+02:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2014-01-09T11:59:23+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 77615,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1519
            ],
            "funder_projectcode": "MEFO-01",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3492-77615-10"
            ]
        },
        {
            "id": 2812,
            "title": {
                "de": "Verletzungen durch Verkehrsunfälle bei Patienten mit Parkinsonerkrankung",
                "en": "Injuries through road accidents in patients with Parkinson's disease"
            },
            "short": "Parkinson und Verkehrsunfälle",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-06-01T02:00:00+02:00",
            "begin_effective": "2011-12-01T01:00:00+01:00",
            "end_planned": "2012-05-30T02:00:00+02:00",
            "end_effective": "2015-01-31T01:00:00+01:00",
            "assignment": "2012-02-28T10:50:32+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51959,
            "contact": 51959,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2812-51959-10"
            ]
        },
        {
            "id": 3431,
            "title": {
                "de": "Serum Mannan/ Anti-Mannan EIA und Serum Galactomannan EIA zur Früherkennung von Invasiven Pilzinfektionen in Patienten mit hämato-onkologischen Grundkrankheiten",
                "en": "Serum Mannan/ Anti-Mannan EIA and Galactomannan EIA Screening for early diagnosis of Invasive Fungal Infections among patients with hematological malignancies"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-03-01T01:00:00+01:00",
            "begin_effective": "2014-01-10T01:00:00+01:00",
            "end_planned": "2015-03-30T02:00:00+02:00",
            "end_effective": "2015-01-09T01:00:00+01:00",
            "assignment": "2013-11-15T12:23:23+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14082,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                895
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 4624,
            "title": {
                "de": "DTI und RS-MRT als Prädiktoren von Kognition in NF1",
                "en": "DTI and RS-fMRI as predictors of cognition in NF1"
            },
            "short": "DTI and RS-fMRI in NF1",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-01-06T01:00:00+01:00",
            "begin_effective": "2014-01-06T01:00:00+01:00",
            "end_planned": "2015-01-06T01:00:00+01:00",
            "end_effective": "2015-01-06T01:00:00+01:00",
            "assignment": "2016-01-20T16:18:28+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 59566,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J 3500-B23",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "4624-59566-10"
            ]
        },
        {
            "id": 3465,
            "title": {
                "de": "Mitochondrien als neues Ziel in der Behandlung zahlreicher Erkrankungen",
                "en": "Mitochondria—a novel target for treatment of many diseases"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": "Mitochondrien sind nicht nur die zellulären Kraftwerke, sondern auch für viele andere Zellfunktionen von entscheidender Bedeutung (zb Apoptose, Calzium-Homöostase). Dies spiegelt sich auch im weiten Spektrum an „mitochondrialen Erkrankungen“ wieder, welche systemisch oder organspezifisch sein können (z.B. Diabetes mellitus Typ2, neurodegenerative Erkrankungen). Bei vielen dieser Erkrankungen fand man mitochondriale Dysfunktionen, weshalb die Mitochondrienforschung eine wesentliche Rolle spielt hinsichtlich eines besseren Verständnis und der Entwicklung neuer Behandlungsstrategien von zahlreichen Erkrankungen. Allerdings ist das Untersuchen von isolierten Mitochondrien derzeit nur eingeschränkt möglich, da a) die Isolierungsmethoden per Zentrifugation sehr aggressiv ist und b) kein Forschungsmodell mit isolierten Mitochondrien in Kultur zur Verfügung steht und mitochondriale Forschung an permeabilisierten Zellen multifaktoriell beeinflusst wird.\r\nDaher hat sich dieses Projekt zum Ziel gemacht native, funktionell intakte Mitochondrien zu isolieren um mit diesen a) ein neuartiges mitochondriales Forschungsmodell zu designen und b) deren therapeutisches Potential in Zellkultur zu testen.\r\nFür eine schonende Isolierung von humanen Mitochondrien werden Zellen vorsichtig lysiert, das Lysat mit Eisenpartikel beladenen Antikörpern versetzt, welche spezifisch an Mitochondrien binden und anschließend im Magnetfeld isoliert.\r\nJene isolierten Mitochondrien werden dann (elektronen-)mikroskopisch und biochemisch auf intakte Morphologie und Funktion geprüft und für a) die Etablierung eines neuen mitochondrialen Forschungsmodells und b) Transfer in Zellkultur verwendet.\r\nMit Hilfe eines solchen mitochondrialen Forschungsmodells wird es möglich Effekt auf Mitochondrien isoliert untersuchen zu können. Vor allem gilt es zu klären, ob und wie sich der Transfer dieser Mitochondrien in Zellen unter Kulturbedingungen auswirkt um den weiteren therapeutischen Nutzen zur Behandlung von Erkrankung mit mitochondrialer Dysfunktion beurteilen zu können.\r\n",
                "en": null
            },
            "begin_planned": "2014-01-01T01:00:00+01:00",
            "begin_effective": "2014-01-01T01:00:00+01:00",
            "end_planned": "2014-06-30T02:00:00+02:00",
            "end_effective": "2015-01-01T01:00:00+01:00",
            "assignment": "2013-12-16T09:49:04+01:00",
            "program": null,
            "subprogram": null,
            "organization": 28392,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1519
            ],
            "funder_projectcode": "MEFO-02",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3465-50910-12"
            ]
        },
        {
            "id": 2306,
            "title": {
                "de": "Zellbasierte nichtinvasive Pränataldiagnostik",
                "en": "Cell-based non-invasive prenatal diagnosis"
            },
            "short": "ZELLBAS NICHTINV PRAENATALDIAG",
            "url": null,
            "abstract": {
                "de": "Genetische Pränataldiagostik erfordert die Gewinnung von Zellen des Kindes. Dies erfolgt durch invasive Methoden wie Amniozentese oder Chorionzottenbiopsie. Das Risiko, daß es durch diese Eingriffe zu einem Abort kommt, ist nicht vernachlässigbar und liegt bei 0,5 – 1%.  Aus diesem Grund ist genetische Pränataldiagnostik auf Schwangerschaften mit einem erhöhten Risiko einer genetischen Krankheit des Fetus beschränkt, wie z. B. einem Alter der Schwangeren von über 35 Jahren. Tatsächlich wird aber die Mehrzahl von Kindern mit genetischen Krankheiten nach Schwangerschaften geboren, die nicht primär als mit erhöhtem Risiko behaftet eingestuft werden können und bei denen das Risiko einer invasive Diagnostik in keinem vertretbaren Verhältnis zum Risiko durch den Eingriff steht.\r\nAusgehend von einer von uns entwickelten Methode zur geschlechtsunabhängigen Analyse der fötalen Identität von Zellen wollen wir in dem vorgeschlagenen Projekt ein Verfahren etablieren, das auf der Basis der Analyse von Einzelzellen eine nicht-invasive pränatale Diagnostik numerischer Chromosomenaberrationen und monogenetisch bedingter Krankheiten ermöglicht. Wir vergleichen die Effizienz etablierter Protokolle zur Anreicherung fetaler Zellen aus dem peripheren Blut schwangerer Frauen. Weiters etablieren wir die Amplifikation des gesamten Genoms von Einzelzellen, kombinieren die Analyse der fetalen Identität mittels array comparative genomic hybridization zur Analyse von Trisomien und analysieren als Beispiel der prinzipiellen Machbarkeit Mutationen des CFTR Gens.\r\nAuf Basis dieser Arbeiten wollen wir unter Nutzung von Ressourcen der Medizinischen Universität Graz im Sinn einer kommerziellen Anwendung ein überregionales Zentrum zur zellbasierten nichtinvasiven Pränataldiagnostik etablieren.\r\n",
                "en": "Genetic prenatal diagnosis is dependent on procurement of fetal cells. This is done my invasive methods such as amniocentesis and chorionic villous sampling. These methods are associated to a risk of 0.5 – 1% of subsequent abortus. For this reason genetic prenatal diagnosis is restricted to pregnancies with are associated with an increased risk of renetik disease of the fetus, such as age of the pregnant women higher than 35 years. In fact the majority of children with genetic diseases is born at the end of pregnancies which have not abeen associated with an increased risk, where the risk of invasive procedures cannot be  justified.\r\nBased on a method which we developed previously for sex-independent analysis of the fetal identity of cells in a fetal microchimeric setting, we plan to establish a technique allowing for non-invasive prenatal diagnosis of both numeric chromosomal aberrations and monogenetic hereditary diseases, using analysis of single cells. We will compare the efficiency of established protocols for enrichment of fetal cells from the peripheral blood of pregnant women. Furthermore, we will establish whole genome amplification of single cells and combine the analysis of fetal identity with analysis of trisomy by means of array comparative genomic hybridization. As a proof of principle for feasibility of analysis of monogenic hereditary diseases using the preamplified genome of single cells we will analyze mutations of the CFTR gene.\r\nThe results of this work will be commercially exploited as we plan to establish an supra-regional center for cell-based non-invasive prenatal diagnosis by using the facilities of the Medical University of Graz.\r\n"
            },
            "begin_planned": "2010-03-01T01:00:00+01:00",
            "begin_effective": "2010-12-01T01:00:00+01:00",
            "end_planned": "2013-02-28T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2010-09-17T13:41:38+02:00",
            "program": 71,
            "subprogram": null,
            "organization": 14017,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "TRP17 ",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2306-54171-12"
            ]
        },
        {
            "id": 3194,
            "title": {
                "de": "Einfluss von LAMA4 Hemmung auf die Organisation von Knorpelzellen im 3 D Model",
                "en": "LAMA4 inhibition leads to cluster deformation in human osteoarthritic cartilage in a 3 Dimensional matrix model"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2012-08-01T02:00:00+02:00",
            "begin_effective": "2012-08-01T02:00:00+02:00",
            "end_planned": "2013-08-01T02:00:00+02:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2013-03-01T09:09:42+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57343,
            "contact": 57343,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3194-57343-10",
                "3194-78952-12"
            ]
        },
        {
            "id": 2528,
            "title": {
                "de": "Pilze als Indikatoren für pathogeninaktivierende Eigenschaften eines neuen Fixativs für die Gewebekonservierung",
                "en": "Fungi as indicators for pathogen inactivating capacity of a novel fixative employed on tissue preservation"
            },
            "short": "3P",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-10-01T02:00:00+02:00",
            "begin_effective": "2011-10-01T02:00:00+02:00",
            "end_planned": "2013-03-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2011-07-13T15:48:48+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50828,
            "contact": 50828,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                895
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2528-50828-10"
            ]
        },
        {
            "id": 3496,
            "title": {
                "de": "Protein kinase D2 (PRKD2): a candidate regulator of glioblastoma metabolism",
                "en": "Protein kinase D2 (PRKD2): a candidate regulator of glioblastoma metabolism"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-01-01T01:00:00+01:00",
            "begin_effective": "2014-01-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2014-01-02T15:06:25+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14013,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50990,
            "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": [
                "3496-50990-10"
            ]
        },
        {
            "id": 3312,
            "title": {
                "de": "Anti-atherosclerotic Effects of Ligustrazine",
                "en": "Anti-atherosclerotic Effects of Ligustrazine"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-07-28T02:00:00+02:00",
            "begin_effective": "2013-07-28T02:00:00+02:00",
            "end_planned": "2014-06-28T02:00:00+02:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2013-06-27T11:34:02+02:00",
            "program": 92,
            "subprogram": "Eurasia Pacific Uninet",
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 57932,
            "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": [
                "3312-57932-10"
            ]
        },
        {
            "id": 2532,
            "title": {
                "de": "SFB: Tumorsuppression und Tumorpromotion durch Lipasen",
                "en": "Tumor suppressive and promoting functions of lipases. "
            },
            "short": "TUMOR SUPPRESSIVE FUNCTION LIPASES",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-04-01T02:00:00+02:00",
            "begin_effective": "2011-04-01T02:00:00+02:00",
            "end_planned": "2014-03-31T02:00:00+02:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2011-07-14T17:14:46+02:00",
            "program": 67,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51691,
            "contact": 51691,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "F3013-B19",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2532-50903-12",
                "2532-51066-12",
                "2532-57409-12",
                "2532-90618-12",
                "2532-51691-10"
            ]
        },
        {
            "id": 3577,
            "title": {
                "de": "Vergleich der von Qualitätssicherung und Qualitätskontrolle in der Diagnostischen Radiologie von Österreich und Montenegro",
                "en": "Comparision of QA/QC in diagnostic radiology in Montenegro and Austria"
            },
            "short": " ME 10/2013",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2014-02-17T15:34:51+01:00",
            "program": 92,
            "subprogram": "WTZ -- Wissenschaftlich technische Zusammenarbeit -- wurde verlängert bis 30.6.2015",
            "organization": 14106,
            "category": 10,
            "type": 10,
            "partner_function": 1,
            "manager": 51913,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                20
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3577-51913-10"
            ]
        },
        {
            "id": 2556,
            "title": {
                "de": "Die Rolle von Lipasen bei Patienten mit Pankreaskarzinom",
                "en": "The role of lipases in patients with pancreatic cancer"
            },
            "short": "LIPASES PATIENTS PANCREATIC CANCER",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2011-08-01T02:00:00+02:00",
            "begin_effective": "2011-09-01T02:00:00+02:00",
            "end_planned": "2013-07-31T02:00:00+02:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2011-08-22T12:09:00+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14020,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51691,
            "contact": 51691,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2556-51691-10"
            ]
        },
        {
            "id": 1907,
            "title": {
                "de": "Hochdurchsatz-Genexpressionsanalyse im Gehirn verhaltensdivergenter Rattenstämme in Abhängigkeit von Stressexposition und Geschlechtszugehörigkeit",
                "en": "High throughput gene expression analysis in the brain of behaviourally divergent rat strains under the influence of stress exposure and gender"
            },
            "short": "HOCHDURCHSATZ_GENEXPRESS",
            "url": null,
            "abstract": {
                "de": "Die Begriffe \"stress\" und \"burnout\" sind mittlerweile sprachliches Gemeingut, ihre biomedizinische Bedeutung ist aber, aufgrund nach wie vor fehlender basaler molekularer Konzepte, keineswegs vollständig erfassbar, was allerdings im Sinne adäquater, effizienter Therapieansätze unbedingt nötig wäre.\r\nZur Analyse der möglichen genetischen Determination individueller, wie auch geschlechtsspezifischer Stress-Suszeptibilität wurden bisher stets Tiermodelle herangezogen, in denen a priori definierte Parameter, wie die Expression bekannter Transkriptionsverfahren oder Neurotransmitter als Maß selektiver neuronaler Akrivierung dienten.\r\nDem gegenüber zielt das vorliegende Projektvorhaben darauf ab, innerhalb eines etablierten tierexperimentellen psychologischen Stressmodells, in einem Hochdurchsatz-Prozess mittels automatisierter whole transcriptome analysis durch Microarray-Technologie simultan die Gesamtheit aller stressaktiviertern Gene in bekannten Stresszentren des Gehirns zu erfassen. \r\nAufgrund von bereits erfolgten technischen Vorstudien darf von den Resultaten dieser Studie erwartet werden, wertvolle neue wissenschaftliche Stossrichtungen bezüglich der Aufklärung molekularer Mechanismen geschlechtsspezifischer, Stress-Antwort des Gehirns zu eröffnen.",
                "en": "Die Begriffe \"stress\" und \"burnout\" sind mittlerweile sprachliches Gemeingut, ihre biomedizinische Bedeutung ist aber, aufgrund nach wie vor fehlender basaler molekularer Konzepte, keineswegs vollständig erfassbar, was allerdings im Sinne adäquater, effizienter Therapieansätze unbedingt nötig wäre.\r\nZur Analyse der möglichen genetischen Determination individueller, wie auch geschlechtsspezifischer Stress-Suszeptibilität wurden bisher stets Tiermodelle herangezogen, in denen a priori definierte Parameter, wie die Expression bekannter Transkriptionsverfahren oder Neurotransmitter als Maß selektiver neuronaler Akrivierung dienten.\r\nDem gegenüber zielt das vorliegende Projektvorhaben darauf ab, innerhalb eines etablierten tierexperimentellen psychologischen Stressmodells, in einem Hochdurchsatz-Prozess mittels automatisierter whole transcriptome analysis durch Microarray-Technologie simultan die Gesamtheit aller stressaktiviertern Gene in bekannten Stresszentren des Gehirns zu erfassen. \r\nAufgrund von bereits erfolgten technischen Vorstudien darf von den Resultaten dieser Studie erwartet werden, wertvolle neue wissenschaftliche Stossrichtungen bezüglich der Aufklärung molekularer Mechanismen geschlechtsspezifischer, Stress-Antwort des Gehirns zu eröffnen."
            },
            "begin_planned": "2009-08-01T02:00:00+02:00",
            "begin_effective": "2009-10-01T02:00:00+02:00",
            "end_planned": "2010-01-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2009-09-03T16:02:11+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14014,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51205,
            "contact": 51205,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                457
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "1907-51205-10"
            ]
        },
        {
            "id": 3495,
            "title": {
                "de": "Does an altered expression of HCN channel isoforms underlie the observed changes in electrophysiological characteristics of the pacemaker current If in cardiomyocytes isolated from a pig model of atrial fibrillation and arterial hypertension?",
                "en": "Does an altered expression of HCN channel isoforms underlie the observed changes in electrophysiological characteristics of the pacemaker current If in cardiomyocytes isolated from a pig model of atrial fibrillation and arterial hypertension?"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2014-01-01T01:00:00+01:00",
            "begin_effective": "2014-01-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2014-01-02T15:01:14+01:00",
            "program": null,
            "subprogram": null,
            "organization": 14011,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50969,
            "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": [
                "3495-50615-12",
                "3495-50969-10",
                "3495-50990-12"
            ]
        },
        {
            "id": 3476,
            "title": {
                "de": "Hyperkapnie ist unter präklinischer Reanimation häufig und mit dem Outcome assoziiert",
                "en": "Hypercapnia is common during out-of-hospital cardiopulmonary resuscitation and affects outcome"
            },
            "short": null,
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2013-01-01T01:00:00+01:00",
            "begin_effective": "2013-01-01T01:00:00+01:00",
            "end_planned": "2014-12-31T01:00:00+01:00",
            "end_effective": "2014-12-31T01:00:00+01:00",
            "assignment": "2013-12-19T11:38:05+01:00",
            "program": null,
            "subprogram": "Preis",
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 54296,
            "contact": null,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                1330
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "3476-54296-10"
            ]
        }
    ]
}