This repository has been archived by the owner on Nov 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
133 lines (125 loc) · 5.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="SITCON 學生計算機年會 | Students' Information Technology Conference" />
<meta property="og:description" content="以學生為本、由學生自發舉辦,SITCON 學生計算機年會不只是學生「學以致用、教學相長」的實際展現,更冀望所有對資訊有興趣的學生,能夠在年會裏齊聚一堂,彼此激盪、傳承、啟發。" />
<meta property="og:url" content="https://sitcon.org/2019/" />
<meta property="og:image" content="https://sitcon.org/2019/static/img/og.jpg" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="SITCON 學生計算機年會 | Students' Information Technology Conference" />
<link rel="icon" href="/2019/static/favicon.ico" type="image/x-icon">
<title>SITCON 學生計算機年會 | Students' Information Technology Conference</title>
<!-- Google Tag Manager -->
<script type=application/ld+json>{
"@context": "https://schema.org",
"@type": "Event",
"name": "SITCON 學生計算機年會 2019",
"startDate": "2019-03-24T08:30+08:00",
"location": {
"@type": "Place",
"name": "中央研究院人文社會科學館",
"address": {
"@type": "PostalAddress",
"streetAddress": "研究院路二段 128 號",
"addressLocality": "Nangang District",
"postalCode": "115",
"addressRegion": "Taipei",
"addressCountry": "TW"
}
},
"organizer": {
"@type": "Organization",
"url": "https://sitcon.org",
"name": "SITCON 學生計算機年會",
"logo": "https://sitcon.org/logo/sitcon.png",
"sameAs": [
"https://www.youtube.com/user/SITCONArchive",
"https://www.facebook.com/SITCONtw/",
"https://twitter.com/sitcontw"
]
},
"image": [
"https://sitcon.org/2019/static/img/og.jpg",
"https://farm1.staticflickr.com/795/26078733467_183a93a1a8_k.jpg"
],
"description": "SITCON 2019 以「開箱演算法 -- Algorithm in a Box」為題,點出近年來我們的閱聽內容與生活愈發受到演算法支配,但我們卻無從得知,這些藏在黑箱中的演算法具體是什麼模樣;同時,「黑箱」也代表了只知其用法,卻對演算法的原理和細節不求甚解。另一方面,「Box」也可以解釋成「工具箱 Toolbox」,將演算法當成工具箱中的常備道具,也就是演算法的應用層面。我們希望能藉由「開箱」演算法,拆解「支配人們的演算法」的箱子,也要來拆解「不求甚解」的箱子、探究演算法的內涵與精神。",
"endDate": "2019-03-24T18:00+08:00",
"offers": [
{
"@type": "Offer",
"name": "普通票/學生票",
"url": "https://sitcon.kktix.cc/events/sitcon2019",
"price": "0",
"priceCurrency": "TWD",
"availability": "http://schema.org/SoldOut",
"validFrom": "2019-02-17T20:00+08:00"
},
{
"@type": "Offer",
"name": "個人贊助票",
"url": "https://sitcon.kktix.cc/events/sitcon2019-individual-sponsor",
"price": "1000",
"priceCurrency": "TWD",
"availability": "http://schema.org/InStock",
"validFrom": "2018-11-28T20:00+08:00"
},
{
"@type": "Offer",
"name": "個人贊助票(純粹贊助)",
"url": "https://sitcon.kktix.cc/events/sitcon2019-individual-sponsor1",
"price": "500",
"priceCurrency": "TWD",
"availability": "http://schema.org/InStock",
"validFrom": "2018-11-28T20:00+08:00"
}
],
"performer": {
"@type": "Organization",
"url": "https://sitcon.org",
"name": "SITCON 學生計算機年會",
"logo": "https://sitcon.org/logo/sitcon.png",
"sameAs": [
"https://www.youtube.com/user/SITCONArchive",
"https://www.facebook.com/SITCONtw/",
"https://twitter.com/sitcontw"
]
}
}</script>
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NPVBCDZ');
</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-34467841-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-34467841-1');
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NPVBCDZ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>