Skip to content

Commit

Permalink
Update topics for all courses.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Apr 3, 2024
1 parent 614228b commit 8b817b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/courses/sp24/cs362/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const topics = [
{
title: 'Course Intro',
weeks: [ 1 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand All @@ -21,6 +20,7 @@ const topics = [
{
title: 'Git and GitHub: An Individual\'s Perspective',
weeks: [ 1, 2 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down
2 changes: 1 addition & 1 deletion src/data/courses/sp24/cs480/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const topics = [
{
title: 'Course Intro/Overview of Compilers',
weeks: [ 1 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand All @@ -26,6 +25,7 @@ const topics = [
{
title: 'Regular Expression-Based Scanners',
weeks: [ 1, 2 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down
2 changes: 1 addition & 1 deletion src/data/courses/sp24/cs493/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const topics = [
{
title: 'Course Intro',
weeks: [ 1 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand All @@ -26,6 +25,7 @@ const topics = [
{
title: 'RESTful API Design',
weeks: [ 1, 2 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down

0 comments on commit 8b817b3

Please sign in to comment.