Solving Individual Rigor Problems#
Mini-Unit Learning Objectives
By the end of this mini-unit, you will be able to…
-
…identify problems and opportunities in your own work.
-
…diagnose the sources of poor rigor and opportunities for better methods in your own work.
-
…address rigor issues by researching and integrating solutions.
Show code cell source
# @Video Lecture 1
from IPython.display import IFrame
IFrame(src=f"https://docs.google.com/presentation/d/e/2PACX-1vTFQtLWLCl31lA7yrlpJs35sUosS5oKAHapOLPKFZhvwbS0fwZA0q81m8W7Yqydbg/embed?start=false&loop=false&delayms=60000", width=895, height=555)
Activity: Whiteboard exercise
As a student, I want to share the challenges and pain points of working within my lab, as they relate to issues of rigor and reproducibility. I want to privately organize a set of sticky notes that include common rigor issues on a whiteboard with 4 quadrants. This allows me to prioritize the issues that I am interested in and that I think would have a big impact on my work in my lab. I want the results of this activity revealed so all lab members can see how they organized their sticky notes. I want to be able to explore the resources and solutions available for the issues prioritized by my lab in the exercise
Show code cell source
from IPython.display import IFrame
IFrame(src=f"https://jackliddy.github.io/R2R-activity-1-3/intro.html", width=850, height=1000)