Reflections on Spring Semester

This semester I’ve continued my work on the PressForward project in the Research division. Throughout the semester I’ve served as editor-in-chief, helped troubleshoot and test the latest version of the PressForward plugin for public release, and continued to develop my php and web development skills by working on the TurnKey PressForward WordPress theme. In addition to working on PressForward, I’ve helped out in the support space, organized a brown bag, and spent some time mentoring Stephanie Seal. My time in the Research division on PressForward has allowed me to develop my programming skills and further acquaint myself with the software development process. I’ve learned so much about programming in general over the last two years, but I’ve also gained valuable experience in things like UI/UX design principals and about the workflow for developing/maintaining an open source piece of software.

The PressForward All Content page in 3.5 features improved navigation, filtering, sorting, and searching.

The PressForward All Content page in 3.5 features improved navigation, filtering, sorting, and searching.

In March, PressForward released version 3.5 which included some significant User Interface(UI) and User Experience(UX) changes. This version was the result of several months of work by the PressForward team and included a redesigned toolbar in ‘Nominated’ and ‘Under Review’ and some reorganization of tools and options in the plugin. Throughout the first months of this semester, I attended development meetings, tested new features, and helped to rewrite our documentation based on the new features. Releasing a new version of the software is a big task as it involves updating all our documentation, screenshots, and descriptions of the plugin. 

Output of the Subscribed Feeds Shortcode in the PressForward TurnKey Theme

Output of the Subscribed Feeds Shortcode in the PressForward TurnKey Theme

Building the PressForward TurnKey Theme allowed me to apply a lot of the concepts I was picking up through bug-testing and in the weekly discussions with our developer Aram. For example, I helped to write a shortcode that displays a list of the subscribed feeds and aims to allows PressForward users to further expose the metadata collected by the plugin. We came up with this idea after realizing how many of DHNow’s feed were broken and how poor the metadata that is associated with the feeds often are. Attributing credit to posts we feature when the author is not clearly listed in the metadata is often difficult and problematic. The shortcode allows users to highlight the RSS metadata pulled in by the plugin by providing options for displaying both active and inactive feeds. We hope allowing administrators to make their feedlist (as well as the feed title and author) visible outside of the plugin will prompt scholars to revisit the metadata contained in their RSS feeds. Participating in development meetings this semester, I have not only continued to further my understanding of the backend of the plugin but also have learned more about php and WordPress core. 

My work on PressForward has been immensely helpful in building my programming skills and as I look back at the last two years of this fellowship, I’m struck by how much my skills have grown. In addition to technical skills, I’ve also gained experience in managing an active publication and an open source project. Thanks to projects like our cohort’s THATCamp topic modeling experiment in Python, the Clio Wired sequence, the support space, and my time in Research my skills have vastly improved. As I finish up this fellowship and look towards beginning my dissertation and developing a digital component, the skill set I’ve cultivated through this fellowship will be immensely useful. At the very least, the skills I’ve developed her have given me a foundation in computational thinking and I feel confident in learning whatever new programming skills will be required for my own research.

Aside from our duties in our respective divisions, the fellows have also had some common projects we’ve worked on.  Stephanie Seal and I produced several episodes of Digital Campus this semester and continued to maintain the blog.  Producing Digital Campus involves finding stories for everyone to discuss, managing and scheduling the recording, and preparing a blog post summarizing the episode for the Digital Campus blog.

Additionally, each year the fellows are asked to host and organize a brown bag at the center.  This year I invited Micki Kaufman down from the City University of New York to talk about her dissertation research, entitled “Everything on Paper Will Be Used Against Me”: Quantifying Kissinger, A Computational Analysis of the DNSA’s Kissinger Collection Memcons and Telcons.” I had previously met Kaufman at the 20th Anniversary conference and the brownbag was an excellent opportunity for the fellows to invite down another graduate student and participate in conversations about digital methodologies and approaches as they apply to a dissertation.

 

PressForward Workshop

This year PressForward has been focused on outreach. The PressForward team has been working to develop the plugin’s user interface and to help several pilot partners get PressForward publications up and running. As the fellow positioned on this project I’ve been involved with the continued development of the plugin. Last weekend, Amanda Morton, a former DH Fellow, and I were given the opportunity to give a PressForward workshop at the Advancing Research Communication and Scholarship (ARCS) conference in Philadelphia. The ARCS conference is “a new conference focused on the evolving and increasingly complex scholarly communication network.” Interdisciplinary in nature, the conference featured a set of workshops on Sunday and a set of diverse panels on Monday. Many of the panels focused on linked and open data, alternative publishing models, alt metrics and other ways of measuring impact, and open access digital repositories. The conference was a great opportunity to interact with organizations and communities that might be interested in PressForward and get an idea of what features might be important to these groups.

