File size: 19,568 Bytes
ac218ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Disaster Risk and Impact Analysis</title>

    <script src="static/js/deckgl@9.0.33.min.js"></script>

    <script src="static/js/maplibre-gl@3.0.0.js"></script>
    <link href="static/css/maplibre-gl@3.0.0.css" rel="stylesheet" />

    <script src="static/js/tailwind@3.4.5.js"></script>
    <script src="static/js/chart.js"></script>

    <script src="static/js/popper.min.js"></script>
    <script src="static/js/tippy-bundle.umd.min.js"></script>

    <link rel="stylesheet" href="static/css/font-awesome@all.min.css" />

    <style>
      html,
      body {
        height: 100%;
        margin: 0;
      }
      #map {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
      }
    </style>
  </head>
  <body>
    <!-- Floating Box for Charts -->
    <div
      class="absolute left-4 top-4 h-9/10 bottom-4 w-2/5 p-6 bg-white backdrop-blur-sm bg-opacity-60 shadow-lg overflow-y-auto z-10 rounded-2xl"
    >
      <h1 class="text-2xl font-bold mb-4 text-center">Location Insight</h1>

      <!-- STATISTICS -->
      <h1 class="text-l font-bold mb-4">Statistic</h1>

      <div class="flex flex-col space-y-4 w-full">
        <div
          class="bg-white text-black p-6 rounded-xl shadow-md flex items-center justify-between"
        >
          <div class="flex items-center space-x-4">
            <div class="icon bg-gray-200 p-2 rounded-full mr-4">
              <img
                src="static/icon/pin.png"
                alt="Icon 2"
                class="h-6 w-6 rounded-full"
              />
            </div>
            <h2 class="text-xl font-bold">Locations</h2>
          </div>
          <span class="text-2xl font-bold">104</span>
        </div>
      </div>

      <!-- LAYER CONTROL -->

      <h2 class="text-l font-bold mt-8 mb-4">Show Disaster Intensity</h2>
      <div id="boxContainer" class="grid grid-cols-3 gap-4 mt-4">
        <div
          class="box flex items-center p-4 border rounded-lg cursor-pointer transition-all duration-300 bg-white"
          data-id="wind"
        >
          <div class="icon bg-gray-200 p-2 rounded-full mr-4">
            <img
              src="static/icon/wind.png"
              alt="Icon 2"
              class="h-6 w-6 rounded-full"
            />
          </div>
          <h1 class="text-lg font-semibold">Wind</h1>
        </div>

        <div
          class="box flex items-center p-4 bg-white border rounded-lg cursor-pointer transition-all duration-300"
          data-id="flood"
        >
          <div class="icon bg-gray-200 p-2 rounded-full mr-4">
            <img
              src="static/icon/flood.png"
              alt="Icon 2"
              class="h-6 w-6 rounded-full"
            />
          </div>
          <h1 class="text-lg font-semibold">Flood</h1>
        </div>

        <div
          class="box flex items-center p-4 bg-white border rounded-lg cursor-pointer transition-all duration-300"
          data-id="pm"
        >
          <div class="icon bg-gray-200 p-2 rounded-full mr-4">
            <img
              src="static/icon/pm.png"
              alt="Icon 2"
              class="h-6 w-6 rounded-full"
            />
          </div>
          <h1 class="text-lg font-semibold">Air Pollution</h1>
        </div>
      </div>

      <!-- Top 5 Location Impact to Wind -->

      <h2 class="text-l font-bold mt-8 mb-4">
        Top 5 Locations Most Affected by Wind
      </h2>

      <div
        class="w-full max-w-4xl backdrop-blur-sm shadow-lg rounded-xl p-4 overflow-x-auto"
      >
        <table class="min-w-full table-auto">
          <thead>
            <tr class="bg-gray-200 text-left">
              <th class="p-4 font-bold text-gray-600">Top</th>
              <th class="p-4 font-bold text-gray-600">Branch</th>
              <th class="p-4 font-bold text-gray-600">Score</th>
            </tr>
          </thead>
          <tbody>
            <tr class="border-b cursor-pointer hover:bg-red-400 bg-red-300">
              <td class="p-4">1</td>
              <td class="p-4">HomePro Phetchabun Branch</td>
              <td class="p-4">14.04</td>
            </tr>
            <tr class="border-b cursor-pointer hover:bg-red-400 bg-red-200">
              <td class="p-4">2</td>
              <td class="p-4">Home Pro Chiang Rai</td>
              <td class="p-4">13.52</td>
            </tr>
            <tr class="border-b cursor-pointer hover:bg-red-400 bg-red-100">
              <td class="p-4">3</td>
              <td class="p-4">HomePro Nakhon Si Thammarat</td>
              <td class="p-4">8.687</td>
            </tr>
            <tr class="border-b cursor-pointer hover:bg-red-400">
              <td class="p-4">4</td>
              <td class="p-4">Homepro Chaiyaphum</td>
              <td class="p-4">7.845</td>
            </tr>
            <tr class="border-b cursor-pointer hover:bg-red-400">
              <td class="p-4">5</td>
              <td class="p-4">HomePro (San Sai)</td>
              <td class="p-4">6.311</td>
            </tr>
          </tbody>
        </table>
      </div>

      <!-- Top 5 Location Impact to Flood -->

      <h2 class="text-md font-bold mt-8 mb-4">
        Top 5 Locations Most Affected by Flood
      </h2>

      <div
        class="w-full max-w-4xl backdrop-blur-sm shadow-lg rounded-xl p-4 overflow-x-auto"
      >
        <table class="min-w-full table-auto">
          <thead>
            <tr class="bg-gray-200 text-left">
              <th class="p-4 font-bold text-gray-600">Top</th>
              <th class="p-4 font-bold text-gray-600">Branch</th>
              <th class="p-4 font-bold text-gray-600">Score</th>
            </tr>
          </thead>
          <tbody>
            <tr class="border-b cursor-pointer hover:bg-blue-400 bg-blue-300">
              <td class="p-4">1</td>
              <td class="p-4">HomePro Nakhon Si Thammarat</td>
              <td class="p-4">8.687</td>
            </tr>
