Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zd123 committed Sep 6, 2022
1 parent dbdadb5 commit adfa66f
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions Week-02-EDA/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@


# Housekeeping
If you're going to be absent, you must slack Silu Hu __and__ your TA.
* Thrusday's TA == Julia Lau
* Friday's TA == Steve Riesenberg
1. Must do the [class survey](https://forms.gle/2guJsRgiLpwjARLQA) before leaving class. That is how we are going to be taking attendance.
2. If you're going to be absent, you must slack Silu Hu __and__ your TA. If you are going to attend the other class instead of your own, slack that classes TA.
* Tuesday's TA == Tyron Samaroo
* Friday's TA == Seth Marcus && Jon Chery

## Announcements
1. Always check [Silu's Weekly Updates](https://ctp2021.slack.com/archives/C027ENWFQEQ/p1631722006056400) on slack every Wed afternoon. (also, add emjoi reaction to the slack message for us to know you've seen it.)
1. Always check [Silu's Weekly Updates](https://ctp2022.slack.com/archives/C03MWUDJM6V/p1661961436088019) on slack every Wed afternoon. (also, add emoji reaction to the slack message for us to know you've seen it.)
2. The bulk of the Summer HW is due this Friday Sep 9th at 11:59pm.

# Plan for today
1. Review last weeks homework.
Expand All @@ -15,17 +18,21 @@ If you're going to be absent, you must slack Silu Hu __and__ your TA.
5. Begin Exercise.

# Updating your fork
* Every week, run these commands from your terminal when you're inside the 2021-fall-data-science folder.
1. `git fetch upstream`
2. `git merge upstream/master`
Every week, run these commands from your terminal when you're inside the 2022-fall-data-science folder.
1. `git fetch upstream`
2. `git merge upstream/main`

__!! If you get this error `merge: upstream/master not something we can merge` when trying to update your fork. Try running this command instead__
1. `git fetch upstream`
2. `git merge upstream/main`
2. `git merge upstream/master`




# Homework
1. Complete the Exercise-EDA.ipynb and paste it into the HW submission sheet.
2. Make your professional github website. You don't have to fill it with content yet, but you must at least create it and paste the link into the HW submission sheet in the Personal Website column.

In addition to the `Exercise-EDA.ipynb` homework, you are also going to have to create your own [Github Pages resume website](https://zd123.github.io/zacks-template-site.github.io/). Here are two tutorials on how to set it up. [Tutorial Resource 1](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site), and [Tutorial Resource 2](https://guides.github.com/features/pages/). It is optional to use a jekyll template, but recommended cause they are cool.

Github pages use the [Markdown language](https://guides.github.com/features/mastering-markdown/) instead of HTML/CSS, so they are much easier to edit and maintain.
Expand All @@ -35,6 +42,8 @@ Note, __you just have to set up your website__ this week. Next week we will beg

__Once you set it up, paste the link in the HW Submissions Sheet under the 'personal website' column.__

* [Thursday's HW Submission Sheet](https://docs.google.com/spreadsheets/d/1AZtto_TvDB3P68p-uC7DGIHQrwLEAv0cK-rXlD61aP0/edit#gid=0)
* [Friday's HW Submission Sheet](https://docs.google.com/spreadsheets/d/1NyZKCvHBJOTkCq9Y_YVnKi9fmuXiokWb9VRPQ3HuviI/edit?usp=sharing)
* [Tuesdays HW Submission Sheet](https://docs.google.com/spreadsheets/d/1yI_pBTrMJlkdwTMEb3NpZvgGEvV3PEY0ioVjRFr4ZAw/edit?usp=sharing)
* [Fridays HW Submission Sheet](https://docs.google.com/spreadsheets/d/1Aqc558z5er5SgwdxHY98u1I1iRB2HThhqNZ_QWwwb5k/edit#gid=0)



0 comments on commit adfa66f

Please sign in to comment.