Data Science

Fritz_X_DargesBlue42… Who Are You?

January 14, 2025
by Jonathan Pérez. Reflecting on the complexities of the human experience is paramount to conducting research. Jonathan Pérez, through his exploration of a conspiracy subreddit, reflects on his experience trying to find the human behind the datum. Jonathan critiques the harmful effects of dehumanizing rhetoric and the researcher’s responsibility to navigate ethical implications. In doing so, he establishes three guiding rules to support researchers seeking to humanize their analysis: 1) a researcher must always find the story behind the data; 2) a researcher must protect themselves; 3) a researcher must still humanize participants (even those who perpetuate harmful narratives).

Navigating AI Tools in Open Source Contributions: A Guide to Authentic Development

December 17, 2024
by Sahiba Chopra. The rise of ChatGPT has transformed how developers approach their work - but it might be hurting your reputation in the open-source community. While AI can supercharge your productivity, knowing when not to use it is just as crucial as knowing how to use it effectively. This guide reveals the unspoken rules of AI usage in open source, helping you navigate the fine line between leveraging AI and maintaining authenticity. Learn when to embrace AI tools and when to rely on your own expertise, plus get practical tips for building trust in the open-source community.

Finley Golightly

IT Support & Helpdesk Supervisor
Applied Mathematics

Finley joined D-Lab as full-time staff launching their career in Data Science after graduating with a Bachelor's degree in Applied Math from UC Berkeley.

They have been with D-Lab since Fall 2020, formerly as part of the UTech Management team before joining as full-time staff in Fall 2023. They love the learning environment of D-Lab and their favorite part of the job is their co-workers! In their free time, they enjoy reading, boxing, listening to music, and playing Dungeons & Dragons. Feel free to stop by the front desk to ask them any questions or...

Tom van Nuenen, Ph.D.

Data/Research Scientist, Senior Consultant, and Senior Instructor
D-Lab
Social Sciences
Digital Humanities

I work as a Lecturer, Data Scientist, and Senior Consultant at UC Berkeley's D-Lab. I lead the curriculum design for D-Lab’s data science workshop portfolio, as well as the Digital Humanities Summer Program at Berkeley.

Former research projects include a Research Associate position in the ‘Discovering and Attesting Digital Discrimination’ project at King’s College London (2019-2022) and a researcher-in-residence role for the UK’s National Research Centre on Privacy, Harm Reduction, and Adversarial Influence Online (2022). My research uses Natural Language Processing methods to
...

Institutional Review Board (IRB) Fundamentals

February 18, 2025, 9:00am
Are you starting a research project at UC Berkeley that involves human subjects? If so, one of the first steps you will need to take is getting IRB approval.

R Fundamentals: Parts 1-4

May 5, 2025, 10: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.

Python Web Scraping

March 5, 2025, 10:00am
In this workshop, we cover how to scrape data from the web using Python. Web scraping involves downloading a webpage's source code and sifting through the material to extract desired data.

Stata Fundamentals: Parts 1-3

February 24, 2025, 1:00pm
This workshop is a three-part introductory series that will teach you Stata from scratch with clear introductions, concise examples, and support documents. You will learn how to download and install the Stata 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.

Python Web APIs

March 3, 2025, 10:00am
In this workshop, we cover how to extract data from the web with APIs using Python. APIs are often official services offered by companies and other entities, which allow you to directly query their servers in order to retrieve their data. Platforms like The New York Times, Twitter and Reddit offer APIs to retrieve data.

Python Machine Learning Fundamentals: Parts 1-2

April 8, 2025, 12:00pm
This workshop introduces students to scikit-learn, the popular machine learning library in Python, as well as the auto-ML library built on top of scikit-learn, TPOT. The focus will be on scikit-learn syntax and available tools to apply machine learning algorithms to datasets. No theory instruction will be provided.