-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
178 lines (175 loc) · 5.68 KB
/
_site.yml
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
name: "EMSE 4571: Intro Programming for Analytics - Spring 2022"
output_dir: _site
exclude:
- DESCRIPTION
- LICENSE
new_session: true
navbar:
title: ""
type: inverse
left:
- text: ""
icon: fas fa-home
href: index.html
- text: Syllabus
icon: fa fa-map
href: syllabus.html
- text: "Schedule"
icon: fa fa-calendar-alt
href: schedule.html
- text: "Class"
icon: fas fa-laptop-code
menu:
- text: "Jan 13: Getting Started"
href: c1-getting-started.html
- text: "Jan 20: Functions & Packages"
href: c2-functions-packages.html
- text: "Jan 27: Creating Functions"
href: c3-creating-functions.html
- text: "Feb 03: Conditionals & Testing"
href: c4-conditionals-testing.html
- text: "Feb 10: Iteration"
href: c5-iteration.html
- text: "Feb 17: Vectors"
href: c6-vectors.html
- text: "Feb 24: Strings"
href: c7-strings.html
- text: "Feb 28: Midterm Review"
href: c8-midterm-review.html
- text: "Mar 03: Python in R"
href: c8-python.html
- text: "Mar 24: Data Frames"
href: c9-data-frames.html
- text: "Mar 31: Data Wrangling"
href: c10-data-wrangling.html
- text: "Apr 07: Data Visualization"
href: c11-data-visualization.html
- text: "Apr 14: Reproducible Reporting"
href: c12-reproducible-reporting.html
- text: "Apr 21: Monte Carlo Methods"
href: c13-monte-carlo-methods.html
- text: "Assignments"
icon: fa fa-pencil-ruler
menu:
- text: "HW 1: Getting Started (Due 01/19)"
href: hw1-getting-started.html
- text: "HW 2: Functions & Packages (Due 01/26)"
href: hw2-functions-packages.html
- text: "HW 3: Creating Functions (Due 02/02)"
href: hw3-creating-functions.html
- text: "HW 4: Conditionals & Testing (Due 02/09)"
href: hw4-conditionals-testing.html
- text: "HW 5: Iteration (Due 02/16)"
href: hw5-iteration.html
- text: "HW 6: Vectors (Due 02/23)"
href: hw6-vectors.html
- text: "HW 7: Strings (Due 03/02)"
href: hw7-strings.html
- text: "HW 8: Python (Due 03/09)"
href: hw8-python.html
- text: "HW 9: Data Frames (Due 03/30)"
href: hw9-data-frames.html
- text: "HW 10: Data Wrangling (Due 04/06)"
href: hw10-data-wrangling.html
- text: "HW 11: Data Visualization (Due 04/13)"
href: hw11-data-visualization.html
- text: "HW 12: Reproducible Reporting (Due 04/20)"
href: hw12-reproducible-reporting.html
- text: "Readings"
icon: fa fa-book
menu:
- text: "1.1: Getting Started"
href: r1.1-getting-started.html
- text: "1.2: Operations & Data Types"
href: r1.2-operations-data-types.html
- text: "2: Functions & Packages"
href: r2-functions-packages.html
- text: "3: Creating functions"
href: r3-creating-functions.html
- text: "4.1: Conditionals"
href: r4.1-conditionals.html
- text: "4.2: Testing & Debugging"
href: r4.2-testing-debugging.html
- text: "5: Iteration"
href: r5-iteration.html
- text: "6: Vectors"
href: r6-vectors.html
- text: "7: Strings"
href: r7-strings.html
- text: "8: Introduction to Python"
icon: fab fa-python
href: r8-python.html
- text: "9.1: Data Analysis Prelude"
href: r9.1-data-analysis-prelude.html
- text: "9.2: Data Frames"
href: r9.2-data-frames.html
- text: "10: Data Wrangling"
href: r10-data-wrangling.html
- text: "11: Data Visualization"
href: r11-data-visualization.html
- text: "12: Reproducible Reporting"
href: r12-reproducible-reporting.html
- text: "13: Monte Carlo Methods"
href: r13-monte-carlo-methods.html
- text: "References"
icon: fa fa-bookmark
menu:
- text: "Course Software"
icon: fas fa-hdd
href: ref-course-software.html
- text: "Visualizing Data"
icon: fas fa-chart-bar
href: ref-visualizing-data.html
- text: "Programming in R"
icon: fas fa-terminal
href: ref-programming.html
- text: "R Markdown"
icon: fas fa-feather-alt
href: ref-rmarkdown.html
- text: "Other"
icon: fas fa-expand
href: ref-other.html
- text: "Help"
icon: fas fa-question-circle
menu:
- text: "Slack"
icon: fab fa-slack
href: https://emse-p4a-s22.slack.com
- text: "Autograder"
icon: fas fa-tasks
href: autograder.html
- text: "Schedule a meeting w/Prof. Helveston"
icon: fas fa-user-clock
href: https://jhelvy.appointlet.com/b/professor-helveston
right:
- icon: fa fa-bars
menu:
- text: About
icon: fa fa-info-circle
href: about.html
- text: License
icon: fa fa-gavel
href: LICENSE.html
- text: Contact
icon: fa fa-envelope
href: mailto:[email protected]
- text: Source files
icon: fa fa-github
href: https://github.com/emse-p4a-gwu/2022-Spring/
output:
html_document:
toc: yes
toc_depth: 4
toc_float:
collapsed: no
smooth_scroll: no
lib_dir: site_libs
self_contained: no
include:
in_header:
- _includes/header.html
- _includes/style.html
after_body: _includes/footer.html
theme: paper
highlight: textmate
number_sections: true