forked from AdamWilsonLabEDU/SpatialDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSyllabus.html
More file actions
525 lines (468 loc) · 16.9 KB
/
Syllabus.html
File metadata and controls
525 lines (468 loc) · 16.9 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
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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title>Syllabus</title>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<link href="site_libs/font-awesome-4.5.0/css/font-awesome.min.css" rel="stylesheet" />
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet"
href="site_libs/highlight/textmate.css"
type="text/css" />
<script src="site_libs/highlight/highlight.js"></script>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs && document.readyState && document.readyState === "complete") {
window.setTimeout(function() {
hljs.initHighlighting();
}, 0);
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
button.code-folding-btn:focus {
outline: none;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 51px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 56px;
margin-top: -56px;
}
.section h2 {
padding-top: 56px;
margin-top: -56px;
}
.section h3 {
padding-top: 56px;
margin-top: -56px;
}
.section h4 {
padding-top: 56px;
margin-top: -56px;
}
.section h5 {
padding-top: 56px;
margin-top: -56px;
}
.section h6 {
padding-top: 56px;
margin-top: -56px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<div class="container-fluid main-container">
<!-- tabsets -->
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
</script>
<!-- code folding -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">GEO 503: R Spatial Data Science</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="Syllabus.html">Syllabus</a>
</li>
<li>
<a href="Schedule.html">Schedule</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Content
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="CourseContent.html">About Course Content</a>
</li>
<li class="dropdown-header">Module 1: Introduction to R</li>
<li>
<a href="00_CourseIntroductionFrame.html">00 Course Introduction</a>
</li>
<li>
<a href="01_Rintro.html">01 First Steps</a>
</li>
<li>
<a href="02_DataWrangling.html">02 Data Wrangling</a>
</li>
<li>
<a href="03_Plotting.html">03 Plotting</a>
</li>
<li class="divider"></li>
<li class="dropdown-header">Module 2: Spatial Analyses</li>
<li>
<a href="04_Spatial.html">04 Spatial Data</a>
</li>
<li>
<a href="05_Raster.html">05 Spatial Raster Data</a>
</li>
<li>
<a href="06_RasterTwo.html">06 More Raster Data</a>
</li>
<li class="divider"></li>
<li class="dropdown-header">Module 2: Advanced Programming</li>
<li>
<a href="07_Reproducibile.html">07 Reproducible Research</a>
</li>
<li>
<a href="08_WeatherData.html">08 Weather Data Processing</a>
</li>
<li>
<a href="09_RemoteSensing.html">09 Satellite Data Processing</a>
</li>
<li>
<a href="10_ParallelProcessing.html">10 Parallel Processing</a>
</li>
<li>
<a href="11_Git.html">11 Version Control with Git</a>
</li>
<li class="divider"></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Assignments
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="Homework.html">Homeworks</a>
</li>
<li>
<a href="PackageIntro.html">Package Introduction</a>
</li>
<li>
<a href="Project.html">Final Project</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Resources
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="Resources.html">Resources</a>
</li>
<li>
<a href="GitSSHNotes.html">Setting up Github</a>
</li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://github.com/adammwilson/RDataScience">
<span class="fa fa-github fa-lg"></span>
</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
<h1 class="title toc-ignore">Syllabus</h1>
</div>
<div id="logistics" class="section level1">
<h1>Logistics</h1>
<p>Professor Adam M. Wilson (<a href="adamwilson.us" class="uri">adamwilson.us</a>)</p>
<p>Office Hours: Wednesdays 9:30-11:30am</p>
<div id="schedule" class="section level2">
<h2>Schedule</h2>
<p>Mondays 9:10-11:50am in 144 Wilkeson Quad.</p>
</div>
<div id="course-structure" class="section level2">
<h2>Course Structure</h2>
<p>The course will focus on programming in the R language. Typical class sessions will consist of a short (~30 minute) lecture followed by around two hours of interactive exercises. All teaching and exercises are done from within <a href="rstudio.com">RStudio</a>.</p>
</div>
<div id="ublearns" class="section level2">
<h2>UBLearns</h2>
<p>Course announcements, homeworks, and other materials will be distributed through <a href="https://ublearns.buffalo.edu">UBLearns</a>. Please check the site regularly (or enable email notifications).</p>
</div>
<div id="computer-requirements" class="section level2">
<h2>Computer requirements</h2>
<p>During the course we will complete class exercises on your personal laptop (under any Mac, Linux, or Windows). If you do not have access to a laptop, please let the professor know as soon as possible. Students will need to install RStudio on their laptops (<a href="https://www.rstudio.com/products/rstudio/download/">instructions here</a>).</p>
</div>
<div id="email-policy" class="section level2">
<h2>Email Policy</h2>
<p>During the week, I will attempt to respond to emails within 24 hours of receiving them (not including weekends). Do not expect an immediate response (please plan accordingly). For example, do not send an email with a question about a homework the same day that the homework is due. If you send an email over the weekend, do not expect any response until Monday or Tuesday.</p>
</div>
</div>
<div id="student-learning-outcomes" class="section level1">
<h1>Student Learning Outcomes</h1>
<p>Successful completion of this course will enable the student to use the R programming language to:</p>
<ol style="list-style-type: decimal">
<li>develop approaches for integration of information/data</li>
<li>inspect data and apply basic statistics to analysis and communication of geographical topics</li>
<li>Understand and use scientific methodologies to perform spatial analyses in reproducible research workflows.</li>
</ol>
<p>These learning outcomes can be related to those expected of students completing the Geography program.</p>
</div>
<div id="course-requirements" class="section level1">
<h1>Course Requirements</h1>
<div id="grading" class="section level2">
<h2>Grading</h2>
<p>The major course components are as follows:</p>
<div id="course-participation-10" class="section level3">
<h3>Course Participation (10%)</h3>
<p>You are expected to attend class, actively participate in class discussions, and follow along during in-class interactive exercises. If you are not able to attend class, please let me know as soon as possible so an alternative can be arranged.</p>
</div>
<div id="package-introduction-10" class="section level3">
<h3>Package introduction (10%)</h3>
<p>Each student will be expected to introduce a package (or two) that is relevant to their research interests in a 5 minute presentation during a class session. See full <a href="PackageIntro.html">Package Introduction Description</a> for more details.</p>
</div>
<div id="homeworks-30" class="section level3">
<h3>Homeworks (30%)</h3>
<p>Four homework assignments will be assigned throughout the semester and due before class the following week. Assignments will be provided via UBLearns as R scripts with embedded questions. See full <a href="Homework.html">Homework Description</a> for more details.</p>
</div>
<div id="final-project-and-presentation-50" class="section level3">
<h3>Final Project and Presentation (50%)</h3>
<p>The final project will consist of a poster-length summary of an analysis that tells a story about a topic of interest. The figure will be uploaded to UBlearns as a PDF file with the underlying R source code and posted to the course website. This project can be related to the student’s own research or a separate topic.</p>
</div>
</div>
<div id="timeline-grading" class="section level2">
<h2>Timeline & Grading:</h2>
<ul>
<li>10/10 Project proposal due (<1 page, 5 points)</li>
<li>10/31-11/7 First draft: Peer review (5 points)</li>
<li>11/28: Second draft of final project (5 points)</li>
<li>12/14: Final project presentations (35 points) Unexcused late submissions will be docked 10 percentage points per 24 hour period.</li>
</ul>
<p>See full <a href="Project.html">Project Description</a> for more details.</p>
<p><strong>There will be no final exam.</strong></p>
</div>
<div id="grading-scale" class="section level2">
<h2>Grading Scale</h2>
<p>Course grading will follow the <a href="http://grad.buffalo.edu/Academics/Policies-Procedures/Grading-Procedures.html">grading procedures of the UB Graduate School</a>.</p>
<table>
<thead>
<tr class="header">
<th>Quality of Work</th>
<th>Weighted Percentage</th>
<th>Quality Points</th>
<th>Weighted Grade</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Superb</td>
<td>92+%</td>
<td>4</td>
<td>A</td>
</tr>
<tr class="even">
<td>Excellent</td>
<td>90+%</td>
<td>3.67</td>
<td>A–</td>
</tr>
<tr class="odd">
<td>Very Good</td>
<td>88+%</td>
<td>3.33</td>
<td>B+</td>
</tr>
<tr class="even">
<td>Good</td>
<td>85+%</td>
<td>3.0</td>
<td>B</td>
</tr>
<tr class="odd">
<td>Acceptable</td>
<td>80+%</td>
<td>2.67</td>
<td>B–</td>
</tr>
<tr class="even">
<td>Adequate</td>
<td>75+%</td>
<td>2.33</td>
<td>C+</td>
</tr>
<tr class="odd">
<td>Barely Adequate</td>
<td>70+%</td>
<td>2.0</td>
<td>C</td>
</tr>
<tr class="even">
<td>Substantially Flawed</td>
<td>60+%</td>
<td>1.0</td>
<td>D</td>
</tr>
<tr class="odd">
<td>Flawed</td>
<td><60%</td>
<td>0.5</td>
<td>F</td>
</tr>
</tbody>
</table>
</div>
<div id="textbook" class="section level2">
<h2>Textbook</h2>
<p>There will be no textbook for the course. All materials will be available through this website.</p>
</div>
<div id="academic-integrity" class="section level2">
<h2>Academic Integrity</h2>
<p>The course will follow the university Academic Integrity Policy. Please review it and ask if you have any questions. Writing computer code often involves use of existing code chunks (e.g. copying an example from the documentation) which complicates identification of academic dishonesty. Students are responsible for comprehending the code they submit, regardless of its source. If there is reason to believe that submitted code was simply copied from elsewhere, the student will be asked to verbally (and specifically) explain the code used in the analysis to ensure comprehension.</p>
</div>
</div>
<div id="course-content" class="section level1">
<h1>Course Content</h1>
<p>Course content is designed to be flexible to accommodate student interest and abilities. The order and timing of course topics may change as the semester progresses. See the <a href="Schedule.html">course schedule for detailed course content</a>.</p>
<ul>
<li><strong>Data Gymnastics</strong>: Data structures (vectors, matrices, data frames). Base graphics. Reading and writing data (from disk and internet). For loops, conditional statements, and custom functions.</li>
<li><strong>Graphics</strong>: Basic plots and the “grammar of graphics” approach to building complex figures.</li>
<li><strong>Spatial Data</strong>: Integrating ‘traditional GIS’ analyses with statistical modelling. Data intersection (e.g. connecting points with polygons and rasters), overlays, zonal statistics, measuring autocorrelation (e.g. Moran’s I), spatial regression models.</li>
<li><strong>Use of raster, rgdal, and MODISTools</strong> packages to process MODIS satellite data.</li>
<li><strong>Reproducible Research & Literate Programming</strong>: Introduction to rmarkdown, creation of dynamic research outputs.</li>
<li><strong>Version Control</strong>: Managing code and research products in a “version control’ repository such as Github.</li>
<li><strong>High Performance Computing</strong>: Introduction to parallel processing in R.<br />
</li>
<li><strong>Software Integration</strong>: Language/software integration. Calling various other programs from within R.</li>
<li><strong>Package Development</strong>: Package structure and necessary components. Things to consider when developing an R package.</li>
</ul>
</div>
<!-- Google Analytics -->
<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-2684666-2', 'auto');
ga('send', 'pageview');
</script>
<!-- disqus -->
<div id="disqus_thread" style="margin-top: 45px;"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'rdataanalysis'; // required: replace example with your forum shortname
var disqus_identifier = "{{ page.url }}";
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq );
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">
comments powered by Disqus.</a>
</noscript>
<!-- give the footer some space -->
<br/>
<br/>
<footer id="site-footer">
<div id="footer1">
<a href="http://www.adamwilson.us"><img src="img/wilson.png" alt="logo" width=40px></a>
<a href="http://adamwilson.us/#contact"><i class="fa fa-envelope fa-2x"></i></a>
<a href="https://twitter.com/AdamWilsonLab"><i class="fa fa-twitter fa-2x"></i></a>
<a href="https://github.com/AdamMWilson"><i class="fa fa-github fa-2x"></i></a>
</div>
<div id="footer2">
<a rel="license" property="http://creativecommons.org/ns#license"
href="http://creativecommons.org/licenses/by/4.0/" ><img src="img/cc-by.svg" alt="cc-by"/></a>
</div>
</footer>
</div>
<script>
// add bootstrap table styles to pandoc tables
$(document).ready(function () {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
});
</script>
</body>
</html>