Skip to content

Commit 6780d9c

Browse files
committed
data period disclaimer
1 parent a8aa001 commit 6780d9c

2 files changed

Lines changed: 18 additions & 12 deletions

File tree

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ <h4 id="legend-title">Conflict events</h4>
168168
</div>
169169
</div>
170170

171+
<footer style="position:fixed;bottom:6px;right:10px;font-size:0.7rem;color:#aaa;pointer-events:none;z-index:999;">
172+
ACLED up to Apr 2025 &nbsp;·&nbsp; UST up to Dec 2025
173+
</footer>
174+
171175
</body>
172176

173177
</html>

docs/statistics.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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) &nbsp;·&nbsp; 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

Comments
 (0)