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/14439/?format=api
{ "ob_id": 14439, "uuid": "ab2ed568b11d4bc7aa023e7a1b63bb08", "title": "UTLS-Ozone ERA40: Evaluation of the ozone and water vapour datasets of the 40 year European re-analysis of the global atmosphere", "abstract": "Evaluation of the Ozone and Water Vapour Datasets of the 40-Year European Re-analysis of the Global Atmosphere Upper Troposphere Lower Stratosphere (UTLS) Round 2 project led by Prof. A. O Neill, Dr W. Lahoz and Prof. B. Hoskins, Centre for Global Atmospheric Modelling, Department of Meteorology, University of Reading.\r\n\r\nRe-analyses datasets, such as the 40-year re-analysis dataset has been produced by the European Centre for Medium Range Weather Forecasts (ERA-40). This has provided an invaluable tool for a wide range of modelling, theoretical and observational studies of the atmosphere, including the UTLS region. This is because they have the advantage of being global, self-consistent and relatively long-term. It was vital that the ERA-40 dataset was carefully evaluated before, for example, projects studying the UTLS region draw conclusions based on its use. To this end, this project an evaluation of ozone and water vapour fields (important for climate, radiation and dynamics) in the UTLS region using mainly independent satellite data from the Upper Atmosphere Research Satellite (UARS), and aircraft data from the Measurements of Ozone by Airbus In Service Aircraft (MOZAIC) programme, and measurements from fields campaigns (e.g. the European Arctic Stratospheric Experiment (EASOE), and the Second European Stratospheric Arctic and Mid-latitude Experiment (SESAME).\r\n\r\nObjectives\r\n\r\nTo evaluate the ozone and water vapour datasets in ERA-40, including the identification of shortcomings and suggestions for improvements.\r\nTo gain intimate knowledge of the data quality and shortcomings of ERA-40 datasets other than ozone and water vapour, via membership of the ERA-40 data evaluation team.\r\nTo provide users with quality-controlled, three dimensional ozone and water vapour datasets from the ERA-40 analyses, together with error statistics on the reliability of the fields.\r\nTo provide support for measurement campaigns associated with the study of chemistry/ climate interactions.\r\nTo provide support to the scientific community in the form of climatologies for studies of atmospheric variability and predictability.\r\nTo provide interdisciplinary training in data evaluation and analysis techniques, earth observation sciences and atmospheric modelling.", "keywords": "UTLS, ERA40, chemistry, ECMWF", "status": "completed", "publicationState": "published", "identifier_set": [], "observationCollection": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6648/?format=api" ], "parentProject": "https://api.catalogue.ceda.ac.uk/api/v2/projects/2325/?format=api", "subProject": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/56025/?format=api" ] }