-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
executable file
·490 lines (471 loc) · 15.7 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
<!DOCTYPE html><html><head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162505036-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162505036-1');
</script>
<meta charset="utf-8"/>
<title>VS COVID-19 #民間支援情報ナビ</title>
<meta property="og:title" content="VS COVID-19 #民間支援情報ナビ"/>
<meta property="og:description" content="企業等による新型コロナウイルス感染症対策支援サービスをまとめました(出典:政府オープンデータ)"/>
<link rel="icon" type="image/png" href="vscovid19_icon.png">
<link rel="apple-touch-icon" href="vscovid19_icon.png"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://vscovid19.code4japan.org/vscovid19.png"/>
<meta property="og:image" content="https://vscovid19.code4japan.org/vscovid19.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="format-detection" content="telephone=no"/>
<style>
body {
font-family: sans-serif;
font-size: 1.5vmax;
margin: 0;
background-color: #F6C744;
}
input[type=text] {
max-width: 1000px;
width: 60vw;
margin: .5em .2em 0.2em .5em;
font-size: 24px;
border: 2px solid black;
line-height: 1.3em;
padding: 0.1em .3em;
}
button {
margin: .5em .2em 0em .2em;
font-size: 24px;
border: 2px solid black;
line-height: 1.3em;
}
h1 {
margin: 0;
padding: .8em .3em 0.1em .3em;
color: white;
text-align: center;
font-size: 7vw;
}
h1 img {
width: 50vw;
}
.subtitle {
color: #333;
font-size: 3vw;
}
.subtitle > a {
color: #333 !important;
text-decoration: none;
}
#checekboxes {
text-align: center;
font-size: 80%;
}
input[type="checkbox"] {
border-color: #aaa;
font-size: 120%;
}
label {
display: inline-block;
}
#total {
text-align: center;
font-size: 80%;
margin-bottom: .5em;
}
h2 {
background-color: #F7F8F4;
padding: .2em 0em .5em 0em;
margin: 0;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.item {
background-color: #F5F5F5;
padding: 1em;
margin: 1em;
line-height: 1.8em;
}
.url {
background-color: #F6C744;
border-radius: 2vw;
font-weight: bold;
text-align: center;
padding: .5em;
margin-bottom: 1em;
}
.url > a {
display: block;
text-decoration: none;
color: black !important;
}
.searchboxid {
text-align: center;
}
.sitedesc {
font-size: 80%;
display: inline-block;
}
.sitedesc > a {
color: black !important;
}
.description {
margin-bottom: .8em;
}
.tags {
text-align: center;
margin: .6em;
}
.tags > div {
display: inline-block;
border: 1px solid black;
padding: 0 .3em;
font-size: 80%;
line-height: 1.8em;
background-color: white;
margin: .5em 0.2em;
cursor: pointer;
}
#src {
margin: .5em;
}
#src a {
color: black !important;
}
#note {
font-size: 70%;
margin: 1em;
}
#note a {
color: black !important;
}
#share {
margin: 0 1em;
}
#share > * {
vertical-align: bottom;
}
#fb-share-button {
display: inline-block;
margin: .1em;
}
#qrcodecontainer {
text-align: center;
}
</style>
<script type='module'>
import util from './util.mjs'
const checkJSON = function(json) {
const names = {}
for (const d of json) {
for (const n in d) {
if (names[n] == null) {
names[n] = []
}
const val = d[n]
if (names[n].indexOf(val) == -1) {
names[n].push(val)
}
}
}
console.log(names)
}
/*
分野: "教育、学習支援"
サービス分類: "サービス提供"
キーワード: "プログラミング学習"
サービス名称: "スプリンギン・フェス シーズン1"
対象者: "個人への提供"
開始日: "2020-03-02"
終了日: "2020-04-05"
期間備考: ""
無料/有料: "無料"
導入支援有無: ""
企業等: "株式会社しくみデザイン"
詳細: "スプリンギンは無料のビジュアルプログラミングアプリ。「スプリンギン・フェス シーズン1」は休校中でも自宅などでプログラミングに楽しく取り組めるオンラインイベントで、これまでの学びの成果を発揮できるプログラミングコンテストや無料のプログラミング講座のライブ動画配信などを行います。"
発表日付: "3/2/2020"
URL: "https://www.shikumi.co.jp/springin-fes-2020-spring/"
情報源: "ネット公開情報"
産業分類: "農業、林業"
支援内容: "サービス提供"
有無: "有"
*/
const fetchData = async function() {
const fn = 'vscovid19-data2.csv'
const csv = util.decodeCSV(await (await fetch(fn)).text())
const headmap = {
'サービスの名称(最大40文字)': 'サービス名称',
'サービスの対象者': '対象者',
'サービスの対象分野': '分野',
'サービス概要(最大200文字)': '詳細',
'詳細情報URL': 'URL',
'情報更新日': '発表日付',
'サービス費用': '無料/有料',
'企業名等': '企業等',
'サービス期間に関して自由に記入してください。(最大20文字)': '期間備考',
'サービス詳細分類': 'サービス分類',
}
const head = csv[0]
for (let i = 0; i < head.length; i++) {
const h2 = headmap[head[i]]
//console.log(head[i], h2)
if (h2) {
head[i] = h2
}
}
//console.log(csv)
return util.csv2json(csv)
}
window.onload = async function() {
const data = await fetchData()
//console.log(data)
//checkJSON(data)
util.shuffle(data)
/*
const targets = []
for (const d of data) {
const t = d['対象者']
if (targets.indexOf(t) == -1) {
targets.push(t)
}
}
console.log(targets)
*/
const chktarget = {
forindivisual: s => s.indexOf('個人') >= 0 && s.indexOf('個人ではな') == -1,
forcompany: s => s.indexOf('企業') >= 0 || s.indexOf('法人') >= 0,
fororgan: s => s.indexOf('機関') >= 0
}
chktarget.forother = function(s) {
for (const chk in chktarget) {
if (chk != 'forother') {
if (chktarget[chk](s))
return false
}
}
return true
}
const addTag = function(tag) {
const div = util.cr('div')
div.textContent = tag
toptags.appendChild(div)
div.onclick = function() {
searchbox.value = this.textContent
show()
}
}
const splitter = ',、, ()・'
const tags = []
for (const d of data) {
//const tag2 = [ d['分野'], d['キーワード'] ]
const tag2 = util.splitString(d['分野'], splitter)
for (let tag of tag2) {
tag = tag.trim()
if (tag.endsWith('含む')) {
tag = tag.substring(0, tag.length - 2)
}
//if (tag == '教育・学習支援')
// tag = '教育、学習支援'
if (tags.indexOf(tag) == -1) {
tags.push(tag)
}
}
}
tags.sort()
for (const tag of tags) {
if (tag.indexOf("その他") == -1)
addTag(tag)
}
addTag('その他')
//addTag('テレワーク')
const items = []
const show = function() {
const key = searchbox.value
util.clear(main)
let hash = key
let allflg = true
let alloffflg = true
for (const chk in chktarget) {
const chkbox = document.getElementById(chk)
if (chkbox.checked) {
const text = chkbox.parentElement.textContent
hash += " " + text
alloffflg = false
} else {
allflg = false
}
}
if (allflg)
hash = key
document.location.hash = hash.length > 0 ? '#' + encodeURIComponent(hash) : ""
let cnt = 0
A: for (const d of data) {
if (key) {
const keys = key.replace(/ /g, ' ').split(' ')
for (const k of keys) {
let flg = false
for (const name in d) {
if (d[name].indexOf(k) >= 0) {
flg = true
break
}
}
if (!flg)
continue A
}
}
if (!alloffflg) {
const target = d['対象者']
let targetflg = false
for (const chk in chktarget) {
if (document.getElementById(chk).checked && chktarget[chk](target)) {
targetflg = true
}
}
if (!targetflg)
continue A
}
cnt++
const div = util.cr('div')
div.className = "item"
/*
/*
分野: "教育、学習支援"
サービス分類: "サービス提供"
キーワード: "プログラミング学習"
サービス名称: "スプリンギン・フェス シーズン1"
対象者: "個人への提供"
開始日: "2020-03-02"
終了日: "2020-04-05"
期間備考: ""
無料/有料: "無料"
導入支援有無: ""
企業等: "株式会社しくみデザイン"
詳細: "スプリンギンは無料のビジュアルプログラミングアプリ。「スプリンギン・フェス シーズン1」は休校中でも自宅などでプログラミングに楽しく取り組めるオンラインイベントで、これまでの学びの成果を発揮できるプログラミングコンテストや無料のプログラミング講座のライブ動画配信などを行います。"
発表日付: "3/2/2020"
URL: "https://www.shikumi.co.jp/springin-fes-2020-spring/"
情報源: "ネット公開情報"
産業分類: "農業、林業"
支援内容: "サービス提供"
有無: "有"
*/
// <ruby>${d['http://xmlns.com/foaf/0.1/#name']}<rt>${d['name_yomi']}</rt></ruby>
// 情報源: ${d['情報源']} (
let s = `
<h2>${d['サービス名称']}</h2>
<div class=description>${d['詳細']}</div>
<div class=from>提供: ${d['企業等']}</div>
<div class=target>対象: ${d['対象者']}</div>
<div class=fee>費用等: ${d['無料/有料']}</div>
<div class=span>提供期間: ${d['開始日']}〜${d['終了日']} ${d['期間備考']}</div>
<div class=id>発表日付: ${d['発表日付']}</div>
<div class=tags>`
const tags = []
const tagnames = [ '分野', 'サービス分類', 'キーワード' ]
for (const name of tagnames) {
for (const t of util.splitString(d[name], splitter)) {
let tag = t.trim()
const n = tag.indexOf('(')
if (n >= 0) {
tag = tag.substring(0, n)
}
if (tag.length > 0) {
if (tags.indexOf(tag) == -1)
tags.push(tag)
}
}
}
for (const tag of tags) {
s += `<div class=type>${tag}</div>`
}
s += ` </div>
<div class=url><a href=${d['URL']}>アクセスしてみる</a></div>
`
div.innerHTML = s
const SET = { '.type': '分野', '.service': 'サービス分類', '.keyword': 'キーワード' }
for (const s in SET) {
const sname = SET[s]
const sel = div.querySelector(s)
if (sel) {
sel.onclick = function() {
searchbox.value = d[sname]
show()
}
}
}
main.appendChild(div)
}
total.textContent = `${cnt}件 / ${data.length}件`
}
searchbox.onkeyup = searchbox.onchange = show
searchbox.onfocus = function() {
this.select()
}
if (window['btnclear']) {
btnclear.onclick = function() {
searchbox.value = ''
show()
}
}
let chkflg = false
if (document.location.hash.length > 1) {
let key = decodeURIComponent(document.location.hash.substring(1))
for (const chk in chktarget) {
const chkbox = document.getElementById(chk)
const lbl = chkbox.parentElement.textContent
if (key.endsWith(" " + lbl)) {
key = key.substring(0, key.length - 1 - lbl.length)
chkbox.checked = true
chkflg = true
}
}
searchbox.value = key
}
for (const chk in chktarget) {
const chkbox = document.getElementById(chk)
chkbox.onchange = show
}
show()
}
</script>
</head>
<body>
<h1 id=title><img src=title.png alt='VS COVID-19'><div class=subtitle><a href=https://twitter.com/search?q=%23%E6%B0%91%E9%96%93%E6%94%AF%E6%8F%B4%E6%83%85%E5%A0%B1%E3%83%8A%E3%83%93>#民間支援情報ナビ</a></div></h1>
<div class=status style="font-size:120%;font-weight:bold;text-align:center">本サービスは終了しました。ありがとうございました。(2021-06-17)</div>
<div class="container">
<div id=total></div>
<div class="searchboxid">
<div class=sitedesc>企業等による新型コロナウイルス感染症対策支援サービスをまとめました(出典:<a href=https://docs.google.com/spreadsheets/d/13ubSinGz78TxqWyYRQoO85OumIle54bxpkig8ggSpCc/edit#gid=0>政府オープンデータ</a>)</div>
<input type=text id=searchbox placeholder="検索する単語をご入力ください"><!--<button id=btnclear>クリア</button>-->
</div>
<div id="toptags" class=tags></div>
<div id="checekboxes">対象:
<label><input type=checkbox id=forindivisual>個人</label>
<label><input type=checkbox id=forcompany>企業</label>
<label><input type=checkbox id=fororgan>機関</label>
<label><input type=checkbox id=forother>その他</label>
</div>
<div id="main"></div>
<div id="note">
※ 各社/団体のプライバシーポリシーをお読みの上、サービス利用をご判断ください。特に個人でご利用される場合、ご家族でよくご相談した上でのご判断をお願いします。<br>
※ 政府の公開する企業等による支援情報のオープンデータに加え、提供されているサービスを公開資料を基に整理したものであり、支援サービスをすべて網羅しているわけではありません。また、空欄は公開情報に明確に情報が記載されていないため空欄にしており、その内容がないというわけではありません。またサービスの問い合わせ等は直接支援企業にお問い合わせ下さい。推奨ブラウザは、Chrome/Safariの最新版です。ブラウザによっては、動作しないことがあります。(<a href=https://www.meti.go.jp/press/2019/03/20200309004/20200309004.html>経産省 ニュースリリース</a>、<a href=https://www.soumu.go.jp/menu_news/s-news/01ryutsu02_02000267.html>総務省 広報・報道</a>)<br>
</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://vscovid19.code4japan.org/" data-layout="button_count" data-size="small"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fvscovid19.code4japan.org%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/vscovid19.code4japan.org/" 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 id="src">
Data: <a href=https://creativecommons.jp/sciencecommons/aboutcc0/>CC0</a> <a href=https://docs.google.com/spreadsheets/d/13ubSinGz78TxqWyYRQoO85OumIle54bxpkig8ggSpCc/edit#gid=0>民間支援情報ナビV2</a> (<a href=index_v1.html>V1</a>)<br>
App:VS COVID-19 <a href=https://twitter.com/search?q=%23%E6%B0%91%E9%96%93%E6%94%AF%E6%8F%B4%E6%83%85%E5%A0%B1%E3%83%8A%E3%83%93>#民間支援情報ナビ</a> - <a href=https://creativecommons.org/licenses/by/4.0/deed.ja>CC BY</a> <a href=https://www.code4japan.org/>Code for Japan</a> <a href='https://fukuno.jig.jp/'>@taisukef</a> (<a href=https://github.com/codeforjapan/vs-covid19>src on GitHub</a>)<br>
Design: <a href=https://creativecommons.org/licenses/by/4.0/deed.ja>CC BY</a> <a href=https://howmori.org/>HOWMORI</a> <a href=https://twitter.com/howmori>Takuya Yamagata</a><br>
</div>
<div id=qrcodecontainer><img id=qrcode><script>addEventListener("load", () => qrcode.src = "https://chart.apis.google.com/chart?chs=140x140&cht=qr&chl=" + encodeURIComponent(document.location))</script></div>
</div>
</body>
</html>