“Representing Canadian Queer Authorship: Making the Internet a Women’s Place,” an essay Constance Crompton and I wrote about the Lesbian and Gay Liberation in Canada project, will be published in May in Cultural Mapping and the Digital Sphere: Place and Space from the University of Alberta Press.
Profile of Constance Crompton and LGLC in “Accelerate Okanagan”
Accelerate Okanagan published an excellent profile of Constance Crompton and the LGLC project. The article does a great job of providing clear explanations of our project and the digital humanities!
“With a small crew of curious students and research assistants, Connie’s academic passion is truly interdisciplinary. Attracting students from the likes of creative writing, social and computer sciences, she’s able to create data visualizations (like the one pictured below) that provide greater meaning about a subject in a way that the text would not be able to offer on its own.”
“The project she’s most ‘jazzed’ about, is the creation of a digital chronology of the Gay Liberation Movement in Canada. Rather than just reading historical documents on the screen, Connie and the project’s co-director Michelle Schwartz (Ryerson University) are able to insert tiny bits of code — right into the text — and teach the computer that this is a person or this is an event. From that, she’s able to develop visual maps to see when and where these different events happened and who is showing up with whom.”
UBC Announcement for LGLC
The University of British Columbia has posted a lovely story on “Coding Character,” the SSHRC Insight grant-funded research project that will support Lesbian and Gay Liberation in Canada for the next five years.
Results for the 2013 Insight Grant program have been posted on the SSHRC website. We couldn’t be prouder to have received this grant, and to be listed amongst so many inspiring research projects taking place across Canada.
Visualizing Gay Liberation in Canada: Using Digital Tools to Represent Identity
Presented as part of the CSDH/ACCUTE joint session on “Difference, Identity, Diversity” at the Congress of the Humanities and Social Sciences on May 26th, 2014.
Some great Tweets from the session:
@MichelinaNeri: evolving standards like MARC gender & contributor characteristics have real potential for representing shifting identities
— Susan Brown (@susanirenebrown) May 26, 2014
.@MichelinaNeri shows striking archival image from 1977 @globeandmail story, “Gay in the Seventies” #LGBTQ #congreSSH pic.twitter.com/EDgtcTShoF
— Mark A. McCutcheon (@sonicfiction) May 26, 2014
@MichelinaNeri discusses TEI encoding, geotagging and Gephi visualizations of gay liberation sites and networks in Canada #csdh14 #congreSSH
— Brian Greenspan (@theHyperlab) May 26, 2014
Congress 2014
I will be presenting as part of the CSDH/ACCUTE joint session on “Difference, Identity, Diversity” at Congress 2014 on May 26th. I will be giving a short talk on “Visualizing Gay Liberation in Canada: Using Digital Tools to Represent Identity.” From the call for proposals: “The humanities have long worked to specify, recover, contextualize, and understand difference and diversity. We are now seeing increasing emphasis on difference–race, gender, ability, postcoloniality, alternative academic status, and global economic disparity being the most prominent–within digital humanities debates and practices. This panel asks how difference, diversity, marginalization, and power register within digital research and culture.”
Visualizing Gay Liberation in Canada: Using Digital Tools to Represent People and Places
Some great Tweets from the presentation, courtesy of the amazing keynote speaker, Shawn Micallef.
Also @MichelinaNeri talks about “dirty data” problems. Librarians must dream of metadata & dirty data & HTML markups. The new nightmares.
— Shawn Micallef (@shawnmicallef) April 25, 2014
Exploring LGLC data with free tools
Inspired by a recent article, “Tales of an Indiscriminate Tool Adopter,” in the Chronicle of Higher Education, I decided to evaluate some of the suggested tools and see how easy they would be to implement.
First was RAW, a visualization tool that helps represent the connections and relationships between and within sets of data. Using RAW is as simple as copying a table from Excel and pasting it into a text box. Using data from Lesbian and Gay Liberation in Canada, I tried to visualize the information I have on gay liberation periodicals being published in Canada in the Sixties and Seventies. I pasted in an imperfect CSV file, fully expecting it not to work, and with a few minutes of fiddling I had created this dendrogram showing all the periodicals sorted by the cities in which they were published. In just a glance I could see that Toronto was publishing the most, followed by Montreal and Vancouver. Ottawa was comparatively rather silent on the matter. There was also an unlabeled point on the dendrogram, which has helped me identify some data that requires a bit of additional research to determine publishing location. RAW isn’t the most comprehensive tool and the visualizations it creates can sometimes be a bit muddled, but it certainly was fast, easy to use, and free.
Next I was interested in trying TimeMapper, an open-source web-based tool to create maps and timelines. I had previously used Timemap to build a map and timeline representing the year 1964 in the LGLC data. Building this required quite a bit of fussing with HTML and the creation of a compatible kml file. TimeMapper, on the other hand, requires users to simply input the URL for a Google Spreadsheet. I followed their sample template and created my own with an excerpt of the 1964 data, pasted the link into TimeMapper when prompted, and it generated this:
(View TimeMapper sample in new window)
TimeMapper required a bit more work than RAW, as the Google Spreadsheet has to be created to match their template, however it was still remarkably simple considering the beautiful result. It would also require some more work if you wanted to host your own images (I linked to external images on the web just for the purposes of testing it out). And no fussing with HTML, Javascript, or KML required! The template even includes a Google script that will convert plain text names (ex. Toronto) into their geographic coordinates.
Mapping places in LGLC
After attending the XSLT workshop at DHSI 2013, I built this map using a KML file created from the XML representing all the places listed in the LGLC dataset.
We hope to integrate this data with the event data, and place it into one comprehensive map/timeline similar to the prototype for 1964:
Mapping LGLC, 1964
As part of a Web Mapping Applications course in my GIS program, I’ve been testing out various platforms for mapping the LGLC dataset.
First came Google Fusion Tables. Here I used two Fusion Tables, one with the event data from the LGLC dataset and the other which creates the Provincial border polygons using KML coordinates. View full map.
Then came the open source equivalent of Google Fusion Tables, CartoDB, in combination with Stamen’s Toner map style.
Finally, I used Google Maps in combination with TimeMap (built on the Simile Timeline) to create a timeline and map combination showing the actual individual events, publications, and organizations for the year 1964. View full map.