Skip to content

Commit 1dda0ff

Browse files
committed
Reformat activity page
1 parent e57fe33 commit 1dda0ff

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

activities.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,38 @@ If you have not yet joined our private annotation group or cannot see your annot
1515
## Submitting Programming Activities
1616

1717
We will use [GitHub](https://github.com) as a class submission portal for each programming activity. To get started with GitHub, please set up a project repository, initiate a README, and create two folders where you can upload completed notebooks and reflections for each programming activity.
18+
* **[See here for an example](https://github.com/zmuhls/ccny-coding-portfolio/tree/main)**
1819

19-
**[See here for an example](https://github.com/zmuhls/ccny-coding-portfolio/tree/main)**
20-
21-
### GitHub Instructions
22-
20+
**GitHub Instructions**:
2321
1. **Create a new repository**: Go to GitHub and create a new repository for your project. Name it appropriately, like `social-coding-portfolio`. Accept the option to initiate a `README.md`, which should serve as a project overview with an outline of its purpose, its structure, and related information.
2422
2. **Create two folders**: (i) `Notebooks` for Jupyter Notebook files and (ii) `Reflections` for Markdown reflections. [Click here](https://stackoverflow.com/questions/12258399/how-do-i-create-a-folder-in-a-github-repository) for guidance on how to set up folders on GitHub.<br>
2523
3. **Upload reflection and notebook**: Upload each submission as two files (one `.ipynb` in `Notebooks` and one `.md` in `Reflections`) and commit them with semi-descriptive messages.<br>
2624

27-
#### Activity 1: Building Blocks
25+
### Activity 1: Building Blocks
2826

2927
- Due: 10/08 (Tue)
3028
- Downloadable [Instructions: Activity 1](https://colab.research.google.com/github/zmuhls/ccny-data-science/blob/main/assets/activities/activity_1.ipynb)
3129
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)
3230

33-
#### Activity 2: Python Primer
31+
### Activity 2: Python Primer
3432

3533
- Due: 10/22 (Tue)
3634
- Downloadable [Instructions: Activity 2](https://colab.research.google.com/github/zmuhls/ccny-data-science/blob/main/assets/activities/activity_2.ipynb)
3735
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)
3836

39-
#### Activity 3: Practicing Pandas
37+
### Activity 3: Practicing Pandas
4038

4139
- Due: 11/07 (Thu)
4240
- Downloadable [Instructions: Activity 3](https://colab.research.google.com/github/zmuhls/ccny-data-science/blob/main/assets/activities/activity_3.ipynb)
4341
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)
4442

45-
#### Activity 4: Writing Docs
43+
### Activity 4: Writing Docs
4644

4745
- Due: 11/14 (Thur)
4846
- Downloadable [Instructions: Activity 4](https://github.com/zmuhls/ccny-data-science/blob/main/assets/activities/activity_4.md)
4947
- Submission format: .md (Markdown) and .ipynb (Jupyter Notebook)
5048

51-
#### Activity 5: Data Visualization
49+
### Activity 5: Data Visualization
5250

5351
- Due: 11/28 (Tue)
5452
- Downloadable [Instructions: Activity 5](https://github.com/zmuhls/ccny-data-science/blob/main/assets/activities/activity_5.pdf)

0 commit comments

Comments
 (0)