You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: activities.md
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -15,40 +15,38 @@ If you have not yet joined our private annotation group or cannot see your annot
15
15
## Submitting Programming Activities
16
16
17
17
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)**
18
19
19
-
**[See here for an example](https://github.com/zmuhls/ccny-coding-portfolio/tree/main)**
20
-
21
-
### GitHub Instructions
22
-
20
+
**GitHub Instructions**:
23
21
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.
24
22
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>
25
23
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>
0 commit comments