From 0262a9a3dda3db5c29562f5019a154907e490426 Mon Sep 17 00:00:00 2001 From: michelleykim Date: Sat, 22 Jun 2024 18:01:33 -0700 Subject: [PATCH 1/2] add remaining first week lab instructions --- _toc.yml | 124 ++++++++++++++++++++--------------------- notes/part04/lab04A.md | 7 +++ notes/part05/lab05A.md | 7 +++ notes/part06/lab06A.md | 7 +++ 4 files changed, 83 insertions(+), 62 deletions(-) create mode 100644 notes/part04/lab04A.md create mode 100644 notes/part05/lab05A.md create mode 100644 notes/part06/lab06A.md diff --git a/_toc.yml b/_toc.yml index b7d6417..dca9f97 100755 --- a/_toc.yml +++ b/_toc.yml @@ -1,76 +1,76 @@ format: jb-book root: about/syllabus parts: -- caption: About this course - chapters: - # - file: about/syllabus - - file: about/course_schedule - - file: about/rubrics - - file: about/waitlist - # - file: about/accommodations - # - file: about/doing_well - # - file: about/faq + - caption: About this course + chapters: + # - file: about/syllabus + - file: about/course_schedule + - file: about/rubrics + - file: about/waitlist + # - file: about/accommodations + # - file: about/doing_well + # - file: about/faq -- caption: Part 1 - Getting Started - maxdepth: 1 - chapters: - - file: notes/part01/workshop01 - title: Workshop 1 - - file: notes/part01/assignment01 - - file: notes/part01/lab01A - - file: notes/part01/lab01B + - caption: Part 1 - Getting Started + maxdepth: 1 + chapters: + - file: notes/part01/workshop01 + title: Workshop 1 + - file: notes/part01/assignment01 + - file: notes/part01/lab01A + - file: notes/part01/lab01B -- caption: Part 2 - React - maxdepth: 1 - chapters: - - file: notes/part02/workshop02 - title: Workshop 2 - - file: notes/part02/assignment02 - - file: notes/part02/lab02A - - file: notes/part02/lab02B + - caption: Part 2 - React + maxdepth: 1 + chapters: + - file: notes/part02/workshop02 + title: Workshop 2 + - file: notes/part02/assignment02 + - file: notes/part02/lab02A + - file: notes/part02/lab02B -- caption: Part 3 - NodeJS - maxdepth: 1 - chapters: - - file: notes/part03/workshop03 - title: Workshop 3 - - file: notes/part03/assignment03 - - file: notes/part03/lab03A - - file: notes/part03/lab03B + - caption: Part 3 - NodeJS + maxdepth: 1 + chapters: + - file: notes/part03/workshop03 + title: Workshop 3 + - file: notes/part03/assignment03 + - file: notes/part03/lab03A + - file: notes/part03/lab03B + - caption: Part 4 - MongoDB + maxdepth: 1 + chapters: + - file: notes/part04/workshop04 + title: Workshop 4 + - file: notes/part04/assignment04 + - file: notes/part04/lab4A + - file: notes/part04/lab4B -- caption: Part 4 - MongoDB - maxdepth: 1 - chapters: - - file: notes/part04/workshop04 - title: Workshop 4 - - file: notes/part04/assignment04 + # - caption: Part 5 - Release Engineering + # maxdepth: 1 + # chapters: + # - file: notes/part05/lab05A + # - file: notes/part05/lab05B -# - file: notes/part04/lab4B + # - caption: Part 6 - Networking + # maxdepth: 1 + # chapters: + # - file: notes/part06/lab06A + # - file: notes/part06/lab06B -# - caption: Part 5 - Release Engineering -# maxdepth: 1 -# chapters: -# - file: notes/part05/lab05B - -# - caption: Part 6 - Networking -# maxdepth: 1 -# chapters: -# - file: notes/part06/lab06B - -- caption: Course Project - chapters: - - file: notes/project/team_formation - - file: notes/project/progress01 - - file: notes/project/progress02 - - file: notes/project/progress03 - - file: notes/project/progress04 - -- caption: Course Feedback - chapters: - - file: about/feedback - title: Anonymous Feedback Form + - caption: Course Project + chapters: + - file: notes/project/team_formation + - file: notes/project/progress01 + - file: notes/project/progress02 + - file: notes/project/progress03 + - file: notes/project/progress04 + - caption: Course Feedback + chapters: + - file: about/feedback + title: Anonymous Feedback Form # - caption: Tools # chapters: # - file: tools/ed_discussion/ed_discussion diff --git a/notes/part04/lab04A.md b/notes/part04/lab04A.md new file mode 100644 index 0000000..989e5c0 --- /dev/null +++ b/notes/part04/lab04A.md @@ -0,0 +1,7 @@ +# Lab 4A + +## Free Work Time + +If students want to work in their groups on project work, breakout rooms will be available for groups to use. + +A TA will be available in the main room to answer any assignment or project questions. diff --git a/notes/part05/lab05A.md b/notes/part05/lab05A.md new file mode 100644 index 0000000..a23a9e9 --- /dev/null +++ b/notes/part05/lab05A.md @@ -0,0 +1,7 @@ +# Lab 5A + +## Free Work Time + +If students want to work in their groups on project work, breakout rooms will be available for groups to use. + +A TA will be available in the main room to answer any assignment or project questions. diff --git a/notes/part06/lab06A.md b/notes/part06/lab06A.md new file mode 100644 index 0000000..bd78e81 --- /dev/null +++ b/notes/part06/lab06A.md @@ -0,0 +1,7 @@ +# Lab 6A + +## Free Work Time + +If students want to work in their groups on project work, breakout rooms will be available for groups to use. + +A TA will be available in the main room to answer any assignment or project questions. From 6ffa6b0906c89c97fb67215ece5722a89b6f49d7 Mon Sep 17 00:00:00 2001 From: Firas Moosvi Date: Fri, 5 Jul 2024 22:13:22 -0700 Subject: [PATCH 2/2] update toc --- _toc.yml | 118 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 63 insertions(+), 55 deletions(-) diff --git a/_toc.yml b/_toc.yml index dca9f97..5c3c448 100755 --- a/_toc.yml +++ b/_toc.yml @@ -1,42 +1,51 @@ format: jb-book root: about/syllabus parts: - - caption: About this course - chapters: - # - file: about/syllabus - - file: about/course_schedule - - file: about/rubrics - - file: about/waitlist - # - file: about/accommodations - # - file: about/doing_well - # - file: about/faq +- caption: About this course + chapters: + # - file: about/syllabus + - file: about/course_schedule + - file: about/rubrics + - file: about/waitlist + # - file: about/accommodations + # - file: about/doing_well + # - file: about/faq - - caption: Part 1 - Getting Started - maxdepth: 1 - chapters: - - file: notes/part01/workshop01 - title: Workshop 1 - - file: notes/part01/assignment01 - - file: notes/part01/lab01A - - file: notes/part01/lab01B +- caption: Part 1 - Getting Started + maxdepth: 1 + chapters: + - file: notes/part01/workshop01 + title: Workshop 1 + - file: notes/part01/assignment01 + - file: notes/part01/lab01A + - file: notes/part01/lab01B - - caption: Part 2 - React - maxdepth: 1 - chapters: - - file: notes/part02/workshop02 - title: Workshop 2 - - file: notes/part02/assignment02 - - file: notes/part02/lab02A - - file: notes/part02/lab02B +- caption: Part 2 - React + maxdepth: 1 + chapters: + - file: notes/part02/workshop02 + title: Workshop 2 + - file: notes/part02/assignment02 + - file: notes/part02/lab02A + - file: notes/part02/lab02B - - caption: Part 3 - NodeJS - maxdepth: 1 - chapters: - - file: notes/part03/workshop03 - title: Workshop 3 - - file: notes/part03/assignment03 - - file: notes/part03/lab03A - - file: notes/part03/lab03B +- caption: Part 3 - NodeJS + maxdepth: 1 + chapters: + - file: notes/part03/workshop03 + title: Workshop 3 + - file: notes/part03/assignment03 + - file: notes/part03/lab03A + - file: notes/part03/lab03B + +- caption: Part 4 - MongoDB + maxdepth: 1 + chapters: + - file: notes/part04/workshop04 + title: Workshop 4 + - file: notes/part04/assignment04 + - file: notes/part04/lab4A + - file: notes/part04/lab4B - caption: Part 4 - MongoDB maxdepth: 1 @@ -47,31 +56,30 @@ parts: - file: notes/part04/lab4A - file: notes/part04/lab4B - # - caption: Part 5 - Release Engineering - # maxdepth: 1 - # chapters: - # - file: notes/part05/lab05A - # - file: notes/part05/lab05B +# - caption: Part 5 - Release Engineering +# maxdepth: 1 +# chapters: +# - file: notes/part05/lab05B + +# - caption: Part 6 - Networking +# maxdepth: 1 +# chapters: +# - file: notes/part06/lab06B - # - caption: Part 6 - Networking - # maxdepth: 1 - # chapters: - # - file: notes/part06/lab06A - # - file: notes/part06/lab06B +- caption: Course Project + chapters: + - file: notes/project/team_formation + - file: notes/project/progress01 + - file: notes/project/progress02 + - file: notes/project/progress03 + - file: notes/project/progress04 - - caption: Course Project - chapters: - - file: notes/project/team_formation - - file: notes/project/progress01 - - file: notes/project/progress02 - - file: notes/project/progress03 - - file: notes/project/progress04 +- caption: Course Feedback + chapters: + - file: about/feedback + title: Anonymous Feedback Form - - caption: Course Feedback - chapters: - - file: about/feedback - title: Anonymous Feedback Form # - caption: Tools # chapters: # - file: tools/ed_discussion/ed_discussion -# - file: tools/github/github +# - file: tools/github/github \ No newline at end of file