-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrace_data.js
More file actions
91 lines (90 loc) · 3.72 KB
/
Copy pathrace_data.js
File metadata and controls
91 lines (90 loc) · 3.72 KB
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
race_data = [{
"game_name": "四川传媒学院首届网络攻防大赛",
"property": "跨校",
"type": "CTF+AWD",
"apply_begin": "",
"apply_end": "", // yyyy年mm月dd日
"game_time": "5月15日 或 5月22日",
"sponsor": "四川传媒学院",
"register_url": "",
"notify_url": "",
"description": "QQ群 770250573"
}, {
"game_name": "第四届红帽杯网络安全大赛",
"property": "省级",
"type": "CTF+AWD",
"apply_begin": "2021年04月16日",
"apply_end": "2021年05月07日", // yyyy年mm月dd日
"game_time": "5月9日<br>6月5日",
"sponsor": "广东省公安厅",
"register_url": "http://www.cinsa.org.cn/",
"notify_url": "https://mp.weixin.qq.com/s/jAwEGk1KlatULVj6MaBoQg",
"description": ""
}, {
"game_name": "第三届美团网络安全高校挑战赛",
"property": "大型",
"type": "CTF",
"apply_begin": "4月20日",
"apply_end": "5月20日", // yyyy年mm月dd日
"game_time": "5月23日 9:00-21:00<br>5月30日",
"sponsor": "美团、i春秋",
"register_url": "https://www.ichunqiu.com/meituan",
"notify_url": "https://mp.weixin.qq.com/s/Z9b-pXtzqTm-JajX69FqIg",
"description": "MT-CTF赛QQ群:771757149"
}, {
"game_name": "dino::peak()",
"property": "校级",
"type": "CTF+AWD",
"apply_begin": "5月15日",
"apply_end": "5月28日", // yyyy年mm月dd日
"game_time": "5月29日-5月30日",
"sponsor": "信安协会dino",
"register_url": "",
"notify_url": "",
"description": ""
}, {
"game_name": "第十四届全国大学生信息安全竞赛——作品赛",
"property": "国家甲级",
"type": "作品设计",
"apply_begin": "3月22日",
"apply_end": "5月29日", // yyyy年mm月dd日
"game_time": "5月31日<br>6月10日-6月30日<br>7月9日<br>7月30日-8月2日",
"sponsor": "教育部",
"register_url": "http://www.ciscn.cn/",
"notify_url": "http://www.ciscn.cn/announcement/view/187",
"description": ""
}, {
"game_name": "中国高校计算机大赛——微信小程序应用开发赛",
"property": "国家甲级",
"type": "作品设计",
"apply_begin": "3月31日",
"apply_end": "5月20日", // yyyy年mm月dd日
"game_time": "5月21日-5月31日<br>06月12日-07月23日<be>8月中旬",
"sponsor": "教育部等",
"register_url": "",
"notify_url": "https://developers.weixin.qq.com/community/competition",
"description": ""
}, {
"game_name": "第十四届全国大学生信息安全竞赛——作品赛",
"property": "国家甲级",
"type": "作品设计",
"apply_begin": "3月22日",
"apply_end": "2021年05月29日", // yyyy年mm月dd日
"game_time": "5月31日<br>6月10日-6月30日<br>7月9日<br>7月30日-8月2日",
"sponsor": "教育部",
"register_url": "http://www.ciscn.cn/",
"notify_url": "http://www.ciscn.cn/announcement/view/187",
"description": ""
}, {
"game_name": "中国高校计算机大赛——微信小程序应用开发赛",
"property": "国家甲级",
"type": "作品设计",
"apply_begin": "3月31日",
"apply_end": "2021年05月20日", // yyyy年mm月dd日
"game_time": "5月21日-5月31日<br>06月12日-07月23日<be>8月中旬",
"sponsor": "教育部等",
"register_url": "",
"notify_url": "https://developers.weixin.qq.com/community/competition",
"description": ""
}
]