Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd committed Apr 18, 2024
1 parent 45d5c19 commit 19f8b35
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 6 deletions.
35 changes: 29 additions & 6 deletions teach_online/materials.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,35 @@ and we will provide suggestions regarding how to design and implement these mate
We want to emphasize that much of this advice can be used across multiple modalities of instruction
(e.g. both in-person and online classrooms can use online videos or text resources).

## Videos

Many online courses utilize videos to deliver course content.
Broadly speaking,
there are three extreme "types" of instructional videos one can create:

1. Recording of a person presenting a topic
*([example](https://www.youtube.com/watch?v=UqcWr1qqjFA&list=PLQ-85lQlPqFNmbPEsMoxb5dM5qtRaVShn&index=5) by Pavel Pevzner)*
2. Recording of instructional materials (e.g. hand-written or slides) with voice-over
*([example](https://www.youtube.com/watch?v=39PVhxUp8P8&list=PLM_KIlU0WoXmkV4QB1Dg8PtJaHTdWHwRS&index=48) by me)*
3. Animations visualizing a topic (e.g. computer-generated) with voice-over
*([example](https://youtu.be/VzPD009qTN4?si=EPoB07fnoC1szFjX) by Kurzgesagt)*

Of course, this is an extreme oversimplification,
and in practice,
a single video can incorporate a blend of all of these methods
(and potentially others not described here!),
but hopefully this gives you a decent idea of what is in the realm of possibility.

If you have given any lectures later than e.g. 2010,
*especially* if you have given any lectures during the COVID-19 pandemic,
chances are that you may already have recordings of those lectures at your disposal.
While it might be tempting to just throw those videos into an online course,
I highly encourage you not to do so.

TODO TALK ABOUT SHORT TOPIC VIDEOS. CITE PAPERS ABOUT STUDENTS NOT FINISHING LONG VIDEOS

MAYBE CITE CHRISTINE'S PAPER ABOUT CUTTING EXISTING LECTURE RECORDINGS AS A TIME-SAVING APPROACH

## Text

TODO
Expand All @@ -30,12 +59,6 @@ JUPYTER BOOK

GITHUB MARKDOWN

## Videos

TODO TALK ABOUT SHORT TOPIC VIDEOS. CITE PAPERS ABOUT STUDENTS NOT FINISHING LONG VIDEOS

MAYBE CITE CHRISTINE'S PAPER ABOUT CUTTING EXISTING LECTURE RECORDINGS AS A TIME-SAVING APPROACH

## Content Delivery

TODO TALK ABOUT HOW, ONCE YOU *MAKE* THESE MATERIALS, YOU NEED TO DELIVER THEM IN SOME WAY
Expand Down
34 changes: 34 additions & 0 deletions teach_online/spicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,40 @@ And if you are someone who simply *uses* an expensive textbook,
I encourage you to see if there exists an {term}`Open Educational Resource (OER)`
that could be a reasonable substitute {cite:p}`nipa_assessment_2020,conole_fostering_2012`

## Don't Reinvent the Wheel!

Somewhat expanding upon my previous hot take,
if other folks have already developed high quality instructional materials,
try your best to avoid reinventing the wheel when at all possible!
I recognize the irony that I of all people am suggesting this,
given that I have reinvented *many* wheels throughout my academic career
(both in teaching as well as in research),
but I think it's important to first review all existing materials and see what you can adopt:
reinventing the wheel should only be done as a last resort if absolutely critical.

Again, this spicy take goes hand-in-hand with the previous one:
if more folks post their instructional materials publicly in an open source fashion,
others can simply "fork" someone's existing content to tailor it to their own course,
and they can even contribute their updates to the original author.
In this way,
rather than many different people regurgitating the exact same information imperfectly in their own silos,
the entire community can come together to collaboratively develop materials much better than any single person could have created.

As an example of this,
[Phillip Compeau](https://compeau.cbd.cmu.edu/) and [Pavel Pevzner](https://bioalgorithms.ucsd.edu/),
the authors of the popular textbook
[*Bioinformatics Algorithms*](https://www.bioinformaticsalgorithms.org/),
developed a series of accompanying [lecture videos](https://www.bioinformaticsalgorithms.org/lecture-videos)
that are freely available to the general public on [YouTube](https://www.youtube.com/@bioinfalgorithms/playlists).
They even solicited the participation of additional folks in the Bioinformatics community to create videos,
including [Son Pham](https://www.youtube.com/watch?v=Lqyh9RD5BSc&list=PLQ-85lQlPqFNGdaeGpV8dPEeSm3AChb6L&index=3)
[Nikolay Vyahhi](https://www.youtube.com/watch?v=Npv180dQ_4Y&list=PLQ-85lQlPqFNmbPEsMoxb5dM5qtRaVShn&index=8),
[Bahar Behsaz, and even myself](https://www.youtube.com/watch?v=eJxP06h-QxE&list=PLQ-85lQlPqFNqO3jD-woyp7PPQhCsOzcQ&index=5)!
This specific collection of resources was spearheaded by Phillip Compeau and Pavel Pevzner,
hence why they appear in the videos most frequently,
but one can imagine a world in which world experts on a given topic *all* contribute to producing instructional videos and text for that topic,
and then sharing them all in a central organized repository.

## Glossary

```{glossary}
Expand Down

0 comments on commit 19f8b35

Please sign in to comment.