R

R Copilot Assisted Coding Workshop

September 23, 2024, 3:00pm
This workshop provides a beginner-friendly introduction to coding with GitHub Copilot, a popular AI coding assistant. We will start from the basics so you can take advantage of AI assistants to improve your coding and avoid common pitfalls. First, we’ll cover how to install and set-up Visual Studio Code, a free code editor through which we will use GitHub Copilot. Then, we will go through the different features of GitHub Copilot and how to use them to help us code in R.

Deibi Sibrian

Data Science for Social Justice Fellow 2024
Deibi is a Ph.D. student in the Department of Environmental Science, Policy, and Management, centering critical interdisciplinary ecology and multispecies justice. Deibi coined the term "Cryptonocene," an interdisciplinary framework, to study the socio-environmental health impacts of cryptocurrencies and related technologies, such as AI. With over two years of experience as a graduate instructor, Deibi now is a Graduate Student Researcher, NSF Digital Transformation Fellow, and Mentored Research Fellow. Before joining Berkeley, Deibi was the project manager for an interdisciplinary team...

Deya Chic

Data Science for Social Justice Fellow 2024
Graduate School of Education

Deya is deeply committed to supporting underrepresented students and contributing to policies that address oppression in higher education. She aims to influence fellow professionals and researchers to adopt a comprehensive approach to addressing systemic issues in the higher education system.

Megumi Tanaka

Data Science for Social Justice Fellow 2024
School of Journalism

I'm currently a graduate student in the AS&T program and the School of Journalism, conducting research in the field of AI ethics education. I'm interested in the intersection of data science, journalism and education!

TEST: R Fundamentals: Parts 1-4

August 20, 2024, 9:00am
This workshop is a four-part introductory series that will teach you R from scratch with clear introductions, concise examples, and support documents. You will learn how to download and install the open-sourced R Studio software, understand data and basic manipulations, import and subset data, explore and visualize data, and understand the basics of automation in the form of loops and functions. After completion of this workshop you will have a foundational understanding to create, organize, and utilize workflows for your personal research.

Hellina Hailu Nigatu

Data Science for Social Justice Senior Fellow 2024
Electrical Engineering and Computer Science (EECS)

I am a PhD student at UC Berkeley in the EECS department co-advised by Prof. Sarah Chasins and Prof. John Canny. My research interest broadly lies in the intersection of AI and HCI, with a focus on making usable AI tools accessible to end users.

I am currently looking into making NLP tools usable and accessible for low-resourced languages. I am also interested in the impact of AI on society, specifically in how it affects Global Majority countries and communities. Outside of research, I like to read books, make and drink traditional Ethiopian coffee, knit,...

Violet Davis

Data Science for Social Justice Senior Fellow 2024
MIDS

I am a Masters student studying Data Science with the School of Information. My research involves computational social science projects focused on social justice and equity.

Maddie Taylor

Data Science for Social Justice Fellow 2024
Environmental Science, Policy and Management

Maddie is a third year Ph.D. Student in Environmental Science, Policy, & Management. Their research brings together disability studies and environmental justice to explore how disabled and chronically ill communities are affected by climate change.

They graduated from Barnard College in 2017, and their experiences navigating ableism while working in the environmental field led them to their current research interest at UC Berkeley. In their free time they enjoy knitting, playing music, and exploring the Bay Area with their dog, Winnie.

R Machine Learning with tidymodels: Parts 1-2

February 27, 2024, 10:00am
Machine learning often evokes images of Skynet, self-driving cars, and computerized homes. However, these ideas are less science fiction as they are tangible phenomena that are predicated on description, classification, prediction, and pattern recognition in data. During this two part workshop, we will discuss basic features of supervised machine learning algorithms including k-nearest neighbor, linear regression, decision tree, random forest, boosting, and ensembling using the tidymodels framework. To social scientists, such methods might be critical for investigating evolutionary relationships, global health patterns, voter turnout in local elections, or individual psychological diagnoses.

R Geospatial Fundamentals: Vector Data, Parts 1-2

March 7, 2022, 10:00am
Geospatial data are an important component of data visualization and analysis in the social sciences, humanities, and elsewhere. The R programming language is a great platform for exploring these data and integrating them into your research. This workshop focuses on fundamental operations for reading, writing, manipulating and mapping vector data, which encodes location as points, lines and polygons.