Skip to content

Commit

Permalink
Merge pull request #247 from CivicDataLab/246-add-ids-drr-site-link-a…
Browse files Browse the repository at this point in the history
…nd-video

246 add ids drr site link and video
  • Loading branch information
sanjaypinna authored Feb 26, 2025
2 parents 0045962 + df963d8 commit e6d9c9f
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 8 deletions.
Binary file modified content/work/climateaction/idsdrr/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions content/work/climateaction/idsdrr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,23 @@ The urgent need for coordinated action, highlighted in international frameworks
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."
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.
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.
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.
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."
url:
url: https://drr.open-contracting.in/en
twitter:
linkedin:
github:
resources:
- {
title: 'VIDEO: Intelligent Data Solution for Disaster Risk Reduction Platform',
link: '/IDS-DRR Video.mp4',
type: 'Video'
}
- {
title: 'Disaster Optional: Building climate resilience with data and tech to reduce the impact of floods',
link: 'https://medium.com/civicdatalab/disaster-optional-building-climate-resilience-with-data-and-tech-to-reduce-the-impact-of-floods-ac142251ed77',
Expand Down
24 changes: 21 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,35 @@ const Flex = styled.div`
const ImageBox = styled.a`
display: block;
margin-bottom: -5px;
padding: 20px;
img {
width: 100%;
height: 100%;
}
@media (max-width: 550px) {
padding: 0px;
}
`;
const StyledForm = styled.div`
margin-top: 20px;
margin-bottom: 40px;
`;

const HomeBanner = styled.img`
box-shadow: 0px 10px 20px #0000001a;
border-radius: 20px;
&:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 550px) {
border-radius: 0px;
}
`;


const Index = ({ data }) => {
// const image = data?.landingBackground?.childImageSharp?.fluid;
console.log(data);
Expand All @@ -186,9 +205,8 @@ const Index = ({ data }) => {
</HeroSection>
</>
<Flex>

<ImageBox href="https://docs.google.com/forms/d/e/1FAIpQLSdrWkVxT5oP61vBnO_5uKW_vx88jiia_dlygixDvh-4zEqihg/viewform" target="_blank" rel="noopener noreferrer">
<img src="/Parakh_AI.svg" />
<ImageBox href="https://drr.open-contracting.in/en" target="_blank" rel="noopener noreferrer">
<HomeBanner src="/IDS banner.png" />
</ImageBox>
</Flex>
{/* <Fade bottom> */}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/eventdetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const EventDetailTemplate = ({ data }) => {
)}

<LeftText mobile>
<p>Check our work here:</p>
<p>Explore the platform:</p>
<a target="_blank" rel="noreferrer noopener" href={`https://${url}`}>
{url}
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/templates/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const ProjectTemplate = ({ data }) => {
<LeftText>
{url && (
<>
<p>Check our work here:</p>
<p>Explore the platform:</p>
<a target="_blank" rel="noreferrer noopener" href={url}>
{url}
</a>
Expand Down Expand Up @@ -361,7 +361,7 @@ const ProjectTemplate = ({ data }) => {
)}

<LeftText mobile>
<p>Check our work here:</p>
<p>Explore the platform:</p>
<a target="_blank" rel="noreferrer noopener" href={`https://${url}`}>
{url}
</a>
Expand Down
Binary file added static/IDS banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/IDS-DRR Video.mp4
Binary file not shown.
Binary file modified static/IDS-DRR.pdf
Binary file not shown.

0 comments on commit e6d9c9f

Please sign in to comment.