Our workshop focused on PressForward and covered topics such as the origins of the project, features that make the plugin standout, and an overview of how we use the plugin to maintain DH Now’s editorial process. Lastly, we set up a sandbox and gave users logins so they could follow along as we walked through important features of the plugin. We had about thirty people from libraries and science organizations attend and it was interesting to hear different ideas about how the plugin might be useful. The workshop was a nice break from some of the more technical things I’ve been doing this semester and it was great to get to talk about the project as a whole and how it fits into the scholarly communication ecosystem.

Below is a copy of the powerpoint we put together for the workshop.

Editor-in-Chief and Other Experiences

This semester, my cohort of fellows were placed into different divisions. Since we are on the accelerated one-year fellowship tract (the previous two cohorts each had a two-year fellowship), every division currently has two DH fellows. I was assigned to my first choice, the Research Division. This was the first division my cohort rotated through last semester and was a bit more technical than the other two divisions. However, I am excited to get involved in their current projects and to contribute as a member of the team. You can read my reflection on my rotation through the Research Division here.

“Catching Up”

For the first few weeks, I was familiarizing myself with various aspects of the divisions work. Even though I came into the fellowship with experience in programming and web design, I was by no means at the same level as the rest of the division. Taking a few weeks to introduce myself to the tools used in the division’s work would allow me to better understand the workflow and processes involved in the different projects.

Git and Github: The two main projects that Research is involved with are Zotero and PressForward. Both of these are programs are open source and available online in their entirety at Github.com. Github is an online repository for source code and allows for collaboration in the development process.  Currently, the Research Division is working on  releasing updated versions of PressForward. By learning how Github and git commands work, I would be able to understand how these updated versions are created, shared, tested, and released. I went through a handful tutorials on git commands from both Github and on Code School. I even created my own project repository on Github and practiced pulling and pushing files. I worked through the command line (Terminal on Mac) to communicate with Github. It was an interesting and definitely new experience. I now understand the theory of how to save various stages in the coding process and uploading them to Github. Most importantly, I can follow people’s conversations about Github or their online repositories. I am looking forward to learning more and becoming more comfortable with the process.

PHP: I came into this Fellowship with experience in a few programming languages. I had taken two programming classes in my undergraduate in C# and had some experience with HTML, CSS, and Java script from a capstone class. PressForward works a lot in a scripting language called PHP. I went through the tutorial on Codecademy for PHP and reviewed Java script as well. I didn’t come out an of the tutorials with a mastery of the language but it did teach me how to following the syntax and logic of the code. That really is half the battle in programming.  I now have a greater appreciation for programmers who have expertise in multiple languages as well. I only have a basic knowledge of a handful of languages and they are already bleeding over into each other in my mind. In spite of this, I enjoyed working with programming and want to continue to improve my skills and utilize them in my own work as well as within the Research Division.

Editor-in-Chief

The crux of my time in the division thus far has been preparing for and working as Editor-in-Chief for Digital Humanities Now. The idea of being Editor-in-Chief was a bit daunting, especially with the immediate publication that comes with the digital medium. However, I was aptly prepared and supported with my first time through.

Preparation: In the weeks leading up to my assigned time, I shadowed Amanda Regan and Amanda Morten during their weeks as Editor-in-Chief. They showed me how to format each post for publication, how to find relevant information from the Google documents, and how to email the editors-at-large. The most imposing task was to find the Editor’s Choice articles. I felt comfortable with identifying the various news items for publication but the Editor’s Choice articles are more involved and the focal point on the DHNow website. A helpful way of understanding Editor’s Choice articles, as it was explained to me, is that they should be focused around an argument or position. With this understanding, I decided to spend some time going through former Editor’s Choice articles from the previous months to better ground my judgment. As my week of Editor-in-Chief approached, I felt prepared and excited for the task.

