Skip to content

Commit 022b43b

Browse files
committed
Updated assignment1-cs431
Instructions for github
1 parent 30f98fa commit 022b43b

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

assignment0-431.html

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ <h4 style="padding-top: 10px">Submitting Assignment 0</h4>
292292
<li>Finally, you need to tell us your GitHub account so we can link it
293293
to you. Submit your information <a href="https://goo.gl/forms/BVdXDGIXxWOuhUze2">here</a>.</li>
294294
</ol>
295+
</p>
295296

296297
<p style="padding-top: 20px"><a href="#">Back to top</a></p>
297298

assignment1-431.html

+8-10
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,11 @@ <h3>Assignment 1: Counting in Python <small>due 2:30pm January 29</small></h3>
8787
For this assignment, you should continue to use the
8888
<a href="https://jupyter.student.cs.uwaterloo.ca:8000"
8989
target="_blank">Waterloo CS Jupyter hub</a>. Use
90-
your WatIAM password.
90+
your password for the <emph>CS student computing
91+
environment</emph>.
9192
</p>
9293
<p>
93-
This assignment requires you to implement a mechansism for
94+
This assignment requires you to implement a mechanism for
9495
answering queries about some count-based statistics over
9596
tokens in the text of Shakespeare's plays.
9697
You will need to upload the following files to the Jupyter hub:
@@ -114,15 +115,12 @@ <h3>Assignment 1: Counting in Python <small>due 2:30pm January 29</small></h3>
114115
<ol>
115116
<li>Download your <samp>A1.ipynb</samp> file from the Jupyter hub to your
116117
computer.</li>
117-
<li>Change the name of your file from <samp>A1.ipynb</samp>
118-
to <samp>A1-xxxxxxxx.ipynb</samp>, where <samp>xxxxxxxx</samp> is your UW
119-
student ID number.</li>
120-
<li>Send your <samp>A1-xxxxxxxx.ipynb</samp> file as an e-mail attachment to
121-
<a href="mailto:[email protected]?subject=[cs431]%20A1-xxxxxxxx">kmsalem@uwaterloo</a>. Your
122-
e-mail message must be sent before the assignment deadline, and must
123-
have the subject line <samp>[cs431] A1-xxxxxxxx</samp>,
124-
where <samp>xxxxxxxx</samp> is your UW student ID number.</li>
118+
<li>Submit your <samp>A1.ipynb</samp> file to your GitHub repository using the web interface like you did in assignment 0.</li>
125119
</ol>
120+
</p>
121+
<p>That's it! There's no need to send us anything&mdash;we already
122+
know your username from assignment 0. Note that your A1.ipynb should be
123+
committed and pushed to origin before the deadline.</p>
126124

127125
<p style="padding-top: 20px"><a href="#">Back to top</a></p>
128126

0 commit comments

Comments
 (0)