Lessons Learned from “Bridging the Gap: Women, Code, and the Digital Humanities”

Reflection on 2014 ACH Microgrant by Celeste Sharpe and Jeri Wieringa

This fall we had the opportunity to launch DH Bridge, an open curriculum and workshop framework for teaching computational thinking in the context of the humanities, funded by an ACH microgrant. Borrowing liberally from Rails Bridge and Rails Girls, we set out to adapt the model of a distributed pedagogy to the needs of humanities scholars who, while not looking to become programmers per se, want to develop the skills and patterns of thinking necessary to apply computational methods to their scholarship.

Computational thinking is a pattern of problem solving that involves organizing and analyzing data, abstracting in search of patterns, and breaking complex problems into discrete, solvable parts (Jeannette Wing, 2006, doi: 10.1145/1118178.1118215). It enables humanities researchers to formulate new questions and to think through how to leverage both data and computational processes to explore those questions. While these skills may be taught in the context of a particular programming language, in our case Python, the patterns of thought are transferable to any language or computational process.

For the DH Bridge curriculum, we wanted to provide concrete exposure to the ways scholars might leverage data and code in the service of humanities questions. We also wanted participants to leave the workshop with a sense of how to approach a problem computationally, as well as to begin using the computer to perform the desired analysis. To achieve these goals, we used data from the Digital Public Library of America as the foundation for our curriculum and asked participants to explore the ways the collection’s holdings related to “cooking” were gendered. Breaking this abstract question into computationally solvable parts meant walking participants through using the DPLA’s API, parsing the JSON output, isolating particular data points, and using the Natural Language Toolkit for Python to find patterns in the text.

In what follows, we will discuss the pedagogical choices we made, our development process for the curriculum, and lessons learned from the workshop held on November 1, 2014.

Pedagogical Choices:

Working from our observations and participant feedback from Rails Girls DH, we wanted to make a few deliberate pedagogical changes for the new curriculum:

  • Work from concrete problem to abstract concepts.
  • Focus on computational thinking and helping participants build a mental model of the computer, data, and working computationally.
  • Design the tutorial to potentially be a standalone reference (for people with some programming experience), but pair it with the coaches guide to give a more personalized and enhanced learning experience.

In working purposefully from a concrete problem and data to more abstract concepts, we wanted to provide a clear entry point for humanities scholars. This is the opposite approach from what is commonly pursued in coding tutorials, where concepts and descriptions of terms and elements are defined in the abstract first. We’ve observed that this adds a layer of difficulty for participants in translating to actual implementation. At the same time, we were concerned about the desire to understand “all the details”–meaning the more abstract computer science conceptual foundations–before being willing to play, which can also keep people from being willing to engage with hands-on learning. By starting with a model of computational thinking that considers the computer, data, and research questions in conversation from the beginning, we sought to present a balanced approach between the conceptual and technical.

In terms of the curriculum, there are two main components: a detailed tutorial made up of 14 modules and a coaches’ guide. Each addresses different aspects of the learning goals, although they were conceived to work together and be implemented together by potential future workshop organizers. For people with some programming experience, the tutorial could serve as a standalone reference and step-by-step guide. In putting the tutorial together, it became clear that some of the important context and explanations didn’t fit well within the narrative flow of the modules. We decided that this material would be best served through discussion among the participants and the coaches, and so wrote the coaches’ guide with learning checks, discussion questions, and the key concepts for each module. We wanted to emphasize this social aspect of learning, and we found that could only be achieved through conversations in the room during the workshop itself.

Iterative Process:

While developing the curriculum, we asked for and received substantive feedback from a number of our peers and professors. Knowing that participants would likely be a mix of Mac and Windows users, we wrote instructions for each and repeatedly tested the tutorial on both operating systems. Two weeks prior to the workshop, we got together with a number of the coaches for a dress rehearsal of the curriculum. We gathered valuable feedback and made final tweaks, clarified directions in the tutorial, fleshed out concepts, and added parts to the coaches guide to reinforce our model of computational thinking and keep everything aligned with the learning goals.

Lessons Learned:

For this kind of workshop, we found that a participant to coach ratio of 2-3 to 1 seemed to work much better than our Rails Girls DH ratio of 5 to 1. For DH Bridge, there were plenty of coaches around to answer questions and troubleshoot, so participants were generally not stuck for long. One thing that we noticed was how the ratio affected collaborative group activities. Participants on the whole progressed at their own pace, which was great, but this made it difficult to stop for the learning checks and discussions we’d built into the modules. Also, the number of coaches at hand made participants more likely to ask them immediately for help rather than hash problems out with their group members. Balancing the asynchronous and synchronous aspects will be an ongoing consideration as we refine our workshop model. We gathered feedback informally after the event and through an optional survey. Several DH Bridge participants shared with us that they believed in their ability to translate the skills and concepts gained throughout the day to their current work, but we have yet to develop an effective way of assessing long-term learning. Maintaining a sense of community and following-up with participants is also a tricky proposition for us since participants came from a range of institutions across the DC metro area and from as far as Davidson College in North Carolina.

Next Steps:

In the near future we will work to fix the small errors that were encountered as part of the event. We also plan to review feedback from the participants and coaches to assess what other adjustments are needed going forward. Longer term goals include writing a version of the tutorials for Python3, as well as soliciting ideas for additional modules that would be useful for humanities scholars. In addition, we would like to think through how to continue efforts to effectively partner with underrepresented populations to help more interested people take part in DH Bridge.

There are an ever increasing number of opportunities for training in the digital humanities, from informal workshops held at THATCamps to multiple week training programs, such as the NEH Institutes for Advanced Topics, Humanities Intensive Learning and Teaching (HILT), and the Digital Humanities Summer Institute (DHSI). While these workshops provide excellent opportunities to gain exposure to new ideas or to dive deep into a particular subject area, they are also dependent upon the expertise of the particular instructors and, depending on the length of the workshop or institute, require substantial commitments of time and money.

DH Bridge offers an additional model for training in the digital humanities. Building on the model of Rails Bridge and Rails Girls, DH Bridge offers one to two day workshops that provide intensive training in using computational thinking in humanities contexts. What is unique about this model is that the workshops run from a central but open curriculum, one that can be expanded and adjusted for the needs of a particular community but that also removes the need for each workshop to begin from scratch. By using a format that is low-cost, both for participants and for organizers, and focusing on patterns of thinking, rather than use of particular tools, we can effectively work to expand the community of scholars leveraging computational approaches in their research.

Tagged as:

By Susan Brown


26 comments on “Lessons Learned from “Bridging the Gap: Women, Code, and the Digital Humanities”