1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
- # For detailed schema description see https://doi.org/10.5438/0014
- ## Required fields
- # The main researchers involved. Include digital identifier (e.g., ORCID)
- # if possible, including the prefix to indicate its type.
- authors:
- -
- firstname: "Mika"
- lastname: "Pflüger"
- affiliation: "Climate Resource Pty Ltd"
- id: "ORCID:0000-0002-7814-8916"
- -
- firstname: "Johannes"
- lastname: "Gütschow"
- affiliation: "Climate Resource Pty Ltd"
- id: "ORCID:0000-0001-9944-3685"
- # A title to describe the published resource.
- title: "UNFCCC country-submitted greenhouse gas emissions data until 2024-07-05"
- # Additional information about the resource, e.g., a brief abstract.
- description: |
- Dataset containing all greenhouse gas emissions data submitted
- by countries under climate change convention (CRF data and BUR data)
- as published by the UNFCCC secretariat at 2024-07-05.
- # List of keywords the resource should be associated with.
- # Give as many keywords as possible, to make the resource findable.
- keywords:
- - emissions data
- - UNFCCC
- - country-reported format
- - greenhouse gas
- - emission register
- # License information for this resource. Please provide the license name and/or a link to the license.
- # Please add also a corresponding LICENSE file to the repository.
- license:
- name: "Apache License, Version 2.0"
- url: "https://www.apache.org/licenses/LICENSE-2.0"
- rights: |
- For population data, the original source is the UNSD Demographic Statistics accessible through
- [UNdata](http://data.un.org), which must be referenced if re-using the data.
- For GDP data, the original source is The World Bank, and the data is shared by
- The World Bank using the CC-BY 4.0 License and pursuant to their
- [terms of use](https://data.worldbank.org/summary-terms-of-use).
- references:
- -
- reftype: "IsDerivedFrom"
- citation: "UNFCCC: Greenhouse Gas Inventory Data, available at https://unfccc.int/process/transparency-and-reporting/greenhouse-gas-data/what-is-greenhouse-gas-data"
- -
- reftype: "IsDerivedFrom"
- citation: "UNSD Demographic Statistics, available at http://data.un.org"
- -
- reftype: "IsDerivedFrom"
- citation: "The World Bank GDP data, available at https://data.worldbank.org/"
- -
- id: "doi:10.5281/zenodo.8160056"
- reftype: "IsDerivedFrom"
- citation: "Mika Pflüger, Daniel Huppmann, & Johannes Gütschow. (2024). pik-primap/unfccc_di_api: Version 4.0.1 (v4.0.1). Zenodo. https://doi.org/10.5281/zenodo.10471122"
- # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
- resourcetype: Dataset
- # Do not edit or remove the following line
- templateversion: 1.2
|