Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to first day materials for 2024 #1051

Merged
merged 4 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions lectures/SQL-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ language: SQL
---

1. [Course Introduction]({{ site.baseurl }}/materials/course-intro)
2. [Demo Code for Where Students Can Get in the Course]({{ site.baseurl }}/materials/first-day-demo)
3. [Accessing Excel Online at UF]({{ site.baseurl }}/materials/excel-online-uf)
4. [Tidy Data]({{ site.baseurl }}/materials/tidy-data)
5. [Data Entry]({{ site.baseurl }}/materials/data-entry)
2. [Accessing Excel Online at UF]({{ site.baseurl }}/materials/excel-online-uf)
3. [Tidy Data]({{ site.baseurl }}/materials/tidy-data)
4. [Data Entry]({{ site.baseurl }}/materials/data-entry)
10 changes: 5 additions & 5 deletions materials/course-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ Each step of the course builds on the last step and students who get behind ofte
### Syllabus

* Grading
* Produces the correct answer using the requested approach: 100%
* Generally uses the right approach, but a minor mistake results in an incorrect answer: 90%
* Attempts to solve the problem and makes some progress using the core concept: 50%
* No answer or answer lacking basic understanding of core concept: 0%
* Code runs, uses the requested approach, and produces approximately the correct answer: 100%
* Attempts to solve the problem and makes some progress using the core concept, but does not produce approximately the correct answer or demonstrate basic comfort with the core concept: 50%
* Not submitted or no meaningful effort demonstrated: 0%
* Challenge exercises
* Give it a read and let me know if you have any questions

### Office Hours

* Wednesday: 10-11 am
* Friday, 10-11 am, in-person in Building 150, or on Zoom


### Canvas
Expand Down
2 changes: 1 addition & 1 deletion materials/tidy-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ messy and what we could do to improve it.
### Export data into easy to read formats

* Save data in plain text files.
* Files -> Save As -> Select .csv
* Files -> Export -> Select 'Download this sheet as CSV (.csv)
Loading