talks
Data source:
https://csvconf.com/
1 row
where abstract = "This project grew from the need to determine what students of diverse backgrounds need to feel welcomed and represented in their graduate department at the University of Oregon. Two women of color took the initiative to conduct qualitative and quantitative research on how equity and diversity are represented in curriculum, services, and departmental resources. Based on our findings we researched resources on campus that address the problems identified in our data and best practices for graduate education implemented by similar graduate-level programs in Oregon. This talk illustrates how research methods can be used to inform institutional policies and practices to improve diversity and equity.", datetime = "2019-05-08T14:00:00" and day = "May 8 2019" sorted by rowid
✎ View and edit SQL
This data as JSON, CSV (advanced)
datetime
✖
- 2019-05-08T14:00:00 · 1 ✖
abstract
✖
- This project grew from the need to determine what students of diverse backgrounds need to feel welcomed and represented in their graduate department at the University of Oregon. Two women of color took the initiative to conduct qualitative and quantitative research on how equity and diversity are represented in curriculum, services, and departmental resources. Based on our findings we researched resources on campus that address the problems identified in our data and best practices for graduate education implemented by similar graduate-level programs in Oregon. This talk illustrates how research methods can be used to inform institutional policies and practices to improve diversity and equity. · 1 ✖
Link
|
rowid ▼
|
title
|
speaker
|
time
|
day
|
room
|
url
|
datetime
|
abstract
|
image
|
18 |
18 |
Data Analysis to Improve Diversity and Equity in Graduate-Level Education |
Rachel Mallinga |
2:00 PM |
May 8 2019 |
Fuller Hall |
https://csvconf.com/speakers/#rachel-mallinga |
2019-05-08T14:00:00 |
This project grew from the need to determine what students of diverse backgrounds need to feel welcomed and represented in their graduate department at the University of Oregon. Two women of color took the initiative to conduct qualitative and quantitative research on how equity and diversity are represented in curriculum, services, and departmental resources. Based on our findings we researched resources on campus that address the problems identified in our data and best practices for graduate education implemented by similar graduate-level programs in Oregon. This talk illustrates how research methods can be used to inform institutional policies and practices to improve diversity and equity. |
https://csvconf.com/img/speakers-2019/rmallinga.jpg |
CREATE TABLE [talks] (
[title] TEXT,
[speaker] TEXT,
[time] TEXT,
[day] TEXT,
[room] TEXT,
[url] TEXT,
[datetime] TEXT,
[abstract] TEXT,
[image] TEXT
)