<tr class="border-b cursor-pointer hover:bg-blue-400 bg-blue-200">
              <td class="p-4">2</td>
              <td class="p-4">HomePro (San Sai)</td>
              <td class="p-4">6.311</td>
            </tr>
<tr class="border-b cursor-pointer hover:bg-blue-400 bg-blue-100">
              <td class="p-4">3</td>
              <td class="p-4">Home Pro (Chiang Mai)</td>
              <td class="p-4">8.472</td>
            </tr>
<tr class="border-b cursor-pointer hover:bg-blue-400">
              <td class="p-4">4</td>
              <td class="p-4">Home Pro (Chiang Mai Hangdong)</td>
              <td class="p-4">7.006</td>
            </tr>
<tr class="border-b cursor-pointer hover:bg-blue-400">
              <td class="p-4">5</td>
              <td class="p-4">HomePro </td>
              <td class="p-4">4.392</td>
            </tr>
          </tbody>
        </table>
      </div>

      <!-- Top 5 Location Impact to PM -->

      <h2 class="text-l font-bold mt-8 mb-4">
        Top 5 Locations Most Affected by Air Pollution
      </h2>

      <div
        class="w-full max-w-4xl backdrop-blur-sm shadow-lg rounded-xl p-4 overflow-x-auto"
      >
        <table class="min-w-full table-auto">
          <thead>
            <tr class="bg-gray-200 text-left">
              <th class="p-4 font-bold text-gray-600">Top</th>
              <th class="p-4 font-bold text-gray-600">Branch</th>
              <th class="p-4 font-bold text-gray-600">Score</th>
            </tr>
          </thead>
          <tbody>
            <tr class="border-b cursor-pointer hover:bg-gray-400 bg-gray-300">
              <td class="p-4">1</td>
              <td class="p-4">HomePro </td>
              <td class="p-4">4.392</td>
            </tr>
