Workshop: Qualitative Interviews in Practice (March 19, 2026)

Join us for the workshop Qualitative Interviews in Practice, organized by the Methods Lab at the Weizenbaum Institute. On March 19, 2026, three experienced researchers will share insights from their hands-on work with qualitative interviews.

The workshop focuses on practical experience, reflection, and methodological exchange. Each invited expert will give a short input based on their own research practice, addressing topics such as planning and preparing interviews, conducting interviews in different contexts, training interviewers, handling challenging situations, and reflecting on lessons learned. The inputs will be followed by an open discussion, where participants can bring their own projects, questions, and experiences.

The workshop is open to researchers at different stages of their careers—from those preparing their first interviews to those with extensive field experience who are interested in exchanging perspectives and best practices.

To learn more, please visit our program page. We hope to see you there!

Workshop: Introduction to Programming and Data Analysis with R (March 25-26, 2026)

The Methods Lab is happy to welcome back the fourth annual Programming and Data Analysis with R workshop, led by Roland Toth (WI). The two-day workshop will take place at the Weizenbaum Institute on Wednesday, March 25, and Thursday, March 26.

Aimed at participants with beginner to intermediate experience, the workshop offers a practical introduction to programming in R. On the first day, participants will learn the basics of coding, key data wrangling techniques, and how to work with Markdown. The second day builds on this foundation by focusing on data analysis through hands-on work with real datasets, allowing participants to explore a research topic with guided support.

Across both days, the workshop combines clear explanations with practical coding exercises, creating an interactive and supportive learning environment for developing core data analysis skills.

Seats are limited to 20 participants. For more information, check out the program page!

Workshop Recap: Scientific Data Visualization

On December 4th, 2025, Dr. Ansgar Hudde led an online workshop on Scientific Data Visualization for the Methods Lab, examining the principles, possibilities, and responsibilities involved in communicating data effectively. He opened by highlighting the influence of visualizations in scientific research and how design choices can carry subtle, persuasive, and even political messages. Dr. Hudde encouraged participants to consider what makes a graph clear and meaningful, noting that sketching ideas on paper can be a valuable first step in the design process.

He then walked the group through a wide range of published figures to show how design affects interpretation. Participants shared their perspectives as he highlighted the need to balance informativeness, accessibility, and visual appeal. Together, they examined examples where unclear axes, inconsistent fonts, vertical text, or poor color choices hindered comprehension, as well as examples where alignment, labeling, and intentional color palettes made complex information easy to understand.
Key principles surfaced throughout the session, including consistent fonts, intuitive scales, embedded labels that reduce clutter, and mindful decisions about emphasizing detail versus simplicity. Dr. Hudde also discussed technical considerations such as smoothing noisy data, using jittering to show distributions, selecting appropriate graph types, and avoiding three dimensional forms or style choices that add complexity without improving understanding. He reminded participants that visualization is never neutral, especially in maps, where choices about scale, labeling, and color strongly shape interpretation.

The second half of the workshop was interactive. Participants submitted their own graphs, explained their context, and received practical feedback from Dr. Hudde and fellow attendees. Discussions focused on choosing accessible color palettes, adjusting axes and titles for clarity, modifying label angles, and simplifying overly complex designs. Participants also raised questions about visualizing Likert scales, presenting regression results, and ensuring figures remain interpretable in grayscale. The group briefly discussed software options, and Dr. Hudde recommended Stata, R, and Python, while noting that consistency within one’s analytic environment matters most.

By the end of the workshop, attendees had refined their figures and deepened their understanding of how intentional design choices enhance interpretability, clarity, and the responsible communication of research.

Workshop: Scientific Data Visualization

Join us in the upcoming workshop on Scientific Data Visualization, beneficial for researchers, students, and professionals interested in improving their skills in quantitative data visualization. On December 4, 2025, Ansgar Hudde, lecturer in Sociology at the University of Cologne, will lead an online, hands-on session introducing strategies for creating clear and effective visualizations in Stata.

The workshop will cover key aspects of graph design, including working with text, colours, axes, reference lines, transparency, fonts, and number formatting. Through interactive exercises with example datasets, participants will gain practical experience applying these principles and build confidence in producing polished, informative figures. By the end of the session, they will be able to create and refine visualizations that strengthen their empirical research and academic publications.

For more details, please visit our program page. We hope to see you there! 

Workshop: Finding Frames with RoBERTa – A Crash Course

The Methods Lab is pleased to host a hands-on workshop led by Dr. Vihang Jumle (University of Bern) on automating frame analysis using RoBERTa. This practical session teaches social science researchers how to apply pre-trained language models to scale text coding – transforming manual content analysis into a fast, reproducible process. Participants will learn to fine-tune models, preprocess data, apply data augmentation, and evaluate results using precision, recall, and cross-validation – using their own research datasets. Designed for intermediate Python users, the workshop emphasizes real-world application and project-based learning. Ideal for researchers in communication studies, political science, and sociology. Register now and bring your data to automate your next analysis!

