Skip to content

Commit e6d9c9f

Browse files
authored
Merge pull request #247 from CivicDataLab/246-add-ids-drr-site-link-and-video
246 add ids drr site link and video
2 parents 0045962 + df963d8 commit e6d9c9f

File tree

8 files changed

+31
-8
lines changed

8 files changed

+31
-8
lines changed
-53.7 KB
Loading

content/work/climateaction/idsdrr/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,23 @@ The urgent need for coordinated action, highlighted in international frameworks
99
1010
1111
A significant obstacle in leveraging data for effective climate action and DRR is the fragmented and siloed nature of data making it challenging for decision-makers to build the required capacity, access, analyse and utilise data in a timely and coherent manner, especially for resource mobilisation for building long-term resilience. This results in inefficient processes and policies, along with ad-hoc responses that fail to create data-driven DRR informed by the nuanced local realities."
12-
solution: "To address these barriers, we have developed the Intelligent Data Solution for Disaster Risk Reduction [(IDS-DRR)](https://civicdatalab.in/IDS-DRR.pdf), which brings together government spending and procurement data from diverse and complex datasets. It highlights flood hazard, exposure, losses and damages and vulnerability through these datasets and can be used as a crucial innovation that will help both governments and vulnerable communities to better prepare for floods through more robust flood planning and management activities.
12+
solution: "To address these barriers, we have developed the Intelligent Data Solution for Disaster Risk Reduction [(IDS-DRR)](/IDS-DRR.pdf), which brings together government spending and procurement data from diverse and complex datasets. It highlights flood hazard, exposure, losses and damages and vulnerability through these datasets and can be used as a crucial innovation that will help both governments and vulnerable communities to better prepare for floods through more robust flood planning and management activities.
1313
1414
1515
It can help minimise the worst effects of hydro-meteorological disasters for both vulnerable communities and geographies in addition to strengthening repair and restoration of essential infrastructure and services in the aftermath of floods.
1616
1717
1818
We have tried and tested our AI solution in the state of Assam in India and are in the process of scaling this proven solution from one disaster prone geography to four additional states in India (Himachal Pradesh, Odisha, Bihar and Uttar Pradesh) as well as in Bangkok, Thailand. We are working towards further scaling this data driven solution to other Asian geographies namely - Indonesia, Philippines and Vietnam."
19-
url:
19+
url: https://drr.open-contracting.in/en
2020
twitter:
2121
linkedin:
2222
github:
2323
resources:
24+
- {
25+
title: 'VIDEO: Intelligent Data Solution for Disaster Risk Reduction Platform',
26+
link: '/IDS-DRR Video.mp4',
27+
type: 'Video'
28+
}
2429
- {
2530
title: 'Disaster Optional: Building climate resilience with data and tech to reduce the impact of floods',
2631
link: 'https://medium.com/civicdatalab/disaster-optional-building-climate-resilience-with-data-and-tech-to-reduce-the-impact-of-floods-ac142251ed77',

src/pages/index.js

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,35 @@ const Flex = styled.div`
151151
const ImageBox = styled.a`
152152
display: block;
153153
margin-bottom: -5px;
154+
padding: 20px;
155+
154156
img {
155157
width: 100%;
156158
height: 100%;
157159
}
160+
@media (max-width: 550px) {
161+
padding: 0px;
162+
}
163+
158164
`;
159165
const StyledForm = styled.div`
160166
margin-top: 20px;
161167
margin-bottom: 40px;
162168
`;
163169

170+
const HomeBanner = styled.img`
171+
box-shadow: 0px 10px 20px #0000001a;
172+
border-radius: 20px;
173+
&:hover {
174+
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
175+
}
176+
@media (max-width: 550px) {
177+
border-radius: 0px;
178+
179+
}
180+
`;
181+
182+
164183
const Index = ({ data }) => {
165184
// const image = data?.landingBackground?.childImageSharp?.fluid;
166185
console.log(data);
@@ -186,9 +205,8 @@ const Index = ({ data }) => {
186205
</HeroSection>
187206
</>
188207
<Flex>
189-
190-
<ImageBox href="https://docs.google.com/forms/d/e/1FAIpQLSdrWkVxT5oP61vBnO_5uKW_vx88jiia_dlygixDvh-4zEqihg/viewform" target="_blank" rel="noopener noreferrer">
191-
<img src="/Parakh_AI.svg" />
208+
<ImageBox href="https://drr.open-contracting.in/en" target="_blank" rel="noopener noreferrer">
209+
<HomeBanner src="/IDS banner.png" />
192210
</ImageBox>
193211
</Flex>
194212
{/* <Fade bottom> */}

src/templates/eventdetail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ const EventDetailTemplate = ({ data }) => {
324324
)}
325325

326326
<LeftText mobile>
327-
<p>Check our work here:</p>
327+
<p>Explore the platform:</p>
328328
<a target="_blank" rel="noreferrer noopener" href={`https://${url}`}>
329329
{url}
330330
</a>

src/templates/project.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ const ProjectTemplate = ({ data }) => {
277277
<LeftText>
278278
{url && (
279279
<>
280-
<p>Check our work here:</p>
280+
<p>Explore the platform:</p>
281281
<a target="_blank" rel="noreferrer noopener" href={url}>
282282
{url}
283283
</a>
@@ -361,7 +361,7 @@ const ProjectTemplate = ({ data }) => {
361361
)}
362362

363363
<LeftText mobile>
364-
<p>Check our work here:</p>
364+
<p>Explore the platform:</p>
365365
<a target="_blank" rel="noreferrer noopener" href={`https://${url}`}>
366366
{url}
367367
</a>

static/IDS banner.png

183 KB
Loading

static/IDS-DRR Video.mp4

21.1 MB
Binary file not shown.

static/IDS-DRR.pdf

10.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)