Skip to content

Commit 76aa2ef

Browse files
committed
feat(climateRationale): Finish most quick insights and move data paths back to s3 from the local paths so web-preview works again
1 parent 6d8ec07 commit 76aa2ef

File tree

3 files changed

+526
-28
lines changed

3 files changed

+526
-28
lines changed

components/atlasTable.ojs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function filterableDataTable(
8080
) {
8181
const filter = Inputs.search(data);
8282

83-
const tableHost = html`<div></div>`;
83+
const tableHost = html`<div style="min-width:0;"></div>`;
8484
const container = html`<div style="display:grid; gap:8px; padding-top:50px"></div>`;
8585
container.append(filter, tableHost);
8686

data/climateRationale/nbText.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@
5252
"introText": {
5353
"en": "Historical changes in climate conditions are the first step to contextualizing a GCF proposal. This section will provide you an overview of the historical changes in key climate variables for the target country of your proposal.",
5454
"fr": "Les changements historiques des conditions climatiques constituent la première étape de la contextualisation d'une proposition GCF. Cette section vous fournira un aperçu des changements historiques des variables climatiques clés pour le pays cible de votre proposition."
55+
},
56+
"quickInsight": {
57+
"season": {
58+
"en": "Season=:::season:::",
59+
"fr": "Saison=:::season:::"
60+
},
61+
"temp": {
62+
"en": ":::admin::: warmed by :::tempChange:::°C between :::startYear::: and :::endYear:::, which implies :::tempPerDecade:::°C per decade.",
63+
"fr": "TODO"
64+
},
65+
"precip": {
66+
"en": "Precipitation changes during the same period have also occurred, with :::precipPerDecade::: mm :::precipDirection::: rain per decade on average across :::admin:::.",
67+
"fr": "TODO"
68+
}
5569
}
5670
},
5771
"futureProjections": {
@@ -62,6 +76,34 @@
6276
"introText": {
6377
"en": "Like for historical trends, future projections for the same key variables are needed to contextualize the proposed adaptation and mitigation solutions. This section explores different climate futures using data from the Global Climate Models (GCMs) used in the Sixth Assessment Report (AR6) of the Intergovernmental Panel on Climate Change (IPCC).",
6478
"fr": "Comme pour les tendances historiques, des projections futures pour les mêmes variables clés sont nécessaires pour contextualiser les solutions d’adaptation et d’atténuation proposées. Cette section explore différents futurs climatiques à l’aide de données provenant des modèles climatiques mondiaux (MCG) utilisés dans le sixième rapport d’évaluation (AR6) du Groupe d’experts intergouvernemental sur l’évolution du climat (GIEC)."
79+
},
80+
"quickInsight": {
81+
"summary": {
82+
"en": ":::admin::: is projected to warm by :::meanAnomaly:::°C by around :::midYear::: under a :::scenarioLabel::: scenario (:::scenario:::). Across the :::timePeriod::: timeframe, average temperatures increase steadily.",
83+
"fr": "TODO"
84+
},
85+
"comparison": {
86+
"en": "Relative to :::baseScenario:::, projected warming under :::compareScenario::: is :::diffValue:::°C :::diffDirection::: by :::midYear:::.",
87+
"fr": "TODO"
88+
},
89+
"uncertainty": {
90+
"en": "These projections carry uncertainty: model estimates for :::admin::: under :::scenario::: range from :::minAnomaly:::°C (coolest) to :::maxAnomaly:::°C (warmest) of warming.",
91+
"fr": "TODO"
92+
}
93+
}
94+
},
95+
"extremeEvents": {
96+
"title": {
97+
"en": "Extreme Events",
98+
"fr": ""
99+
},
100+
"introText": {
101+
"en": "This section assesses projected changes in extreme climate events by comparing historical and future climate conditions for the selected hazard. Extreme events are identified using standardized anomalies (z-scores), which capture conditions that deviate substantially from long-term variability.",
102+
"fr": ""
103+
},
104+
"quickInsight": {
105+
"en": "",
106+
"fr": ""
65107
}
66108
},
67109
"hazardExposure": {

0 commit comments

Comments
 (0)