From c4913fca7745ff23cf9597126ca4cc77697bd882 Mon Sep 17 00:00:00 2001 From: Rebecca Phuonghanh Dang Date: Mon, 12 May 2025 11:08:04 -0700 Subject: [PATCH 1/2] Move acknowledgement,s contact, and contributors into single About page --- about.md | 39 +++++++++++++++++++++++++++++++++++++++ acknowledgements.md | 14 -------------- contact.md | 12 ------------ contributors.md | 15 --------------- home.md | 13 +------------ 5 files changed, 40 insertions(+), 53 deletions(-) create mode 100644 about.md delete mode 100644 acknowledgements.md delete mode 100644 contact.md delete mode 100644 contributors.md diff --git a/about.md b/about.md new file mode 100644 index 0000000..b081e95 --- /dev/null +++ b/about.md @@ -0,0 +1,39 @@ +--- +layout: page +title: About +description: About the CDSS common docs, acknowledgements, and contributors +nav_order: 1 +--- + +# About + +This site is part of the [Seamless Learning](https://github.com/berkeley-cdss/seamless-learning) initiative. + +The Seamless Learning project proposes an open-source, light-weight, and sustainable suite of tools to integrate Research, Teaching & Learning (RTL) and custom course tool platforms. Today, there is a suite of custom course tools used primarily by EECS, Data Science, Statistics—the three undergraduate programs in the new College of Computing, Data, and Society (CDSS). Collectively, each year these dozens of tools are jointly developed by hundreds of Teaching Assistants (TAs) and reach thousands of students in a variety of courses. While custom course tools have proven their utility, we must support instructors and TAs across campus who are also managing high enrollments. + +Overall project goals: + +* Improve large classroom management, +* Enable equitable grading strategies, and +* Foster an educational technology community across campus. We're all here to teach and learn! + +## Contact + +You can message any of the contributors on Slack on EECS/DS Crossroads or email us at [{{ site.email }}](mailto:{{ site.email }}). + +## Contributors + +Sorted by name, alphabetically. + +{% assign contributors = site.contributors %} +{% for contributor in contributors %} +{{ contributor }} +{% endfor %} + +## Acknowledgements + +We'd like to thank [peyrin](https://github.com/peyrin) and others that have contributed to [CS 161's pedagogy site](https://pedagogy.cs161.org/) for recognizing the need for central documentation with CDSS and inspiring the creation of this site. + +Seamless Learning run by [Lisa Yan](https://github.com/yanlisa) and [Michael Ball](https://github.com/cycomachead) is an essential place for gathering staff, TAs, and faculty to discuss common issues. The documentation here is a direct result of Seamless Learning's efforts. + +We'd also like to thank all of the contributors to the software that our courses depend on, especially those helping maintain open source software. diff --git a/acknowledgements.md b/acknowledgements.md deleted file mode 100644 index 08fe244..0000000 --- a/acknowledgements.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: page -title: Acknowledgements -description: acknowledgements and contributors -nav_order: 8 ---- - -# Acknowledgements - -We'd like to thank [peyrin](https://github.com/peyrin) and others that have contributed to [CS 161's pedagogy site](https://pedagogy.cs161.org/) for recognizing the need for central documentation with CDSS and inspiring the creation of this site. - -Seamless Learning run by [Lisa Yan](https://github.com/yanlisa) and [Michael Ball](https://github.com/cycomachead) is an essential place for gathering staff, TAs, and faculty to discuss common issues. The documentation here is a direct result of Seamless Learning's efforts. - -We'd also like to thank all of the contributors to the software that our courses depend on, especially those helping maintain open source software. diff --git a/contact.md b/contact.md deleted file mode 100644 index 8fdd189..0000000 --- a/contact.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: page -title: Contact -description: Contact information -nav_order: 6 ---- - -# Contact - -This site is part of the [Seamless Learning](https://github.com/berkeley-cdss/seamless-learning) initiative. - -You can message any of the contributors on Slack on EECS/DS Crossroads or email us at [{{ site.email }}](mailto:{{ site.email }}). diff --git a/contributors.md b/contributors.md deleted file mode 100644 index 6b3477f..0000000 --- a/contributors.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: page -title: Contributors -description: A listing of all contributors to this website -nav_order: 7 ---- - -# Contributors - -Sorted by name, alphabetically. - -{% assign contributors = site.contributors %} -{% for contributor in contributors %} -{{ contributor }} -{% endfor %} diff --git a/home.md b/home.md index 954234b..8bb4a3f 100644 --- a/home.md +++ b/home.md @@ -16,15 +16,4 @@ We welcome contributions! If you find a typo or want to add an article, please s ## Documentation for tools developed or maintained by CDSS TAs, instructors, and staff -This site provides documentation for tools that may not already have existing documentation, When tools already have exisiting documentation, articles on this site are intended to provide an overall picture of CDSS course specific workflows and processes and may lay out how a variety of tools work together. Questions about the intricies of specific tools may be better answered by viewing their documentation. - -## Seamless Learning - -The Seamless Learning project proposes an open-source, light-weight, and sustainable suite of tools to integrate Research, Teaching & Learning (RTL) and custom course tool platforms. Today, there is a suite of custom course tools used primarily by EECS, Data Science, Statistics—the three undergraduate programs in the new College of Computing, Data, and Society (CDSS). Collectively, each year these dozens of tools are jointly developed by hundreds of Teaching Assistants (TAs) and reach thousands of students in a variety of courses. While custom course tools have proven their utility, we must support instructors and TAs across campus who are also managing high enrollments. - -Overall project goals: - -* Improve large classroom management, -* Enable equitable grading strategies, and -* Foster an educational technology community across campus. We're all here to teach and learn! - +This site provides documentation for tools that may not already have existing documentation, When tools already have exisiting documentation, articles on this site are intended to provide an overall picture of CDSS course specific workflows and processes and may lay out how a variety of tools work together. Questions about the intricies of specific tools may be better answered by viewing their documentation. From 5c1a97a8185067db01954fd5d3fdc33851bc61b7 Mon Sep 17 00:00:00 2001 From: Silas Santini <70163606+pancakereport@users.noreply.github.com> Date: Mon, 12 May 2025 11:28:40 -0700 Subject: [PATCH 2/2] nav order fix --- exams/index.md | 2 +- logistics/index.md | 2 +- otter/index.md | 2 +- schedule.md | 2 +- using-github/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exams/index.md b/exams/index.md index 7614c84..c81a4e5 100644 --- a/exams/index.md +++ b/exams/index.md @@ -1,7 +1,7 @@ --- layout: page title: Exams -nav_order: 3 +nav_order: 4 has_children: true --- diff --git a/logistics/index.md b/logistics/index.md index 8baa7e3..09aae11 100644 --- a/logistics/index.md +++ b/logistics/index.md @@ -1,7 +1,7 @@ --- layout: page title: Course Logistics -nav_order: 2 +nav_order: 3 has_children: true --- diff --git a/otter/index.md b/otter/index.md index e7eaea1..b5abe79 100644 --- a/otter/index.md +++ b/otter/index.md @@ -1,7 +1,7 @@ --- layout: page title: Otter Grader -nav_order: 5 +nav_order: 6 has_toc: true has_children: true --- diff --git a/schedule.md b/schedule.md index 6c9fa2c..3a46bb7 100644 --- a/schedule.md +++ b/schedule.md @@ -1,7 +1,7 @@ --- layout: page title: TA Best Practices Schedule Spring 2025 -nav_order: 1 +nav_order: 2 published: true --- diff --git a/using-github/index.md b/using-github/index.md index 7f11c28..9bd15e5 100644 --- a/using-github/index.md +++ b/using-github/index.md @@ -1,7 +1,7 @@ --- layout: page title: Using GitHub -nav_order: 4 +nav_order: 5 has_children: true ---