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=1920&ordering=-begin_planned
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=1940&ordering=-begin_planned",
    "previous": "https://api-test.medunigraz.at/v1/research/project/?format=api&limit=20&offset=1900&ordering=-begin_planned",
    "results": [
        {
            "id": 2666,
            "title": {
                "de": "1.2 Pharmacogenetic biomarkers for personalized medicine in common metabolic disorders",
                "en": "1.2 Pharmacogenetic biomarkers for personalized medicine in common metabolic disorders"
            },
            "short": "BioPersMed Project No 1.2",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51809,
            "contact": 51809,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2666-50909-12",
                "2666-51809-10"
            ]
        },
        {
            "id": 2748,
            "title": {
                "de": "Interferon-alpha induzierte Depression bei PatientInnen mit chronisch aktiven Hepatitis C Infektionen. Auswirkungen auf die Lebensqualität, die soziale Unterstützung, die Lebenszufriedenheit, die HPA-Achse, den Serotoninhaushalt, die Indoleamin 2,3-dioxygenase (IDO) und die Schilddrüse während und nach einer Therapie mit Interferon-alpha ",
                "en": "Interferon-alpha therapy in patients with chronic hepatitis C infection: its impact on psychiatric comorbidity, health-related quality of life, social support, life satisfaction, HPA-Axis, 5-hydroxytryptamine (5-HT), Indoleamine 2,3-dioxygenase (IDO), and thyroid gland."
            },
            "short": "Biopsychosocial consequences of INF-alp ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2012-02-01T01:00:00+01:00",
            "end_planned": "2013-06-30T02:00:00+02:00",
            "end_effective": "2014-09-30T02:00:00+02:00",
            "assignment": "2012-01-16T18:28:54+01:00",
            "program": 75,
            "subprogram": "Forschungsförderung des Land Steiermark",
            "organization": 29444,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50887,
            "contact": 50887,
            "status": 2,
            "research": 4,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2748-50887-10"
            ]
        },
        {
            "id": 2668,
            "title": {
                "de": "1.4 Crosstalk of Bone and Adipose Tissue via new biomarkers",
                "en": "1.4 Crosstalk of Bone and Adipose Tissue via new biomarkers"
            },
            "short": "BioPersMed Project No 1.4",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:14:41+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51809,
            "contact": 51809,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2668-50909-12",
                "2668-71449-12",
                "2668-51809-10"
            ]
        },
        {
            "id": 2677,
            "title": {
                "de": "3.3 Vitamin D, biomarker and regulator of blood pressure",
                "en": "3.3 Vitamin D, biomarker and regulator of blood pressure"
            },
            "short": "BioPersMed Project No 3.3",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2677-51831-10"
            ]
        },
        {
            "id": 2671,
            "title": {
                "de": "1.7 Vitamin D as a biomarker for age-dependent cerebral damage (i.e stroke)",
                "en": "1.7 Vitamin D as a biomarker for age-dependent cerebral damage (i.e stroke)"
            },
            "short": "BioPersMed Project No 1.7",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14050,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 61927,
            "contact": 61927,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2671-61927-10",
                "2671-63490-12"
            ]
        },
        {
            "id": 2257,
            "title": {
                "de": "Einfluss unterschiedlicher Lichtspektren am Arbeitsplatz auf Physiologie und circadiane Rhythmik",
                "en": "Physiological and circadian effects of light in the work-place"
            },
            "short": "Wirkung von Licht am Arbeitsplatz",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-08-01T02:00:00+02:00",
            "end_planned": "2012-06-30T02:00:00+02:00",
            "end_effective": "2012-09-30T02:00:00+02:00",
            "assignment": "2010-07-29T12:08:13+02:00",
            "program": 79,
            "subprogram": "Interdisziplinäre Humanmedizin",
            "organization": 14010,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51671,
            "contact": 51671,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": "13891",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2257-51671-10"
            ]
        },
        {
            "id": 2675,
            "title": {
                "de": "3.1 Endocrine and functional biomarkers in the early diagnosis of coronary artery disease",
                "en": "3.1 Endocrine and functional biomarkers in the early diagnosis of coronary artery disease"
            },
            "short": "BioPersMed Project No 3.1",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2675-51831-10"
            ]
        },
        {
            "id": 2665,
            "title": {
                "de": "1.1 Biomarkers of immune tolerance in autoimmunity and transplantation in diabetes",
                "en": "1.1 Biomarkers of immune tolerance in autoimmunity and transplantation in diabetes"
            },
            "short": "BioPersMed Project No 1.1",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51831,
            "contact": 51831,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2665-51831-10",
                "2665-90274-12"
            ]
        },
        {
            "id": 2678,
            "title": {
                "de": "3.4 Early detection of vascular remodelling and vascular complications",
                "en": "3.4 Early detection of vascular remodelling and vascular complications"
            },
            "short": "BioPersMed Project No. 3.4",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14083,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2678-60390-12"
            ]
        },
        {
            "id": 2669,
            "title": {
                "de": "1.5 Collagen turnover products as biomarkers of bone remodelling",
                "en": "1.5 Collagen turnover products as biomarkers of bone remodelling"
            },
            "short": "BioPersMed Project No 1.5",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51809,
            "contact": 51809,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2669-71449-12",
                "2669-51809-10"
            ]
        },
        {
            "id": 2125,
            "title": {
                "de": "Biomarker für axonalen Schaden und Neurodegeneration bei MS",
                "en": "Biomarkers for axonal damage and neurodegeneration in MS"
            },
            "short": "AXONAL DAMAGE NEURODEGEN MS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2010-06-30T02:00:00+02:00",
            "end_effective": "2011-06-30T02:00:00+02:00",
            "assignment": "2010-02-18T12:15:29+01:00",
            "program": 69,
            "subprogram": null,
            "organization": 14051,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 57435,
            "contact": null,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "J2992",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2125-57435-10"
            ]
        },
        {
            "id": 2673,
            "title": {
                "de": "2.3 Vitamin D metabolites as novel biomarkers for progression and prognosis in liver disease",
                "en": "2.3 Vitamin D metabolites as novel biomarkers for progression and prognosis in liver disease"
            },
            "short": "BioPersMed Project No. 2.3",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51530,
            "contact": 51530,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2673-51530-10"
            ]
        },
        {
            "id": 2670,
            "title": {
                "de": "1.6 Wnt signalling and novel bone biomarkers",
                "en": "1.6 Wnt signalling and novel bone biomarkers"
            },
            "short": "BioPersMed Project No 1.6",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14080,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51809,
            "contact": 51809,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2670-51809-10"
            ]
        },
        {
            "id": 2309,
            "title": {
                "de": "TRPA1 als Biomarker für Chemikalienunverträglichkeit",
                "en": "TRPA1 as biomarker of multiple chemical sensitivity"
            },
            "short": "TRPA_BIOMARKER_CHEMIKALIEN",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-10-01T02:00:00+02:00",
            "end_planned": "2012-06-30T02:00:00+02:00",
            "end_effective": "2012-09-30T02:00:00+02:00",
            "assignment": "2010-09-22T18:13:45+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14022,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51529,
            "contact": 51529,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2309-51529-10"
            ]
        },
        {
            "id": 2325,
            "title": {
                "de": "Bedeutung von MikroRNAs im Wnt Signalweg beim Gallengangskarzinom",
                "en": "Role of microRNAs of the wnt pathway in biliary tract cancer"
            },
            "short": "MICRORNAS WNT PATHWAY ",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-11-01T01:00:00+01:00",
            "end_planned": "2011-06-30T02:00:00+02:00",
            "end_effective": "2012-06-30T02:00:00+02:00",
            "assignment": "2010-10-11T11:00:11+02:00",
            "program": null,
            "subprogram": null,
            "organization": 14085,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                135
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": []
        },
        {
            "id": 2261,
            "title": {
                "de": "Immune responses to mental stress in patients with malignant melanoma",
                "en": "Immune responses to mental stress in patients with malignant melanoma"
            },
            "short": "MENTAL STRESS_MALIGNANT MELANOMA",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-10-01T02:00:00+02:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2011-09-30T02:00:00+02:00",
            "assignment": "2010-08-05T16:54:16+02:00",
            "program": 79,
            "subprogram": null,
            "organization": 14047,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 52274,
            "contact": 52274,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2261-60040-11",
                "2261-60388-12",
                "2261-52274-10"
            ]
        },
        {
            "id": 2672,
            "title": {
                "de": "2.1 Metabolic biomarkers for progression of fatty liver disease and chronic viral hepatitis",
                "en": "2.1 Metabolic biomarkers for progression of fatty liver disease and chronic viral hepatitis"
            },
            "short": "BioPersMed Project No 2.1",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2015-06-30T02:00:00+02:00",
            "end_effective": "2015-06-30T02:00:00+02:00",
            "assignment": "2010-12-12T12:15:40+01:00",
            "program": 94,
            "subprogram": "K-Projekt",
            "organization": 14081,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": 51530,
            "contact": 51530,
            "status": 2,
            "research": 2,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                2,
                1040,
                1154
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2672-81601-12",
                "2672-88572-12",
                "2672-51530-10"
            ]
        },
        {
            "id": 2253,
            "title": {
                "de": "Stickstoffmonoxid und Schilddrüsen Studie - NOTHYS",
                "en": "Nitric Oxide Thyroid Study - NOTHYS"
            },
            "short": "NOTHYS",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-10-01T02:00:00+02:00",
            "end_planned": "2013-06-30T02:00:00+02:00",
            "end_effective": "2013-09-30T02:00:00+02:00",
            "assignment": "2010-07-14T12:58:34+02:00",
            "program": 72,
            "subprogram": null,
            "organization": 14028,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 50562,
            "contact": 50562,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                9
            ],
            "funder_projectcode": "P22694",
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2253-50562-10",
                "2253-50464-12",
                "2253-51263-12",
                "2253-51809-12"
            ]
        },
        {
            "id": 2246,
            "title": {
                "de": "Vorkommen und funktionelle Relevanz von Genpolymorphismen bei ankylosierender Spondylitis",
                "en": "Vorkommen und funktionelle Relevanz von Genpolymorphismen bei ankylosierender Spondylitis"
            },
            "short": "SAASP",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2010-07-01T02:00:00+02:00",
            "end_planned": "2012-12-31T01:00:00+01:00",
            "end_effective": "2014-09-30T02:00:00+02:00",
            "assignment": "2010-07-09T12:59:27+02:00",
            "program": null,
            "subprogram": "ÖGR: wissenschaftlicher Projektpreis 2007",
            "organization": 14086,
            "category": 10,
            "type": 10,
            "partner_function": 3,
            "manager": null,
            "contact": null,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                87
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2246-51002-12",
                "2246-53560-12",
                "2246-89855-12"
            ]
        },
        {
            "id": 2339,
            "title": {
                "de": "Proteomic and microbial profiling of human cervico-vaginal fluid and saliva of pregnant women throughout gestation",
                "en": "Proteomic and microbial profiling of human cervico-vaginal fluid and saliva of pregnant women throughout gestation"
            },
            "short": "PROTEOMIC PROFILING",
            "url": null,
            "abstract": {
                "de": null,
                "en": null
            },
            "begin_planned": "2010-07-01T02:00:00+02:00",
            "begin_effective": "2011-01-01T01:00:00+01:00",
            "end_planned": "2011-12-31T01:00:00+01:00",
            "end_effective": "2012-12-31T01:00:00+01:00",
            "assignment": "2010-11-11T13:26:31+01:00",
            "program": 79,
            "subprogram": null,
            "organization": 14064,
            "category": 10,
            "type": 10,
            "partner_function": 4,
            "manager": 51719,
            "contact": 51719,
            "status": 2,
            "research": 1,
            "grant": 10,
            "event": null,
            "study": null,
            "language": null,
            "funders": [
                12
            ],
            "funder_projectcode": null,
            "ethics_committee": null,
            "edudract_number": null,
            "persons": [
                "2339-51719-10"
            ]
        }
    ]
}