-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
158 lines (146 loc) · 5.76 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
<!DOCTYPE html>
<html>
<head>
<title>Data analysis with Python: An introduction to Pandas and Jupyter Notebooks</title>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css" />
<script src="lib/jquery-1.12.0.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="lib/css/style.css" />
</head>
<body data-spy="scroll" data-target="#main-nav" data-offset="70">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-nav" aria-expanded="false">
<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="#">Data analysis with Python</a>
</div>
<div class="collapse navbar-collapse" id="main-nav">
<ul class="nav navbar-nav">
<li><a href="#introduction">Introduction</a></li>
<li><a href="#structure">Structure</a></li>
<li><a href="#content">Content</a></li>
<li><a href="#resources">Resources</a></li>
<li><a href="#evaluation">Evaluation/Feedback</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="page-header">
<h2>Data analysis with Python: An introduction to Pandas and Jupyter Notebooks</h2>
<p class="lead">code4lib 2017 - Los Angeles, CA</p>
</div>
<div class="row">
<div class="col-md-12">
<h2 id="introduction">Introduction</h2>
<p>
Welcome to Data analysis with Python: An introduction to Pandas and Jupyter Notebooks
</p>
<h3>Logistical Information</h3>
<ul>
<li><b>Date:</b> Monday March 6th, 2017</li>
<li><b>Time:</b> 9:00am - 12:00pm</li>
<li><b>Location:</b> </li>
<li><b>Led by:</b> Kevin Beswick, Nushrat Khan - NCSU Libraries</li>
</ul>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12">
<h2 id="structure">Workshop Schedule</h2>
<div class="row">
<div class="col-md-6">
<table class="table table-striped">
<tr>
<th>Time</th>
<th>Activity</th>
</tr>
<tr>
<td>9:00-9:30am</td>
<td>Intro & Lecture</td>
</tr>
<tr>
<td>9:30-9:40am</td>
<td>Technical Orientation</td>
</tr>
<tr>
<td>9:40-10:25am</td>
<td>Hands-on Part 1</td>
</tr>
<tr>
<td>10:25-10:35am</td>
<td>Break</td>
</tr>
<tr>
<td>10:35-10:50am</td>
<td>Lecture</td>
</tr>
<tr>
<td>10:50-11:50pm</td>
<td>Hands-on Part 2</td>
</tr>
<tr>
<td>11:50-12:00pm</td>
<td>Wrap up/Evals</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<hr>
<div id="content" class="row">
<div class="col-md-12">
<h2>Workshop Content</h2>
<p>
<a href="presentation/presentation1.html" target="_blank"><button type="button" class="btn btn-primary btn-lg">Presentation 1 Slides</button></a>
<a href="presentation/presentation2.html" target="_blank"><button type="button" class="btn btn-primary btn-lg">Presentation 2 Slides</button></a>
</p>
</div>
</div>
<hr>
<div id="resources" class="row">
<div class="col-md-12">
<h2>Resources</h2>
<dl>
<dt><a href="http://pandas.pydata.org/">Pandas official website</a></dt>
<dd>The official Pandas website where you can download the library, and find more information.</dd>
<dt><a href="http://pandas.pydata.org/pandas-docs/stable//">Pandas official documentation</a></dt>
<dd>The official Pandas documentation.</dd>
</dl>
</div>
</div>
<hr>
<div id="evaluation" class="row">
<div class="col-md-12">
<h2>Evaluation/Feedback</h2>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://docs.google.com/forms/d/e/1FAIpQLScIIxDduFw9sTICXFZskEEDhvxTCq-GU57PH9S0DDY-lLplCw/viewform?embedded=true" width="1140" height="1080" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<h3>Contact Us</h3>
<h4>Kevin Beswick</h4>
<ul class="list-unstyled">
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Twitter: <a href="http://www.twitter.com/kbeswick">@kbeswick</a></li>
</ul>
<h4>Nushrat Khan</h4>
<ul class="list-unstyled">
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
<li>Twitter: <a href="http://www.twitter.com/brishti55">@brishti55</a></li>
</ul>
<h4>Bret Davidson</h4>
<ul class="list-unstyled">
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>