From 574c55bf9eb54c735435c9d2235b3e6d9c88b9cc Mon Sep 17 00:00:00 2001 From: Rebecca Phuonghanh Dang Date: Sun, 29 Jun 2025 16:58:06 -0700 Subject: [PATCH] Standardize post titles and slugs --- course-software/course-site.md | 8 ++++---- course-software/{ed.md => edstem.md} | 4 ++-- ...{gradescope-debug.md => otter-gradescope-debugging.md} | 2 +- course-software/otter/releasing-assignment.md | 3 +-- logistics/exams/writing-exams.md | 7 ++++--- ...aging-the-course-email.md => managing-course-email.md} | 0 6 files changed, 12 insertions(+), 12 deletions(-) rename course-software/{ed.md => edstem.md} (99%) rename course-software/otter/{gradescope-debug.md => otter-gradescope-debugging.md} (99%) rename logistics/{managing-the-course-email.md => managing-course-email.md} (100%) diff --git a/course-software/course-site.md b/course-software/course-site.md index 585177b..801f5b1 100644 --- a/course-software/course-site.md +++ b/course-software/course-site.md @@ -9,13 +9,13 @@ nav_order: 3 ## Templates -In the addition to the [templates maintained by Seamless Learning](../seamless-learning/course-websites), CS 161 also maintains a [Jekyll based template](https://github.com/cs161-staff/course-site-template) - +- [Seamless Learning templates](../seamless-learning/course-websites) +- [CS 161 template](https://github.com/cs161-staff/course-site-template) ## Accessibility Resources -You are responsible for ensuring that your webpage is accessible. This is both the right thing to do and a legal obligation. +You are responsible for ensuring that your webpage is accessible. This is both the right thing to do and a legal obligation. - [Digital Accessibility Program](https://dap.berkeley.edu/) - [WCAG Standards](https://www.w3.org/WAI/standards-guidelines/wcag/) -- [Color Contrast Checker](https://webaim.org/resources/contrastchecker/) \ No newline at end of file +- [Color Contrast Checker](https://webaim.org/resources/contrastchecker/) \ No newline at end of file diff --git a/course-software/ed.md b/course-software/edstem.md similarity index 99% rename from course-software/ed.md rename to course-software/edstem.md index e4ca569..e010a77 100644 --- a/course-software/ed.md +++ b/course-software/edstem.md @@ -6,14 +6,14 @@ nav_order: 4 published: true --- -# EdStem Tips and Tricks +# EdStem [EdStem](https://edstem.org), or Ed for short, is the online course Q&A forum used at UC Berkeley. Many TAs know the basic functionality of Ed posts, but here are some lesser known tips and tricks. ## Official Documentation for Ed -Official documentation for Ed is found [here](https://edstem.org/us/help). +Official documentation for Ed is found [here](https://edstem.org/us/help). ## Additional Features diff --git a/course-software/otter/gradescope-debug.md b/course-software/otter/otter-gradescope-debugging.md similarity index 99% rename from course-software/otter/gradescope-debug.md rename to course-software/otter/otter-gradescope-debugging.md index 40fe1e6..02ec4b1 100644 --- a/course-software/otter/gradescope-debug.md +++ b/course-software/otter/otter-gradescope-debugging.md @@ -1,6 +1,6 @@ --- layout: page -title: Gradescope Debugging via SSH +title: Otter-Gradescope Debugging parent: Otter Grader --- diff --git a/course-software/otter/releasing-assignment.md b/course-software/otter/releasing-assignment.md index 78c5267..c01ef02 100644 --- a/course-software/otter/releasing-assignment.md +++ b/course-software/otter/releasing-assignment.md @@ -4,9 +4,8 @@ title: Releasing an Assignment parent: Otter Grader --- -

+{: .warning} This page is a work in progress. This is only the first draft. -

# Releasing an Assignment using Otter Grader diff --git a/logistics/exams/writing-exams.md b/logistics/exams/writing-exams.md index 3f1064c..7f1faa5 100644 --- a/logistics/exams/writing-exams.md +++ b/logistics/exams/writing-exams.md @@ -1,11 +1,13 @@ --- layout: page -title: Tools for Writing Exams +title: Writing Exams parent: Exams nav_order: 1 --- -# Tools for Writing Exams +# Writing Exams + +## Tools for Writing Exams Many tools have been used over the years for writing exams, including: @@ -17,4 +19,3 @@ Many tools have been used over the years for writing exams, including: - [PrairieLearn](https://www.prairielearn.com/) - Most recently, [Typst](https://typst.app/), a Latex and Overleaf alternative, has been gaining popularity for its in-browser editor, compiler, and previewer and its local features - CS 61C has a Typst exam template [61c-examst](https://github.com/61c-teach/cs61c-examst) developed by Andrew Liu (liu.andrew@) - diff --git a/logistics/managing-the-course-email.md b/logistics/managing-course-email.md similarity index 100% rename from logistics/managing-the-course-email.md rename to logistics/managing-course-email.md