Skip to content

Commit b1ac4cc

Browse files
committed
slides Oct 8
1 parent c899dcc commit b1ac4cc

File tree

4 files changed

+14
-53
lines changed

4 files changed

+14
-53
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ <h1>Course Materials</h1>
300300
<a href="./project/proposal.html" class="title listing-title">Stat 850 Project Proposal</a>
301301
</td>
302302
</tr>
303-
<tr data-index="4" data-categories="Slides" data-listing-date-sort="1728363600000" data-listing-file-modified-sort="1728333603830" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="170" data-listing-title-sort="Murder in SQL City" data-listing-filename-sort="07-murder.qmd">
303+
<tr data-index="4" data-categories="Slides" data-listing-date-sort="1728363600000" data-listing-file-modified-sort="1728336813201" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="64" data-listing-title-sort="Murder in SQL City" data-listing-filename-sort="07-murder.qmd">
304304
<td>
305305
<span class="listing-date">Oct 8, 2024</span>
306306
</td>

docs/search.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
"href": "slides/07-murder.html#this-weeks-big-picture-goal",
446446
"title": "Murder in SQL City",
447447
"section": "This week’s big picture goal:",
448-
"text": "This week’s big picture goal:\nWorking with text and practicing exploration skills"
448+
"text": "This week’s big picture goal:\nWorking with data filters, joining data"
449449
},
450450
{
451451
"objectID": "slides/07-murder.html#organization",
@@ -466,7 +466,7 @@
466466
"href": "slides/07-murder.html#todays-goals",
467467
"title": "Murder in SQL City",
468468
"section": "Today’s Goals:",
469-
"text": "Today’s Goals:\n\nExploration!\n\nIdeally you have passed checkpoint 2 for both R and python. If not, finish up checkpoint 2 for one language and proceed with that."
469+
"text": "Today’s Goals:\n\nIn Canvas, follow the Github Classroom link to Homework 7\nClone the repo for Homework 7 to your local machine\nMake sure that you are able to render index.qmd\nYou might have to install the package RSQLite\n\nStart solving the murder … by … ahem, finding that crime report."
470470
},
471471
{
472472
"objectID": "slides/07-murder.html#resources",

docs/slides/07-murder.html

+6-22
Original file line numberDiff line numberDiff line change
@@ -344,33 +344,17 @@ <h1 class="title">Murder in SQL City</h1>
344344
</section>
345345
<section id="this-weeks-big-picture-goal" class="slide level2">
346346
<h2>This week’s big picture goal:</h2>
347-
<p>Working with text and practicing exploration skills</p>
348-
</section>
349-
<section id="organization" class="slide level2">
350-
<h2>Organization</h2>
351-
<ul>
352-
<li><p>code for homework submissions:</p>
353-
<ul>
354-
<li><p>always make sure that the <code>index.qmd</code> file renders for you (that’s where your answers are <em>supposed</em> to be)</p></li>
355-
<li><p>comment out any and all calls that produce:</p>
356-
<ul>
357-
<li><p>excessive output: <code>ls()</code>, <code>dir()</code>, <code>print()</code></p></li>
358-
<li><p>additional windows: <code>View()</code>, <code>?</code> (or <code>??</code>, <code>help</code>),</p></li>
359-
<li><p>install software: <code>install.packages()</code>,</p></li>
360-
</ul></li>
361-
<li><p>references to files outside of your repository</p></li>
362-
</ul></li>
363-
</ul>
364-
</section>
365-
<section id="projects" class="slide level2">
366-
<h2>Projects</h2>
347+
<p>Working with data filters, joining data</p>
367348
</section>
368349
<section id="todays-goals" class="slide level2">
369350
<h2>Today’s Goals:</h2>
370351
<ul>
371-
<li>Exploration!</li>
352+
<li><p>In Canvas, follow the Github Classroom link to Homework 7</p></li>
353+
<li><p>Clone the repo for Homework 7 to your local machine</p></li>
354+
<li><p>Make sure that you are able to render <code>index.qmd</code></p></li>
355+
<li><p>You might have to install the package <code>RSQLite</code></p></li>
372356
</ul>
373-
<p>Ideally you have passed checkpoint 2 for both R and python. If not, finish up checkpoint 2 for one language and proceed with that.</p>
357+
<p>Start solving the murder … by … ahem, finding that crime report.</p>
374358
</section>
375359
<section id="resources" class="slide level2">
376360
<h2>Resources</h2>

slides/07-murder.qmd

+5-28
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,19 @@ Working with data filters, joining data
1414

1515
---
1616

17-
## Organization
18-
19-
- code for homework submissions:
20-
21-
- always make sure that the `index.qmd` file renders for you (that's where your answers are *supposed* to be)
22-
23-
- comment out any and all calls that produce:
24-
25-
- excessive output: `ls()`, `dir()`, `print()`
26-
27-
- additional windows: `View()`, `?` (or `??`, `help`),
28-
29-
- install software: `install.packages()`,
30-
31-
- references to files outside of your repository
32-
33-
---
34-
35-
## Projects
36-
---
3717

3818
## Today's Goals:
3919

20+
- In Canvas, follow the Github Classroom link to Homework 7
4021

41-
42-
## Today's Goals:
43-
44-
- In Canvas, follow the Github Classroom link to Homework 6
45-
46-
- Clone the repo for Homework 6 to your local machine
22+
- Clone the repo for Homework 7 to your local machine
4723

4824
- Make sure that you are able to render `index.qmd`
4925

50-
- Start wrangling these poems!
26+
- You might have to install the package `RSQLite`
27+
28+
Start solving the murder ... by ... ahem, finding that crime report.
5129

52-
Try to get past checkpoints 1 and 2 for both python and R, so you can focus on the exploration on Thursday
5330

5431
----
5532

0 commit comments

Comments
 (0)