forked from code4sabae/covid19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
572 lines (530 loc) · 19.2 KB
/
index.html
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
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<title>COVID-19 Japan - 新型コロナウイルス対策ダッシュボード</title>
<meta property="og:title" content="COVID-19 Japan 新型コロナウイルス対策ダッシュボード"/>
<meta property="og:description" content="日本の感染病床使用率と現在患者数を全体と都道府県別にすばやく表示、厚生労働省と政府CIOポータルのオープンデータ使用"/>
<link rel="apple-touch-icon" href="japan7x7_icon.png"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta property="og:image" content="https://www.stopcovid19.jp/japan7x7_ogp_20200323-2.png"/>
<meta name="twitter:image" content="https://www.stopcovid19.jp/japan7x7_ogp_20200323-2.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="format-detection" content="telephone=no"/>
<style>
body {
--main-color: #AD232F;
color: black;
font-family: sans-serif;
word-wrap: break-word;
margin: 0;
font-size: 1vmax;
}
a {
color: gray !important;
}
h1 {
background-color: var(--main-color);
color: white;
text-align: center;
margin: 0;
padding: .3em;
font-size: 8vmin;
}
.subtitle {
background-color: var(--main-color);
color: white;
text-align: center;
margin: 0 0 .5em 0;
padding: .3em;
font-size: 3vmin;
}
#cmap {
display: inline-block;
vertical-align: top;
}
#summary {
display: inline-block;
vertical-align: middle;
max-width: 50vw;
margin-top: 1vw;
margin-right: 2vw;
margin-left: 2vw;
}
#summarytable {
display: inline-block;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
margin-bottom: 0.5vh;
}
#summarytable td, #summarytable th {
border: .3vw solid var(--main-color);
padding: .2vh .5vw;
width: 20vw;
font-size: 1.7vw;
text-align: center;
}
#summarytable td {
background-color: var(--main-color);
color: white;
font-size: 4.5vw;
}
#summarydesc {
margin-bottom: 1em;
}
#lastupdatebox {
margin-left: 1em;
}
#bedtypes {
margin: 1em 0 .5em 0;
}
.content {
position: relative;
text-align: center;
}
#description {
margin: 1em;
}
.npatients {
font-weight: bold;
}
.nbed {
font-size: 80%;
}
.pcr {
font-size: 65%;
}
.jpalllabel {
font-size: 80%;
}
.pcrsum {
font-size: 45%;
}
#datasrc {
x-font-size: 80%;
}
/* japan map */
#japan {
display: inline-block;
width: 100%;
position: relative;
}
#jp0 {
border-spacing: .4vw;
border-collapse: separate;
margin: auto;
}
#jp0 td {
font-size: 1.4vw;
width: 6vw;
vertical-align: middle;
text-align: center;
x-border-radius: .5vw;
x-padding: vmin 0vw;
border: .25vmin solid #333;
cursor: pointer;
}
#detail {
display: none;
position: fixed;
z-index: 2;
background-color: white;
border: 4px solid black;
left: 2vw;
top: 1vh;
width: 94vw;
max-width: 95vh;
x-max-height: 90vh;
padding: 1vh 1vw;
box-sizing: border-box;
text-align: center;
}
#detailc {
display: inline-block;
x-max-width: 100vh;
}
#detailtitle {
font-size: 3.5vmin;
text-align: center;
margin: .5vmin;
}
#detaildesc {
font-size: 2vmin;
text-align: center;
margin: .5vmin;
}
#chart {
width: 100%;
vertical-align: middle;
}
#detailbtns {
text-align: center;
margin: 2vmin;
}
#detailbtns > button {
margin: 1vmin;
font-size: 2.5vmin;
padding: 1vmin;
}
@keyframes fadein {
0% { opacity: 0 }
100% { opacity: 1 }
}
@keyframes fadeout {
0% { opacity: 1 }
100% { opacity: 0 }
}
/* aspect */
@media (max-aspect-ratio: 3/4) {
#jp0 td {
font-size: 2.6vw;
width: 13.0vw;
}
}
.pr {
margin-top: 1em;
text-align: center;
}
#pr {
text-align: center;
margin: 1em;
font-size: 180%;
}
#pr2 {
display: inline-block;
margin: 1vw;
border: 1px solid;
padding: .3vw 2vw;
}
#share {
text-align: center;
}
#share > * {
vertical-align: bottom;
}
#fb-share-button {
display: inline-block;
margin: .5em;
}
/* credit */
.credit {
margin: 2vw;
text-align: center;
}
/* debug */
#debug {
text-align: left;
}
</style>
<script src="fukuno.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.bundle.js"></script>
<script>"use strict"
const link = function(url, name) {
return `<a href="${url}">${name}</a>`
}
const fetchJSON = async function(url) {
return await (await fetch(url)).json()
}
const makeURL = function(path) {
//const base = 'http://localhost:8003/api/'
const base = 'data/'
return base + path
}
const calcRatio = function(cnt, base) {
if (base == 0 || isNaN(cnt) || isNaN(base))
return "-"
return fixfloat(cnt / base * 100, 1) + "%"
}
window.onload = async function() {
get("japan").innerHTML += makeJapanHTML()
const url = makeURL('covid19japan.json')
const json = await fetchJSON(url)
console.log(json)
const url_bed = makeURL('bedforinfection_summary.json')
const json_bed = await fetchJSON(url_bed)
console.log(json_bed)
const chkbed = [ bedt, bed1, bed2, bedk, beds ]
const namebed = [ 'sumt', 'sum1', 'sum2', 'sumk', 'sums' ]
const getBedCount = function(json) {
let cnt = 0
for (let i = 0; i < chkbed.length; i++) {
const chk = chkbed[i]
if (chk.checked) {
cnt += json[namebed[i]]
}
}
return cnt
}
const showSummary = async function(json, json_bed) {
const sumbed = getBedCount(json_bed.total)
json_bed.total.useratio = calcRatio(json.ncurrentpatients, sumbed)
json_bed.total.sumbed = sumbed
const data = [ json, json_bed.total ]
const show = [ [ 'ncurrentpatients', 'nexits', 'ndeaths', 'npatients', 'lastUpdate' ], [ 'useratio', 'sumbed' ] ]
for (let i = 0; i < data.length; i++) {
const d = data[i]
for (const name of show[i]) {
const div = document.getElementById(name)
if (div) {
let n = d[name]
if (parseInt(n) == n)
n = addComma(n)
div.textContent = n
}
}
}
}
const update = function() {
init(json, json_bed, getBedCount)
showSummary(json, json_bed)
}
update()
for (const chk of chkbed) {
chk.onclick = update
}
description.textContent = '新型コロナウイルス感染症(国内事例) 現在患者数 / 感染病床数(累積陽性者、累積退院者、累積死者数) ※無症状病原体保有者を除く'
datasrc.innerHTML = 'データ出典:' + link(json.srcurl_web, '厚生労働省') + " → " + link(json.srcurl_pdf, 'PDF') + " → " + link(url, 'JSON')
datasrc.innerHTML += ", " + link('https://www.mhlw.go.jp/bunya/kenkou/kekkaku-kansenshou15/02-02.html', '厚生労働省') + " → " + link(url_bed, "JSON")
const url_link = makeURL('covid19pref.json')
const json_link = await fetchJSON(url_link)
showAreas(json_link, url_link, {}, json, json_bed.total, getBedCount)
//description.textContent = json.description
}
const showChart = function(data) {
//console.log(data.data)
const npatients_c = data.data.ncurrentpatients
const nbed = data.getBedCount()
if (detail.chart) {
detail.chart.destroy()
}
detail.chart = new Chart(chart, {
type: 'pie',
data: {
labels: [ "現在患者数(" + npatients_c + ")", "推定病床残数(" + (nbed - npatients_c) + ")" ],
datasets: [{
backgroundColor: [ 'red', '#ccc' ],
data: [ npatients_c, nbed - npatients_c < 0 ? 0 : nbed - npatients_c ],
}]
}
})
detailtitle.innerHTML = (data.data.name_jp ? data.data.name_jp : "全国") + ' 感染症病床使用率 ' + calcRatio(npatients_c, nbed) + " (参考)"
detaildesc.innerHTML = `累積陽性者${data.data.npatients}人 累積退院${data.data.nexits}人 累積死亡${data.data.ndeaths}人 病床数${nbed}床`
detail.style.display = "block"
detail.style.animation = "fadein .2s ease 0s 1 normal"
detail.onclick = btnclose.onclick = function() {
detail.style.animation = "fadeout .2s ease 0s 1 normal"
setTimeout(function() {
detail.style.display = "none"
}, 150)
}
if (data.appurl) {
btnapp.style.display = "inline"
btnapp.onclick = function(e) {
window.open(data.appurl)
e.stopPropagation()
}
} else {
btnapp.style.display = "none"
}
btnweb.onclick = function(e) {
window.open(data.url)
e.stopPropagation()
}
}
const showAreas = function(json, url, jsonapp, data_patients, bed_total, getBedCount) {
console.log(bed_total)
jsonapp = { area: [] }
//jsonapp.area.push({ name_jp: "東京都", url: "https://stopcovid19.metro.tokyo.lg.jp/" })
jsonapp.area.push({ name_jp: "福井県", url: "https://code4sabae.github.io/covid19/fukui.html" })
jsonapp.area.push({ name_jp: '京都府', url: 'http://yinouelab.info/covid19-kyoto/kyoto.html' })
jsonapp.area.push({ name_jp: "千葉県", url: 'https://covid19.civictech.chiba.jp/' })
jsonapp.area.push({ name_jp: "大阪府", url: 'https://covid19-osaka.info/' })
jsonapp.area.push({ name_jp: '山口県', url: 'https://yamaguchi.stopcovid19.jp/' })
jsonapp.area.push({ name_jp: '青森県', url: 'https://covid19.codeforaomori.org/' })
for (let i = 0; i < json.length; i++) {
const div = get('jp' + (i + 1))
const a = json[i]
for (let j = 0; j < jsonapp.area.length; j++) {
if (jsonapp.area[j].name_jp == a.pref_ja) {
div.appurl = jsonapp.area[j].url
}
}
div.url = a.url
div.onclick = function() {
//window.open(this.url)
showChart(this)
}
}
jpall.url = 'https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000164708_00001.html'
jpall.data = data_patients
//jpall.name_jp: '全国', ncurrentpatients: total.ncurrentpatients }
jpall.getBedCount = function() {
return getBedCount(bed_total)
}
jpall.onclick = function() {
showChart(this)
}
datasrc.innerHTML += ' / ' + link('https://cio.go.jp/node/2581', '政府CIOポータル') + ' → ' + link(url, "JSON")
// + "+" + link('https://stopcovid19.metro.tokyo.lg.jp/', '東京') + "/" + link('https://code4sabae.github.io/covid19/fukui.html', "福井") + "/" + link('http://yinouelab.info/covid19-kyoto/kyoto.html', '京都') + "/" + link('https://covid19-osaka.info/', '大阪') + "/" + link('https://yamaguchi.stopcovid19.jp/', '山口')
datasrc.innerHTML += ' / ' + link('data/covid19pref.csv', '都道府県の新型コロナウイルス対策サイトCSV') + ' → ' + link(url, "JSON")
}
const init = function(data, data_bed, getBedCount) {
// dump(data);
let max = 0
for (let i = 0; i < data.area.length; i++) {
if (data.area[i].ncurrentpatients > max)
max = data.area[i].ncurrentpatients
}
let sum = 0
for (let i = 1; i <= 47; i++) {
const c = get("jp" + i)
c.num = i - 1
const a = data.area[i - 1]
const cnt = a.ncurrentpatients
const cntt = a.npatients
c.data_bed = data_bed.area[i - 1]
c.getBedCount = function() {
return getBedCount(this.data_bed)
}
const nbed = c.getBedCount()
//const cnti = a.ninspections
sum += cnt
//const r = cnt / max
//c.innerHTML += `<br>${cnt}人<div class=pcr>(${addComma(cnti)}, ${calcRatio(cnt, cnti)})</div>`
c.innerHTML = `${PREF[i - 1]}<br><span class=npatients>${cnt}</span> <span class=nbed>/ ${nbed}</span><div class=pcr>(${addComma(cntt)}, ${addComma(a.nexits)}, ${addComma(a.ndeaths)})</div>`
// AD232F
const r = nbed ? cnt / nbed : 0
if (r > 1) {
c.style.background = 'black'
c.style.color = 'white'
} else if (r > 0) {
const off = .1
c.style.background = `rgba(${0xad}, ${0x23}, ${0x2f},` + ((r + off) / (1 - off)) + ")"
c.style.color = r < .5 ? "black" : "white"
} else {
c.style.background = 'white'
c.style.color = 'black'
}
c.data = a
}
let s = ''
//jpall.innerHTML = `${sum}人<div class=pcrsum>(検査数 ${addComma(data.ninspections)}, 陽性率 ${calcRatio(sum, data.ninspections)})</div>`
jpall.innerHTML = `<div class=jpalllabel>全国</div>${sum} / ${getBedCount(data_bed.total)}<div class=pcrsum>現在患者数 / 感染病床数<br>(累積${addComma(data.npatients)}, 退院${addComma(data.nexits)}, 死者${addComma(data.ndeaths)})</div>`
//jpall.style.fontSize = "1.5vw"
jpall.style.background = 'var(--main-color)'
jpall.style.color = 'white'
};
// --
var PREF = [ "北海道", "青森県", "岩手県", "宮城県", "秋田県", "山形県", "福島県", "茨城県", "栃木県", "群馬県", "埼玉県", "千葉県", "東京都", "神奈川県", "新潟県", "富山県", "石川県", "福井県", "山梨県", "長野県", "岐阜県", "静岡県", "愛知県", "三重県", "滋賀県", "京都府", "大阪府", "兵庫県", "奈良県", "和歌山県", "鳥取県", "島根県", "岡山県", "広島県", "山口県", "徳島県", "香川県", "愛媛県", "高知県", "福岡県", "佐賀県", "長崎県", "熊本県", "大分県", "宮崎県", "鹿児島県", "沖縄県" ];
// from CC0 カラム地図
// https://hackmd.io/7m2A33zJSWq6DA9lYbvtpQ
const JAPAN = `
日本 日本 鳥取 石川 富山 青森 北海道
山口 島根 岡山 福井 新潟 秋田 岩手
長崎 福岡 広島 滋賀 長野 山形 宮城
佐賀 大分 兵庫 京都 山梨 群馬 福島
熊本 宮崎 大阪 奈良 岐阜 埼玉 栃木
鹿児島 愛媛 香川 和歌山 静岡 東京 茨城
沖縄 高知 徳島 三重 愛知 神奈川 千葉`
const PREF_S = [ '北海道', '青森', '岩手', '宮城', '秋田', '山形', '福島', '茨城', '栃木', '群馬', '埼玉', '千葉', '東京', '神奈川', '新潟', '富山', '石川', '福井', '山梨', '長野', '岐阜', '静岡', '愛知', '三重', '滋賀', '京都', '大阪', '兵庫', '奈良', '和歌山', '鳥取', '島根', '岡山', '広島', '山口', '徳島', '香川', '愛媛', '高知', '福岡', '佐賀', '長崎', '熊本', '大分', '宮崎', '鹿児島', '沖縄' ]
const makeJapanHTML = function() {
let japan = []
const japans = JAPAN.trim().split('\n')
for (let j of japans) {
japan.push(j.split('\t'))
}
let s = []
s.push('<table id=jp0>')
let flg = false
for (let jpn of japan) {
s.push('<tr>')
for (let pref of jpn) {
const n = PREF_S.indexOf(pref)
if (n < 0) {
if (!flg) {
s.push('<td class=pref id=jpall colspan=2>' + pref + '</td>')
flg = true
}
} else {
s.push('<td class=pref id=jp' + (n + 1) + '>' + pref + '</td>')
}
}
s.push('</tr>')
}
s.push('</table>')
return s.join('')
}
</script>
</head>
<body>
<div id="detail">
<div id="detailtitle"></div>
<canvas id='chart'></canvas>
<div id="detaildesc"></div>
<div id='detailbtns'>
<button id='btnclose'>とじる</button>
<button id='btnapp'>アプリへ</button>
<button id='btnweb'>公式サイトへ</button>
</div>
</div>
<h1 id=title>COVID-19 Japan</h1><div class=subtitle>新型コロナウイルス対策ダッシュボード</div>
<div class="content">
<div id=summary>
<table id=summarytable>
<tr><th>感染病床使用率(参考)</th><th>現在患者数</th></tr>
<tr><td><span id=useratio></span></thd><td><span id=ncurrentpatients>-</span>人</td></tr>
<tr><th>累積退院者</th><th>死亡者</th></tr>
<tr><td><span id=nexits>-</span>人</td><td><span id=ndeaths>-</span>人</td></tr>
<tr><th colspan=2>PCR検査陽性者数 <span id=npatients>-</span>人</th></tr>
<tr><th colspan=2>感染病床数 <span id=sumbed>-</span>床</th></tr>
</table>
<div id=lastupdatebox>更新日時: <span id=lastUpdate></span></div>
<div id=bedtypesbox>
<div id=bedtypes>
<label><input type=checkbox id='bedt' checked>特定</label>
<label><input type=checkbox id='bed1' checked>一種</label>
<label><input type=checkbox id='bed2' checked>二種(感染症)</label>
<label><input type=checkbox id='bedk'>二種(結核)</label>
<label><input type=checkbox id='beds'>二種(一般・精神)</label>
</div>
<div id=beddescription>
※ 感染症使用率(参考) = 現在患者数 / 選択した感染症病床数の合計 (実情とは異なります)<br>
出典:<a href=https://www.mhlw.go.jp/bunya/kenkou/kekkaku-kansenshou15/02-02.html>感染症指定医療機関の指定状況|厚生労働省</a>(<a href=bedforinfection.html>都道府県別</a>)
</div>
</div>
<!--
<div id=summarydesc>
出典: クルーズ船を除く入退院状況 by <a href=https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000164708_00001.html>厚生労働省</a> → <span id=imgurl></span><a href=https://app.sabae.cc/api/covid19japan_summary.json>JSON-API</a><br>
<span id=lastupdatebox>更新日時: <span id=lastUpdate></span></span>
</div>
-->
</div>
<div id=cmap>
<div id="japan"></div>
</div>
<div id="description"></div>
<div id='datasrc'></div>
</div>
<div class=pr>
<div id='pr2'>自治体、医療機関の方へ<br><a href=https://fukuno.jig.jp/2799>新型コロナウイルス対策の感染病床のデータ提供お願いします</a></div>
<div id='pr'>
「<a href=https://twitter.com/gov_online/status/1241917710134472706>正しい手洗い</a>&<a href=https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000164708_00001.html#kokumin>密を避けた外出を!</a>(<a href=https://nettv.gov-online.go.jp/prg/prg20434.html>政府広報動画</a>)」
</div>
</div>
<div id='share'>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v6.0&appId=214172318638956&autoLogAppEvents=1"></script>
<div class="fb-share-button" data-href="https://www.stopcovid19.jp/" data-layout="button_count" data-size="small"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.stopcovid19.jp%2F&src=sdkpreparse" class="fb-xfbml-parse-ignore">シェア</a></div>
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://b.hatena.ne.jp/entry/s/www.stopcovid19.jp/" class="hatena-bookmark-button" data-hatena-bookmark-layout="basic-label-counter" data-hatena-bookmark-lang="ja" title="このエントリーをはてなブックマークに追加"><img src="https://b.st-hatena.com/images/v4/public/entry-button/[email protected]" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="https://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script>
</div>
<div class="credit">
APP: CC BY <a href=https://fukuno.jig.jp/2788>福野泰介 - 厚生労働省提供 新型コロナウイルス感染者PDFデータをJSON-API化して公開</a> <a href="https://twitter.com/search?q=%23StopCOVID19JP">#StopCOVID19JP</a> (<a href=https://github.com/code4sabae/covid19>src on GitHub</a>)<br>
DATA: CC BY「<a href=https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000164708_00001.html>新型コロナウイルス感染症について - 厚生労働省</a>」をJSON-APIに加工<br>
DATA: CC BY「<a href=https://www.mhlw.go.jp/bunya/kenkou/kekkaku-kansenshou15/02-02.html>感染症指定医療機関の指定状況(平成31年4月1日現在)|厚生労働省</a>」をJSON-APIに加工(<a href=bedforinfection.html>都道府県別一覧アプリ</a>)<br>
DATA: CC BY「<a href=https://cio.go.jp/node/2581>東京都のオープンソースを活用した新型コロナウイルス感染症対策サイトの紹介 | 政府CIOポータル</a>」をJSON-APIに加工 (<a href=https://github.com/code4sabae/app_sabae_cc>src on GitHub</a>)<br>
LAYOUT: CC0 <a href=https://hackmd.io/7m2A33zJSWq6DA9lYbvtpQ>カラム地図</a> (<a href=https://github.com/tabularmaps/hq>カラム地図 / TabularMaps on Github</a> / <a href=https://fukuno.jig.jp/2434>7x7都道府県</a>)<br>
<img id=qrcode><script>addEventListener("load", () => qrcode.src = "https://chart.apis.google.com/chart?chs=140x140&cht=qr&chl=" + encodeURIComponent(document.location))</script><br>
</div>
</body>
</html>