My Week: My week started with a suggestion from Ben Schneider that I look through the nominated material the day before publication. This would allow me to gauge if we have enough material to publish or that I needed to devote time to aggregating articles. So I spent an hour or so drafting posts and prepping for the following day. I left work on Monday feeling confident that I had plenty of material for the Tuesday publication. The following morning, I returned to find that most of the material I drafted the day before was almost entirely Humanities focused with little to no digital component. Luckily I started the day early to allow for “hiccups” such as this and was able to work through and find things to publish. Thursday went a little faster, after having already gone through the entire process on my own. I was able to find, with relative ease, plenty of news items to publish for both days. Editor’s Choice articles were, however, more time consuming. In the end, I was able to publish two Editor’s Choice pieces on both Tuesday and Thursday.

Reflection: I really enjoyed being Editor-in-Chief. It was somewhat empowering to be the individual who decides what is being published. It also imbues a sense of responsibility that the posts you choose are quality in nature and relevant to the digital humanities community. Taking on this role gave me a glimpse at the vast amount of material being published on the Internet. PressForward has over 400 RSS feeds coming into the All Content page and this is only a mere fraction of the content being published daily. I can definitely see the need for programs such as PressForward to aggregate, organize, and publicize digital work. This being my first experience with online publishing, I found it to be very rewarding and encouraging. I have three more weeks to helm the Editor-in-Chief and I am looking forward to them.

Reflections on the Fall Semester in Research

This year I am a second year fellow and am spending the year in the Research Division working on PressForward.  In addition to working on PressForward, I’ve continued to be involved in the Support Space, Digital Campus, and mentoring the new fellows. Over the course of this semester the PressForward team has been busy wrapping up the first PressForward grant and, in October, we began PressForward 2 which was funded by the Alfred P. Sloan Foundation.  As one of the GRAs on this project I’ve worked on multiple things over the course of the semester including redesigning the PressForward website, continuing to manage DHNow, and was involved in putting together the most recent issue of the Journal of Digital Humanities. In the midst of all of this, we’ve been refining and further developing the next version of the PressForward plugin.  I’ve been testing the plugin and have even started contributing code to the most recent version.

This summer I was given the opportunity to work on PressForward and this enabled me to get a head start on my assignment for this year.  It was incredibly useful to be around for the launch of the plugin and to be able to use the summer to really familiarize myself with the plugin, Digital Humanities Now and other aspects of the division.  In our brief rotation through Research last Spring we didn’t get to spend a lot of time looking at the nitty gritty details of how DH Now or PressForward work.  Over the summer I was able to take some time to familiarize myself with the organization of the plugin and the daily administrative work for DHNow.  It turned out to be such a useful summer because I returned in the Fall ready for the fast paced wrap up of PressForward 1 and the beginning of our implementation phase.

Among the projects I undertook in Research this semester, redesigning the PressForward website took a large amount of my time.  PressForward 2 is an implementation grant and over the next 14 months we will be working with several partners to develop publications using the plugin.  In this new capacity, I was asked to help redesign the website and transition from a blog about a research project on scholarly communication to a website focused on our plugin and its features.  I spent quite a bit of time looking at both the Omeka and Zotero websites and thinking about what made a good digital humanities tool website.  How do you effectively communicated the major features of the tool and its application for both humanities projects and more general use?  The PressForward plugin is available on the WordPress directory and has a wide range of applications outside of just academic publishing.  The website needed to reflect both applications and focus on what makes PressForward different from a standard RSS reader.  Furthermore, it needed to have support forums as we begin to develop a community of users.  Both Omeka and Zotero have very broad and dedicated communities that contribute to these open source projects.  PressForward 2 will be, in part, about cultivating a similar community for our tool and that begins with support and education about the plugin and its uses.

Looking at other examples, I designed a site that very much mirrored the organization of both the Omeka and Zotero sites.  On the homepage the dominant area is filled with tabs that each focus on a key feature of PressForward: the overall point of the plugin, features for collecting, features for discussing, and features for sharing content.  In each tab a large download button takes the user to the PressForward GitHub repository. Below the features are links to each pilot partner’s web page and a link to our blog.  This was a very useful project because it led me to not only think about the way digital humanities tools communicate their goals but also I learned quite a bit of php while I hacked around in the theme. It worked out that I happened to be taking Lincoln Mullen’s Programming for Historians class at the same time and the skills I had learned in that class complimented this project, and working a bit with php, well.  As we move forward I’ll be doing some more theme development for PressForward 2 and will also be contributing, what I can, to UI/UX issues on new versions of the plugin.

In addition to all my work on the PressForward project, I have also been participating in running the Digital History Support Space which is always a rewarding experience.  Over the course of the semester we’ve helped numerous people from all of the Clio I courses and we expect to have more frequent visitors next semester during Clio II.

