Skip to content

Commit

Permalink
Update homework links
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxuanchang committed Jan 4, 2025
1 parent be27a87 commit c43e280
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 19 deletions.
8 changes: 7 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ coursys: "https://coursys.sfu.ca/2025sp-cmpt-413-x1/"
forumname: Coursys Discussion Forum
forum: "https://coursys.sfu.ca/2025sp-cmpt-413-x1/forum/"
canvas: "none"
gradescope: "https://www.gradescope.ca/courses/23839"
semcode: 1251
semester: "Spring 2025"
calendar: "https://calendar.google.com/calendar/ical/qgs97od9ef8t1582k2rqomv5ho%40group.calendar.google.com/public/basic.ics"
Expand Down Expand Up @@ -95,3 +94,10 @@ hwdates:
hwsubmit:
name: "Coursys"
url: "https://coursys.sfu.ca/2025sp-cmpt-413-x1/"
hwp-report-submit:
name: "Crowdmark"
url: "https://app.crowdmark.com/courses/spring-2025-cmpt413-d100-computational-linguistics-cmpt713-g100-natural-language-processing"
specify-group-url: "https://www.youtube.com/watch?v=N2LtHmdu09c"
hwcsubmit:
name: "Crowdmark"
url: "https://app.crowdmark.com/courses/spring-2025-cmpt413-d100-computational-linguistics-cmpt713-g100-natural-language-processing"
8 changes: 4 additions & 4 deletions hw0.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ The report should include the following:
* Discussion of alternative methods you tried and how well they worked (or didn't work)
* Breakdown of contributions by each group member

Your report should be submitted as `report.pdf` to [Gradescope]({{site.hwdates[0].hwp-report-submit-url}}).
Your report should be submitted as `report.pdf` to [{{site.hwp-report-submit.name}}]({{site.hwdates[0].hwp-report-submit-url}}).
Using LaTex for preparing your reports is recommended (see [Overleaf](https://www.overleaf.com) for online editing of LaTex documents), but not required.

### Submit your homework on {{ site.hwsubmit.name }}
Expand Down Expand Up @@ -524,14 +524,14 @@ You must have the following files or `zipsrc.py` will complain about it:
In addition, each group member should write down a short description of what they
did for this homework in `answer/README.username`.

#### Upload to {{ site.hwsubmit.name }} and Gradescope
#### Upload to {{ site.hwsubmit.name }}

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

* Upload `output.zip` and `source.zip` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp0/)
{% if site.hwdates[0].hwp-report-submit-url %}
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[0].hwp-report-submit-url}}) HW0-P Report.
Only one person need to submit for the group, but please [add your group members](https://help.gradescope.com/article/m5qz2xsnjy-student-add-group-members)
* Please upload your `report.pdf` to [{{site.hwp-report-submit.name}}]({{site.hwdates[0].hwp-report-submit-url}}) HW0-P Report.
Only one person need to submit for the group, but please [add your group members]({{site.hwp-report-submit.specify-group-url}})
so that they can see the submission and specify the name of your group in the report.
{% endif %}
* Make sure you have documented your approach in `answer/ensegment.ipynb`.
Expand Down
8 changes: 4 additions & 4 deletions hw1.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ The report should include the following:
* Discussion of alternative methods you tried and how well they worked (or didn't work)
* Breakdown of contributions by each group member

Your report should be submitted as `report.pdf` to [Gradescope]({{site.hwdates[1].hwp-report-submit-url}}).
Your report should be submitted as `report.pdf` to [{{site.hwp-report-submit.name}}]({{site.hwdates[1].hwp-report-submit-url}}).
Using LaTex for preparing your reports is recommended (see [Overleaf](https://www.overleaf.com) for online editing of LaTex documents), but not required.

## Submit your homework on {{ site.hwsubmit.name }}
Expand Down Expand Up @@ -269,14 +269,14 @@ You must have the following files or `zipsrc.py` will complain about it:
In addition, each group member should write down a short description
of what they did for this homework in the Python notebook.

### Upload to {{ site.hwsubmit.name }} and Gradescope
### Upload to {{ site.hwsubmit.name }}

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

* Upload `output.zip` and `source.zip` [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp1/)
{% if site.hwdates[1].hwp-report-submit-url %}
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[1].hwp-report-submit-url}}) HW1-P Report.
Only one person need to submit for the group, but please [add your group members](https://help.gradescope.com/article/m5qz2xsnjy-student-add-group-members)
* Please upload your `report.pdf` to [{{site.hwp-report-submit.name}}]({{site.hwdates[1].hwp-report-submit-url}}) HW1-P Report.
Only one person need to submit for the group, but please [add your group members]({{site.hwp-report-submit.specify-group-url}})
so that they can see the submission and specify the name of your group in the report.
{% endif %}
* Make sure your `source.zip` matches your Github repository.
Expand Down
8 changes: 4 additions & 4 deletions hw2.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ The report should include the following:
* Discussion of alternative methods you tried and how well they worked (or didn't work)
* Breakdown of contributions by each group member

Your report should be submitted as `report.pdf` to [Gradescope]({{site.hwdates[2].hwp-report-submit-url}}).
Your report should be submitted as `report.pdf` to [{{site.hwp-report-submit.name}}]({{site.hwdates[2].hwp-report-submit-url}}).
Using LaTex for preparing your reports is recommended (see [Overleaf](https://www.overleaf.com) for online editing of LaTex documents), but not required.

## Submit your homework on {{ site.hwsubmit.name }}
Expand Down Expand Up @@ -531,14 +531,14 @@ You must have the following files or `zipsrc.py` will complain about it:
In addition, each group member should write down a short description of what they
did for this homework in `answer/README.username`.

### Upload to {{ site.hwsubmit.name }} and Gradescope
### Upload to {{ site.hwsubmit.name }}

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

* Upload `output.zip` and `source.zip` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp2/)
{% if site.hwdates[2].hwp-report-submit-url %}
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[2].hwp-report-submit-url}}) HW2-P Report.
Only one person need to submit for the group, but please [add your group members](https://help.gradescope.com/article/m5qz2xsnjy-student-add-group-members)
* Please upload your `report.pdf` to [{{site.hwp-report-submit.name}}]({{site.hwdates[2].hwp-report-submit-url}}) HW2-P Report.
Only one person need to submit for the group, but please [add your group members]({{site.hwp-report-submit.specify-group-url}})
so that they can see the submission and specify the name of your group in the report.
{% endif %}
* Make sure you have documented your approach in `answer/bertchunker.ipynb`.
Expand Down
6 changes: 3 additions & 3 deletions hw3.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ The report should include the following:
* Discussion of alternative methods you tried and how well they worked (or didn't work)
* Breakdown of contributions by each group member

Your report should be submitted as `report.pdf` to to [Gradescope]({{site.hwdates[3].hwp-report-submit-url}}).
Your report should be submitted as `report.pdf` to to [{{site.hwp-report-submit.name}}]({{site.hwdates[3].hwp-report-submit-url}}).
Using LaTex for preparing your reports is recommended (see [Overleaf](https://www.overleaf.com) for online editing of LaTex documents), but not required.

## Submit your homework on {{ site.hwsubmit.name }}
Expand Down Expand Up @@ -290,8 +290,8 @@ Go to `Programming Homework 3` on {{ site.hwsubmit.name }} and do a group submis

* Upload `output.zip` and `source.zip` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp3/)
{% if site.hwdates[3].hwp-report-submit-url %}
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[3].hwp-report-submit-url}}) HW3-P Report.
Only one person need to submit for the group, but please [add your group members](https://help.gradescope.com/article/m5qz2xsnjy-student-add-group-members)
* Please upload your `report.pdf` to [{{site.hwp-report-submit.name}}]({{site.hwdates[3].hwp-report-submit-url}}) HW3-P Report.
Only one person need to submit for the group, but please [add your group members]({{site.hwp-report-submit.specify-group-url}})
so that they can see the submission and specify the name of your group in the report.
{% endif %}
* Make sure your `source.zip` matches your Github repository.
Expand Down
6 changes: 3 additions & 3 deletions hw4.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ The report should include the following:
* Discussion of alternative methods you tried and how well they worked (or didn't work)
* Breakdown of contributions by each group member

Your report should be submitted as `report.pdf` to to [Gradescope]({{site.hwdates[4].hwp-report-submit-url}}).
Your report should be submitted as `report.pdf` to to [{{site.hwp-report-submit.name}}]({{site.hwdates[4].hwp-report-submit-url}}).
Using LaTex for preparing your reports is recommended (see [Overleaf](https://www.overleaf.com) for online editing of LaTex documents), but not required.

## Submit your homework on {{ site.hwsubmit.name }}
Expand Down Expand Up @@ -345,8 +345,8 @@ Go to `Programming Homework 4` on {{ site.hwsubmit.name }} and do a group submis

* Upload `output.zip` and `source.zip` to [{{ site.hwsubmit.name }}]({{ site.hwsubmit.url }}/+hwp4/)
{% if site.hwdates[4].hwp-report-submit-url %}
* Please upload your `report.pdf` to [Gradescope]({{site.hwdates[4].hwp-report-submit-url}}) HW4-P Report.
Only one person need to submit for the group, but please [add your group members](https://help.gradescope.com/article/m5qz2xsnjy-student-add-group-members)
* Please upload your `report.pdf` to [{{site.hwp-report-submit.name}}]({{site.hwdates[4].hwp-report-submit-url}}) HW4-P Report.
Only one person need to submit for the group, but please [add your group members]({{site.hwp-report-submit.specify-group-url}})
so that they can see the submission and specify the name of your group in the report.
{% endif %}
* Make sure you have documented your approach in `answer/prefixtune.ipynb`.
Expand Down

0 comments on commit c43e280

Please sign in to comment.