Grad core class in evolutionary biology, 2023 edition

Topics and teaching in our core class in evolution for graduate students
teaching
evolution
core
EEB511
Author

Brian O’Meara

Published

May 11, 2023

Our department has long had a core class: one semester on ecology, one on evolution. It originated before I started here (it was somewhat modeled on UC Davis Population Biology’s core class, which I took as a student, in fact), but I’ve taught parts of it (usually a few weeks on phylogenetics and macroevolution) nearly every year I’ve been here. This year, I took over as the instructor for the evolution semester. Years ago the course was largely team taught with perhaps four or five instructors per semester; over time, this has winnowed down. I chose to do it as the sole instructor, with one guest discussion with Dr. Nina Fefferman on getting grants (she’s very good at it), as the students wanted to have a discussion on this.

This course is described as “Readings, lectures, and discussion about key concepts in evolution.” In practice, it has several goals:

  1. Replace the evolution written exam that was formerly part of qualifying exams (so quals can now focus just on the research project itself). This necessitates broad coverage and robust assessments of knowledge.
  2. Make students fluent in evolutionary thought: students emerging with a Masters or PhD in an ecology and evolutionary biology department should be able to talk about genetic drift, the Modern Synthesis, speciation, and more to people studying evolution, even if the students specialize on some other aspect of science and come with a very different background.
  3. Help students understand how evolution science is done. “Science” is a corpus of knowledge (“the mitochondrion is the powerhouse of the cell”) and is often presented as this in undergraduate courses, but it is also a way to get this knowledge. Students will learn how we gain knowledge in evolution.
  4. Onboarding to the department. This is a particular set of people, assembled with care and at great expense: how to thrive in the department, who people are, etc.

Course structure was based on particular topics, with students typically given a paper or two to read and ask questions about, then work through the topic and questions in class (lots of think-pair-share, class questions, etc.). Students asked for more structure, so I started adding basic slides to give broader overviews of the topics and giving sample final exam questions for each topic so they could better understand the type of depth of knowledge I was expecting them to get.

Often this sort of course covers a lot of history of the field, famous scientists, and the like. I focused instead on current understandings of the topics. This aligns with the course description (“key concepts in evolution”) but I argue that it’s more important for students who are doing their own research: what do we know, and what is still left to learn, rather than who thought what in 1968. That said, there is still vocab people should know in the field, including names of people and organisms, as well as local info (faculty members, Scopes trial, and similar), so I made a list of jargon (.csv), see also Section 4, and had some multiple choice quizzes and part of the final to encourage students to learn about these terms.

1 Overall topics covered

Given the audience (a course like this is varied: some are students with a Masters degree in evolution, some have had very little biology and come from fields like linguistics, math, or geography), slightly more than half the articles are reviews, while others are particular studies that illustrate what a field can be. I tried to focus discussions on helping with confusing concepts and then talking about why this area of research and its questions can matter. I worked to pull from authors from a variety of backgrounds and perspectives; I’ll be continuing to revisit the set of papers used in the class in the future (and suggestions welcome!).

2 Accessibility

Some steps I took to attempt to help with accessibility:

  • PowerPoint live captioning is great: even when the slide show part of a class was done, I’d leave it open and running so that people can see what is being said
  • The class was in person, but I always had a zoom stream going. No more than one or two students used it at a time, but it still gave flexibility for those who needed it.
  • I used clear N95 masks: https://optrel.us/product/p-air-clear-n95-masks-20-pack/. They’re more expensive than the regular masks, but they let students see my lips while giving me and them some degree of protection.
  • Quizzes and tests are not timed (other than a deadline to turn them in, days after they were made available)

3 Programming

We spent one week on programming. My goal was to have students get a bit of exposure and get over initial fear: they’re not going to be writing packages after a week, but they’ll know some of how this all works, that error messages are normal, how to get help, how to start using R and python, etc.

3.1 R

I made an exercise at https://github.com/bomeara/geewhizR, focused on this Rmarkdown file (https://github.com/bomeara/geewhizR/blob/main/main.Rmd) for students to download; we worked through it in class. You can see it rendered fully here as a pdf. Some of the basic concepts I wanted them to learn:

  • Rmarkdown for reproducibility and keeping things organized
  • Installing and loading packages
  • The importance of actually looking at datasets (using datasaurus)
  • Getting information from online sources like GBIF, iNaturalist, and Datelife
  • Making maps

The script does all this and gives them something to build from. I also gave them links to these resources:

3.2 Python

I’ve barely used any python so far (I’m heavily invested in the R ecosystem) but it’s worth having students learn it: it’s especially important in genomics and machine learning. I thought showing them how to do machine learning could be useful, including having them viscerally feel the issues that could come from image classification. For a sample problem, since I had shown them a local salamander in the R tutorial, and they were interested, I suggested solving a problem of using machine learning to assess whether a sampled individual was a juvenile or adult (Notophthalmus viridescens, the Eastern Newt) – sort of an “awesome, I can see how this could scale up for my research” inspiration. Thus, I made this exercise (https://github.com/bomeara/geewhizPython), especially this sample script (https://github.com/bomeara/geewhizPython/blob/main/salamander.py). I wanted them to learn:

  • Installing python libraries
  • How to import from python libraries
  • How to point to a folder (directory)
  • How to do machine learning with a training and testing dataset
  • How to pull in information from iNaturalist
  • Possibilities and problems with machine learning results

Some of the other resources I pointed them to:

4 Jargon

This can be downloaded as a csv file.

5 Things to change

Assuming I teach this again in 2024, some of the things I’d like to change:

  • Continued revision of chosen papers: most worked ok, but some got in too much depth; also broader sampling of the literature
  • More use of overview slides early in the course
  • More frequent assessments: this could help students self-assess their knowledge over time
  • Encourage more evenness of classroom participation: everyone contributed, but the evenness could be improved
  • Add more contemporary human evolution, like the Framingham heart study
  • Other things students will suggest via their feedback forms

To subscribe, go to https://brianomeara.info/blog.xml in an RSS reader.

Citation

BibTeX citation:
@online{o'meara2023,
  author = {O’Meara, Brian},
  title = {Grad Core Class in Evolutionary Biology, 2023 Edition},
  date = {2023-05-11},
  url = {https://brianomeara.info/posts/evolutioncore2023},
  langid = {en}
}
For attribution, please cite this work as:
O’Meara, Brian. 2023. “Grad Core Class in Evolutionary Biology, 2023 Edition.” May 11, 2023. https://brianomeara.info/posts/evolutioncore2023.