Untitled

 avatar
unknown
plain_text
a year ago
6.4 kB
5
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Impact Gaps Canvas</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f9f9f9;
        }
        .canvas {
            display: flex;
            flex-direction: column;
            max-width: 1200px;
            margin: 20px auto;
            padding: 20px;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        .section {
            margin-bottom: 20px;
        }
        .section h2 {
            background-color: #f0f0f0;
            padding: 10px;
            border-left: 5px solid #333;
        }
        .section .content {
            padding: 10px;
            border: 1px solid #ddd;
            border-top: none;
        }
        .guiding-questions {
            margin-top: 10px;
            padding-left: 20px;
        }
        .guiding-questions li {
            margin-bottom: 10px;
        }
    </style>
</head>
<body>
    <div class="canvas">
        <div class="section">
            <h2>Challenge Mapping</h2>
            <div class="content">
                <h3>Guiding Questions:</h3>
                <ul class="guiding-questions">
                    <li><strong>How do you describe the challenge?</strong> Nyagatare is experiencing a severe water shortage crisis, affecting daily life, agriculture, and overall development. This shortage is caused by inadequate infrastructure, climate change, and over-reliance on limited water sources.</li>
                    <li><strong>What is the impact of the challenge?</strong> The water shortage has led to reduced agricultural productivity, increased health issues due to lack of clean water, and significant time spent collecting water, impacting education and economic activities.</li>
                    <li><strong>What is the cause of the challenge?</strong> The primary causes include frequent droughts, outdated water infrastructure, limited economic resources for water projects, and a growing population increasing water demand.</li>
                    <li><strong>What is the history and future of the challenge?</strong> Historically, Nyagatare has faced periodic water shortages due to its semi-arid climate. Without intervention, the situation is expected to worsen with climate change and population growth.</li>
                </ul>
            </div>
        </div>
        <div class="section">
            <h2>Impact Gaps</h2>
            <div class="content">
                <h3>Guiding Questions:</h3>
                <ul class="guiding-questions">
                    <li><strong>Where are the gaps between the challenge and solutions?</strong> Current solutions are insufficient in addressing the entire population’s needs. There is a lack of comprehensive infrastructure, sustainable water management practices, and community engagement in water conservation.</li>
                    <li><strong>Where are the gaps within the solutions?</strong> Missing elements include robust maintenance plans for existing infrastructure, integration of advanced technologies (e.g., solar-powered pumps), and scalable rainwater harvesting systems.</li>
                    <li><strong>Where are the unaddressed obstacles?</strong> Unaddressed obstacles include economic constraints, inadequate policy enforcement, and the need for continuous education on water conservation practices.</li>
                    <li><strong>What are the key lessons learned?</strong> Key lessons include the importance of community involvement, the need for sustainable and scalable solutions, and the benefits of integrating traditional knowledge with modern technology.</li>
                </ul>
            </div>
        </div>
        <div class="section">
            <h2>Solutions Mapping</h2>
            <div class="content">
                <h3>Guiding Questions:</h3>
                <ul class="guiding-questions">
                    <li><strong>What is happening locally?</strong> Efforts include small-scale rainwater harvesting and borehole drilling, but these are not enough to meet the growing demand.</li>
                    <li><strong>What is happening globally?</strong> Global initiatives like solar-powered water systems and efficient irrigation techniques could be adapted to Nyagatare’s context.</li>
                    <li><strong>What’s working, and what’s not?</strong> Rainwater harvesting is somewhat effective but needs scaling. Boreholes are crucial but require regular maintenance. Over-reliance on single water sources without diversification is not working.</li>
                    <li><strong>Where is the focus and the future?</strong> The focus should be on sustainable water management practices, involving all stakeholders, and integrating modern technologies with traditional methods. Future efforts should aim at creating resilient water systems adaptable to climate change.</li>
                </ul>
            </div>
        </div>
        <div class="section">
            <h2>Learning Log & Actions</h2>
            <div class="content">
                <h3>Guiding Questions:</h3>
                <ul class="guiding-questions">
                    <li><strong>What resources and people have you connected with to understand the challenge and solutions landscape?</strong> Connected with local government officials, NGOs, and community leaders.</li>
                    <li><strong>Who else do you need to speak with, and what do you need to learn in order to fill in your knowledge gaps?</strong> Need to consult water management experts, climate scientists, and international organizations specializing in water solutions.</li>
                    <li><strong>What can you do to improve your understanding of this challenge or to take action to fill a gap?</strong> Conduct further research on successful water management models, engage in community workshops to raise awareness, and seek funding for sustainable water projects.</li>
                </ul>
            </div>
        </div>
    </div>
</body>
</html>
Editor is loading...
Leave a Comment