green-hydrogen-gap

Code to reproduce all figures for the paper: The green hydrogen ambition and implementation gap

https://github.com/aodenweller/green-hydrogen-gap

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Code to reproduce all figures for the paper: The green hydrogen ambition and implementation gap

Basic Info
  • Host: GitHub
  • Owner: aodenweller
  • License: mit
  • Language: R
  • Default Branch: master
  • Size: 51.4 MB
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

The Green Hydrogen Ambition and Implementation Gap

This respository contains the code to run the analysis and reproduce all figures of the article:

Odenweller, A., Ueckerdt, F.: The green hydrogen ambition and implementation gap

System requirements

The R code in this repository has no specific system requirements. It should run on any system. Package dependencies are managed with renv (see Installation).

Installation

For reproducibility, this repository uses renv. In order to install all packages, in the main directory simply run:

renv::restore()

The ggsankey package may need to be installed manually from GitHub using devtools:

install.packages("devtools") devtools::install_github("davidsjoberg/ggsankey")

Instructions

Rendering the RMarkdown file main.Rmd will perform all analyses and reproduce all figures at once:

rmarkdown::render("main.Rmd")

Full execution should take no more than 5-10 minutes on a standard computer. Figures will be placed in the figures folder. Note that most figures were manually edited afterwards. Some data analysis statistics will be written to the output file, which defaults to main.html.

The data folder contains all datasets required for the analysis. The scripts folder contains functions for data processing and plotting.

Owner

  • Name: Adrian Odenweller
  • Login: aodenweller
  • Kind: user
  • Company: Potsdam Institute for Climate Impact Research

PhD student in the Energy Systems Group at the Potsdam Institute for Climate Impact Research (PIK).

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Odenweller"
  given-names: "Adrian"
  orcid: "https://orcid.org/0000-0002-1123-8124"
title: "The Green Hydrogen Ambition and Implementation Gap"
version: 1.1.1
doi: 10.5281/zenodo.14041796
date-released: 2024-12-04
url: "https://github.com/aodenweller/green-hydrogen-gap"

GitHub Events

Total
  • Release event: 2
  • Watch event: 4
  • Push event: 3
  • Fork event: 1
  • Create event: 3
Last Year
  • Release event: 2
  • Watch event: 4
  • Push event: 3
  • Fork event: 1
  • Create event: 3