In November, the center had its twentieth anniversary conference and opened up the API for the archive that we began building last Spring (and Jannelle Legg spent all summer refining and adding content). On Friday, the first day of the conference, a few of us decided to use the API to make a network graph of all the people and projects at the center.  We coded like mad for the whole day, and—with a lot of help from Lincoln Mullen—we ended the day with three network visualizations. I think this was an interesting way to wrap up our work from last year on the archive and was a practical use of the skills Jannelle Legg and I had been learning in Lincoln Mullen’s Programming for Historians seminar.  The visualization reflects some of the decisions we made when creating the archive last summer and the some of the limitations of the archive.  All of the nodes and edges on the graph represent the information provided on the coversheets of grants.  As a result, staff that were hired after the grant was awarded are not reflected on the graph and grants that were iterative aren’t necessarily connected.  I think the project was a great example of the choices that have to made when creating a digital archive and was a fun way to wrap up the project we began last Spring. The visualization is available here. (The visualization was a collaborative effort by: Ken Albers, Peter Carr Jones, Lincoln Mullen, Patrick Murray-John, Allison O’Connor, and Faolan Cheslack-Postava).

We also have a new cohort of Fellows this year and at the beginning of the semester we paired off each second year with a first year to act as a mentor.  Our role is to mentor them throughout their first year.  Their first rotation this semester was through research and over the course of their first two weeks they worked on PressForward and Digital Humanities Now. I helped walk them through the goals of the project and showed them how the plugin worked.  They watched me do Editor in Chief and then served as Editors At Large before taking on Editor in Chief themselves. Walking them through the projects, I was struck by how much of a better understanding of the center and the various projects I have now than when I first began at the center.  Looking back on our first year, its impressive the range of material we were introduced to and the ways it complimented our coursework to provide us with a unique perspective on Digital History.   I’m really looking forward to continuing to work with the new fellows and having one of them in Research next semester.

Research Division Reflections

My first few weeks as a Digital History Fellow at RRCHNM have been both an amazing experience and a complete challenge.  Before I began my PhD program, I didn’t really understand digital history and I wasn’t quite sure what I would be doing during the first year of my fellowship.  I had a hunch that I would learn some computer programing, do some blogging, and for some crazy reason thought that I would be digitizing historical documents.  However, my first few weeks in Research taught me that my ideas about digital history and the RRCHNM were a little off.

First, I’ve never had much experience with websites, blogs, etc.  For the 2012 Society for Military History conference, I managed a wordpress website for the program committee to rate and select papers and panels.  However, all I was asked to do was upload posts, pages, and rating systems.  Most of what I was doing was simple copy and paste.  When I heard we would be working with PressForward and Digital Humanities now, I was excited because I would have a leg up on understanding basic components of a wordpress site—not so much.  For the first few days my colleagues Jordan, Alyssa, and I kept looking at each other with complete confusion.  There were so many acronyms and lingo that we’d never heard and jumping into the digital world made me worried that I wouldn’t be able to figure everything out.

However, the Research Division never let us slip and I am so grateful everyone on the team knew that I walked into the fellowship with very little experience.  We were so lucky to have Mandy, Amanda, and Stephanie sit down with us to explain the components of PressForward  (and for me what an RSS Feed even meant) and Digital Humanities Now.  Without a doubt, working on Digital Humanities Now was my favorite part of the last four weeks.  Having the opportunity to be an editor at large and select dozens of articles collected by PressForward made me feel like I was living in a digital world, but kept me in my comfort zone—i.e.  intense sessions of reading.   We got about two or three days to look through PressForward, mining for different articles that would be worthy of a front page spot on Digital Humanities Now, and then had the opportunity pick which articles were chosen for that week.  Mandy showed us how to use wordpress and publish the top stories, as well as setting up Twitter to tweet out our selections at different times throughout the day.

