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/37356/?format=api
{ "ob_id": 37356, "uuid": "93ded775bdc54529b451dd5e84882527", "title": "UK and China Research and Innovation Partnership Fund, Met Office Climate Science for Service Partnership (CSSP) China (part of the Newton Fund).", "abstract": "The Climate Science for Service Partnership China is a collaborative climate science initiative between research institutes in the UK and China. Launched in 2014, the Climate Science for Service Partnership China (CSSP China) is a project stimulating scientific collaboration between research institutes in the UK and China. It focuses on producing world-leading scientific research that is fundamental to the development of climate services that support climate-resilient economic development and social welfare around the world. The project is working to enhance collaborative research by supporting the UK climate science community in their work with Chinese research institutes. The CSSP China project is part of our Weather and Climate Science for Service Partnership (WCSSP) programme, supported by the UK Government’s Newton Fund. Through CSSP China, we are developing strong scientific partnerships between the Met Office, the China Meteorological Administration, the Institute of Atmospheric Physics at the Chinese Academy of Sciences, and other key institutes in China and the UK. \n\nUK partners include: ARUP, Institute of Environmental Analytics, Imperial College London, National Centre for Atmospheric Science Reading, Science & Technology Facilities Council, UK Centre for Ecology and Hydrology, University of Birmingham, University of East Anglia , University of Edinburgh, University of Exeter, University of Leeds, University of Leicester, University of Oxford, University of Reading.\n\nThe project has published over 400 peer reviewed studies with many generated jointly by UK and Chinese scientists. In May 2021, a project overview paper was published in the Bulletin of the American Meteorological Society. The paper presents highlights from the first six years of the project and was led by project science leads at the Met Office in collaboration with the China Meteorological Administration and the Institute of Atmospheric Physics.\n\nFind out more: Scaife et al., 2021, Bulletin of the American Meteorological Society\n\nAdditionally, two special issues of the project have been published so far:\n\nAdvances in Atmospheric Sciences journal, 2018 \nThe Journal of Meteorological Research, 2020\n\nYou can find a full list of CSSP China research publications on the VIEWpoint CSSP China website.", "keywords": "", "status": "completed", "publicationState": "published", "identifier_set": [], "observationCollection": [], "parentProject": null, "subProject": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/178451/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/178452/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/178453/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/178454/?format=api" ] }