-
Notifications
You must be signed in to change notification settings - Fork 2
/
_site.yml
151 lines (148 loc) · 4.66 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
name: "EMSE 4574: Programming for Analytics - Fall 2020"
output_dir: _site
exclude:
- DESCRIPTION
- LICENSE
new_session: true
navbar:
title: "P4A - Fall 2020"
type: inverse
left:
- text: Syllabus
icon: far fa-map
href: syllabus.html
- text: "Schedule"
icon: far fa-calendar-alt
href: schedule.html
- text: "Lessons"
icon: fa fa-book
menu:
- text: "0: Course Prep"
href: L0-course-prep.html
- text: "Week 1.1: Course Introduction"
href: L1.1-course-introduction.html
- text: "Week 1.2: Getting Started"
href: L1.2-getting-started.html
- text: "Week 1.3: Operations & Data Types"
href: L1.3-operations-data-types.html
- text: "Week 2: Functions & Packages"
href: L2-functions-packages.html
- text: "Week 3: Creating functions"
href: L3-creating-functions.html
- text: "Week 4.1: Conditionals"
href: L4.1-conditionals.html
- text: "Week 4.2: Testing & Debugging"
href: L4.2-testing-debugging.html
- text: "Week 5: Loops"
href: L5-loops.html
- text: "Week 6: Vectors"
href: L6-vectors.html
- text: "Week 7: Strings"
href: L7-strings.html
- text: "Week 9: Introduction to Python"
icon: fab fa-python
href: L9-python-intro.html
- text: "Week 11-1: Data Analysis Prelude"
href: L11.1-data-analysis-prelude.html
- text: "Week 11-2: Data Frames"
href: L11.2-data-frames.html
- text: "Week 12: Data Wrangling"
href: L12-data-wrangling.html
- text: "Week 13: Data Visualization"
href: L13-data-visualization.html
- text: "Week 14: Reproducible Reporting"
href: L14-reproducible-reporting.html
- text: "Week 15: Monte Carlo Methods"
href: L15-monte-carlo-methods.html
- text: "Assignments"
icon: fa fa-laptop
menu:
- text: "HW 1 - Getting Started"
href: hw1-getting-started.html
- text: "HW 2 - Functions & Packages"
href: hw2-functions-packages.html
- text: "HW 3 - Creating Functions"
href: hw3-creating-functions.html
- text: "HW 4 - Conditionals & Testing"
href: hw4-conditionals-testing.html
- text: "HW 5 - Loops"
href: hw5-loops.html
- text: "HW 6 - Vectors"
href: hw6-vectors.html
- text: "HW 7 - Strings"
href: hw7-strings.html
- text: "HW 8 - Python"
href: hw8-python.html
- text: "HW 9 - Data Frames"
href: hw9-data-frames.html
- text: "HW 10 - Data Wrangling"
href: hw10-data-wrangling.html
- text: "HW 11 - Data Visualization"
href: hw11-data-visualization.html
- text: "HW 12 - Reproducible Reporting"
href: hw12-reproducible-reporting.html
- text: "References"
icon: far fa-bookmark
menu:
- text: "Getting Help"
icon: fa fa-question-circle
href: ref-getting-help.html
- text: "Programming in R"
icon: fa fa-terminal
href: ref-programming.html
- text: "Visualizing Data"
icon: fa fa-chart-bar
href: ref-visualizing-data.html
- text: "R Markdown"
icon: fa fa-feather-alt
href: ref-rmarkdown.html
- text: "Other"
icon: fa fa-expand
href: ref-other.html
- text: "Tools"
icon: fas fa-tools
menu:
- text: "Autograder"
icon: fas fa-tasks
href: autograder.html
- text: "Slack"
icon: fab fa-slack
href: https://emse-p4a-f20.slack.com
- text: "RStudio Server"
icon: fab fa-r-project
href: https://rstudio.seas.gwu.edu/
- 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/2020-Fall/
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