Understanding the relationship between science and society is an objective of science education and is included as a core competency in the AAAS Vision and Change guidelines for biology education. However, traditional undergraduate biology instruction emphasizes scientific practice and generally avoids potentially controversial issues at the intersection of biology and society. By including these topics in biology coursework, instructors can challenge damaging ideologies and systemic inequalities that have influenced science, such as biological essentialism and health disparities. Specifically, an ideologically aware curriculum highlights how ideologies and paradigms shape our biological knowledge base and the application of that knowledge. Ideologically aware lessons emphasize the relationship between science and society with an aim to create more transparent, scientifically accurate, and inclusive postsecondary biology classrooms. Here we expand upon our ideologically aware curriculum with a new activity that challenges undergraduate biology students to consider the impacts of healthcare disparities. This lesson allows instructors to directly address systemic inequalities and allows students to connect biomedical sciences to real-world issues. Implementing an ideologically aware curriculum enables students to challenge prevailing worldviews and better address societal problems that lead to exclusion and oppression.
more »
« less
Embracing the inclusion of societal concepts in biology improves student understanding
Understanding the relationship between science and society is included as a core competency for biology students in the United States. However, traditional undergraduate biology instruction emphasizes scientific practice and generally avoids potentially controversial issues at the intersection of science and society, such as representation in STEM, historical unethical research experiments, biology of sex and gender, and environmental justice. As calls grow to highlight this core competency, it is critical we investigate the impact of including these topics in undergraduate biology education. Here, we implemented a semester-long ideological awareness curriculum that emphasized biases, stereotypes, and assumptions that have shaped historical and contemporary science. We taught this curriculum to one section of a non-majors introductory biology course and compared the outcomes to a section of the same course taught using traditional biology content (hereafter the ‘traditional’ section) that did not emphasize societal topics. Both sections of students created concept maps for their final exam, which we coded for ‘society’ and ‘biology’ content. We then assessed (1) the amount of societal content included in the concept maps, and (2) which societal topics were mentioned in each section. We found that students in the ideologically aware section included more societal content in their concept maps than the students in the traditional section. Students exposed to the ideological awareness modules often mentioned the topics covered in those modules, whereas students in the traditional section most commonly mentioned faulty scientific information such as pseudoscience or non-credible research, which was emphasized in the first chapter of the required text-book for both sections. Our results show students who were not engaged in activities about ideological awareness in biology had fewer notions of how society impacts science at the end of the semester. These findings highlight the importance of intentionally teaching students the bidirectional impacts of science and society.
more »
« less
- Award ID(s):
- 2120934
- PAR ID:
- 10464834
- Date Published:
- Journal Name:
- Frontiers in Education
- Volume:
- 8
- ISSN:
- 2504-284X
- Format(s):
- Medium: X
- Sponsoring Org:
- National Science Foundation
More Like this
-
-
Abstract Understanding the relationship between science and society is an objective of science education and is included as a core competency in the AAAS Vision and Change guidelines for biology education. However, traditional undergraduate biology instruction emphasizes scientific practice and generally avoids potentially controversial issues at the intersection of biology and society. By including these topics in biology coursework, instructors can challenge damaging ideologies and systemic inequalities that have influenced science, such as biological essentialism and health disparities. Specifically, an ideologically aware curriculum highlights how ideologies and paradigms shape our biological knowledge base and the application of that knowledge. Ideologically aware lessons emphasize the relationship between science and society with an aim to create more transparent, scientifically accurate, and inclusive postsecondary biology classrooms. Here we expand upon our ideologically aware curriculum with a new activity that challenges undergraduate biology students to consider the impacts of healthcare disparities. This lesson allows instructors to directly address systemic inequalities and allows students to connect biomedical sciences to real-world issues. Implementing an ideologically aware curriculum enables students to challenge prevailing worldviews and better address societal problems that lead to exclusion and oppression.more » « less
-
Bolger, Molly (Ed.)Traditional biology curricula depict science as an objective field, overlooking the important influence that human values and biases have on what is studied and who can be a scientist. We can work to address this shortcoming by incorporating ideological awareness into the curriculum, which is an understanding of biases, stereotypes, and assumptions that shape contemporary and historical science. We surveyed a national sample of lower-level biology instructors to determine 1) why it is important for students to learn science, 2) the perceived educational value of ideological awareness in the classroom, and 3) hesitancies associated with ideological awareness implementation. We found that most instructors reported “understanding the world” as the main goal of science education. Despite the perceived value of ideological awareness, such as increasing student engagement and dispelling misconceptions, instructors were hesitant to implement ideological awareness modules due to potential personal and professional consequences.more » « less
-
null (Ed.)As technology advances, data-driven work is becoming increasingly important across all disciplines. Data science is an emerging field that encompasses a large array of topics including data collection, data preprocessing, data visualization, and data analysis using statistical and machine learning methods. As undergraduates enter the workforce in the future, they will need to “benefit from a fundamental awareness of and competence in data science”[9]. This project has formed a research-practice partnership that brings together STEM+C instructors and researchers from three universities and education research and consulting groups. We aim to use high-frequency monitoring data collected from real-world systems to develop and implement an interdisciplinary approach to enable undergraduate students to develop an understanding of data science concepts through individual STEM disciplines that include engineering, computer science, environmental science, and biology. In this paper, we perform an initial exploratory analysis on how data science topics are introduced into the different courses, with the ultimate goal of understanding how instructional modules and accompanying assessments can be developed for multidisciplinary use. We analyze information collected from instructor interviews and surveys, student surveys, and assessments from five undergraduate courses (243 students) at the three universities to understand aspects of data science curricula that are common across disciplines. Using a qualitative approach, we find commonalities in data science instruction and assessment components across the disciplines. This includes topical content, data sources, pedagogical approaches, and assessment design. Preliminary analyses of instructor interviews also suggest factors that affect the content taught and the assessment material across the five courses. These factors include class size, students’ year of study, students’ reasons for taking class, and students’ background expertise and knowledge. These findings indicate the challenges in developing data modules for multidisciplinary use. We hope that the analysis and reflections on our initial offerings have improved our understanding of these challenges, and how we may address them when designing future data science teaching modules. These are the first steps in a design-based approach to developing data science modules that may be offered across multiple courses.more » « less
-
Security is a critical aspect in the design, development, and testing of software systems. Due to the increasing need for security-related skills within software systems and engineering, there is a growing demand for these skills to be taught at the university level. A series of 41 security modules was developed to assess the impact of these modules on teaching critical cyber security topics to students. This paper presents the implementation and outcomes of the first set of six security modules in a Freshman level course. This set consists of five modules presented in lectures as well as a sixth module emphasizing encryption and decryption used as the semester project for the course. Each module is a collection of concepts related to cyber security. The individual cyber security concepts are presented with a general description of a security issue to avoid, sample code with the security issue written in the Java programming language, and a second version of the code with an effective solution. The set of these modules was implemented in Computer Science I during the Fall 2019 semester. Incorporating each of the concepts in these modules into lectures depends on both the topic covered and the approach to resolving the related security issue. Students were introduced to computing concepts related to both the security issue and the appropriate solution to fully grasp the overall concept. After presenting the materials to students, continual review with students is also essential. This reviewal process requires exploring use-cases for the programming mechanisms presented as solutions to the security issues discussed. In addition to the security modules presented in lectures, students were given a hands-on approach to understanding the concepts through Model-Eliciting Activities (MEAs). MEAs are open-ended, problem-solving activities in which groups of three to four students work to solve realistic complex problems in a classroom setting. The semester project related to encryption and decryption was implemented into the course as an MEA. To assess the effectiveness of incorporating security modules with the MEA project into the curriculum of Computer Science I, two sections of the course were used as a control group and a treatment group. The treatment group included the security modules in lectures and the MEA project while the control group did not. To measure the overall effectiveness of incorporating security modules with the MEA project, both the instructor’s effectiveness as well as the student’s attitudes and interest were measured. For instructors, the primary question to address was to what extent do instructors change their attitudes towards student learning and their teaching practices because of the implementation of cyber security modules through MEAs. For students, the primary question to address was how the inclusion of security modules with the MEA project improved their understanding of the course materials and their interests in computer science. After implementing security modules with the MEA project, students showed a better understanding of cyber security concepts and a greater interest in broader computer science concepts. The instructor’s beliefs about teaching, learning, and assessment shifted from teacher-centered to student-centered, during his experience with the security modules and MEA.more » « less
An official website of the United States government

