-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathteaching.html
128 lines (76 loc) · 4.05 KB
/
teaching.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
<!DOCTYPE html>
<html>
<head>
<title>UI-DataScience</title>
<meta name="description" content="The Laboratory for Cosmological Data Mining was founded in 2002 at the University of Illinois by Professor Robert J. Brunner to develop and apply computational technologies to extract cosmological information from the large astrophysical data sets being generated within our community. LCDM has been one of the top twenty users worldwide of the production supercomputing resources at the National Center for supercomputing Applications.
">
<link rel="stylesheet" href="/css/spacelab.css">
<link rel="canonical" href="http://yourdomain.com/teaching.html">
<link rel="alternate" type="application/rss+xml" title="UI-DataScience" href="http://yourdomain.com/feed.xml">
</head>
<body>
<!-- NAVBAR -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<nav class="navbar navbar-default navbar-fixed-top" >
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/index">Home</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="page-link" href="/about/">About</a></li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
<li class="divider"></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li> -->
</ul>
<!-- <ul class="nav navbar-nav navbar-right">
<li><a href="#">Link</a></li>
</ul> -->
</div>
</div>
</nav>
<div style="margin: 20px; margin-top:70px;">
<div style='margin:20px; font-size:120%;'>
<h1 class='page-header'> Teaching</h1>
Professor Brunner teaches both Introductory and Advanced data science courses at UIUC through the Informatics department. He also teaches Practical Data Science to professionals at the Research Park.
<h4>INFO 490</h4>
<ul>
<li><a href="https://github.com/UI-DataScience/info490-sp16">Spring 2016 (Advanced Course)</a></li>
<li><a href="https://github.com/UI-DataScience/info490-fa15">Fall 2015</a></li>
<li><a href="https://github.com/UI-DataScience/Spring2015">Spring 2015</a></li>
<li><a href="https://github.com/UI-DataScience/summer2014">Summer 2014</a></li>
</ul>
<h4>Research Park Courses</h4>
<ul>
<li><a href="https://github.com/ProfessorBrunner/rp-pdm15">Practical Data Mining (Summer/Fall '15)</a></li>
<li><a href="https://github.com/ProfessorBrunner/rp-pdss15">Practical Data Science (Summer '15)</a></li>
<li><a href="https://github.com/ProfessorBrunner/rp-pds15">Practical Data Science (Spring '15)</a></li>
</ul>
Many course materials are available through the repositories above.
<br>
<br>
</div>
</div>
<!-- FOOTER -->
<div class='well' style='margin-top:50px;'>
<p align='center' style='font-size:120%;'>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
<p align='center' style='font-size:120%'>Copyright (c) 2009-2016 University of Illinois<br>All rights reserved.</p>
</div>
</body>
</html>