Learning PressForward and what goes into updating Digital Humanities Now was challenging, but fun because after a couple of mistakes playing in sandbox, the material started to click and I could then recognize and regurgitate steps.  However, the bottom kind of dropped out when we were told our next assignment was to work with the Programing Historian website and learn the ins and outs of Python and Zotero.  I started having problems almost immediately because of my “awesome” PC.  All of the digital history fellows, young and old, have Macs—I do not.  I had to download different programs than Jordan and Alyssa, such as Text Wrangler, and any time I a problem would occur not many people in the room could figure out what was going on to help me.  After about a day we had things up and going and I starting the Programing Historian tutorials.  Like I said before, I’ve never worked with programing and I was excited to start these tutorials because “Programing Historian” sounds like a step-by-step guide for those in the humanities who have never used a computer for more than research, Facebook, and e-mail.  This was not necessarily the case.  While the first four lessons were simple enough, I felt like I started fighting the tutorials and the tutorials started fighting me.  After eight years of higher education in the liberal arts, I’ve been trained to question everything.  Why does a “/” go in front of this phrase?  Why do I have to have a variable?  Why do I have to set up a string?  I wasn’t questioning programing to be a big liberal arts jerk, I honestly just wanted to know why.  I’ve been trained for almost a decade to understand how and why patterns work and then after that it sticks in my head and it becomes a natural reflex.  The problem I faced was not with the programing, but with letting go of having only one very specific way of learning a new tool.  Jordan told me quite a few times that there doesn’t have to be a reason for the amount of spaces and slashes in programing—you just do it.  Once I stopped fighting with myself, I finally started learning how to write code.

Once I was past my natural reflex of being stubborn, I started having a few more problems.  Programing Historian for Microsoft really has a tendency to just “run away with itself.”  I kept getting multiple errors and could never get further than the sixth tutorial because no one really around me understood why my computer was being crazy and Programming Historian doesn’t show what to do if you have common errors.  I knew there were free coding tutorials online, but very few offered lessons in Python.  Jordan suggested that I use Code Academy and within minutes I was on a tutorial page and learning code at double the speed of Programing Historian.  I was doing well with Code Academy and even got to yell out to the fellow table every time I collected a new badge.  However, within about two days, Jordan and Alyssa were on entirely different places in their Programing Historian tutorials than I was in Code Academy and I could no longer ask them questions about how to do “this” and “that” and they couldn’t really ask me anything either.

I appreciate Programing Historian because it taught two out of three people how to code in Python.  It’s not that we didn’t like each other; it’s just that our relationship really wasn’t working out and Programing Historian and I decided to see other people.

Challenges are a huge part of a PhD program and I knew I would have them starting out in a field of history in which I had very little experience. I’m sad that my time in Research is over because I was just getting the hang of Python and I really want to explore more options and how to manipulate Zotero for my personal research needs.  Everyone in Research was constantly at my side, making sure that I had all of the tools I needed to learn PressForward, Digital Humanities Now, Programing Historian, and Zotero.  I can honestly say that I am glad the first part of my fellowship was spent in the Research division and I’m excited at the possibility of working with them once again.

My rotation through the Research Division

I am not sure what I was expecting when the first year fellows were assigned to the Research division. I came with a preconceived notion of what Digital History research is and what historians do with it. It turned out that the scope of my understanding was actually quite limited. My time in the division has taught me a lot about the vast applications and possibilities of Digital History. We (the first year fellows) were given chances to get our hands dirty and it proved very rewarding. Sadly, this blog post marks the end of our rotation through the Research division.

Our first assignment was to PressForward. We started from the ground up by familiarizing ourselves with the project. We installed the plugin on the sandbox server and got to bang around on it. We explored the PressForward.org site as well as the digitalhumanitiesnow.org site. I must admit that my initial reaction was that PressForward was a glorified RSS reader with some added features of promoting articles. I use Feedly (a RSS reader) on my phone to follow various history blogs and I, at first, did not see a big difference between the two. It wasn’t until someone explained “gray literature” that the full purpose of PressForward came into view. Until that point, I had been ignorant to the issue of online scholarship. The PressForward site explains “gray literature” to be “conference papers, white papers, reports, scholarly blogs, and digital projects.” Online scholarship is being under-appreciated and forgotten in a discipline that has focused so heavily for so long on printed material.  My assignment as an Editor-at-Large and then as an Editor-in-Chief brought this issue into focus for me

Working as an Editor-at-Large and Editor-in-Chief really solidified the importance of PressForward. As an Editors-at-Large, we worked through the live feed of articles and websites coming into Digital Humanities Now. I learned that it can be labor intensive to sift through the various websites and articles to find important, relevant material. It is not always easy to find the scholarship and pertinent information. I also learned first hand about the limitations of the software. On a couple of occasions I fell victim to the browser’s back button instead of closing a window. I then found myself back at the beginning of the feed instead of where I was before I had clicked on the article. After shadowing Amanda and Mandy when they were Editors-in-Chief, the first year fellows were able to make decisions on what would be published to DH Now. It was a very fun experience that helped me begin to grasp the extent of online scholarship and publishing. In addition, reading through the articles helped us to be informed an the various projects in the field. I even found articles that did not qualify for DH Now but were of interest to me. I bookmarked more than a handful that I wanted to return to later.

