knitr::opts_chunk$set(results = "hide", echo = FALSE, out.width = "75%", fig.align = 'center', message = FALSE, warning = FALSE, error = FALSE, eval = TRUE, fig.cap = "center", kable.styling = "bootstrap", kable.table.attr = "style='margin-left: auto; margin-right: auto;'", rmarkdown.html_vignette.check_title = FALSE)
This page is a compilation of various GCAM versions that have some kind of regional breakout. Different institutions maintain these versions. We have divided them into 4 different sections.
If you have built or want to build and maintain your own version of GCAM for a country or countries not yet represented in the core version of GCAM please post an [issue](https://github.com/JGCRI/gcambreakout/issues) on our github page and let us know so we can add you to the list below or help you out with any issues.
The figure below shows the core 32 regions in GCAM:
The table belows shows the versions of GCAM with new or enhanced regions along with the POC and institution at which it is hosted.
National Breakouts
library(kableExtra); library(dplyr) data.frame( name = c('GCAM-KSA', 'GCAM-Australia', 'GCAM-Chile', 'GCAM-LAC', 'GCAM-CCDR'), gcam_version = c('v6.0', 'v6.0', 'v6.0', '?','v5.4'), new_regions = c("Saudia Arabia", 'Australia', 'Chile', 'Uruguay', 'Multiple (Azerbaijan, Paraguay, Angola, Burkina Faso, Chad, Mali, Madagascar, Mauritania, Ghana, Cambodia, Democratic Republic of the Congo, Republic of Congo, Guinea-Bissau, Liberia, Ivory Coast)'), POC = c("Puneet Kamboj - puneet.kamboj@kapsarc.org", "Yeliz Simsek - yeliz.simsek@anu.edu.au", "Paelina DeStephano - paelina.destephano@pnnl.gov", 'Brinda Yarlagadda - brinday@umd.edu; Tom Wild - thomas.wild@pnnl.gov', "Silvia Regina Santos Da Silva - ssantosd@gmu.edu"), Insitution = c("KAPSARC", "Australian National University", "PNNL", "PNNL", "George Mason University"), Link = c("https://github.com/KAPSARC/gcam-ksa", "None", "None", "https://github.com/FeralFlows/GCAM-LAC/tree/6.0", "None")) %>% kbl() %>% kable_styling(bootstrap_options = c("bordered","striped", "hover", "condensed", "responsive"), position="center", full_width = T) %>% row_spec(0, background = "#2A2A2A", color = "white") %>% row_spec(0,align="c")
The table belows shows the versions of GCAM with subregions along with the POC and institution at which it is hosted.
Subregional Breakouts
wzxhzdk:2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.