Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for handout renaming issue #295

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions _data/assignments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ labs:
graded_files:
- submission.txt
resources: true
worksheet: true
worksheet: "lockpicking_lab"
visible: true
-
name: "Perilous Pointers"
Expand All @@ -29,7 +29,7 @@ labs:
- part1-functions.c
- part2-main.c
resources: true
worksheet: true
worksheet: "perilous_pointers"
visible: true
-
name: "Utilities Unleashed"
Expand All @@ -43,7 +43,7 @@ labs:
- env.c
- time.c
resources: true
worksheet: true
worksheet: "utilities_unleashed"
visible: true
-
name: "Mini Memcheck"
Expand All @@ -56,7 +56,7 @@ labs:
graded_files:
- mini_memcheck.c
resources: true
worksheet: true
worksheet: "mini_memcheck"
visible: true
-
name: "Teaching Threads"
Expand All @@ -69,7 +69,7 @@ labs:
graded_files:
- par_reduce.c
resources: true
worksheet: true
worksheet: "teaching_threads"
visible: true
-
name: "Critical Concurrency"
Expand All @@ -84,7 +84,7 @@ labs:
- queue.c
- semamore.c
resources: true
worksheet: true
worksheet: "critical_concurrency"
visible: true
-
name: "Deadlock Demolition"
Expand All @@ -97,7 +97,7 @@ labs:
graded_files:
- libdrm.c
resources: true
worksheet: true
worksheet: "deadlock_demolition"
visible: true
-
name: "Ideal Indirection"
Expand All @@ -110,7 +110,7 @@ labs:
graded_files:
- mmu.c
resources: true
worksheet: true
worksheet: "ideal_indirection"
visible: true
-
name: "MapReduce"
Expand All @@ -123,7 +123,7 @@ labs:
graded_files:
- mapreduce.c
resources: true
worksheet: true
worksheet: false
visible: true
-
name: "Charming Chatroom"
Expand All @@ -138,7 +138,7 @@ labs:
- server.c
- utils.c
resources: true
worksheet: true
worksheet: "charming_chatroom"
visible: true
-
name: "Deepfried dd"
Expand All @@ -151,7 +151,7 @@ labs:
graded_files:
- dd.c
resources: true
worksheet: false
worksheet: "finding_filesystems"
visible: true
-
name: "Mad Mad Access Patterns"
Expand All @@ -165,7 +165,7 @@ labs:
- lookup1.c
- lookup2.c
resources: true
worksheet: true
worksheet: "mad_mad_access_pattern"
visible: true
-
name: "Savvy Scheduler"
Expand All @@ -178,7 +178,7 @@ labs:
graded_files:
- libscheduler.c
resources: true
worksheet: true
worksheet: "savvy_scheduler"
visible: true
-
name: "Lovable Linux"
Expand All @@ -191,7 +191,7 @@ labs:
graded_files:
- kernel.c
resources: true
worksheet: true
worksheet: "lovable_linux"
visible: true
mps:
-
Expand Down
8 changes: 5 additions & 3 deletions _pages/assignments.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ <h3>Labs</h3>
<td></td>
{% endif %} {% if lab.worksheet == nil or lab.worksheet != false %}
<td>
<a href="/resources/handouts/{{lab.url}}.pdf" class="fancy-link wiki-link"><img
src="./images/lab-icons/file-document.png" alt='Handout'></a>
<a href="/resources/handouts/{{lab.worksheet}}.pdf"
class="fancy-link wiki-link"><img src="./images/lab-icons/file-document.png"
alt='Handout'></a>
</td>
{% else %}
<td></td>
Expand All @@ -118,4 +119,5 @@ <h3>Labs</h3>
<div class="col-md-3 col-1 col-xs-0"></div>
{% include footer.html %}
</body>
</html>

</html>