Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 0 additions & 14 deletions acknowledgements.md

This file was deleted.

12 changes: 0 additions & 12 deletions contact.md

This file was deleted.

15 changes: 0 additions & 15 deletions contributors.md

This file was deleted.

2 changes: 1 addition & 1 deletion exams/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Exams
nav_order: 3
nav_order: 4
has_children: true
---

Expand Down
13 changes: 1 addition & 12 deletions home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion logistics/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Course Logistics
nav_order: 2
nav_order: 3
has_children: true
---

Expand Down
2 changes: 1 addition & 1 deletion otter/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Otter Grader
nav_order: 5
nav_order: 6
has_toc: true
has_children: true
---
Expand Down
2 changes: 1 addition & 1 deletion schedule.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: TA Best Practices Schedule Spring 2025
nav_order: 1
nav_order: 2
published: true
---

Expand Down
2 changes: 1 addition & 1 deletion using-github/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Using GitHub
nav_order: 4
nav_order: 5
has_children: true
---

Expand Down
Loading