-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
241 lines (180 loc) · 7.59 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Github for journos - Silva Shih</title>
<description>Hacks/Hackers Taipei. Dec 03, 2016.</description>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/simple.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
<!--ga-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82647091-2', 'auto');
ga('send', 'pageview');
</script>
<style type='text/css'>
#ft-header {
height: 50px;
background-color: #FFF9F1;
width: 100%;
position: fixed;
top: 0;
z-index: 50;
overflow: hidden;
text-align: center;
border-bottom: 1px solid #cec6b9;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}
#ft-header a {
background-color: #fff9f1;
}
#ft-header a>img {
margin-top: 13px;
opacity: .8;
transition: opacity .3s;
}
</style>
</head>
<body>
<header id="ft-header" class="stickable">
<a href="//www.ftchinese.com/" target="_blank"><img src="//upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" alt="github for journos" height="35" style="margin-top: 8px;"></a>
</header>
<div class="reveal">
<div class="slides">
<section>
<h2>新聞媒體可以怎麼使用Github? </h2>
<p> </p>
<p>Silva Shih | 史書華</p>
<p>2016/12/03 @ h/h taipei</p>
</section>
<section>
<h2>使用說明</h2>
<h4> 一、對內</h4>
<h4> 二、對讀者</h4>
<h4> 三、自我修煉</h4>
</section>
<section>
<h2>對內</h2>
<h4>1. 有利團隊合作(版本控制)</h4>
<h4>2. 已經做過的東西,就不要重複第二次</h4>
</section>
<section>
<h3>美國大選的例子</h3>
</section>
<section>
<img data-src="assets/US_election_1.png" width="100%">
</section>
<section>
<img data-src="assets/US_election_github_commit.png" width="100%">
</section>
<section>
<img data-src="assets/US_election_github.png" width="100%">
</section>
<section>
<img data-src="assets/UK_referedum_1.png" width="100%">
</section>
<section>
<h3>可以不用重複的步驟:<br>抓資料 --> 視覺化</h3>
</section>
<section>
<img data-src="assets/npr_chartbuilder.png" width="100%">
</section>
<section>
<img data-src="assets/qz-chartbuilder.png" width="100%">
</section>
<section>
<h3>除了fork & merge,<br>github還能成為報導的一部分</h3>
</section>
<section>
<p> 使用在突發新聞上</p>
<a href="https://github.com/cshirky/occupyhongkong"><img data-src="assets/shirky_occupyHK.png" width="100%"></a>
</section>
<section>
<p>使用於調查報導</p>
<a href="https://github.com/TheUpshot/Military-Surplus-Gear">
<img data-src="assets/theUpshot-military-Surplus-Gear-github.png" width="100%"></a>
<a href="http://www.nytimes.com/2014/06/09/us/war-gear-flows-to-police-departments.html"><p>原文報導:War Gear Flows to Police Departments
</p></a>
</section>
<section>
<p>與讀者互動</p>
<a href="https://www.wired.com/2012/02/github-2/">
<img data-src="assets/wired.png" width="100%"></a>
<a href="https://www.wired.com/2012/02/github-2/"><p><b>"Fork it, update it, translate it, send us a pull request." </b>
</p></a>
</section>
<section>
<p>調查新聞+讀者互動</p>
<a href="https://github.com/BuzzFeedNews/2016-01-tennis-betting-analysis">
<img data-src="assets/buzzfeed_tennis.png" width="100%"></a>
<a href="https://www.buzzfeed.com/heidiblake/the-tennis-racket"><p>原文報導: "The Tennis Racket," published Jan. 17, 2016.
</p></a>
</section>
<section>
<h3>考量台灣本地媒體情境,<br>還是要誠實的說說github的缺點......</h3>
</section>
<section>
<h3>但不論如何,<br>github已是記者的新數據寶庫、<br>還有自我修煉園地</h3>
</section>
<section>
<p>愈來愈多科學研究員透過github分享研究結果和數據</p>
<a href="http://www.nature.com/news/democratic-databases-science-on-github-1.20719?utm_source=wanqu.co&utm_campaign=Wanqu+Daily&utm_medium=website"><img data-src="assets/nature_github.png" height="95%"></a>
</section>
</p></a>
</section>
<section>
<p>台灣歷史地圖 1944~1945年</p>
<a href="https://github.com/imrehg/taiwanmap">
<img data-src="assets/Taiwan_city_map.png" width="100%"></a>
</section>
</p></a>
</section>
<section>
<p>台灣歷年閣員資料</p>
<a href="https://ronnywang.github.io/taiwan-cabinet/">
<img data-src="assets/taiwan-cabinet.png" width="100%"></a>
</section>
</p></a>
</section>
<section>
<h3>如果今天說的都忘了,<br>只要記得github上的關鍵字:</h3>
<h2>"Awesome"</h2>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
Reveal.initialize({
dependencies: [{
src: 'plugin/markdown/marked.js'
}, {
src: 'plugin/markdown/markdown.js'
}, {
src: 'plugin/notes/notes.js',
async: true
}, {
src: 'plugin/highlight/highlight.js',
async: true,
callback: function() {
hljs.initHighlightingOnLoad();
}
}]
});
</script>
</body>
</html>