<tr class="border-b cursor-pointer hover:bg-gray-400 bg-gray-200">
              <td class="p-4">2</td>
              <td class="p-4">Home Pro (Ayutthaya)</td>
              <td class="p-4">1.467</td>
            </tr>
<tr class="border-b cursor-pointer hover:bg-gray-400 bg-gray-100">
              <td class="p-4">3</td>
              <td class="p-4">Home Pro the distribution center</td>
              <td class="p-4">1.130</td>
            </tr>
<tr class="border-b cursor-pointer hover:bg-gray-400">
              <td class="p-4">4</td>
              <td class="p-4">HomePro Rangsit Klong Si</td>
              <td class="p-4">1.277</td>
            </tr>
<tr class="border-b cursor-pointer hover:bg-gray-400">
              <td class="p-4">5</td>
              <td class="p-4">Home Pro (Future Park Rangsit)</td>
              <td class="p-4">1.379</td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>

    <!-- Fullscreen Map -->
    <div id="map"></div>

    <!--img
      src="static/icon/logo.png"
      alt="Top-right image"
      class="absolute top-0 right-0 w-48 p-4"
    /-->

    <a href="index.html">
      <img
        src="static/icon/home.png"
        id="goHome"
        class="absolute bg-white backdrop-blur-sm bg-opacity-60 rounded-xl shadow-lg top-4 right-4 w-12 p-4 hover:bg-opacity-100 hover:cursor-pointer"
      />
    </a>

    <a href="analytics.html">
      <img
        src="static/icon/radar.png"
        id="goOverView"
        class="absolute bg-white backdrop-blur-sm bg-opacity-60 rounded-xl shadow-lg top-20 right-4 w-12 p-4 hover:bg-opacity-100 hover:cursor-pointer"
      />
    </a>

    <a href="locations.html">
      <img
        src="static/icon/location.png"
        id="goLocation"
        class="absolute bg-white backdrop-blur-sm bg-opacity-60 rounded-xl shadow-lg top-36 right-4 w-12 p-4 hover:bg-opacity-100 hover:cursor-pointer"
      />
    </a>

    <a href="forecast.html">
      <img
        src="static/icon/forecast.png"
        id="goForecast"
        class="absolute bg-white backdrop-blur-sm bg-opacity-60 rounded-xl shadow-lg top-52 right-4 w-12 p-4 hover:bg-opacity-100 hover:cursor-pointer"
      />
    </a>

    <img
      src="static/icon/extent.png"
      id="resetViewButton"
      class="absolute bg-white backdrop-blur-sm bg-opacity-60 rounded-xl shadow-lg bottom-12 right-4 w-12 p-4 hover:bg-opacity-100 hover:cursor-pointer"
    />

    <img
      src="static/icon/play.png"
      id="animateButton"
      class="absolute bg-white backdrop-blur-sm bg-opacity-60 rounded-xl shadow-lg bottom-28 right-4 w-12 p-4 hover:bg-opacity-100 hover:cursor-pointer"
    />

    <script>
      let INIT_VIEW_STATE = {
        longitude: 98.1339,
        latitude: 10.863,
        zoom: 5.594,
        pitch: 48.3549,
        bearing: -17.579,
      };

      var viewState = INIT_VIEW_STATE;

      const firm_pin = new deck.IconLayer({
        id: "IconLayerFIRM",
        data: "data/firm/location_homepro_do_2018-2024.json",
        getColor: (d) => [Math.sqrt(d.exits), 140, 0],
        getIcon: (d) => "marker",
        getPosition: (d) => [d.lon, d.lat],
        getSize: 24,
        iconAtlas:
          "https://raw.githubusercontent.com/visgl/deck.gl-data/master/website/icon-atlas.png",
        iconMapping:
          "https://raw.githubusercontent.com/visgl/deck.gl-data/master/website/icon-atlas.json",
        pickable: false,
      });

      // LAYER
      /*
      const firm_loc = new deck.HexagonLayer({
        id: "HexagonLayer",
        data: "data/firm/homeprto_disaster_firm_location_forecast.json",
        //extruded: true,
        getPosition: (d) => [d.lon, d.lat],
        getColorWeight: (d) => d.wind_2021,
        getElevationWeight: (d) => d.wind_2021,
        elevationScale: 10,
        colorRange: [
        [255, 255, 178, 200],
        [254, 217, 118, 200],
        [254, 178, 76, 200],
        [253, 141, 60, 200],
        [240, 59, 32, 200],
        [189, 0, 38, 200],
        ],
        colorScaleType: "quantile",
        radius: 5000,
        pickable: true,
        elevationAggregation: "MEAN",
        colorAggregation: "MEAN",
      });*/

      const province_boundary = new deck.GeoJsonLayer({
        id: "GeoJsonLayer",
        data: "data/common/province_admin_diva_sim.geojson",
        pickable: false,
        getLineColor: [0, 0, 0],
        getLineWidth: 200,
        getFillColor: [255, 255, 255, 0],
      });

      // Initialize Deck.GL
      const deckInstance = new deck.DeckGL({
        initialViewState: INIT_VIEW_STATE,
        container: "map",
        mapStyle:
          "https://basemaps.cartocdn.com/gl/voyager-gl-style/style.json",
        controller: { doubleClickZoom: true, inertia: true },
        onViewStateChange: (e) => {
          viewState = e.viewState;
          //console.log(viewState);
        },
        getTooltip,
        layers: [province_boundary, firm_pin],
      });

      function getTooltip({ object }) {
        return (
          object && {
            html: `<h2 class="text-black">Disaster Index: ${object.colorValue}</h2>`,
            className: "rounded-lg shadow-lg",
            style: {
              backgroundColor: "#fff",
              fontSize: "0.8em",
            },
          }
        );
      }

      function rotateCameraRight() {
        initialViewState = {
          ...viewState,
          bearing: viewState.bearing - 20,
          transitionDuration: 10000,
          transitionInterpolator: new deck.LinearInterpolator(["bearing"]),
          onTransitionEnd: rotateCameraLeft,
        };
        deckInstance.setProps({ initialViewState });
      }

      function rotateCameraLeft() {
        initialViewState = {
          ...viewState,
          bearing: viewState.bearing + 20,
          transitionDuration: 10000,
          transitionInterpolator: new deck.LinearInterpolator(["bearing"]),
          onTransitionEnd: rotateCameraRight,
        };
        deckInstance.setProps({ initialViewState });
      }

      function resetCameraPosition() {
        deckInstance.setProps({
          initialViewState: {
            ...INIT_VIEW_STATE,
            transitionInterpolator: new deck.FlyToInterpolator({ speed: 2 }),
            transitionDuration: "auto",
          },
        });
      }

      async function updateMap() {
        console.log("update Map");

        const selectedBoxId = getSelectedBox();
        //console.log('Currently Selected Box ID:', selectedBoxId);

        if (selectedBoxId == "wind") {
          console.log(" Do something to Wind");

          deckInstance.setProps({
            layers: [
              province_boundary,
              new deck.HexagonLayer({
                id: "HexagonLayer",
                data: "data/firm/homeprto_disaster_firm_location_forecast.json",
                //extruded: true,
                getPosition: (d) => [d.lon, d.lat],
                getColorWeight: (d) => d.wind_2023,
                getElevationWeight: (d) => d.wind_2023,
                elevationScale: 10,
                colorRange: [
                  [255, 255, 178, 200],
                  [254, 217, 118, 200],
                  [254, 178, 76, 200],
                  [253, 141, 60, 200],
                  [240, 59, 32, 200],
                  [189, 0, 38, 200],
                ],
                colorScaleType: "quantile",
                radius: 5000,
                pickable: true,
                elevationAggregation: "MEAN",
                colorAggregation: "MEAN",
              }),
              firm_pin,
            ],
            getTooltip,
          });
        } else if (selectedBoxId == "flood") {
          console.log(" Do something to Flood");

          deckInstance.setProps({
            layers: [
              province_boundary,
              new deck.HexagonLayer({
                id: "HexagonLayer",
                data: "data/firm/homeprto_disaster_firm_location_forecast.json",
                //extruded: true,
                getPosition: (d) => [d.lon, d.lat],
                getColorWeight: (d) => d.flood_2023,
                getElevationWeight: (d) => d.flood_2023,
                elevationScale: 10,
                colorRange: [
                  [242, 240, 247, 200],
                  [218, 218, 235, 200],
                  [188, 189, 220, 200],
                  [158, 154, 200, 200],
                  [117, 107, 177, 200],
                  [84, 39, 143, 200],
                  ,
                ],
                colorScaleType: "quantile",
                radius: 5000,
                pickable: true,
                elevationAggregation: "MEAN",
                colorAggregation: "MEAN",
              }),
              firm_pin,
            ],
            getTooltip,
          });
        } else if (selectedBoxId == "pm") {
          console.log(" Do something to PM");

          deckInstance.setProps({
            layers: [
              province_boundary,
              new deck.HexagonLayer({
                id: "HexagonLayer",
                data: "data/firm/homeprto_disaster_firm_location_forecast.json",
                //extruded: true,
                getPosition: (d) => [d.lon, d.lat],
                getColorWeight: (d) => d.pm_2023,
                getElevationWeight: (d) => d.pm_2023,
                elevationScale: 10,
                colorRange: [
                  [247, 247, 247, 200],
                  [217, 217, 217, 200],
                  [189, 189, 189, 200],
                  [150, 150, 150, 200],
                  [99, 99, 99, 200],
                  [37, 37, 37, 200],
                ],
                colorScaleType: "quantile",
                radius: 5000,
                pickable: true,
                elevationAggregation: "MEAN",
                colorAggregation: "MEAN",
              }),
              firm_pin,
            ],
            getTooltip,
          });
        }

        // refresh again after 60 seconds
        setTimeout(updateMap, 60000);
      }

      const resetButton = document.querySelector("#resetViewButton");
      resetButton.addEventListener("click", () => {
        resetCameraPosition();
      });
      tippy("#resetViewButton", {
        content: "Reset View",
        placement: "left",
      });

      const animateButton = document.querySelector("#animateButton");
      animateButton.addEventListener("click", () => {
        rotateCameraLeft();
      });
      tippy("#animateButton", {
        content: "Animate View",
        placement: "left",
      });

      tippy("#goOverView", {
        content: "FIRM Overview",
        placement: "left",
      });
      tippy("#goLocation", {
        content: "Location-Based",
        placement: "left",
      });
      tippy("#goForecast", {
        content: "Forecasting",
        placement: "left",
      });

      const boxes = document.querySelectorAll(".box");

      boxes.forEach((box) => {
        box.addEventListener("click", function () {
          // Remove 'selected' class from all boxes
          boxes.forEach((b) =>
            b.classList.remove("selected", "bg-sky-500", "text-white")
          );

          // Add 'selected' class to the clicked box
          this.classList.add("selected", "bg-sky-500", "text-white");

          updateMap();
        });
      });

      function getSelectedBox() {
        const selectedBox = document.querySelector(".box.selected");
        if (selectedBox) {
          return selectedBox.getAttribute("data-id"); // Return the selected box's data-id
        }
        return null;
      }
    </script>

    <script>
      // First Chart.js Configuration
    </script>
  </body>
</html>