datacite.yml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Mika"
  9. lastname: "Pflüger"
  10. affiliation: "Potsdam Institute for Climate Impact Research (PIK)"
  11. id: "ORCID:0000-0002-7814-8916"
  12. -
  13. firstname: "Johannes"
  14. lastname: "Gütschow"
  15. affiliation: "Potsdam Institute for Climate Impact Research (PIK)"
  16. id: "ORCID:0000-0001-9944-3685"
  17. # A title to describe the published resource.
  18. title: "UNFCCC country-submitted greenhouse gas emissions data until 2020-10-25"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Dataset containing all greenhouse gas emissions data submitted
  22. by countries under climate change convention (CRF data) as published by
  23. the UNFCCC secretariat at 2020-10-25.
  24. # List of keywords the resource should be associated with.
  25. # Give as many keywords as possible, to make the resource findable.
  26. keywords:
  27. - emissions data
  28. - UNFCCC
  29. - country-reported format
  30. - greenhouse gas
  31. - emission register
  32. # License information for this resource. Please provide the license name and/or a link to the license.
  33. # Please add also a corresponding LICENSE file to the repository.
  34. license:
  35. name: "Apache License, Version 2.0"
  36. url: "https://www.apache.org/licenses/LICENSE-2.0"
  37. rights: |
  38. For population data, the original source is the UNSD Demographic Statistics accessible through
  39. [UNdata](http://data.un.org), which must be referenced if re-using the data.
  40. For GDP data, the original source is The World Bank, and the data is shared by
  41. The World Bank using the CC-BY 4.0 License and pursuant to their
  42. [terms of use](https://data.worldbank.org/summary-terms-of-use).
  43. # gin doesn't support "IsDerivedFrom" at the moment, so we can't make these references machine-readable atm.
  44. #references:
  45. # -
  46. # reftype: "IsDerivedFrom"
  47. # citation: "UNFCCC: Greenhouse Gas Inventory Data, available at https://unfccc.int/process/transparency-and-reporting/greenhouse-gas-data/what-is-greenhouse-gas-data"
  48. # -
  49. # reftype: "IsDerivedFrom"
  50. # citation: "UNSD Demographic Statistics, available at http://data.un.org"
  51. # -
  52. # reftype: "IsDerivedFrom"
  53. # citation: "The World Bank GDP data, available at https://data.worldbank.org/"
  54. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  55. resourcetype: Dataset
  56. # Do not edit or remove the following line
  57. templateversion: 1.2