The second assignment was Programming Historian. While our time in PressForward gave us an overview of one of the projects, Programming Historian introduced us to the “nuts and bolts” of the division. It was here that my experience differed from Alyssa’s and Stephanie’s experiences. I came into this program with a background in computer programming. While I am not a computer science “person” I did take classes, during my undergraduate, on C#, HTML, CSS, and Javascript. I struggled at first with the syntax of Python but my background in programming proved very helpful in picking up the language and quickly moving through the lessons. However, I found the lessons to be more focused  on the task of the program (manipulating strings, working with web pages etc.) than learning the language itself. I think it would be beneficial to those without programming experience to work through the Python lessons at Codecademy before starting the Programming Historian lessons. I found the lessons to be very interesting and fun to do. I am excited to use these programs, such as frequency counts and n-grams, in my own research.

The final part of Programming Historian were the lessons on APIs, more specifically the Zotero API. I had never used Zotero so these lessons introduced me to both Zotero and the Zotero API. Before I began the lessons I played around on Zotero, starting my own library and learning to love the program. From the beginning, I wanted to use my personal library in the lessons and not the sample one provided. By doing this, Spencer and I found a problem in the lessons when my program couldn’t access my library. Alyssa has since reported it and a problem she had to GitHub. After finishing the API lessons, I wanted to do things that the lessons did not delve into. With help from Spencer I was able to bang around on the API in an attempt to add/edit the author field of an item. While we did not find a solution we did make headway and it really piqued my interest in working on the Zotero API.

I am leaving a much improved Digital Historian. The Research division had to help the first year fellows through a learning curve that, in some ways, Education and Public Projects don’t. We now know the Center and feel comfortable in it.We got our feet wet and our hands dirty. The Research division was a great place to do that.

Research Division Reflection

It’s hard to believe that the first year fellows have already completed our first rotation within a division. I was nervous to begin the fellowship in the Research Division, since I’m not super-technical (I was rightly told that I can no longer claim to not be a “technology person”), but I have had quite a learning experience. I learned new skills – I can now effectively explain to someone what a plugin actually does and how it works – and went out of my comfort zone in learning Python.

In our first week, we began with PressForward. After playing around with the sandbox site, I installed the PressForward plugin onto my dev site to get a better handle of how it worked. Once I was more comfortable with the logistics of the plugin I moved on to working as an editor-at-large of Digital Humanities Now. It was incredibly interesting to see how the plugin can be used for academic purposes and how it aggregates and organizes content. I was astounded by the quantity of content that was part of the all content feed, especially since a disproportionate amount of the posts were not related to digital humanities.

In our second week, we shadowed Tuesday’s editors-in-chief, Amanda and Mandy, and watched them go through the process of examining the articles under review and deciding which pieces should be published. Prior to Thursday, I familiarized myself with the editors-at-large corner and read several editors’ choice articles. I especially enjoyed reading “Thoughts on feminism, digital humanities and women’s history,” since my area of research is women and gender. On Thursday we were editors-in-chief, which was such a fun experience.

It was beneficial to begin work with PressForward from the ground up. We started with the sandbox, moved on to seeing how the plugin worked for DH Now, and then used the plugin to publish an issue of DH Now. It is a fantastic tool for disseminating often overlooked material to a wide audience and for collecting and curating information. Overall, I had a positive experience with PressForward and DH Now.

After PressForward, we started learning Python through the Programming Historian lessons. I had minimal experience using HTML, CSS, and XML to create a website from scratch when I was in library school, but programming is not something I am comfortable with. At first Programming Historian was fairly easy and the first few lessons seemed straight-forward, but once I got past the “Manipulating Strings in Python” I started to feel lost. After completing those lessons I moved onto the Zotero API lessons. These were more difficult for me to comprehend, especially since, as Stephanie pointed out, they are not in layman’s terms. With help from Jordan and Spencer, I was able to get through the lessons using the sample Zotero library.

I cultivated my own Zotero library and then went back through the API lessons using it instead of the sample in order to see how much of the lessons I could understand on my own. I was successfully able to get through the first two lessons, which was very exciting. I ran into some problems with the third lesson when Text Wrangler was not reading the URLs from the first two items in my library. It was working when I used the sample library because the URLs are links to simple HTML pages, but the links in my library are linked to more complicated sites, such as the source’s record in EBSCO. Jordan had discovered another problem earlier with the user and group tags, and I went into GitHub and reported both of our problems. I am excited to see how I will use Python in the future with other digital humanities projects.

