Project Instance
Get a list of Project objects. Projects have a 1:1 mapping with Observations.
### Available end points:
- `/projects/` - Will list all Projects in the database
- `/projects.json` - Will return all Projects in json format
- `/projects/<object_id>/` - Returns Projects object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `uuid`
- `status`
- `title`
- `keywords`
### How to use filters:
- `/projects/?uuid=ab4ca8d019d148f78afba1cd20872bdd`
- `/projects/?title__icontains!=Project details`
- `/projects.json?status=ongoing`
GET /api/v2/projects/12142/?format=api
{ "ob_id": 12142, "uuid": "9976c97f6e884f6fbd834a6013d6fd72", "title": "SAPRISE: South Asian Precipitation: A Seamless Assessment", "abstract": "SAPRISE brought together UK and Indian scientists to make progress in understanding what affects the South Asian monsoon on different time scales. The ultimate goal of the project was to improve predictive capability and to therefore potentially improve the lives of those people affected by monsoon rains.\r\n\r\nSAPRISE used models and observations to investigate driving processes, variability, predictability and forced changes in South Asian precipitation on multiple time scales. A key focus was on interactions with the Indian and remote ocean basins and on the local and remote interactions with the dynamic and radiative effects of aerosol, addressing gaps in previous studies. \r\n\r\nSpecific Objectives were to:\r\n1.\tInvestigate processes responsible for present day mean, variability and change in South Asia precipitation and test the ability of state-of-the-art climate models to simulate this.\r\n2.\tEvaluate the skill of initialised experiments in predicting South Asia precipitation variability and investigate mechanisms for predictability.\r\n3.\tInvestigate changes in South Asia precipitation and its drivers and interactions in a changing climate.\r\n4.\tProvide a seamless assessment and syntheses of results to advance our understanding of precipitation variability, predictability and change in precipitation in South Asia.\r\n\r\nA further objective was to promote lasting collaboration and sharing of data and modeling expertise between Indian and UK climate modelers, observational experts and climate prediction teams and provide training and development to scientists in both countries. \r\n\r\nThe SAPRISE project was funded by the Natural Environment Council (NERC) with the grant references - NE/I022841/1 and NE/I022469/1 - led by Professor Matthew Collins (University of Exeter) and Professor Eleanor Highwood (University of Reading).", "keywords": "SAPRISE, rainfall, South Asia, monsoon, teleconnections, aerosols", "status": "ongoing", "publicationState": "published", "identifier_set": [], "observationCollection": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/26708/?format=api" ], "parentProject": null, "subProject": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46190/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46195/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46192/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46191/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113228/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46193/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46196/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46194/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/46197/?format=api" ] }