forked from gam0022/twincal2
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathacaric-studentappcontest2013.html
440 lines (367 loc) · 28.1 KB
/
acaric-studentappcontest2013.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
<html lang="jp">
<head>
<meta charset="utf-8">
<title>TwinCal</title>
<script src="js/jquery-2.0.3.min.js"></script>
<script src="js/validation.js"></script>
<link rel="shortcut icon" href="favicon.png">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 80px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 100px;
line-height: 1;
}
.jumbotron .lead {
font-size: 24px;
line-height: 1.25;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
/* Customize Navbar */
.navbar-inner {
background-color: #ffffff;
background-image: -moz-linear-gradient(top, #ee5555, #ee4444);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5555), to(#ee4444));
background-image: -webkit-linear-gradient(top, #ee5555, #ee4444);
background-image: -o-linear-gradient(top, #ee5555, #ee4444);
background-image: linear-gradient(to bottom, #ee5555, #ee4444);
background-repeat: repeat-x;
border-color: #ee5555;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5555', endColorstr='#ff444', GradientType=0);
}
.navbar .brand,
.navbar .nav > li > a,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
text-shadow: none;
color: #ffffff;
}
.navbar .nav > li > a:hover {
text-decoration: underline;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">TwinCal</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="#step1">Main</a></li>
<li><a href="#tweets">Tweets</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#updates">Updates</a></li>
<li><a href="#other">Other</a></li>
<li><a href="http://gam0022.net">Blog</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<div class="jumbotron">
<h1>TwinCal</h1>
<p class="lead">Twinsの履修情報から、Googleカレンダー・iCalの時間割を作成するWebサービスです。</p>
<p class="lead">KdBから、教室番号、単位数、科目番号などを自動的に取得します。</p>
<a class="btn btn-large btn-success" href="#step1">Get started</a>
</div>
<div class="well" id="info" style="max-width:400px;margin: 0 auto;">
<a class="close" data-dismiss="alert" href="#">×</a>
<p>
<span class="label label-info">Info</span>
通常のページに戻る。
</p>
<p><a class="btn" href="./">TwinCal »</a></p>
</div>
<hr>
<section id="step1">
<div class="page-header">
<h2><small>Step1</small> TwinsからCSVをダウンロードする</h2>
</div>
<div class="row">
<div class="span3">
<h3><small>1.1</small> Twinsにログイン</h3>
<img src="img/step1-1.png">
<p><a class="btn" href="https://twins.tsukuba.ac.jp">Twins »</a></p>
</div>
<div class="span3">
<h3><small>1.2</small> 履修登録・登録状況照会</h3>
<img src="img/step1-2.png">
</div>
<div class="span3">
<h3><small>1.3</small> ダウンロード</h3>
<img src="img/step1-3.png">
</div>
<div class="span3">
<h3><small>1.4</small> 出力</h3>
<img src="img/step1-4.png">
</div>
</div>
<h3>TwinsのサンプルCSV</h3>
<p>審査員や観覧客のみなさんはTwinsが使えないと思うので、CSVのサンプルファイルを用意しました。</p>
<table class="table">
<thead>
<tr>
<th>#</th>
<th>Title</th>
<th>File</th>
<th>Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>一般的な履修サンプル</td>
<td><a href="files/sample1.csv">sample1.csv</a></td>
<td>授業が詰まっている人の履修です。</td>
</tr>
<tr>
<td>2</td>
<td>意識の低い履修サンプル</td>
<td><a href="files/sample2.csv">sample2.csv</a></td>
<td>TwinCalの作者の今学期の履修です。</td>
</tr>
</tbody>
</table>
</section>
<section id="step2">
<div class="page-header">
<h2><small>Step2</small> TwinCalを使ってCSVをiCalendar形式に変換する</h2>
</div>
<div class="row">
<div class="span12">
<p><strong>下のフォームに</strong>Step1でダウンロードしたCSVを指定してください。</p>
<form method="post" action="parse.rb" class="well form-inline" id="form1" enctype="multipart/form-data">
<input type="file" id="file" name="file" style="display: none;" class="validate required input-file">
<div class="input-prepend">
<a class="btn" onclick="$('#file').click();"><i class="icon-folder-open"></i></a>
<span id="cover" class="input-xlarge uneditable-input" onclick="$('#file').click();"></span>
</div>
<button type="submit" class="btn btn-primary btn-large" id="submit">Submit</button>
<script type="text/javascript">
$('#file').change(function() {
$('#cover').html($(this).val());
});
</script>
</form>
</div>
</div>
</section>
<section id="step3">
<div class="page-header">
<h2><small>Step3</small> Googleカレンダー・iCal にインポートする</h2>
</div>
<div class="row">
<div class="span6">
<h2>Googleカレンダーの場合</h2>
<img src="img/step3-1.png">
<ol>
<li>「カレンダー設定 > カレンダー」に行く。</li>
<li>「新しいカレンダーの作成」をする。</li>
<li>「カレンダーをインポート」をする。</li>
</ol>
</div>
<div class="span6">
<h2>iCalの場合</h2>
<img src="img/step3-2.png">
<img src="img/step3-3.png">
<ol>
<li>メニューから「ファイル > 読み込む > 読み込む」。</li>
<li>ダウンロードした.icsファイルを選択。</li>
<li>どのカレンダーにインポートするか聞かれるので、「新規カレンダー」を選択。</li>
</ol>
</div>
<div class="span12 alert alert-info">
<a class="close" data-dismiss="alert" href="#">×</a>
<h4 class="alert-heading">Hint</h4>
<span>何か不具合が起きるかもしれないので、新規作成したカレンダーにインポートすることを推奨します。</span>
</div>
</div>
</section>
<section id="tweets">
<div class="page-header">
<h1>Tweets</h1>
</div>
<p>TwinCalに関するTwitterのツイートをまとめました。(最終更新: 2013/12/05)</p>
<div class="row">
<div class="span6">
<blockquote class="twitter-tweet"><p>新学期で教室がわからないみなさん、TwinCalをつかいましょう!!!!</p>— Yuji (@yuji_tsukuba) <a href="https://twitter.com/yuji_tsukuba/statuses/385210270567505920">October 2, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>TwinCalを使えば、こんなカレンダーがPCやスマホで見れるようになりますよ 'ω' <a href="http://t.co/JZZmVXtyOt">pic.twitter.com/JZZmVXtyOt</a></p>— Yuji (@yuji_tsukuba) <a href="https://twitter.com/yuji_tsukuba/statuses/385211624178466816">October 2, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>先生の名前や単位数まで分かる <a href="http://t.co/jJHSqLblAr">pic.twitter.com/jJHSqLblAr</a></p>— Yuji (@yuji_tsukuba) <a href="https://twitter.com/yuji_tsukuba/statuses/385211814155259904">October 2, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>TwinCalめっちゃ良い。 大学院の授業も対応できてて優秀だ。 但し、月曜祝日とかの振替までは対応してない模様。<a href="https://twitter.com/gam0022">@gam0022</a></p>— あおみかん (@AknEp) <a href="https://twitter.com/AknEp/statuses/383056092432855040">September 26, 2013</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<blockquote class="twitter-tweet"><p>Twincal使ってみた。これで開設科目一覧から教室を一々調べ上げる手間がいらなくなったんや...!(感涙)</p>— もねさん (@Moneto_Tk) <a href="https://twitter.com/Moneto_Tk/statuses/384516951604617218">September 30, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>TwinsからGoogleカレンダーやiCalの時間割を作るWebサービス「TwinCal」。教室番号や単位数をkDBから自動取得。 <a href="http://t.co/O9eAdDWrov">http://t.co/O9eAdDWrov</a> <a href="https://twitter.com/search?q=%23twincal&src=hash">#twincal</a> <a href="https://twitter.com/gam0022">@gam0022</a>さんから これが便利すぎてヤバい</p>— だいちび@いわしお (@DaichiBee) <a href="https://twitter.com/DaichiBee/statuses/384678165483769857">September 30, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>TwinCal イイネ!<a href="http://t.co/MFY2Yy04">http://t.co/MFY2Yy04</a></p>— こにたn@笛と伴奏の人 (@Koni_1st) <a href="https://twitter.com/Koni_1st/statuses/239008164635357184">August 24, 2012</a></blockquote>
<blockquote class="twitter-tweet"><p>.<a href="https://twitter.com/gam0022">@gam0022</a> の本気 Twins を iCal 形式に変換 -> TwinCal: <a href="http://t.co/Bl3fDJdF">http://t.co/Bl3fDJdF</a> <a href="https://twitter.com/search?q=%23zdkinfo&src=hash">#zdkinfo</a></p>— Hirotaka Kawata /てくの (@hktechno) <a href="https://twitter.com/hktechno/statuses/241537405201555458">August 31, 2012</a></blockquote>
<blockquote class="twitter-tweet"><p>あ、すごい、これ便利そう。情報委の <a href="https://twitter.com/gam0022">@gam0022</a>がつくったTwinsの授業割をiCal形式に変換できるサービス(今授業ないから意味ないけど。【TwinCal】<a href="http://t.co/7So5zgRe">http://t.co/7So5zgRe</a></p>— ものくろ (@monoqlo) <a href="https://twitter.com/monoqlo/statuses/241537518007382016">August 31, 2012</a></blockquote>
<blockquote class="twitter-tweet"><p>さっきの時間割はこれ利用しました☆(ゝω・)vキャピ <a href="http://t.co/EVBX4l2D">http://t.co/EVBX4l2D</a></p>— シュン (@shun_1218) <a href="https://twitter.com/shun_1218/statuses/242215523071451136">September 2, 2012</a></blockquote>
<blockquote class="twitter-tweet"><p>TWINSの予定をGoogle Calenderに流しこむ際の便利ツール捕捉。 <a href="http://t.co/1juo0HUP">http://t.co/1juo0HUP</a></p>— Sota SAITO(あなわーる) (@anoworl) <a href="https://twitter.com/anoworl/statuses/247953121140174848">September 18, 2012</a></blockquote>
<!--blockquote class="twitter-tweet"><p>個人情報に関する記述が見当たらないのが気になるけど使ってみたらめっちゃ便利ですた。 - TwinCal <a href="http://t.co/mwYeKEGi">http://t.co/mwYeKEGi</a> <a href="https://twitter.com/search?q=%23miteru&src=hash">#miteru</a></p>— りせっしゅ (@resessh8) <a href="https://twitter.com/resessh8/statuses/277993388366766082">December 10, 2012</a></blockquote-->
<blockquote class="twitter-tweet"><p>"TwinCalとは、Twinsの時間割をiCalendar形式に変換し、 Googleカレンダー・iCalへのインポートをサポートするWebサービスです。" - TwinCal <a href="http://t.co/It045YyJ">http://t.co/It045YyJ</a> <a href="https://twitter.com/search?q=%23miteru&src=hash">#miteru</a></p>— Shinnosuke TAKEDA (@cnosuke) <a href="https://twitter.com/cnosuke/statuses/278501409798901760">December 11, 2012</a></blockquote>
<blockquote class="twitter-tweet"><p>素晴らしい RT <a href="https://twitter.com/gam0022">@gam0022</a>: Twinsの履修情報をGoogleカレンダーなどにエクスポートするアプリを作りました。 <a href="http://t.co/qSpoZTEtUI">http://t.co/qSpoZTEtUI</a> <a href="https://twitter.com/search?q=%23twincal&src=hash">#twincal</a></p>— もちょい (@mobasic) <a href="https://twitter.com/mobasic/statuses/325239794466701312">April 19, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>twincal神かな?</p>— ざんよー (@zanyou_tsukuba) <a href="https://twitter.com/zanyou_tsukuba/statuses/384671916302139392">September 30, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>TwinCal便利すぎて泣ける</p>— 白亜の吟遊詩人ミッチー (@mikkun0124_b) <a href="https://twitter.com/mikkun0124_b/statuses/389968298710155264">October 15, 2013</a></blockquote>
<blockquote class="twitter-tweet" lang="ja"><p>学生のときにほしかった / TwinsからGoogleカレンダーやiCalの時間割を作るWebサービス「TwinCal」。教室番号や単位数をKdBから自動取得。 <a href="http://t.co/zZJ93zXaVt">http://t.co/zZJ93zXaVt</a> <a href="https://twitter.com/search?q=%23twincal&src=hash">#twincal</a></p>— ishkawa (@_ishkawa) <a href="https://twitter.com/_ishkawa/statuses/408069066927009792">2013, 12月 4</a></blockquote>
</div>
<div class="span6">
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/T_K_unknown">@T_K_unknown</a> 科目データベースから情報引っ張ってきてGoogleカレンダーに教室とか時間とか入れてくれるすぐれものアプリ。 <a href="http://t.co/K2V5m5BeDM">http://t.co/K2V5m5BeDM</a></p>— ざんよー (@zanyou_tsukuba) <a href="https://twitter.com/zanyou_tsukuba/statuses/384679953532338176">September 30, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>明日から授業なのに教室調べてない人におすすめ。 TwinsからGoogleカレンダーやiCalの時間割を作るWebサービス「TwinCal」。教室番号や単位数をkDBから自動取得。 <a href="http://t.co/K2V5m5BeDM">http://t.co/K2V5m5BeDM</a> <a href="https://twitter.com/search?q=%23twincal&src=hash">#twincal</a></p>— ざんよー (@zanyou_tsukuba) <a href="https://twitter.com/zanyou_tsukuba/statuses/384680403748917248">September 30, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>twincal確かに便利だなーすごい</p>— フジケン (@photolife23kf) <a href="https://twitter.com/photolife23kf/statuses/384683234912505856">September 30, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>TwinsからGoogleカレンダーやiCalの時間割を作るWebサービス「TwinCal」。教室番号や単位数をkDBから自動取得。 <a href="http://t.co/mpDphXYvHD">http://t.co/mpDphXYvHD</a> <a href="https://twitter.com/search?q=%23twincal&src=hash">#twincal</a></p>— ひらた (@psephopaiktes6) <a href="https://twitter.com/psephopaiktes6/statuses/384908074604982273">October 1, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>TwinCalで秋学期の時間割をiCalにぶち込んだ。鬼便利すぎる。 <a href="http://t.co/1zyULmZsdE">http://t.co/1zyULmZsdE</a> <a href="https://twitter.com/search?q=%23%E3%82%B9%E3%83%86%E3%83%AB%E3%82%B9%E3%83%9E%E3%83%BC%E3%82%B1%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0&src=hash">#ステルスマーケティング</a></p>— resessh (@resessh7) <a href="https://twitter.com/resessh7/statuses/384502559848669185">September 30, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/gam0022">@gam0022</a> Twincal使用させて頂きました。非常に便利なアプリで助かりました。現時点で振替授業への対応は行われていないようなのですが、今後実装する予定などございますでしょうか。 振替授業の日程は学年暦にて公開されています。 <a href="http://t.co/iEBBuEoYoh">http://t.co/iEBBuEoYoh</a></p>— 田井中海人 from STAR☆ANIS (@tainakanchu) <a href="https://twitter.com/tainakanchu/statuses/326001713024741376">April 21, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>TwinCal神サービスだった</p>— linerlock (@linerlock) <a href="https://twitter.com/linerlock/statuses/326006162166259712">April 21, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>TwinCal シラバスへのリンクも出力されないかなとか思ったけど,ほとんどの学類はKDBへのリンクしか貼ってないんだな…</p>— kazu@キリンサン!! (@kazuzac) <a href="https://twitter.com/kazuzac/statuses/348698835972927488">June 23, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>【新学期】TWINSでの履修情報から,iCal形式のカレンダーを自動生成するWebサービス <a href="http://t.co/mmpQo4IE30">http://t.co/mmpQo4IE30</a> 【TwinCal】 PC,スマホの各カレンダーアプリ等にそのままインポートできますよ! 授業の場所、先生の名前、単位数まで載ってます!</p>— Yuji (@yuji_tsukuba) <a href="https://twitter.com/yuji_tsukuba/statuses/352083099414302720">July 2, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>Twinsに登録した時間割をGoogleカレンダーやiCalにインポートするWebサービス「TwinCal」 <a href="http://t.co/azAOfr6ezX">http://t.co/azAOfr6ezX</a> <a href="https://twitter.com/search?q=%23twincal&src=hash">#twincal</a> 試しにやってみたけど、これ使えるべ。</p>— ふぁっきゅーきなこChan (@edamamekinako) <a href="https://twitter.com/edamamekinako/statuses/352583148648931328">July 4, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>.<a href="https://twitter.com/gam0022">@gam0022</a>が作ったTwinsの時間割をiCalendar形式に変換するアプリ(`・ω・´) 【twincal】 <a href="http://t.co/cD7y5ssj">http://t.co/cD7y5ssj</a></p>— ちょこぷよ(氷点の足戦士) (@chocopuyo) <a href="https://twitter.com/chocopuyo/statuses/241537932408803328">August 31, 2012</a></blockquote>
<blockquote class="twitter-tweet"><p>gam0022++</p>— 吉村 優 (@_yyu_) <a href="https://twitter.com/_yyu_/statuses/325836183894638592">April 21, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>Twinsに登録した時間割をGoogleカレンダーやiCalにインポートするWebサービス「TwinCal」 <a href="http://t.co/8b8pjg3SVj">http://t.co/8b8pjg3SVj</a> <a href="https://twitter.com/search?q=%23twincal&src=hash">#twincal</a> <a href="https://twitter.com/gam0022">@gam0022</a>さんから</p>— HALTMAN (@c_plus_c) <a href="https://twitter.com/c_plus_c/statuses/325998090656043010">April 21, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p><a href="http://t.co/5NSYwcugEr">http://t.co/5NSYwcugEr</a> 置いときますね。</p>— びしぉ〜じぉ (@Nymphium) <a href="https://twitter.com/Nymphium/statuses/384638751999160320">September 30, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>学生さん向けのGoogleカレンダーの時間割サービスがある / “TwinCal” <a href="http://t.co/mAFDgeaV5i">http://t.co/mAFDgeaV5i</a></p>— クロネコ (@96neko) <a href="https://twitter.com/96neko/statuses/382492224803446784">September 24, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p>twincalでgooogleカレンダー同期して、そのデータをエクスポートして時間割アプリに突っ込んだ 詳細はカレンダーで、さっと確認するときは時間割アプリで goodだ</p>— arisua4 (@arisua4) <a href="https://twitter.com/arisua4/statuses/387202055909036034">October 7, 2013</a></blockquote>
<blockquote class="twitter-tweet"><p><a href="https://twitter.com/gam0022_tkb">@gam0022_tkb</a> twincalめっちゃ便利! これは良い!時間割アプリあったけど消した!</p>— Shunya Ueta (@hurutoriya) <a href="https://twitter.com/hurutoriya/statuses/392178872801689601">October 21, 2013</a></blockquote>
<blockquote class="twitter-tweet" lang="ja"><p>これ大学時代欲しかった。ゴイスー / TwinsからGoogleカレンダーやiCalの時間割を作るWebサービス「TwinCal」。教室番号や単位数をKdBから自動取得。 <a href="http://t.co/DWAtBX9czA">http://t.co/DWAtBX9czA</a> <a href="https://twitter.com/search?q=%23twincal&src=hash">#twincal</a> <a href="https://twitter.com/gam0022">@gam0022</a>さんから</p>— ほんとは超いそがし松 (@himara2) <a href="https://twitter.com/himara2/statuses/407906372747939840">2013, 12月 3</a></blockquote>
</div>
</div>
</section>
<section id="faq">
<div class="page-header">
<h1>FAQ</h1>
</div>
<div class="well">
<h4><span class="label label-warning">Q.</span> カレンダーが空で出力される</h4>
<p><span class="label label-info">A. </span> 原因は色々考えられます。下の3つを確認してください。
<ol>
<li>Twinsでは選択されたモジュールのCSVが出力されるので、目的のモジュールを選択した状態でCSV出力をしてください。</li>
<li>集中など時間の分からない科目はTwinCalは無視します。</li>
<li>どうしても解決しない場合は、下の連絡先まで報告すると対応するかもしれません。</li>
</ol>
</p>
</div>
<div class="well">
<h4><span class="label label-warning">Q.</span> 春Cの時間割を作ろうとしたら、通年の授業が重複して登録される</h4>
<p><span class="label label-info">A. </span> Twinsで春CのCSVを出力すると通年科目も出力されてしまうのが原因です。好きな方の解決策を試してください。
<ol>
<li>ダウンロードしたCSVをテキストエディタで編集して通年の科目の行を消す。
<li>カレンダー上で通年の科目を削除する。
</ol>
</p>
</div>
<div class="well">
<h4><span class="label label-warning">Q.</span> 教室番号や担当教員、単位数はどこから取得しているのか?</h4>
<p><span class="label label-info">A. </span> <a href="https://kdb.tsukuba.ac.jp/">KdB</a>から取得しています。</p>
</div>
<div class="well">
<h4><span class="label label-warning">Q.</span> 個人情報はどう扱ってるのか?</h4>
<p><span class="label label-info">A. </span> Twinsで出力したCSVをテキストエディタで開けばわかりますが、科目番号以外の情報は含まれていないので、
個人を特定できるような情報は含まれていません。また、取得された情報がその他の目的で使用されることは一切ありません。</p>
</div>
<div class="well">
<h4><span class="label label-warning">Q.</span> 祝日の振替や月曜授業には対応しているのか?</h4>
<p><span class="label label-info">A. </span> 対応していませんが、今後のアップデートで対応するかもしれません。</p>
</div>
</section>
<section id="updates">
<div class="page-header">
<h1>Updates</h1>
</div>
<div class="row">
<div class="span6">
<ul>
<li>2012/08/14 TwinCalの公開を開始。</li>
<li>2013/04/23 2学期制に対応。</li>
<li>2013/06/03 FAQを追加。</li>
<li>2013/09/20 Tweetsを追加。</li>
</ul>
</div>
<div class="span6">
<p>KdBから科目情報を最後に同期した日: 2013/09/17</p>
</div>
</div>
</section>
<section id="other">
<div class="page-header">
<h1>Other</h1>
</div>
<div class="row">
<div class="span5 well" id="issues">
<a class="close" data-dismiss="alert" href="#">×</a>
<p>
<span class="label label-warning">Issues</span>
何か問題があれば、@gam0022 まで連絡お願いします。
</p>
<p><a class="btn" href="https://twitter.com/gam0022">@gam0022 »</a></p>
</div>
<div class="span5 well" id="info">
<a class="close" data-dismiss="alert" href="#">×</a>
<p>
<span class="label label-info">Info</span>
リポジトリを GitHub で公開しています。
</p>
<p><a class="btn" href="https://github.com/gam0022/twincal2">GitHub »</a></p>
</div>
</div>
</section>
<p><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://gam0022.net/app/twincal/" data-text="TwinsからGoogleカレンダーやiCalの時間割を作るWebサービス「TwinCal」。教室番号や単位数をKdBから自動取得。" data-via="gam0022" data-lang="ja" data-hashtags="twincal">ツイート</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></p>
<div class="fb-like" data-href="http://gam0022.net/app/twincal/" data-width="The pixel width of the plugin" data-height="The pixel height of the plugin" data-colorscheme="light" data-layout="button_count" data-action="like" data-show-faces="true" data-send="false"></div>
<hr>
<footer>
<p>Copyright © 2013 - がむ(@gam0022)</p>
</footer>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
<!-- Twitter -->
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<!--Facebook-->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ja_JP/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>