To learn more, please visit the program page. We hope to see you there!

Workshop: Introduction to MAXQDA

Join us for the workshop Introduction to MAXQDA, designed for all researchers, students, and professionals interested in qualitative data analysis. On May 28th, 2025, at the Weizenbaum Institute, certified MAXQDA trainer Dr. phil. Aikokul Maksutova will lead a basic yet comprehensive workshop introducing the software’s core features, aligning with the key stages of digital qualitative research.

This event will offer guidance on MAXQDA’s essential tools for documenting, coding, and analyzing qualitative data. Participants will become familiar with navigating the Code System and a range of additional features, such as functions for exporting data, linking memos, and generating visualizations. Each segment will include hands-on activities using various datasets, enabling participants to confidently apply the skills they’ve learned on their own.

To conclude, special guest and representative of MAXQDA, Ms. Tamara Pataki, will inform participants of the software’s latest innovations and host an open Q&A session.

To learn more, please visit our program page. We hope to see you there!

DeZIM Summer School 2025

For those interested in strengthening their skills in social research methods, we’re pleased to announce that registration is now open for the DeZIM Summer School 2025 (Deutsches Zentrum für Integrations und Migrationsforschung).

Running from August 12 to 14, the program is free and open to all, offering workshops in both qualitative and quantitative methods. Courses are designed for participants ranging from beginners to advanced, and all are welcome to join multiple sessions. However, space is limited, so we encourage early registration by completing this survey before the deadline on June 30, 2025.

As part of the ongoing collaboration between DeZIM and the Weizenbaum Institute, both institutions share access to each other’s workshops. Through this partnership, we aim to create more opportunities for researchers to develop and strengthen their methodological expertise.

To learn more about additional upcoming workshops, check out our Methods Ticker!

Workshop Recap: Introduction to Programming and Data Analysis with R

A third edition on the Introduction to Programming and Data Analysis with R workshop took place on March 12th and 13th, 2025. Roland Toth with the Methods Lab at the Weizenbaum Institute engaged almost 20 participants with essential methods of data analysis via comprehensive coverage of fundamental R programming concepts and techniques.

On the first day, Roland guided participants through the basics of R syntax and its integration with Markdown/Quarto in an interactive environment. This included the very basics of programming like functions, objects, and indexing, but also data-related practices like data wrangling, sanity checks, and simple statistical analyses. Among others, participants also gained insight on managing warnings and errors that might stunt the process of coding throughout projects.

On day two, after an introduction to data visualization techniques, participants put their learning into practice: They explored provided survey data and developed a research question, so they could prepare and statistically analyze the data accordingly in R. The result was a reproducible HTML report on the reasoning behind the research question, all data wrangling steps, an exploration of the data set, the analysis, and the results including an interpretation. Attendees also supported each other’s progress whenever possible, while Roland offered personalized guidance.

The workshop concluded with a thorough review of useful functions and packages in R. Throughout the event, participants were encouraged to ask questions freely and frequently, and they took the opportunity. The Methods Lab would like to give a great thanks to all guests for their attendance and lively participation!

Career Tutorial: LLMs for all Expertise Levels (March 7, 2025)

In a joint effort, the Career Development and the Methods Lab are excited to announce the hybrid “Career Tutorial on LLMs for all Expertise Levels”. In this tutorial, beginning with fundamental concepts of LLMs and in-context learning, we’ll address the “Needle in the Haystack Problem” and compare ultra-long context models with RAG approaches. Through practical demonstrations, participants will gain hands-on experience with RAG’s core functionalities and understand its objectives. The session delves into scaling solutions using vector databases and advanced implementations, including chunking strategies, hybrid RAG, and graph-based RAG architectures. We conclude with an overview of emerging trends, examining agentic RAG and the integration of reasoning models in deep research applications. This comprehensive exploration equips attendees with both theoretical knowledge and practical insights into the latest developments in AI language models.


For more information, visit our program page. We are looking forward to your participation!

Workshop: Introduction to Git

Join us in our first workshop of 2025 for an Introduction to Git, held on Thursday, February 6th. This event will be taking place at the Weizenbaum Institute and welcomes Weizenbaum Institute members to participate.

LK Seiling, an associate researcher, IT administrator Sascha Kostadinoski, and student assistant Quentin Bukold will be the primary instructors leading this event. Together they will guide participants through short theoretical segments, introducing fundamental Git commands and version control concepts. In addition to learning the operations of key Gitlab features, this workshop encourages guests to participate in quizzes and incorporates interactive exercises.

For further details, visit our program page. We hope to see you there!