-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathbefore.html
More file actions
64 lines (52 loc) · 4.22 KB
/
before.html
File metadata and controls
64 lines (52 loc) · 4.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>R語言翻轉教室</title>
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="bootstrap/css/docs.css" rel="stylesheet">
<link rel="icon" href="https://i.imgur.com/RkG7X4l.png" />
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
<div id="top-navbar" class="navbar-default"><ul class="nav nav-tabs"><li><a href="index.html"><h5 style="color: #0088cc;">首頁</h5></a></li><li><a href="install.html"><h5 style="color: #0088cc;">安裝導引</h5></a></li><li class="active"><a href="#"><h5>上手教材</h5></a></li><li><a href="material.html"><h5 style="color: #0088cc;">主要教材</h5></a></li><li><a href="after.html"><h5 style="color: #0088cc;">課後教材</h5></a></li><li><a href="individual-tracking.html"><h5 style="color: #0088cc;">個人紀錄</h5></a></li><li><a href="teacher.html"><h5 style="color: #0088cc;">教師專區</h5></a></li><li><a href="teacher-tracking.html"><h5 style="color: #0088cc;">教師報表</h5></a></li><li><a href="thanks.html"><h5 style="color: #0088cc;">感謝清單</h5></a></li></ul></div><div class="jumbotron subhead" style="text-align:center;"><div class="container"><h1><img src="https://i.imgur.com/81C5LBk.png" style="height:7em" /></h1><p class="lead">全中文R語言互動式教材</p></div></div><div class="col-md-2 bs-docs-sidebar"><ul id="affix-toc" class="nav nav-list bs-docs-sidenav"><li><a href="#1">1. 開啟資料科學的學習大門 - R入門教學</a></li><li><a href="#2">1.1. 我需不需要選購這個課程?</a></li></ul></div><div id="main-content" class="container col-md-9"><p><!-- title: <img src="https://i.imgur.com/81C5LBk.png" style="height:7em" /> -->
<!-- subtitle: 全中文R語言互動式教材 -->
<!-- header-title: R語言翻轉教室 -->
<!-- icon: https://i.imgur.com/RkG7X4l.png --></p>
<h2 id="1">1. 開啟資料科學的學習大門 - R入門教學</h2>
<p>截至目前的教學經驗,我認為「沒有程式語言經驗」的初學者不適合馬上用翻轉教室做學習,所以我在<a href="https://hahow.in/">hahow</a>上開了一門線上的<a href="https://hahow.in/cr/r-hands-on">R入門教學</a>:</p>
<p><center>
<a href="https://hahow.in/cr/r-hands-on"><img src="https://hahow.in/images/58da1e786e5d500700c83e0e?width=600" alt="開啟資料科學的學習大門 - R入門教學" title="" /></a>
</center></p>
<p>各位朋友也可以把這個課程當成「程式語言入門」來看待。</p>
<h3 id="2">1.1. 我需不需要選購這個課程?</h3>
<p>若你因為不懂如何寫程式,而*<em>無法完成</em>*R語言翻轉教室的單元,才需要選購。</p>
<p>如果能順利完成的同學,則可選購可不選購,hahow的課程中我應該是會把基礎講的比翻轉教室這邊更清楚,這部份就視同學的需要決定。</p>
<!-- scripts: [{"src" : "https://sidecar.gitter.im/dist/sidecar.v1.js", "async" : null, "defer" : null}, {"src" : "https://momentjs.com/downloads/moment-with-locales.min.js", "async" : null, "defer" : null}, {"src" : "js/gitter.js"}] --></div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="jquery/jquery-3.2.0.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<script src="https://momentjs.com/downloads/moment-with-locales.min.js" async defer></script>
<script src="js/gitter.js"></script>
<script type="text/javascript">
$(window).on('load', function() {
setTimeout(function() {
$('#affix-toc').each(function() {
var $spy = $(this);
var data = $spy.data();
if (!data.offset) data.offset = {};
data.offset.top = $spy.offset().top;
$spy.affix(data);
});
}, 100);
});
</script>
</body>
</html>