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/38309/?format=api
{ "ob_id": 38309, "uuid": "70c96882916149658752b2b123931a5d", "title": "ICECAPS-MELT: NSFGEO-NERC Collaborative Research", "abstract": "Overview: A three-year extension to the Integrated Characterization of Energy, Clouds, Atmospheric state, and Precipitation at Summit (ICECAPS) project. This project was an international collaboration that funded the original ICECAPS researchers through the U.S. National Science Foundation's Arctic Observing Network and a team of researchers at the University of Leeds through the U.K. Natural Environment Research Council. The ICECAPS project continuously operated a sophisticated suite of ground-based instruments at Summit Station, Greenland since 2010 for observation of clouds, precipitation, and atmospheric structure. The project significantly advanced the understanding of cloud properties, radiation and surface energy, and precipitation processes over the Greenland Ice Sheet (GrIS) during a period of rapid climate change. The project supported numerous national and international collaborations in process-based model evaluation, development of new measurement techniques, ground comparisons for multiple satellite measurements and aircraft missions, and operational radiosonde data for weather forecast models. The project proposed to complement the ICECAPS Summit observatory by building, testing and deploying an additional observatory for measuring parameters of the surface mass and energy budgets of the GrIS. The observatory takes a novel approach for unattended, autonomous operations by supporting a suite of instruments that require moderate power and manageable internet bandwidth. The new observatory was deployed in successive summers at Summit Station in the dry-snow zone and at Dye-2 in the percolation zone. If this pilot project is successful, a network of these observatories will be proposed for future deployment that will observe the processes of air parcels as they move along Lagrangian trajectories in southwestern Greenland.\r\n\r\nGrant award: NE/X002403/1", "keywords": "", "status": "ongoing", "publicationState": "published", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12212/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/12213/?format=api" ], "observationCollection": [ "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30507/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/44850/?format=api" ], "parentProject": null, "subProject": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182375/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182379/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182478/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182481/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214896/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214897/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182482/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182479/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182378/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/182377/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214898/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214899/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214900/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214901/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214902/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214903/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214904/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/214905/?format=api" ] }