It was an illuminating contrast to work with both PressForward and Python and to see how the latter influences the former. I can understand why we began in the Research Division since the technical skills we learned are necessary in order to have a solid foundation and understanding of digital history.

Reflections on the Spring Semester and Year 1 as a Digital History Fellow

It seems like just yesterday we walked into the Center for History and New Media a bit unsure about what our first year as DH fellows would entail. Looking back it has been an extremely rewarding and valuable experience. Last fall we blogged about our rotations in both the Education and Public Projects divisions. In the Spring we moved to Research for seven weeks where we worked on a programming project for THATCamp and on the PressForward project before moving onto a seminar about the history of CHNM. I want to use this blog post to reflect on the spring semester and look back at the year as a whole.

Our first stop during the spring semester was the Research division. We began our seven weeks by taking on a topic modeling project which aimed to mine all the posts from the THATCamp individual websites and blog about the process. As we used the Programming Historian to learn python (or at least attempt to), we thought a lot about tools and the scholarly research process. We discussed Zotero as a tool and the values and community behind THATCamp as a training network and community for the Digital Humanities. Although we struggled with the programming aspect of this assignment and managed to miss important concepts behind Topic Modeling, the assignment gave us some insight into what kinds of challenges and opportunities topic modeling holds. From this project I learned first hand the importance of understanding the black box behind Digital Humanities tools. After finishing with our topic modeling project we moved onto the PressForward project. We spent a week working as Editors-at-Large and helped second year fellow Amanda Morton with her Editor-in-Chief duties. Thinking about scholarly gray literature and measuring reception of scholarly works on the internet we also spent time researching AltMetrics.

At the end of the three rotations we were left with a very clear understanding of each division, its current and past projects, the audiences it creates for and the overlap between each division. We then began a seminar with Stephen Robertson that explored the history of RRCHNM. In this seminar we tried to understand how RRCHNM developed over the years into its current state and how RRCHNM fits into the larger history of the digital humanities. Beginning with an overview of what a Digital Humanities Center is and how its defined, we collaboratively looked at all 150 centers in the United States and tried to get a sense of the different models that exist and just how many actually fit the definition of a digital humanities “center” as defined by Zurich. What we realized is that the Center for History and New Media stands out from other Digital Humanities centers due to its unique attachment to the History Department but also because of the origins of the center and because of Roy Rosenzweig’s vision.

After we defined just what a center was and looked at the different models, we started to look at the origins of RRCHNM and try to create a genealogy of the different projects and trace the development of the center. Each of the first year fellows took a different major project and traced its history through grant documents and reports. I read up on Zotero in its different iterations and learned a lot about how Zotero was originally conceived as well as how it has grown, expanded, and changed since 2004.

I think one of the things that has been immensely useful for the first year fellows is the ways much of our work at the center was paralleled by our coursework. In the PhD program at GMU we’re required to take a two course sequence in digital history. The first sequence focuses on the theory of Digital History and the second is largely a web design course that introduces us to the basics of HTML and CSS. Often times the topics in Clio I related directly to why we were doing at the center and the dual exposure allowed us to see the application of things we had discussed in Clio first hand.

At the suggestion of Spencer Roberts, the fellows decided to begin a Digital History Support Space in the Fall. The support space offers “advice, guidance, and assistance for students doing digital history projects.”  Every Monday from noon to 5pm (and sometimes even on weekends) we met with students taking the Clio courses, offered advice about and brainstormed potential projects, helped to debug code, and offered a space to work where help was available if needed. We were able to draw on experience from the center and offer advice about what kinds of tools are available and where resources might be found. We weren’t experts but working with the other students in our Clio classes was equally beneficial. It left me with a better understanding of the issues, topics, and tools discussed in our classes. As many of the PhD students move onto Clio III: Programming for Historians with Lincoln Mullen this fall, I’m looking forward to continuing the Support Space.

The fellowship has been structured in such a way that each element has built on itself to provide us with experience and an understanding of digital history, digital humanities, and the debates, methodologies, and histories of the discipline. This fall I’ll be working in the Research Division on the PressForward project and helping to manage both Digital Humanities Now and the Journal of Digital Humanities. Our first year as Fellows has gone by extremely fast but I’m looking forward to beginning a new year and moving into the role of mentor to the new group of DH Fellows.

