From 1a34623bce8bcf49523b3fa72ca79433b51e80e0 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Wed, 19 Jan 2022 11:06:42 -0500 Subject: [PATCH] Reorganized files in TA section --- content/ta/fall2017/{cpsc220.md => cpsc220/_index.md} | 7 ++++++- content/ta/spring2018/{cpsc220.md => cpsc220/_index.md} | 6 +++++- content/ta/summer2017/{cpsc110.md => cpsc110/_index.md} | 4 +++- 3 files changed, 14 insertions(+), 3 deletions(-) rename content/ta/fall2017/{cpsc220.md => cpsc220/_index.md} (83%) rename content/ta/spring2018/{cpsc220.md => cpsc220/_index.md} (82%) rename content/ta/summer2017/{cpsc110.md => cpsc110/_index.md} (90%) diff --git a/content/ta/fall2017/cpsc220.md b/content/ta/fall2017/cpsc220/_index.md similarity index 83% rename from content/ta/fall2017/cpsc220.md rename to content/ta/fall2017/cpsc220/_index.md index 53b1b81..e0909f0 100644 --- a/content/ta/fall2017/cpsc220.md +++ b/content/ta/fall2017/cpsc220/_index.md @@ -1,4 +1,9 @@ -# CPSC 220 Computer Programming and Problem Solving Fall 2017 +--- +title: CPSC 220 Computer Programming and Problem Solving +--- + +## Lecture Notes +Below are notes I've taken from the lectures: [Lecture 3 -- September 6](sept6) diff --git a/content/ta/spring2018/cpsc220.md b/content/ta/spring2018/cpsc220/_index.md similarity index 82% rename from content/ta/spring2018/cpsc220.md rename to content/ta/spring2018/cpsc220/_index.md index 4d7cfc1..e29a8fd 100644 --- a/content/ta/spring2018/cpsc220.md +++ b/content/ta/spring2018/cpsc220/_index.md @@ -1,5 +1,9 @@ +--- +title: CPSC 220 Computer Programming and Problem Solving +--- -# CPSC 220 Computer Programming and Problem Solving Spring 2018 +## Lecture Notes +Below are notes I've taken for the lectures. [Lecture 1 -- January 16](jan16) diff --git a/content/ta/summer2017/cpsc110.md b/content/ta/summer2017/cpsc110/_index.md similarity index 90% rename from content/ta/summer2017/cpsc110.md rename to content/ta/summer2017/cpsc110/_index.md index 6912fc9..c0eaffa 100644 --- a/content/ta/summer2017/cpsc110.md +++ b/content/ta/summer2017/cpsc110/_index.md @@ -1,4 +1,6 @@ -# CPSC 110 Introduction to Computer Science Summer 2017 +--- +title: CPSC 110 Introduction to Computer Science +--- For the summer session, I didn't write in depth lecture notes. Instead I wrote short complementary blog posts help out with the labs.