Skip to content

Commit

Permalink
Clarify that report does not have to be submitted to Coursys
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxuanchang committed Jan 17, 2024
1 parent a6d6017 commit 96fefa0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions hw0.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,9 @@ did for this homework in `answer/README.username`.

Go to `Programming Homework 0` on [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}) and do a group submission:

* Upload `output.zip` and `source.zip` and `report.pdf` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp0/)
* Upload `output.zip` and `source.zip` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp0/)
{% if site.hwdates[0].hwp-report-submit-url %}
* Please also upload your `report.pdf` to [Gradescope]({{site.hwdates[0].hwp-report-submit-url}}) HW0-P Report
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[0].hwp-report-submit-url}}) HW0-P Report
{% endif %}
* Make sure you have documented your approach in `answer/ensegment.ipynb`.
* Make sure each member of your group has documented their contribution to this homework in `answer/README.username` where `username` is your CSIL/Github username.
Expand Down
4 changes: 2 additions & 2 deletions hw1.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ of what they did for this homework in the Python notebook.

Go to `Programming Homework 1` on {{ site.hwsubmit.name }} and do a group submission:

* Upload `output.zip` and `source.zip` and `report.pdf` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp1/)
* Upload `output.zip` and `source.zip` {{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp1/)
{% if site.hwdates[1].hwp-report-submit-url %}
* Please also upload your `report.pdf` to [Gradescope]({{site.hwdates[1].hwp-report-submit-url}}) HW1-P Report
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[1].hwp-report-submit-url}}) HW1-P Report
{% endif %}
* Make sure your `source.zip` matches your Github repository.
* Make sure you have documented your approach in `answer/spellchk.ipynb`.
Expand Down
4 changes: 2 additions & 2 deletions hw2.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@ did for this homework in `answer/README.username`.

Go to `Programming Homework 2` on {{ site.hwsubmit.name }} and do a group submission:

* Upload `output.zip` and `source.zip` and `report.pdf` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp2/)
* Upload `output.zip` and `source.zip` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp2/)
{% if site.hwdates[2].hwp-report-submit-url %}
* Please also upload your `report.pdf` to [Gradescope]({{site.hwdates[2].hwp-report-submit-url}}) HW2-P Report
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[2].hwp-report-submit-url}}) HW2-P Report
{% endif %}
* Make sure you have documented your approach in `answer/bertchunker.ipynb`.
* Check if each group member has a `answer/README.username`.
Expand Down
4 changes: 2 additions & 2 deletions hw3.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ did for this homework in `answer/README.username`.

Go to `Programming Homework 3` on {{ site.hwsubmit.name }} and do a group submission:

* Upload `output.zip` and `source.zip` and `report.pdf` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp3/)
* Upload `output.zip` and `source.zip` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp3/)
{% if site.hwdates[3].hwp-report-submit-url %}
* Please also upload your `report.pdf` to [Gradescope]({{site.hwdates[3].hwp-report-submit-url}}) HW3-P Report
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[3].hwp-report-submit-url}}) HW3-P Report
{% endif %}
* Make sure your `source.zip` matches your Github repository.
* Make sure you have documented your approach in `answer/neuralmt.ipynb`.
Expand Down
4 changes: 2 additions & 2 deletions hw4.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ Each group member should write about what they did for this homework in the Pyth

Go to `Programming Homework 4` on {{ site.hwsubmit.name }} and do a group submission:

* Upload `output.zip` and `source.zip` and `report.pdf` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp4/)
* Upload `output.zip` and `source.zip` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp4/)
{% if site.hwdates[4].hwp-report-submit-url %}
* Please also upload your `report.pdf` to [Gradescope]({{site.hwdates[4].hwp-report-submit-url}}) HW4-P Report
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[4].hwp-report-submit-url}}) HW4-P Report
{% endif %}
* Make sure you have documented your approach in `answer/prefixtune.ipynb`.
* Make sure each member of your group has documented their contribution to this homework in the Python notebook.
Expand Down

0 comments on commit 96fefa0

Please sign in to comment.