Reflections: Year Two, Semester One

As the first term of 2013-14 closes, it seems appropriate to reflect on the experiences of the Digital History Fellows. Last year, our first cohort of DH Fellows spent the first semester meeting with Dan Cohen, learning the history of the center, discussing current projects, and thinking about how digital history is practiced. We spent our second semester working in each of the divisions for five weeks, and then decided in which division we would like to work in the second year. Although there was no specific requirement that we take positions spread across the three divisions, we were drawn in different directions. From the first days of the fellowship, Ben Hurwitz was most comfortable in Education and quickly entrenched himself at their community table. He now works on various educational projects, including the Popular Romance Project. Amanda Morton worked closely with Fred Gibbs before he relocated to New Mexico, which helped her transition into Research, where she works on Digital Humanities Now and related PressForward projects. Spencer Roberts was drifting toward Public Projects before the summer started, and settled in once the center received a grant to work with the National Park Service to revamp their War of 1812 site.

This year we welcomed three new members into the fellowship, bringing our total number to six. The second cohort follows a different schedule in their first year, so Amanda Regan, Anne Ladyem McDivitt, and Jannelle Legg stepped directly into the mix at RRCHNM, splitting their semester into seven-week blocks in Education and Public Projects. During those weeks, they have written reflective posts about the projects to which they’ve contributed, all of which can be found here. Next term, they will spend a block in Research before moving into a final seminar with Stephen Robertson.

Continue reading

A Bit of Reflection on Pressforward Projects

It’s interesting to be on the other side of the production of something like DHNow/JDH. Not only does sorting through material for each offer a unique opportunity to explore current events and conversations in the digital humanities, but this process also encourages deeper examination of blog posts and white papers to pull out threads of argument and evidence that can be used to connect disparate conversations across fields. Archaeologists and manuscript historians share common interests with those working in hard sciences and linguistics, although their work is rarely presented in the same forum. Part of what JDH adds to the DH community is this willingness to collect and edit work from across several disciplines and present them as part of a united DH culture.

I’ve learned, as a graduate student working on these projects, that being a part of this collecting and collating work requires a willingness to explore a wide-range of interests, and to read blog posts, white papers, and poster projects that have little to do with my own projects or areas of expertise. For example, most of the content for JDH comes from the pool of content chosen for Editors’ Choice features on DHNow, a selection process that requires Editors-in-Chief for a chosen week to read through content nominated by a group of editors-at-large whose experience in the DH community is variable. The job of the EC is to sort through these nominations, pulling out relevant job postings, conference and event announcements, calls for participation, and useful resources, then picking one or two items to feature as the Editors’ Choice for the Tuesday and Thursday of that week.

The selection of these Editors’ Choice items is left largely up to the EC for the week. There are guidelines, of course. These featured items need to be of substantial length, usually more than 500 words or 20 min. in video/presentation playback, and should make a relevant, substantive, and perhaps even provocative argument that adds to or initiates a conversation in the field. Since DHNow only links to these posts — there’s no editing involved — they should also be well-written and, if necessary, thoroughly cited. White papers and articles are generally only posted if they haven’t been published in other journals or periodicals.

While these guidelines are helpful, on good weeks Editors-at-Large nominate several pieces that meet the requirements, leaving final selection up to the EC for the week. Each of us have our own idiosyncrasies, of course, and our own areas of interest can influence our choices. We do also take into account how many times our options have been nominated, and we pay attention to that additional level of interest as well as checking for comments (in the PressForward plugin) that explain why our guest editors nominated individual items. What results is a crowd-sourced, yet still curated, publication that feeds into JDH.

Recent changes to the DHNow site — in both the sections dedicated to the Editors-at-Large and the main content pages — will hopefully encourage our guest editors to engage more in the content selection process. It will be interesting to see if new editors (and returning participants) start to leave more comments or more feedback to provide us with a better understanding of how they are selecting content to nominate. The other reason behind the redesign, beyond helping out current editors, was to pull in more outside editors. The more participants we have, the more feeds are nominated to be added to the plugin, and the more exposure both we and our editors have to the ongoing conversations and arguments circulating within the DH community. By encouraging the creation of a more engaged community, we are also pushing for more interdisciplinary participation in the field, bringing scientists, librarians, archaeologists, archivists, historians, and others into a community whose make-up should result in bigger and better projects and perhaps, a more solid sense of a DH identity.