@@ -23,10 +23,13 @@ <h1>Ukraine Conflict <span>Data Dashboard</span></h1>
2323 < main class ="page-detail ">
2424 < h2 class ="detail-heading "> Overall Conflict Statistics</ h2 >
2525 < p class ="detail-sub "> Summary of Overall Support Status and Dispute Damage Statistics</ p >
26+ < p style ="font-size:0.78rem;color:#888;margin:-8px 0 20px;text-align:center; ">
27+ Data sources: ACLED (events up to April 2025) · Ukraine Support Tracker (aid up to December 2025)
28+ </ p >
2629
2730 <!-- Summary Statistics Section -->
2831 < div class ="stats-matrix " style ="margin-bottom: 32px; ">
29-
32+
3033 < section class ="stats-row " style ="margin-bottom: 20px; ">
3134 < div class ="stat-card ">
3235 < div class ="sc-label "> Total Deaths</ div >
@@ -76,6 +79,15 @@ <h3>EVENTS BY TYPE</h3>
7679 </ div >
7780 </ div >
7881
82+ <!-- Drone Strikes Time Series -->
83+ < div class ="chart-card " style ="margin-top: 24px; ">
84+ < h3 > AIR / DRONE STRIKES OVER TIME</ h3 >
85+ < div class ="chart-guide-container ">
86+ < p class ="chart-guide "> < span class ="info-icon "> ⓘ</ span > Monthly count of Air/drone strike events (ACLED sub_event_type)</ p >
87+ </ div >
88+ < div id ="ts-drone-strikes " style ="height: 260px; "> </ div >
89+ </ div >
90+
7991 <!-- AID ALLOCATION ANALYSIS -->
8092 < div class ="chart-card combined-aid-container ">
8193 < div class ="header-group ">
@@ -96,16 +108,6 @@ <h3>AID ALLOCATION ANALYSIS</h3>
96108 </ div >
97109 </ div >
98110
99-
100- <!-- Drone Strikes Time Series -->
101- < div class ="chart-card " style ="margin-top: 24px; ">
102- < h3 > AIR / DRONE STRIKES OVER TIME</ h3 >
103- < div class ="chart-guide-container ">
104- < p class ="chart-guide "> < span class ="info-icon "> ⓘ</ span > Monthly count of Air/drone strike events (ACLED sub_event_type)</ p >
105- </ div >
106- < div id ="ts-drone-strikes " style ="height: 260px; "> </ div >
107- </ div >
108-
109111 <!-- Rest of the data -->
110112 < div class ="bottom-charts-row " style ="margin-top: 24px; ">
111113 < div class ="chart-card ">
@@ -129,4 +131,4 @@ <h3>Time Series of Deaths</h3>
129131
130132 < script src ="js/statistics.js "> </ script >
131133</ body >
132- </ html >
134+ </ html >
0 commit comments