Spaces:
Running
Running
File size: 36,785 Bytes
9b68f6f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>π Enhanced Notes β Deep Dive | ESD Study Guide</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@400;500;600&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<style>
.badge-new{display:inline-block;background:#E76F51;color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;margin-left:6px}
.badge-tested{display:inline-block;background:#2D6A4F;color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;margin-left:6px}
.compare-table th{background:var(--dgreen);color:#fff}.compare-table td{vertical-align:top}
.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px;margin:14px 0}
.city-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:12px;font-size:12.5px;display:flex;gap:8px;align-items:flex-start}
.city-num{background:var(--green);color:#fff;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;flex-shrink:0}
.timeline-row{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border);align-items:flex-start}
.timeline-row:last-child{border-bottom:none}
.t-dot{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0;font-family:'DM Mono',monospace;color:#fff;background:var(--green);text-align:center;line-height:1.2}
.t-dot.o{background:var(--orange)}.t-dot.b{background:var(--blue)}.t-dot.p{background:var(--purple)}
.ped-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:16px;border-left:4px solid var(--green)}
.ped-card.o{border-left-color:var(--orange)}.ped-card.b{border-left-color:var(--blue)}.ped-card.p{border-left-color:var(--purple)}
.warn-box{background:#FFF3CD;border:1.5px solid #F4A261;border-left:4px solid #E76F51;border-radius:8px;padding:14px 18px;margin:12px 0;font-size:13px}
.green-box{background:var(--gl);border:1.5px solid var(--green);border-radius:8px;padding:14px 18px;margin:12px 0;font-size:13px}
.case-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:8px;margin:12px 0}
.stat-box{background:var(--gl);border-radius:8px;padding:10px;text-align:center}
.stat-num{font-size:20px;font-weight:700;color:var(--dgreen);font-family:'DM Mono',monospace;display:block;line-height:1.2}
.stat-lbl{font-size:11px;color:var(--muted)}
.quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;font-size:12.5px}
.quick-item{background:#fff;border-radius:6px;padding:10px;border:1px solid var(--border)}
</style>
</head>
<body>
<nav>
<a class="nav-logo" href="index.html">π± ESD</a>
<a href="index.html">Home</a>
<a href="#mdgsdg">MDG vs SDG</a>
<a href="#2015">2015 Year</a>
<a href="#cases">Case Studies</a>
<a href="#cities">Cities</a>
<a href="#susqi">Sus-QI</a>
<a href="#pedagogy">Pedagogy</a>
<a href="#examtips">Exam Tips</a>
</nav>
<div class="hero">
<div class="hero-badge">π EXTRAS Β· MISSING TOPICS Β· DEEP DIVE</div>
<h1>What Was Missing + Deep Explanations</h1>
<p>MDG vs SDG Β· 2015 Pivotal Year Β· Full Case Studies Β· Sustainable Cities Β· Sus-QI Β· ESD Pedagogy Β· Exam Tips</p>
</div>
<div class="container">
<div class="page-nav">
<a href="index.html">π </a><a href="week1-2.html">W1β2</a><a href="week3-4.html">W3β4</a>
<a href="week5-6.html">W5β6</a><a href="week7-8.html">W7β8</a><a href="week9-10.html">W9β10</a>
<a href="week11-12.html">W11β12</a><a href="assignments.html">π</a><a href="quickrev.html">β‘</a>
<a href="extras.html" class="active">π Extras</a>
</div>
<div class="warn-box">
π <strong>This page fills gaps in the main notes.</strong> All content is verified directly from NPTEL lecture PDFs. Items marked <span class="badge-tested">EXAM TESTED</span> appeared in SWAYAM assignments.
</div>
<!-- MDG VS SDG -->
<section id="mdgsdg">
<div class="sec-head"><span class="wk">CRITICAL</span><h2>MDGs vs SDGs <span class="badge-tested">EXAM TESTED</span></h2></div>
<p class="sec-sub">From Week 2 Lecture Β· The most important factual comparison in the entire course</p>
<div class="analogy">
<div class="ic">π</div>
<div><strong>Simple Way to Remember</strong>
<p>MDGs told developing countries: <em>"You need to fix your problems."</em> SDGs tell EVERYONE: <em>"We ALL have sustainability work to do."</em> The shift is from charity-thinking to universal shared responsibility.</p></div>
</div>
<table class="compare-table">
<tr><th>Feature</th><th>MDGs</th><th>SDGs</th></tr>
<tr><td>Period</td><td>2000 β 2015</td><td>2015 β 2030</td></tr>
<tr><td>Number</td><td>8 Goals</td><td>17 Goals + 167 Targets</td></tr>
<tr><td>Who applies</td><td style="background:#FFE0E0;color:#7A0000"><strong>Developing countries ONLY</strong></td><td style="background:#D8F3DC;color:#1B4332"><strong>ALL countries β UNIVERSAL</strong></td></tr>
<tr><td>Focus</td><td>Narrow β poverty, disease, basic education</td><td>Comprehensive β economic + social + environmental</td></tr>
<tr><td>Framework</td><td>North helping South (donor model)</td><td>Global shared responsibility</td></tr>
<tr><td>Adopted</td><td>Millennium Summit, NY, Sept 2000</td><td>UN SD Summit, NY, Sept 2015</td></tr>
<tr><td>Process</td><td>Top-down, experts and governments</td><td>Open Working Group β 30 members, more participatory</td></tr>
</table>
<div class="green-box">
<strong>π― THE #1 EXAM ANSWER β Memorize this exact phrasing:</strong><br>
"SDGs have one advantage over the MDGs that they are <strong>UNIVERSAL</strong>."<br><br>
While MDGs applied only to so-called 'developing countries', SDGs are a truly universal framework applicable to ALL countries. All countries have progress to make in the path towards sustainable development, and face both common and unique challenges.
</div>
<div class="qas">
<div class="qa"><div class="qq" onclick="toggle(this)">Q: SDGs have one advantage over the MDGs that they are ___. <span class="badge-tested">EXAM TESTED</span></div>
<div class="ans"><span class="correct">β
Universal</span><br>This is directly from Week 2 lecture. MDGs = developing countries only. SDGs = all countries. This distinction is tested repeatedly across different exam cohorts.</div></div>
<div class="qa"><div class="qq" onclick="toggle(this)">Q: How many MDGs and when?</div>
<div class="ans"><strong>8 MDGs, period 2000β2015</strong>. Set at the Millennium Summit, September 2000, UN HQ New York. Focused on: tackling extreme poverty and hunger, preventing deadly diseases, expanding primary education. The SDGs then replaced the MDGs.</div></div>
<div class="qa"><div class="qq" onclick="toggle(this)">Q: What are the key characteristics of the 2030 Agenda?</div>
<div class="ans">The 2030 Agenda is: <strong>Comprehensive</strong> (all dimensions), <strong>Transformative</strong> (paradigm shift), <strong>Universal</strong> (all countries), <strong>Inclusive</strong> (no one left behind), <strong>Integrated</strong> (17 goals interconnected). Described as "a comprehensive, far-reaching and people-centred set of universal and transformative goals and targets."</div></div>
</div>
</section>
<!-- 2015 PIVOTAL YEAR -->
<section id="2015">
<div class="sec-head"><span class="wk">MISSING</span><h2>2015 β A Pivotal Year <span class="badge-new">NEW</span></h2></div>
<p class="sec-sub">From Week 1 Lecture Β· Four landmark global agreements signed in just one year</p>
<div class="analogy">
<div class="ic">π</div>
<div><strong>Why 2015 Was Historic</strong>
<p>In a single year, humanity signed four major international agreements covering disasters, development finance, the SDGs, and climate. Think of it as the year the world finally created a complete action plan β covering everything from disaster preparedness to clean energy.</p></div>
</div>
<div style="margin:16px 0">
<div class="timeline-row">
<div class="t-dot b">MAR<br>2015</div>
<div><strong style="color:var(--blue);font-size:14px">Sendai Framework for Disaster Risk Reduction</strong><br><span style="font-size:12.5px;color:var(--muted)">Global blueprint for reducing disaster risk and losses. First major international agreement of 2015's pivotal year.</span></div>
</div>
<div class="timeline-row">
<div class="t-dot o">JUL<br>2015</div>
<div><strong style="color:var(--orange);font-size:14px">Addis Ababa Action Agenda on Financing for Development</strong><br><span style="font-size:12.5px;color:var(--muted)">Framework for financing the SDGs. How to mobilize resources from all sources: public, private, domestic, international.</span></div>
</div>
<div class="timeline-row">
<div class="t-dot">SEP<br>2015</div>
<div><strong style="color:var(--dgreen);font-size:14px">2030 Agenda β 17 SDGs Adopted β</strong><br><span style="font-size:12.5px;color:var(--muted)"><strong>170 world leaders</strong> at UN SD Summit, New York. Adopted 17 SDGs + 167 targets. The central agreement of 2015 and the basis of this course.</span></div>
</div>
<div class="timeline-row">
<div class="t-dot p">DEC<br>2015</div>
<div><strong style="color:var(--purple);font-size:14px">Paris Agreement on Climate Change</strong><br><span style="font-size:12.5px;color:var(--muted)">Adopted by <strong>196 parties at COP 21</strong>. Legally binding climate treaty. Limit warming to 1.5β2Β°C. Entered into force November 2016.</span></div>
</div>
</div>
<div class="qas">
<div class="qa"><div class="qq" onclick="toggle(this)">Q: Name the four major agreements of 2015 in order.</div>
<div class="ans">1) <strong>Sendai Framework</strong> (March); 2) <strong>Addis Ababa Action Agenda</strong> (July); 3) <strong>2030 Agenda / 17 SDGs</strong> (September); 4) <strong>Paris Agreement</strong> (December). 2015 is described as "a landmark year for multilateralism and international policy shaping."</div></div>
</div>
</section>
<!-- CASE STUDIES DEEP DIVE -->
<section id="cases">
<div class="sec-head"><span class="wk">DEEP DIVE</span><h2>All 4 Case Studies β Complete Details <span class="badge-tested">EXAM TESTED</span></h2></div>
<p class="sec-sub">From Week 1 Lecture 5 (3 SDG case studies) + Week 8 (Okayama) Β· All numbers verified from lecture PDFs</p>
<!-- Timor-Leste -->
<div class="case">
<h4>πΉπ± Case Study 1: TIMOR-LESTE</h4>
<p style="font-size:12px;margin-bottom:10px"><strong>Programme:</strong> "Promoting Sustainable Food and Nutrition Security in Timor-Leste" | <strong>Started:</strong> Late 2009<br><strong>SDGs addressed:</strong> SDG 2 (Zero Hunger) + SDG 3 (Good Health)</p>
<div class="cards">
<div class="card o">
<h4>π¨ The Situation</h4>
<p><strong>58% stunting rate</strong> when programme began. <strong>49.1% of women</strong> and <strong>38.7% of men</strong> illiterate. Micro-enterprises dominated by women β unpaid or in non-monetary forms. Fragile young republic, no effective legal framework.</p>
</div>
<div class="card b">
<h4>π€ The 3-Way Partnership</h4>
<p><strong>WFP:</strong> Technical assistance, managed food plant conversion, trained staff, contributed generator<br><strong>Ministry of Health:</strong> Bought processing and packing equipment<br><strong>Timor Global:</strong> Local production partner<br><strong>Government:</strong> Invested US$2 million (2012)</p>
</div>
</div>
<div class="green-box" style="margin-top:10px">
<strong>What Was Timor Vita?</strong> A micronutrient powder (MNP) supplementation tailored to the taste of Timor-Leste people. Launched <strong>April 2012</strong>. Longer shelf life than imports β prevented wastage. Promoted local agriculture. Created 40 jobs.
</div>
<div class="case-stats">
<div class="stat-box"><span class="stat-num">45.7%β28.9%</span><span class="stat-lbl">Stunting drop (2009β2012)</span></div>
<div class="stat-box"><span class="stat-num">1,200+</span><span class="stat-lbl">Children (6β23 months) supplemented</span></div>
<div class="stat-box"><span class="stat-num">84</span><span class="stat-lbl">School gardens created</span></div>
<div class="stat-box"><span class="stat-num">450</span><span class="stat-lbl">Community members got nutrition training</span></div>
<div class="stat-box"><span class="stat-num">40</span><span class="stat-lbl">Jobs created in factory</span></div>
<div class="stat-box"><span class="stat-num">US$2M</span><span class="stat-lbl">Govt investment (2012)</span></div>
</div>
</div>
<!-- Bosnia -->
<div class="case">
<h4>π§π¦ Case Study 2: BOSNIA & HERZEGOVINA</h4>
<p style="font-size:12px;margin-bottom:10px"><strong>Programme:</strong> Energy Efficiency and Renewable Energy | <strong>SDG:</strong> SDG 7 (Affordable and Clean Energy)</p>
<div class="cards">
<div class="card g">
<h4>β οΈ Problem</h4>
<p>Environmental sector <strong>critically stagnant</strong> β lack of environmental policy, poorly developed management capacities, <strong>little public participation</strong> in environmental decision-making, lack of reliable data.</p>
</div>
<div class="card p">
<h4>πΊοΈ Strategy (4 parts)</h4>
<p>1) Developing <strong>Local Environmental Action Plans (LEAP)</strong>; 2) Seed funding for service delivery; 3) Environmental innovation fund; 4) Systems for capturing environmental data</p>
</div>
</div>
<div class="case-stats">
<div class="stat-box"><span class="stat-num">37</span><span class="stat-lbl">New municipal Action Plans</span></div>
<div class="stat-box"><span class="stat-num">12,418</span><span class="stat-lbl">People in LEAP activities</span></div>
<div class="stat-box"><span class="stat-num">19</span><span class="stat-lbl">Micro-capital grants (up to 50% project cost)</span></div>
<div class="stat-box"><span class="stat-num">Kyoto</span><span class="stat-lbl">National Authority for Kyoto Protocol established</span></div>
</div>
</div>
<!-- Albania -->
<div class="case">
<h4>π¦π± Case Study 3: ALBANIA</h4>
<p style="font-size:12px;margin-bottom:10px"><strong>Programme:</strong> "Better Water and Sanitation Services through Consumer Rights Based Contract" | <strong>Period:</strong> 2009β2012<br><strong>SDGs:</strong> SDG 5 (Gender Equality) + SDG 8 (Decent Work) + SDG 16 (Peace, Justice & Institutions)<br><strong>Partners:</strong> UNDP + World Bank</p>
<div class="cards">
<div class="card o">
<h4>π§ Problem</h4>
<p>Old water pipes, low quality, frequent cuts. Prices went up due to decentralization but services didn't improve. Need to strengthen <strong>consumer rights and voice</strong> in utility management.</p>
</div>
<div class="card b">
<h4>ποΈ Strategy</h4>
<p>Built capacities of <strong>Government + utility regulators + consumer associations</strong> to manage, regulate and monitor electricity and water. Strengthened consumer voice. Helped Albania meet MDG targets and prepare for <strong>EU accession</strong>.</p>
</div>
</div>
<div class="case-stats">
<div class="stat-box"><span class="stat-num">3M+</span><span class="stat-lbl">People impacted by model water contract</span></div>
<div class="stat-box"><span class="stat-num">56</span><span class="stat-lbl">Water utility companies covered</span></div>
<div class="stat-box"><span class="stat-num">EU</span><span class="stat-lbl">Helped prepare for EU accession</span></div>
</div>
</div>
<!-- Okayama Japan -->
<div class="case" style="border-color:var(--blue);background:var(--bl)">
<h4 style="color:var(--blue)">π―π΅ Case Study 4: OKAYAMA, JAPAN (2014) <span class="badge-tested">EXAM TESTED A7</span></h4>
<p style="font-size:12px;margin-bottom:10px"><strong>Context:</strong> After 2011 earthquake + tsunami + nuclear disaster (Fukushima) | <strong>SDGs:</strong> SDG 7 + SDG 13 + SDG 4</p>
<div class="cards">
<div class="card b">
<h4>π― The Commitment</h4>
<p>Okayama City set target: <strong>Zero Net Energy (ZNE) by 2022</strong>. Policy mechanism: <strong>content development</strong>. Shows ESD operating at city level β not just in classrooms.</p>
</div>
<div class="card g">
<h4>π 6 Focus Areas</h4>
<p>1) Environmental conservation; 2) Disaster risk reduction (DRR); 3) Income generation, entrepreneurship, community development; 4) Cultural diversity and dialogue, intergenerational exchange; 5) Literacy; 6) Empowerment</p>
</div>
</div>
<div class="warn-box" style="margin-top:10px">
β <strong>Assignment 7 Q7 and Q8 tested this:</strong><br>
Q7: "The Okayama Commitment is from ___" β <strong>Japan</strong><br>
Q8: "Which is a policy support mechanism of Okayama?" β <strong>Content development</strong> (NOT taking money, NOT exploitation of resources)
</div>
</div>
</section>
<!-- SUSTAINABLE CITIES -->
<section id="cities">
<div class="sec-head"><span class="wk">MISSING FROM NOTES</span><h2>Sustainable Cities & Communities β SDG 11 <span class="badge-new">NEW</span></h2></div>
<p class="sec-sub">From Week 11 Lecture Β· This entire topic was absent from the main notes</p>
<div class="analogy">
<div class="ic">ποΈ</div>
<div><strong>What is a Sustainable City?</strong>
<p>A sustainable city incorporates <strong>eco-friendly practices, green spaces and supporting technology</strong> to <strong>reduce air pollution and CO2 emissions, enhance air quality, and protect natural resources</strong>. It is an urban center engineered to improve its environmental impact through urban planning and management. <strong>Green technology is a key factor</strong> β covering transportation, infrastructure, telecommunications and energy.</p></div>
</div>
<h3 style="font-family:'Playfair Display',serif;font-size:17px;color:var(--green);margin:20px 0 12px">10 Characteristics of a Sustainable City <span class="badge-tested">EXAM TESTED A11 Q10</span></h3>
<div class="city-grid">
<div class="city-item"><span class="city-num">1</span><div><strong>Public transportation</strong><br><small>Electric trolleybuses, Metro, Underground railways, Maglev trains</small></div></div>
<div class="city-item"><span class="city-num">2</span><div><strong>Walkable & bike-able</strong><br><small>Pedestrian bridges, Bike paths, Shared micro-mobility</small></div></div>
<div class="city-item"><span class="city-num">3</span><div><strong>Vehicle charging stations</strong><br><small>EV charging, Hydrogen powered cars</small></div></div>
<div class="city-item"><span class="city-num">4</span><div><strong>Solar farms</strong><br><small>Large-scale solar energy production</small></div></div>
<div class="city-item"><span class="city-num">5</span><div><strong>Green buildings</strong><br><small>Smart heating/cooling, Solar panels, Green roofs, Natural materials</small></div></div>
<div class="city-item"><span class="city-num">6</span><div><strong>Food production</strong><br><small>Urban farming, Eco-friendly organic food</small></div></div>
<div class="city-item"><span class="city-num">7</span><div><strong>Accessible public resources</strong><br><small>Public health buildings, Economic development centres, Tech hubs</small></div></div>
<div class="city-item"><span class="city-num">8</span><div><strong>Water conservation</strong><br><small>Rainwater harvesting, Green infrastructure, Waterless hardware</small></div></div>
<div class="city-item"><span class="city-num">9</span><div><strong>Public green spaces</strong><br><small>Parks, gardens, accessible natural areas</small></div></div>
<div class="city-item"><span class="city-num">10</span><div><strong>Waste management</strong><br><small>Recycling, upcycling, zero-waste systems</small></div></div>
</div>
<div class="diag" style="margin-top:16px">
<div class="diag-t">π¦ World Bank's 4 Dimensions of Sustainable Communities <span class="badge-tested">EXAM TESTED</span></div>
<div style="display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px">
<div style="background:#D8F3DC;border-radius:8px;padding:14px"><strong style="color:#1B4332;display:block;margin-bottom:5px">1. Environmentally Sustainable</strong>Clean and efficient use of resources. Reduced carbon footprint, clean air, protected natural resources.</div>
<div style="background:#FFE8D6;border-radius:8px;padding:14px"><strong style="color:#7A3300;display:block;margin-bottom:5px">2. Resilient</strong>Prepared for natural disasters. Resilient to social, economic, and natural shocks. Increasingly critical due to climate change.</div>
<div style="background:#E8F0FF;border-radius:8px;padding:14px"><strong style="color:#003D8C;display:block;margin-bottom:5px">3. Inclusive</strong>All groups β including marginalized and vulnerable β brought into markets, services, and development.</div>
<div style="background:#F0E8FF;border-radius:8px;padding:14px"><strong style="color:#2D0080;display:block;margin-bottom:5px">4. Competitive</strong>Stays productive and generates jobs. Economically viable communities providing livelihoods.</div>
</div>
</div>
<div class="qas" style="margin-top:16px">
<div class="qa"><div class="qq" onclick="toggle(this)">Q: SDG ___ is to make cities and human settlements inclusive, safe, resilient and sustainable. <span class="badge-tested">EXAM TESTED</span></div>
<div class="ans"><span class="correct">β
SDG 11</span> β Sustainable Cities and Communities. Directly from Assignment 11 Q10. Target 11.4 specifically protects cultural and natural heritage.</div></div>
<div class="qa"><div class="qq" onclick="toggle(this)">Q: Name all 4 World Bank dimensions of sustainable communities.</div>
<div class="ans">1) <strong>Environmentally sustainable</strong>; 2) <strong>Resilient</strong>; 3) <strong>Inclusive</strong>; 4) <strong>Competitive</strong>. From the World Bank's Urban, Disaster Risk Management, Resilience and Land Global Practice (GPURL).</div></div>
</div>
</section>
<!-- SUS-QI -->
<section id="susqi">
<div class="sec-head"><span class="wk">WAS MISSING</span><h2>Sus-QI β Sustainable Quality Improvement <span class="badge-tested">EXAM TESTED A5 Q7 Q8</span></h2></div>
<p class="sec-sub">From Week 5 Lecture Β· Two real assignment questions β completely absent from the main notes</p>
<div class="analogy">
<div class="ic">π₯</div>
<div><strong>Regular QI vs Sus-QI</strong>
<p>Regular Quality Improvement asks: "Did patient outcomes improve?" Sus-QI adds: "Did we reduce ecological harm? Did we add social value? Will this last long-term?" It's healthcare QI with a sustainability triple bottom line.</p></div>
</div>
<div class="cards">
<div class="card g">
<h4>Regular QI</h4>
<p>Ongoing, systematic effort to improve <strong>patient outcomes and system performance</strong>. Focuses on clinical outcomes and financial costs only.</p>
</div>
<div class="card o">
<h4>Sus-QI (The Sustainable Version)</h4>
<p>Extends QI scope to include:<br>1) <strong>Ecological sustainability</strong><br>2) <strong>Adding social value</strong><br>3) <strong>A long-term perspective</strong></p>
</div>
</div>
<div class="green-box">
<strong>β The 4 Stages of Sus-QI (Memorize β tested in A5 Q8!):</strong><br>
Stage 1: <strong>Set goals</strong> (e.g., minimize waste, institute recycling)<br>
Stage 2: <strong>Study the system</strong> β The trap answer is "ignore the system" β you STUDY it!<br>
Stage 3: <strong>Design the improvement effort</strong><br>
Stage 4: <strong>Measure impacts</strong> (both clinical AND social AND environmental impacts)
</div>
<div class="warn-box">
β οΈ <strong>EXAM TRAP β Assignment 5 Q8:</strong> "Which is NOT a stage of Sus-QI?" Answer = <strong>D. Ignore the system</strong>. The 4 real stages are: Set goals β <strong>Study</strong> the system β Design effort β Measure impacts. Many students confuse "study" with "ignore."
</div>
<div class="qas">
<div class="qa"><div class="qq" onclick="toggle(this)">Q: Sus-QI stands for ___. (Assignment 5 Q7) <span class="badge-tested">EXAM TESTED</span></div>
<div class="ans"><span class="correct">β
A. Sustainable quality improvement</span><br>NOT improvisation, NOT quantity improvement. Sus-QI = Sustainable Quality Improvement β a practical framework extending regular QI to include ecological sustainability, social value, and long-term perspective.</div></div>
<div class="qa"><div class="qq" onclick="toggle(this)">Q: Which is NOT a stage of Sus-QI? (Assignment 5 Q8) <span class="badge-tested">EXAM TESTED</span></div>
<div class="ans"><span class="correct">β
D. Ignore the system</span><br>The 4 stages are: Set goals β <strong>Study</strong> the system β Design the improvement effort β Measure impacts. "Ignore the system" is opposite to what Sus-QI does β you study it carefully before improving it.</div></div>
</div>
</section>
<!-- ESD PEDAGOGY -->
<section id="pedagogy">
<div class="sec-head"><span class="wk">ENHANCED</span><h2>ESD Pedagogy β How ESD Is Taught <span class="badge-tested">EXAM TESTED</span></h2></div>
<p class="sec-sub">From Week 8 & 9 Lectures Β· More depth than the main notes had</p>
<div class="analogy">
<div class="ic">π</div>
<div><strong>Why HOW you teach matters as much as WHAT you teach</strong>
<p>ESD cannot be taught through passive lectures alone. Participatory, action-oriented, and transformative methods don't just teach ABOUT sustainability β they BUILD the mindset, agency, and competencies needed to ACT sustainably.</p></div>
</div>
<div style="display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin:16px 0">
<div class="ped-card">
<h3 style="font-family:'Playfair Display',serif;font-size:15px;color:var(--green);margin-bottom:8px">1. Learner-Centred Approach</h3>
<p style="font-size:12.5px">Students as autonomous learners. Emphasizes active knowledge development, NOT passive transfer. Educator changes from "expert who transfers knowledge" to <strong>"facilitator of learning processes."</strong> Prior knowledge + social context = starting points.</p>
</div>
<div class="ped-card o">
<h3 style="font-family:'Playfair Display',serif;font-size:15px;color:var(--orange);margin-bottom:8px">2. Action Learning <span class="badge-tested">EXAM TESTED</span></h3>
<p style="font-size:12.5px">Links abstract concepts to personal experience. Draws on <strong>Kolb's experiential learning cycle</strong>: (i) concrete experience β (ii) observation/reflection β (iii) abstract concepts β (iv) application. Assignment 8 Q10: Action-oriented learning draws on Kolb's concept of <strong>experiential learning</strong>.</p>
</div>
<div class="ped-card b">
<h3 style="font-family:'Playfair Display',serif;font-size:15px;color:var(--blue);margin-bottom:8px">3. Transformative Learning <span class="badge-tested">EXAM TESTED</span></h3>
<p style="font-size:12.5px">Empowers learners to <strong>question and change their worldviews</strong>. Started in <strong>1978</strong>. Learners question ALL prior knowledge to make room for new insights. Two focuses: Instrumental learning + Communicative learning. A9 Q7: "In ___ learning, learners question all they knew" = <strong>Transformative</strong>.</p>
</div>
<div class="ped-card p">
<h3 style="font-family:'Playfair Display',serif;font-size:15px;color:var(--purple);margin-bottom:8px">4. Transgressive Learning</h3>
<p style="font-size:12.5px">Goes beyond transformative learning β ESD must overcome the status quo and prepare the learner for <strong>disruptive thinking and co-creation of new knowledge</strong>. The most radical form of ESD pedagogy.</p>
</div>
</div>
<div class="diag">
<div class="diag-t">π οΈ The 4 Key ESD Methods (directly tested in A9) <span class="badge-tested">EXAM TESTED</span></div>
<table>
<tr><th>#</th><th>Method</th><th>Examples</th></tr>
<tr><td>1</td><td><strong>Collaborative real-world projects</strong></td><td>Service-learning, campaigns on sustainability topics</td></tr>
<tr><td>2</td><td><strong>Vision-building exercises</strong></td><td>Future workshops, scenario analyses, utopian/dystopian storytelling, science-fiction thinking, fore/back-casting<br><em style="color:var(--orange)">β οΈ Classroom teaching is NOT here!</em></td></tr>
<tr><td>3</td><td><strong>Analysis of complex systems</strong></td><td>Community-based research, case studies, stakeholder analysis, systems games</td></tr>
<tr><td>4</td><td><strong>Critical and reflective thinking</strong></td><td><strong>Fish-bowl discussions</strong>, reflective journals β A9 Q1 answer</td></tr>
</table>
</div>
<div class="warn-box">
β οΈ <strong>EXAM TRAPS (Assignment 9 Q1 & Q2):</strong><br>
Q1: "Fish bowl discussions help ___" β <strong>Critical and reflective thinking</strong><br>
Q2: "Which is NOT a vision-building exercise?" β <strong>Classroom teaching</strong>
</div>
<div class="qas" style="margin-top:16px">
<div class="qa"><div class="qq" onclick="toggle(this)">Q: What are the 7 Core Sustainable Competencies?</div>
<div class="ans">1) <strong>Anticipatory</strong> β evaluate multiple futures; 2) <strong>Systems thinking</strong> β zoom in and out; 3) <strong>Normative</strong> β reflect on values and norms; 4) <strong>Strategic</strong> β develop innovative actions; 5) <strong>Collaborative</strong> β empathy, working with others; 6) <strong>Self-aware</strong> β reflect on your own role; 7) <strong>Critical thinking</strong> β question norms and practices</div></div>
<div class="qa"><div class="qq" onclick="toggle(this)">Q: ___ competency = ability to understand and evaluate multiple futures. (A8 Q8) <span class="badge-tested">EXAM TESTED</span></div>
<div class="ans"><span class="correct">β
Anticipatory competency</span><br>"Anticipatory competency: the ability to understand and evaluate multiple futures β possible, probable and desirable β and to create one's own visions for the future."</div></div>
<div class="qa"><div class="qq" onclick="toggle(this)">Q: Ability to question norms is ___ competency. (A8 Q9 β students got this WRONG) <span class="badge-tested">EXAM TESTED</span></div>
<div class="ans"><span class="correct">β
Critical thinking</span><br>"Critical thinking competency: the ability to question norms, practices and opinions." NOTE: Students often confuse this with Normative. Normative = understanding VALUES and negotiating them. Critical thinking = QUESTIONING norms. Different!</div></div>
</div>
</section>
<!-- EXAM TIPS -->
<section id="examtips">
<div class="sec-head"><span class="wk">STRATEGY</span><h2>Exam Tips β What Prof. Mohanty Tests</h2></div>
<p class="sec-sub">From online research, SWAYAM assignment patterns, and previous student notes</p>
<div class="imp">
<h3>β Key Patterns in This Course's Exams</h3>
<ul>
<li><strong>Exam = 75% of grade.</strong> Assignments = 25%. You need exam score β₯ 30/75 AND assignment average β₯ 10/25. Focus on understanding.</li>
<li><strong>"All of the given" is very often correct:</strong> Types of energy (fossil + nuclear + biomass = ALL), teacher roles (facilitator + guide + role model = ALL), leader contexts (ecological + economic + political = ALL), POSHAN targets (children + pregnant women + lactating mothers = ALL).</li>
<li><strong>"False" for bold statements:</strong> "Sustainable leaders look at short-term = FALSE"; "Technology alone solves sustainability = FALSE"; "Universal curriculum to be sustainable leader = FALSE"; "Maintaining energy is unsustainable = FALSE".</li>
<li><strong>Acronyms always tested:</strong> GESO, GIDO, GNEO, MGIEP, HESI, IPCC, GAP, GCED, TVET, NRF, HECI, FIES, Sus-QI, WCED, DSDG, NAPCC, CBDR, LEAP.</li>
<li><strong>Numbers always tested:</strong> 17 SDGs, 167 targets, 170 world leaders, 178 countries (Agenda 21), 8 MDGs, $1.25/day (extreme poverty), 189.2M undernourished India, 94/107 GHI India, 19 targets + 25 indicators (SDG 17), 3 goal dimensions, 6 components of SDG 4.7, 10 city characteristics, 4 Sus-QI stages, 7 Gardner intelligences, 5 levels food security.</li>
<li><strong>SDGs are UNIVERSAL β MDGs only for developing countries.</strong> This is tested repeatedly. Exact phrase: "SDGs have one advantage over MDGs that they are UNIVERSAL."</li>
<li><strong>Case study numbers:</strong> Timor-Leste: 45.7%β28.9%, $2M, 40 jobs, 84 gardens, 450 trained, 1200+ children. Bosnia: 37 plans, 12,418 people, 19 grants. Albania: 3M+ people, 56 utility companies. Okayama: ZNE by 2022, Content development policy mechanism.</li>
<li><strong>Vocabulary traps:</strong> GESO = Green Enhanced SKILLS (not Education, not Sustainable). Sus-QI = STUDY the system (not ignore). Ability to question norms = CRITICAL thinking (not normative). Action learning = EXPERIENTIAL (Kolb) not experimental.</li>
</ul>
</div>
<div style="background:#FFF3CD;border-left:4px solid #E76F51;border-radius:8px;padding:18px;margin-top:16px">
<h3 style="font-family:'Playfair Display',serif;font-size:16px;color:#7A3300;margin-bottom:14px">π₯ Quick-Fire β Most Tested Facts</h3>
<div class="quick-grid">
<div class="quick-item"><strong>SDGs advantage over MDGs:</strong> Universal</div>
<div class="quick-item"><strong>GESO full form:</strong> Green Enhanced Skills Occupation</div>
<div class="quick-item"><strong>IPCC "I" stands for:</strong> Intergovernmental (not International)</div>
<div class="quick-item"><strong>SDG 2 ends:</strong> Hunger AND malnutrition</div>
<div class="quick-item"><strong>NOT a GHI indicator:</strong> Proportion of obese people</div>
<div class="quick-item"><strong>Sus-QI NOT a stage:</strong> Ignore the system</div>
<div class="quick-item"><strong>Fish bowl = :</strong> Critical and reflective thinking</div>
<div class="quick-item"><strong>NOT vision-building:</strong> Classroom teaching</div>
<div class="quick-item"><strong>Theory U prototyping:</strong> Co-creating</div>
<div class="quick-item"><strong>Maxwell's leadership levels:</strong> 5</div>
<div class="quick-item"><strong>Sustainable leader short-term:</strong> FALSE</div>
<div class="quick-item"><strong>Okayama city + country:</strong> Okayama, Japan</div>
<div class="quick-item"><strong>Okayama target:</strong> Zero Net Energy by 2022</div>
<div class="quick-item"><strong>Okayama policy mechanism:</strong> Content development</div>
<div class="quick-item"><strong>POSHAN Abhiyan for:</strong> All of the given (children + pregnant + lactating)</div>
<div class="quick-item"><strong>SDG 11 =:</strong> Sustainable Cities and Communities</div>
<div class="quick-item"><strong>Teacher role in ESD:</strong> All of given (facilitator + guide + role model)</div>
<div class="quick-item"><strong>Energy democracy from:</strong> Climate justice movement</div>
<div class="quick-item"><strong>Action learning draws on:</strong> Kolb's experiential learning</div>
<div class="quick-item"><strong>Ability to question norms:</strong> Critical thinking (not normative!)</div>
<div class="quick-item"><strong>Extreme poverty:</strong> Less than $1.25/day</div>
<div class="quick-item"><strong>Multidimensional poverty reveals:</strong> Who is poor AND HOW they are poor</div>
</div>
</div>
</section>
</div>
<footer>
<strong>ESD Study Guide</strong> β Based on NPTEL course by Prof. Atasi Mohanty, IIT Kharagpur Β· Exam: April 25, 2026<br>
<a href="index.html">β Home</a> Β· <a href="quickrev.html">β‘ Quick Rev</a> Β· <a href="assignments.html">π Assignments</a>
</footer>
<script src="app.js"></script>
</body>
</html>
|