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/13700/?format=api
{ "ob_id": 13700, "uuid": "fab717b3cf06461490b186fe5242c45d", "title": "VolcanEESM (Volcanic Emissions for Earth System Models)", "abstract": "Volcanic eruptions impact the Earth system and society on timescales of weather (days to weeks) to climate (months to years) and are the dominant driver of climate variability over the last millennium. However, volcanic eruptions are most often poorly represented in Earth system models. This project was funded by: NCAR/UCAR Atmospheric Chemistry and Modeling Visiting Scientist Program, NCAS, University of Leeds School of Earth and Environment. \r\n\r\nThe VolcanEESM project presents a volcanic sulphur dioxide (SO2) emissions database for use in Earth System models. The database provides a comprehensive list of volcanic eruptions that were reported to emitted significant amounts of SO2 from 1850 to present. The presented dataset is instrumental for research using Earth system models that that represent stratospheric aerosols prognostically, including those participating in forthcoming Climate Modelling Inter-comparison Projects. \r\n\r\nThe project focused on large-magnitude (VEI>4) eruptions, which was used to identify using the Smithsonian Global Volcanism Program database and ice-core data. The total amount of SO2 emitted by an eruption, including the spatial distribution of the volcanic injection, was determined by using parameters that based on analogous eruptions that occurred during the satellite era following the methodology of Stoffel et al. [2015] and Gao et al. [2008]. \r\n\r\nThe project estimated lower and upper bounds of the SO2 emitted and constrained the season by an eruption [similar to Stoffel et al., 2015] and expect the uncertainties on our inventory to be of comparable magnitude to those prescribing the forcing. Before running long model integrations, they assessed the representativeness of the emission inventory and quantified uncertainties by comparing simulated sulphate deposition patterns for selected eruptions to ice-core records and by comparing simulated AOD to Crowley et al. [2008] and Sato et al. [1993]. Where applicable they also compared simulated optical properties to astronomical estimates of atmospheric transmission [Stothers 1996; 2001]. ", "keywords": "Volcano, SO2, sulphur dioxide, volcanic eruptions, Earth System Models, VolcanEESM", "status": "ongoing", "publicationState": "published", "identifier_set": [], "observationCollection": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/13702/?format=api" ], "parentProject": null, "subProject": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52372/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52360/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52357/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52356/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52371/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52359/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52358/?format=api" ] }