alphonse86 commited on
Commit
a82ae2e
·
verified ·
1 Parent(s): de27f5a

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +673 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Data Warehouse
3
- emoji: 👁
4
- colorFrom: gray
5
- colorTo: green
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: data-warehouse
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,673 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>HistoriaData | Historical Commodity & Economic Data Warehouse</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ /* Custom styles */
11
+ .hero-gradient {
12
+ background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%);
13
+ }
14
+ .data-card:hover {
15
+ transform: translateY(-5px);
16
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
17
+ }
18
+ .timeline-item::before {
19
+ content: '';
20
+ position: absolute;
21
+ left: -38px;
22
+ top: 0;
23
+ width: 16px;
24
+ height: 16px;
25
+ border-radius: 50%;
26
+ background: #3b82f6;
27
+ border: 4px solid #bfdbfe;
28
+ }
29
+ .fade-in {
30
+ animation: fadeIn 1s ease-in-out;
31
+ }
32
+ @keyframes fadeIn {
33
+ from { opacity: 0; transform: translateY(20px); }
34
+ to { opacity: 1; transform: translateY(0); }
35
+ }
36
+ </style>
37
+ </head>
38
+ <body class="font-sans antialiased text-gray-800 bg-gray-50">
39
+ <!-- Navigation -->
40
+ <nav class="bg-white shadow-sm sticky top-0 z-50">
41
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
42
+ <div class="flex justify-between h-16">
43
+ <div class="flex">
44
+ <div class="flex-shrink-0 flex items-center">
45
+ <i class="fas fa-database text-blue-600 text-2xl mr-2"></i>
46
+ <span class="text-xl font-bold text-blue-600">HistoriaData</span>
47
+ </div>
48
+ <div class="hidden sm:ml-6 sm:flex sm:space-x-8">
49
+ <a href="#features" class="border-blue-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Features</a>
50
+ <a href="#sources" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Data Sources</a>
51
+ <a href="#coverage" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">Coverage</a>
52
+ <a href="#about" class="border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">About</a>
53
+ </div>
54
+ </div>
55
+ <div class="hidden sm:ml-6 sm:flex sm:items-center">
56
+ <button class="inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
57
+ Request Access
58
+ </button>
59
+ </div>
60
+ <div class="-mr-2 flex items-center sm:hidden">
61
+ <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-blue-500" aria-controls="mobile-menu" aria-expanded="false">
62
+ <span class="sr-only">Open main menu</span>
63
+ <i class="fas fa-bars"></i>
64
+ </button>
65
+ </div>
66
+ </div>
67
+ </div>
68
+
69
+ <!-- Mobile menu -->
70
+ <div class="sm:hidden hidden" id="mobile-menu">
71
+ <div class="pt-2 pb-3 space-y-1">
72
+ <a href="#features" class="bg-blue-50 border-blue-500 text-blue-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Features</a>
73
+ <a href="#sources" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Data Sources</a>
74
+ <a href="#coverage" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Coverage</a>
75
+ <a href="#about" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">About</a>
76
+ <div class="mt-4 pl-3 pr-4 py-2">
77
+ <button class="w-full flex justify-center items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
78
+ Request Access
79
+ </button>
80
+ </div>
81
+ </div>
82
+ </div>
83
+ </nav>
84
+
85
+ <!-- Hero Section -->
86
+ <div class="hero-gradient">
87
+ <div class="max-w-7xl mx-auto py-16 px-4 sm:py-24 sm:px-6 lg:px-8 text-center">
88
+ <h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl fade-in">
89
+ Historical Commodity & Economic Data Warehouse
90
+ </h1>
91
+ <p class="mt-6 max-w-3xl mx-auto text-xl text-blue-100 fade-in">
92
+ Aggregating, normalizing, and preserving long-run data on commodities, trade, finance, and global development with complete source provenance.
93
+ </p>
94
+ <div class="mt-10 flex justify-center space-x-4 fade-in">
95
+ <a href="#features" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-blue-700 bg-white hover:bg-blue-50">
96
+ Explore Features
97
+ </a>
98
+ <a href="#sources" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-white bg-blue-600 bg-opacity-60 hover:bg-opacity-70">
99
+ View Data Sources
100
+ </a>
101
+ </div>
102
+ </div>
103
+ </div>
104
+
105
+ <!-- Stats Section -->
106
+ <div class="bg-white py-12">
107
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
108
+ <div class="grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-4">
109
+ <div class="text-center p-6 bg-blue-50 rounded-lg">
110
+ <div class="text-4xl font-bold text-blue-600">100+</div>
111
+ <div class="mt-2 text-lg font-medium text-gray-900">Commodities Tracked</div>
112
+ <p class="mt-1 text-sm text-gray-500">Based on the 2014 CRB Commodity Yearbook coverage</p>
113
+ </div>
114
+ <div class="text-center p-6 bg-blue-50 rounded-lg">
115
+ <div class="text-4xl font-bold text-blue-600">50+</div>
116
+ <div class="mt-2 text-lg font-medium text-gray-900">Data Sources</div>
117
+ <p class="mt-1 text-sm text-gray-500">From international organizations and historical archives</p>
118
+ </div>
119
+ <div class="text-center p-6 bg-blue-50 rounded-lg">
120
+ <div class="text-4xl font-bold text-blue-600">100%</div>
121
+ <div class="mt-2 text-lg font-medium text-gray-900">Source Provenance</div>
122
+ <p class="mt-1 text-sm text-gray-500">Every observation traceable to its original dataset</p>
123
+ </div>
124
+ <div class="text-center p-6 bg-blue-50 rounded-lg">
125
+ <div class="text-4xl font-bold text-blue-600">∞</div>
126
+ <div class="mt-2 text-lg font-medium text-gray-900">Historical Vintages</div>
127
+ <p class="mt-1 text-sm text-gray-500">Preserved rather than overwritten by revisions</p>
128
+ </div>
129
+ </div>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- Features Section -->
134
+ <div id="features" class="py-16 bg-gray-50 overflow-hidden">
135
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
136
+ <div class="lg:text-center">
137
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Features</h2>
138
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
139
+ Comprehensive Historical Data Solution
140
+ </p>
141
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
142
+ Our platform combines modern data access with historical preservation for rigorous economic research.
143
+ </p>
144
+ </div>
145
+
146
+ <div class="mt-16">
147
+ <div class="space-y-16 lg:space-y-0 lg:grid lg:grid-cols-3 lg:gap-x-8 lg:gap-y-12">
148
+ <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out">
149
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
150
+ <i class="fas fa-layer-group text-xl"></i>
151
+ </div>
152
+ <div class="mt-6">
153
+ <h3 class="text-lg font-medium text-gray-900">Aggregated Data</h3>
154
+ <p class="mt-2 text-base text-gray-500">
155
+ Combines modern public APIs with historical yearbooks and archived publications into a unified interface.
156
+ </p>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out">
161
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
162
+ <i class="fas fa-ruler-combined text-xl"></i>
163
+ </div>
164
+ <div class="mt-6">
165
+ <h3 class="text-lg font-medium text-gray-900">Normalized Metrics</h3>
166
+ <p class="mt-2 text-base text-gray-500">
167
+ Standardized units and classifications while retaining original values for cross-source comparison.
168
+ </p>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out">
173
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
174
+ <i class="fas fa-history text-xl"></i>
175
+ </div>
176
+ <div class="mt-6">
177
+ <h3 class="text-lg font-medium text-gray-900">Historical Vintages</h3>
178
+ <p class="mt-2 text-base text-gray-500">
179
+ Preserves original publication versions rather than overwriting with newer revisions.
180
+ </p>
181
+ </div>
182
+ </div>
183
+
184
+ <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out">
185
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
186
+ <i class="fas fa-search text-xl"></i>
187
+ </div>
188
+ <div class="mt-6">
189
+ <h3 class="text-lg font-medium text-gray-900">Complete Provenance</h3>
190
+ <p class="mt-2 text-base text-gray-500">
191
+ Every observation traceable to its original dataset, publication, table, or page.
192
+ </p>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out">
197
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
198
+ <i class="fas fa-link text-xl"></i>
199
+ </div>
200
+ <div class="mt-6">
201
+ <h3 class="text-lg font-medium text-gray-900">Classification Links</h3>
202
+ <p class="mt-2 text-base text-gray-500">
203
+ Connections among CPC, HS, SITC, ISIC, and Prodcom classification systems.
204
+ </p>
205
+ </div>
206
+ </div>
207
+
208
+ <div class="data-card bg-white p-8 rounded-lg shadow-md transition-all duration-300 ease-in-out">
209
+ <div class="flex items-center justify-center h-12 w-12 rounded-md bg-blue-500 text-white">
210
+ <i class="fas fa-archive text-xl"></i>
211
+ </div>
212
+ <div class="mt-6">
213
+ <h3 class="text-lg font-medium text-gray-900">Source Documentation</h3>
214
+ <p class="mt-2 text-base text-gray-500">
215
+ Retains original units, classifications, revisions, footnotes, and source metadata.
216
+ </p>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Coverage Section -->
225
+ <div id="coverage" class="py-16 bg-white">
226
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
227
+ <div class="lg:text-center">
228
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Coverage</h2>
229
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
230
+ Comprehensive Historical Data Categories
231
+ </p>
232
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
233
+ Our warehouse spans multiple dimensions of economic history with deep time-series.
234
+ </p>
235
+ </div>
236
+
237
+ <div class="mt-16">
238
+ <div class="space-y-16 relative">
239
+ <!-- Vertical line -->
240
+ <div class="hidden lg:block absolute top-0 bottom-0 left-1/2 w-0.5 bg-gray-200 transform -translate-x-1/2"></div>
241
+
242
+ <!-- Timeline Item 1 -->
243
+ <div class="relative lg:flex lg:items-center lg:justify-between lg:odd:flex-row-reverse">
244
+ <div class="lg:w-5/12 lg:px-8">
245
+ <div class="bg-blue-50 p-6 rounded-lg shadow-sm">
246
+ <h3 class="text-lg font-medium text-blue-600">
247
+ <i class="fas fa-boxes mr-2"></i>Commodities & Industrial Production
248
+ </h3>
249
+ <p class="mt-2 text-gray-600">
250
+ Prices, production, consumption, inventories, imports, exports, futures markets, and industrial output for 100+ domestic and international commodities.
251
+ </p>
252
+ <ul class="mt-3 space-y-2 text-sm text-gray-600">
253
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>CRB Commodity Yearbooks</li>
254
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>UN Industrial Commodity Statistics</li>
255
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>World Bank Pink Sheet</li>
256
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>FAOSTAT & USGS data</li>
257
+ </ul>
258
+ </div>
259
+ </div>
260
+ <div class="mt-8 lg:mt-0 lg:w-5/12 lg:px-8">
261
+ <div class="bg-blue-50 p-6 rounded-lg shadow-sm">
262
+ <h3 class="text-lg font-medium text-blue-600">
263
+ <i class="fas fa-chart-line mr-2"></i>Macroeconomic & Financial
264
+ </h3>
265
+ <p class="mt-2 text-gray-600">
266
+ Exchange rates, reserves, monetary statistics, interest rates, prices, production, international transactions, government finance, and national accounts.
267
+ </p>
268
+ <ul class="mt-3 space-y-2 text-sm text-gray-600">
269
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>IMF International Financial Statistics</li>
270
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>FRED & ALFRED</li>
271
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>World Development Indicators</li>
272
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>BIS & OECD data</li>
273
+ </ul>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Timeline Item 2 -->
279
+ <div class="relative lg:flex lg:items-center lg:justify-between lg:odd:flex-row-reverse">
280
+ <div class="lg:w-5/12 lg:px-8">
281
+ <div class="bg-blue-50 p-6 rounded-lg shadow-sm">
282
+ <h3 class="text-lg font-medium text-blue-600">
283
+ <i class="fas fa-exchange-alt mr-2"></i>Trade & Tariffs
284
+ </h3>
285
+ <p class="mt-2 text-gray-600">
286
+ Bilateral trade flows, tariff schedules, trade agreements, and customs data with historical classifications and nomenclatures.
287
+ </p>
288
+ <ul class="mt-3 space-y-2 text-sm text-gray-600">
289
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>UN Comtrade & TRAINS</li>
290
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>WTO IDB & CTS</li>
291
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>ITC Market Access Map</li>
292
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>CEPII TRADHIST</li>
293
+ </ul>
294
+ </div>
295
+ </div>
296
+ <div class="mt-8 lg:mt-0 lg:w-5/12 lg:px-8">
297
+ <div class="bg-blue-50 p-6 rounded-lg shadow-sm">
298
+ <h3 class="text-lg font-medium text-blue-600">
299
+ <i class="fas fa-ship mr-2"></i>Transportation & Logistics
300
+ </h3>
301
+ <p class="mt-2 text-gray-600">
302
+ Maritime trade statistics, port performance metrics, customs district data, and historical transportation cost indicators.
303
+ </p>
304
+ <ul class="mt-3 space-y-2 text-sm text-gray-600">
305
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>UNCTAD maritime datasets</li>
306
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>World Bank Port Index</li>
307
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Logistics Performance Index</li>
308
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>US Census vessel data</li>
309
+ </ul>
310
+ </div>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Timeline Item 3 -->
315
+ <div class="relative lg:flex lg:items-center lg:justify-between lg:odd:flex-row-reverse">
316
+ <div class="lg:w-5/12 lg:px-8">
317
+ <div class="bg-blue-50 p-6 rounded-lg shadow-sm">
318
+ <h3 class="text-lg font-medium text-blue-600">
319
+ <i class="fas fa-globe-americas mr-2"></i>Country Profiles & Context
320
+ </h3>
321
+ <p class="mt-2 text-gray-600">
322
+ Historical national statistics, development indicators, demographic trends, and geopolitical context from archival sources.
323
+ </p>
324
+ <ul class="mt-3 space-y-2 text-sm text-gray-600">
325
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>CIA World Factbook archives</li>
326
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Historical statistical yearbooks</li>
327
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>World Bank country data</li>
328
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Demographic & geographic datasets</li>
329
+ </ul>
330
+ </div>
331
+ </div>
332
+ <div class="mt-8 lg:mt-0 lg:w-5/12 lg:px-8">
333
+ <div class="bg-blue-50 p-6 rounded-lg shadow-sm">
334
+ <h3 class="text-lg font-medium text-blue-600">
335
+ <i class="fas fa-industry mr-2"></i>US Economic & Business Data
336
+ </h3>
337
+ <p class="mt-2 text-gray-600">
338
+ Comprehensive US economic indicators, trade statistics, business surveys, and industrial data with historical coverage.
339
+ </p>
340
+ <ul class="mt-3 space-y-2 text-sm text-gray-600">
341
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>US Census trade data</li>
342
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Economic indicators</li>
343
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Economic Census</li>
344
+ <li><i class="fas fa-check-circle text-blue-500 mr-2"></i>Industry-specific datasets</li>
345
+ </ul>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ </div>
350
+ </div>
351
+ </div>
352
+ </div>
353
+
354
+ <!-- Data Sources Section -->
355
+ <div id="sources" class="py-16 bg-gray-50">
356
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
357
+ <div class="lg:text-center">
358
+ <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Current and Planned Data Sources</h2>
359
+ <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
360
+ Comprehensive Data Integration
361
+ </p>
362
+ <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
363
+ Aggregating data from the world's most authoritative economic sources.
364
+ </p>
365
+ </div>
366
+
367
+ <div class="mt-12">
368
+ <div class="space-y-10 md:space-y-0 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-12">
369
+ <!-- Source Group 1 -->
370
+ <div>
371
+ <div class="flex items-center">
372
+ <div class="flex-shrink-0 bg-blue-500 rounded-md p-2">
373
+ <i class="fas fa-tags text-white"></i>
374
+ </div>
375
+ <div class="ml-4">
376
+ <h3 class="text-lg font-medium text-gray-900">Commodity Prices & Industrial Production</h3>
377
+ </div>
378
+ </div>
379
+ <div class="mt-4 pl-12">
380
+ <ul class="space-y-3 text-gray-600">
381
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Commodity Research Bureau (CRB) Yearbooks</li>
382
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>UN Industrial Commodity Statistics</li>
383
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>World Bank Commodity Price Data</li>
384
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>FAOSTAT & USGS Statistics</li>
385
+ </ul>
386
+ </div>
387
+ </div>
388
+
389
+ <!-- Source Group 2 -->
390
+ <div>
391
+ <div class="flex items-center">
392
+ <div class="flex-shrink-0 bg-blue-500 rounded-md p-2">
393
+ <i class="fas fa-chart-pie text-white"></i>
394
+ </div>
395
+ <div class="ml-4">
396
+ <h3 class="text-lg font-medium text-gray-900">Macroeconomic & Financial Statistics</h3>
397
+ </div>
398
+ </div>
399
+ <div class="mt-4 pl-12">
400
+ <ul class="space-y-3 text-gray-600">
401
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>IMF International Financial Statistics</li>
402
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>FRED & ALFRED (Federal Reserve)</li>
403
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>World Development Indicators</li>
404
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>BIS & OECD Data Explorer</li>
405
+ </ul>
406
+ </div>
407
+ </div>
408
+
409
+ <!-- Source Group 3 -->
410
+ <div>
411
+ <div class="flex items-center">
412
+ <div class="flex-shrink-0 bg-blue-500 rounded-md p-2">
413
+ <i class="fas fa-globe text-white"></i>
414
+ </div>
415
+ <div class="ml-4">
416
+ <h3 class="text-lg font-medium text-gray-900">International Trade & Tariffs</h3>
417
+ </div>
418
+ </div>
419
+ <div class="mt-4 pl-12">
420
+ <ul class="space-y-3 text-gray-600">
421
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>UN Comtrade & TRAINS</li>
422
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>WTO Integrated Database</li>
423
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>ITC Market Access Map</li>
424
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>CEPII TRADHIST Database</li>
425
+ </ul>
426
+ </div>
427
+ </div>
428
+
429
+ <!-- Source Group 4 -->
430
+ <div>
431
+ <div class="flex items-center">
432
+ <div class="flex-shrink-0 bg-blue-500 rounded-md p-2">
433
+ <i class="fas fa-ship text-white"></i>
434
+ </div>
435
+ <div class="ml-4">
436
+ <h3 class="text-lg font-medium text-gray-900">Maritime & Transportation</h3>
437
+ </div>
438
+ </div>
439
+ <div class="mt-4 pl-12">
440
+ <ul class="space-y-3 text-gray-600">
441
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>UNCTAD Maritime Datasets</li>
442
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>World Bank Port Index</li>
443
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Logistics Performance Index</li>
444
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>US Census Port Statistics</li>
445
+ </ul>
446
+ </div>
447
+ </div>
448
+
449
+ <!-- Source Group 5 -->
450
+ <div>
451
+ <div class="flex items-center">
452
+ <div class="flex-shrink-0 bg-blue-500 rounded-md p-2">
453
+ <i class="fas fa-landmark text-white"></i>
454
+ </div>
455
+ <div class="ml-4">
456
+ <h3 class="text-lg font-medium text-gray-900">US Economic & Trade Data</h3>
457
+ </div>
458
+ </div>
459
+ <div class="mt-4 pl-12">
460
+ <ul class="space-y-3 text-gray-600">
461
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>US Census Trade Data</li>
462
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>US Economic Indicators</li>
463
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>US Economic Census</li>
464
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Demographic & Business Datasets</li>
465
+ </ul>
466
+ </div>
467
+ </div>
468
+
469
+ <!-- Source Group 6 -->
470
+ <div>
471
+ <div class="flex items-center">
472
+ <div class="flex-shrink-0 bg-blue-500 rounded-md p-2">
473
+ <i class="fas fa-book text-white"></i>
474
+ </div>
475
+ <div class="ml-4">
476
+ <h3 class="text-lg font-medium text-gray-900">Contextual & Archival Sources</h3>
477
+ </div>
478
+ </div>
479
+ <div class="mt-4 pl-12">
480
+ <ul class="space-y-3 text-gray-600">
481
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>CIA World Factbook Archives</li>
482
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Historical Statistical Yearbooks</li>
483
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>Customs Tariff Books</li>
484
+ <li class="flex"><i class="fas fa-angle-right text-blue-500 mt-1 mr-2"></i>GATT Schedules</li>
485
+ </ul>
486
+ </div>
487
+ </div>
488
+ </div>
489
+ </div>
490
+ </div>
491
+ </div>
492
+
493
+ <!-- CTA Section -->
494
+ <div class="bg-blue-600">
495
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between">
496
+ <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl">
497
+ <span class="block">Ready to explore historical economic data?</span>
498
+ <span class="block text-blue-200">Request access to HistoriaData today.</span>
499
+ </h2>
500
+ <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0">
501
+ <div class="inline-flex rounded-md shadow">
502
+ <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-blue-600 bg-white hover:bg-blue-50">
503
+ Get Started
504
+ </a>
505
+ </div>
506
+ <div class="ml-3 inline-flex rounded-md shadow">
507
+ <a href="#" class="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-blue-600 bg-opacity-60 hover:bg-opacity-70">
508
+ Learn More
509
+ </a>
510
+ </div>
511
+ </div>
512
+ </div>
513
+ </div>
514
+
515
+ <!-- Footer -->
516
+ <footer id="about" class="bg-gray-800">
517
+ <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8">
518
+ <div class="xl:grid xl:grid-cols-3 xl:gap-8">
519
+ <div class="space-y-8 xl:col-span-1">
520
+ <div class="flex items-center">
521
+ <i class="fas fa-database text-blue-400 text-2xl mr-2"></i>
522
+ <span class="text-xl font-bold text-white">HistoriaData</span>
523
+ </div>
524
+ <p class="text-gray-300 text-base">
525
+ A historical commodity and economic data warehouse aggregating, normalizing, and preserving long-run data with complete source provenance.
526
+ </p>
527
+ <div class="flex space-x-6">
528
+ <a href="#" class="text-gray-400 hover:text-white">
529
+ <i class="fab fa-twitter"></i>
530
+ </a>
531
+ <a href="#" class="text-gray-400 hover:text-white">
532
+ <i class="fab fa-github"></i>
533
+ </a>
534
+ <a href="#" class="text-gray-400 hover:text-white">
535
+ <i class="fab fa-linkedin"></i>
536
+ </a>
537
+ </div>
538
+ </div>
539
+ <div class="mt-12 grid grid-cols-2 gap-8 xl:mt-0 xl:col-span-2">
540
+ <div class="md:grid md:grid-cols-2 md:gap-8">
541
+ <div>
542
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Resources</h3>
543
+ <ul class="mt-4 space-y-4">
544
+ <li>
545
+ <a href="#" class="text-base text-gray-400 hover:text-white">Documentation</a>
546
+ </li>
547
+ <li>
548
+ <a href="#" class="text-base text-gray-400 hover:text-white">API Reference</a>
549
+ </li>
550
+ <li>
551
+ <a href="#" class="text-base text-gray-400 hover:text-white">Data Dictionary</a>
552
+ </li>
553
+ <li>
554
+ <a href="#" class="text-base text-gray-400 hover:text-white">Methodology</a>
555
+ </li>
556
+ </ul>
557
+ </div>
558
+ <div class="mt-12 md:mt-0">
559
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Legal</h3>
560
+ <ul class="mt-4 space-y-4">
561
+ <li>
562
+ <a href="#" class="text-base text-gray-400 hover:text-white">Privacy Policy</a>
563
+ </li>
564
+ <li>
565
+ <a href="#" class="text-base text-gray-400 hover:text-white">Terms of Use</a>
566
+ </li>
567
+ <li>
568
+ <a href="#" class="text-base text-gray-400 hover:text-white">Data Licensing</a>
569
+ </li>
570
+ <li>
571
+ <a href="#" class="text-base text-gray-400 hover:text-white">Source Attribution</a>
572
+ </li>
573
+ </ul>
574
+ </div>
575
+ </div>
576
+ <div class="md:grid md:grid-cols-2 md:gap-8">
577
+ <div>
578
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Company</h3>
579
+ <ul class="mt-4 space-y-4">
580
+ <li>
581
+ <a href="#" class="text-base text-gray-400 hover:text-white">About Us</a>
582
+ </li>
583
+ <li>
584
+ <a href="#" class="text-base text-gray-400 hover:text-white">Team</a>
585
+ </li>
586
+ <li>
587
+ <a href="#" class="text-base text-gray-400 hover:text-white">Careers</a>
588
+ </li>
589
+ <li>
590
+ <a href="#" class="text-base text-gray-400 hover:text-white">Contact</a>
591
+ </li>
592
+ </ul>
593
+ </div>
594
+ <div class="mt-12 md:mt-0">
595
+ <h3 class="text-sm font-semibold text-gray-300 tracking-wider uppercase">Support</h3>
596
+ <ul class="mt-4 space-y-4">
597
+ <li>
598
+ <a href="#" class="text-base text-gray-400 hover:text-white">Help Center</a>
599
+ </li>
600
+ <li>
601
+ <a href="#" class="text-base text-gray-400 hover:text-white">Status</a>
602
+ </li>
603
+ <li>
604
+ <a href="#" class="text-base text-gray-400 hover:text-white">Feedback</a>
605
+ </li>
606
+ <li>
607
+ <a href="#" class="text-base text-gray-400 hover:text-white">Data Requests</a>
608
+ </li>
609
+ </ul>
610
+ </div>
611
+ </div>
612
+ </div>
613
+ </div>
614
+ <div class="mt-12 border-t border-gray-700 pt-8">
615
+ <p class="text-base text-gray-400 text-center">
616
+ &copy; 2023 HistoriaData. All rights reserved.
617
+ </p>
618
+ </div>
619
+ </div>
620
+ </footer>
621
+
622
+ <script>
623
+ // Mobile menu toggle
624
+ const mobileMenuButton = document.querySelector('button[aria-controls="mobile-menu"]');
625
+ const mobileMenu = document.getElementById('mobile-menu');
626
+
627
+ mobileMenuButton.addEventListener('click', () => {
628
+ const expanded = mobileMenuButton.getAttribute('aria-expanded') === 'true';
629
+ mobileMenuButton.setAttribute('aria-expanded', !expanded);
630
+ mobileMenu.classList.toggle('hidden');
631
+ });
632
+
633
+ // Smooth scrolling for anchor links
634
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
635
+ anchor.addEventListener('click', function (e) {
636
+ e.preventDefault();
637
+
638
+ const targetId = this.getAttribute('href');
639
+ const targetElement = document.querySelector(targetId);
640
+
641
+ if (targetElement) {
642
+ // Close mobile menu if open
643
+ mobileMenuButton.setAttribute('aria-expanded', 'false');
644
+ mobileMenu.classList.add('hidden');
645
+
646
+ // Scroll to target
647
+ targetElement.scrollIntoView({
648
+ behavior: 'smooth'
649
+ });
650
+ }
651
+ });
652
+ });
653
+
654
+ // Animation on scroll
655
+ const observerOptions = {
656
+ threshold: 0.1
657
+ };
658
+
659
+ const observer = new IntersectionObserver((entries) => {
660
+ entries.forEach(entry => {
661
+ if (entry.isIntersecting) {
662
+ entry.target.classList.add('fade-in');
663
+ observer.unobserve(entry.target);
664
+ }
665
+ });
666
+ }, observerOptions);
667
+
668
+ document.querySelectorAll('.data-card, .timeline-item').forEach(card => {
669
+ observer.observe(card);
670
+ });
671
+ </script>
672
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=alphonse86/data-warehouse" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
673
+ </html>