Pedagogy Toolkitfor English
Community-driven resources for digital pedagogy in composition, rhetoric, and literature.

Introduction

Site Overview

Pedagogy Toolkit for English is a teaching website that offers materials for use in composition, rhetoric, and literature courses. It is intended primarily for instructors of first-year courses, particularly those who are interested in digital approaches to teaching and would like to learn more. More than simply a website for finding material, Pedagogy Toolkit is built on top of a public repository of teaching documents that is open to all contributors. The content found here is free to use; this site is open source and everything is shared under a CC BY-SA license. The documentation that follows outlines what you can find on this site (including our Creative Commons license), how to contribute your own teaching content for others to access, and an introduction to powering-up your classroom by teaching with the cloud.

Philosophy

This site applies an open source philosophy to course development.

Every year, teachers generate a wealth of teaching documents, lesson plans, and new approaches to pedagogy. Building and refining these materials over time is the result of conversations and collaborations amongst teachers. Yet these collaborative efforts are often limited by physical boundaries, confined to groups within home institutions and at conference meetings. What if we could use new forms of online interaction to improve our teaching together? This site aims to do just that. Pedagogy Toolkit serves as a hub for sharing teaching documents and activities. It is designed to improve the effectiveness and accessibility of digital approaches to teaching while lowering the barrier of entry.

Contact

This project is developed by Alex Christie. Keep in touch with the project online through Twitter.

Sharing

Using the toolkit

Teaching Resources

Documents listed as teaching resources include lesson content (such as activity sheets and writing prompts), student aids (grammar handouts and the like), online texts for use in the classroom, pedagogic videos, and more. This content can be used to build course activities, integrate media into the classroom, and direct students toward research and writing aids.

Online Tools

Strategies for electronic approaches to teaching, including experiments in digital pedagogy, can be implemented using online tools in the classroom. Examples of these approaches include generating word clouds to prompt close reading and using online reading environments to identify areas of difficulty in an assigned text. The entry for each tool contains an overview (covering what the tool does), documentation (covering how the tool works), and a list of suggested uses in the classroom. Teachers are invited to share their success stories by adding new suggested activities for each tool.

Contributing

Working with the teaching repository

All teaching content on the site is housed in our public repository on GitHub. Each page on this site corresponds to a file in the “_posts” folder of that repository; for instance, here is the file for this very page.

In order to add your own teaching material to the repository, you will need to sign up for a GitHub account. This process is free and usually takes less than a minute. Additions to the toolkit can be submitted via pull requests, and toolkit can be deployed as a teaching could or website by forking.

Further details on working with GitHub, including forking and pull requests can be found in the GitHub documentation. The conventions used by this repository are detailed below.

Adding content

All content on this site is formatted in markdown. Detailed descriptions of working with markdown can be found on GitHub and at Daring Fireball. Guidelines for formatting each type of content this site hosts can be found below. This site also uses Animate.css.

Add a teaching resource

Links to online teaching resources are formatted as follows.

* [title](url)

For instance, a link to Purdue OWL: Close Reading Strategies is written in markdown as the following.

* [Purdue OWL: Close Reading Strategies](http://owl.english.purdue.edu/owl/resource/616/01/)

And the sentence above is written as follows.

For instance, a link to [Purdue OWL: Close Reading Strategies](http://owl.english.purdue.edu/owl/resource/616/01/) is written in markdown as the following.

Add a video

Youtube videos can be added in markdown using the following. The string between “/v/” and “&amp” (here, “92eAN0Bjd84”) is taken from the original youtube URL.

<object width="480" height="385" style="max-width: 100%;"><param name="movie" value="http://www.youtube.com/v/92eAN0Bjd84&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/92eAN0Bjd84&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385" style="max-width: inherit;"></embed></object>

Add a file

New files can be added to the repository using the GitHub Client or Git. Files are located in the assets folder and the link provided should use Google Docs Viewer along with a static URL for the raw hosted file. See the following example for reference.

* [Millington, "The Playboy of the Western World](http://docs.google.com/viewer?url=https://github.com/axchristie/test/blob/gh-pages/assets/docs/sample_texts/drama/SP146_Playboy.doc?raw=true)

Add an online tool

Adding new online tools (or new pages more generally) requires acquainting yourself with the css and markdown conventions for the site. Add the new page by creating a markdown file that follows the YAML front-matter conventions used for the site. The layout and resource variables correspond to the type of content added. The picture variable corresponds to an image url indicated at the bottom of the style.css file for the site. Be sure to add a 280x240 image file (thumbnail) and the corresponding css for a new page. Existing pictures can also be reused.

Front-matter

---
layout: resource
title: Close Reading
categories: resources
picture: focus
---

Headers

####Add an online tool <span class="arrowh4"></span>

One-word headers also work as html anchors.

Create online course materials

Create a template course syllabus

The syllabus section contains a selection of online syllabuses that cross digital humanities, digital literary studies, and digital rhetoric and composition. These may be used in conjunction with the Syllabus Templating Tool to produce a downloadable syllabus template designed for further revision. The tool allows users to remix and edit components of existing online syllabuses to produce a draft course syllabus, including resources that invite teachers to reflect upon the cultural choices, values, and philosophies of learning that figure into the process of syllabus production.

New syllabus components can be added to the tool in JSON format. When pushed to the toolkit’s syllabus data directory, syllabuses expressed in JSON will be automatically added to the templating tool. See existing JSON files for the formatting conventions used by the tool.

Create a teaching website

The templates branch contains open source code that lets users produce their own course sites. To create a teaching site, simply follow the readme guide on the templates branch–no previous coding experience is required. All code is designed for GitHub Pages and Jekyll with extensibility and reusability in mind. Comments and additions are welcome.

Teach in the Cloud

Using Git and the GitHub client, the toolkit can be be deployed as a teaching cloud hosted via GitHub pages. Use the repository to push updated teaching material to the cloud and access it from anywhere. Or take your teaching further by turning your repository into an open source teaching website, reusing the code from this website or by using a website template from the “templates” fork.

Bibliography

Projects

Armoza, Jonathan, Leigh Bonds, et. al., eds. (Overseen by a steering/curatorial board and editorial board.) DiRT Directory. Dirtdirectory.org, n.d. Web. 15 May 2015.

Ball, Cheryl, Douglas Eyman, et. al., eds. Kairos: A Journal of Rhetoric, Technology, and Pedagogy. Kairos.technorhetoric.net, Summer 2015. Web. 15 May 2015.

Barnett, Fiona, Staci Stutsman, Amanda Starling Gould, Kalle Westerling, eds. “The Pedagogy Project.” HASTAC. HASTAC, n.d. Web. 15 May 2015.

Buckner, Brandon, Dan Lawson, Tim Lockridge, Matthew Vollmer. Outcome-Centered Electronic Library of Teaching Resources (O.C.E.L.O.T.). Ocelot, 2015. Web. 15 May 2015.

The Digital Repository for Academic Writing (DRAW). ISUComm, 2015. Web. 15 May 2015.

Frost Davis, Rebecca, Matthew K. Gold, Katherine D. Harris, and Jentery Sayers, eds. Digital Pedagogy in the Humanities: Concepts, Models, and Experiments. GitHub, Inc., 19 Dec. 2014. Web. 15 May 2015.

Harris, Katherine D., ed. “Technology and the Classroom.” PBworks, 7 Dec. 2012. Web. 15 May 2015.

Lesson Plans.” Digital Writing & Research Lab (DWRL).” Dwrl.utexas.edu, n.d. Web. 15 May 2015.

Sava Saheli Singh, ed. “JiTP Assignments.” The Journal of Interactive Technology & Pedagogy (JiTP). JiTP, 21 May 2015. Web. 25 May 2015.

Scholz, R. Trebor, ed. “A Digital Learning Tool Kit.” Learning through Digital Media: Experiments in Technology and Pedagogy. Learning Through Digital Media, 31 March 2011. Web. 15 May 2015.

Texts

Bemer, Amanda; Moeller, Ryan M.; & Ball, Cheryl E. “Designing collaborative learning spaces: Where material culture meets mobile writing processes.” Programmatic Perspectives: Journal of the Council for Programs in Technical and Scientific Communication. 1(2), Sept 2009: 139-166.

Bjork, Olin. “Digital Humanities and the First-Year Writing CourseDigital Humanities Pedagogy: Practices, Principles and Politics. [S.l.] : Open Book Publishers, 2012.

Davidson, Cathy. “Essential Tool Kit for Peer Learning and Peer Teaching.” HASTAC. HASTAC, 4 June 2013. Web. 22 May 2015.

Ellsworth, Elizabeth. “The Wicked Problem of Pedagogy, An Afterword.” Learning through Digital Media: Experiments in Technology and Pedagogy. Scholz, R. Trebor, ed. 2011.

Frost Davis, Rebecca. “Digital Pedagogy Keywords.” Slideshare.net, 20 Feb. 2013. Web. 10 May 2015.

Fyfe, Paul. “The Scale of Digital Pedagogy.” 2014.

Heidebrink-Bruno, Adam. “Syllabus as Manifesto: A Critical Approach to Classroom Culture.” Hybrid Pedagogy. Hybrid Pedagogy, 28 August 2014. Web. 15 May 2015.

— “Envisioning the Radical Syllabus: A Critical Approach to Classroom Culture, Part 2.” Hybrid Pedagogy. Hybrid Pedagogy, 20 Jan. 2015. Web. 15 May 2015.

Jakacki, Diane. “Digital Pedagogy at DHSI.” Lmc.gatech.edu, 17 June 2012. Web. 10 May 2015.

Kays, Trent. “Email Instruction in First Year Writing Courses.” The Pedagogy Project. HASTAC. HASTAC, 18 Feb. 2014. Web. 15 May 2015.

Kules, Bill. “Learning to Take a Learner’s Perspective.” Teaching Fails. JiTP. JiTP, n.d. Web. 15 May 2015.

Losh, Elizabeth. “YouTube Pedagogy: Finding Communities of Practice in a Distributed Learning World.” Learning through Digital Media: Experiments in Technology and Pedagogy. Scholz, R. Trebor, ed. 2011.

Nowviskie, Bethany. “Supporting Practice in Community.” Nowviskie.org, 1 May 2015. Web 15 May 2015.

Risam, Roopika. “In Defense of Learning Outcomes.” Roopikarisam.com, 27 August 2014. Web. 15 May 2015.

Robin, Valerie. “Addressing the Elephant: The Importance of Infrastructure.” Hybrid Pedagogy. Hybrid Pedagogy, 15 Oct. 2014. Web. 15 May 2015.

Scholz, R. Trebor. “Introduction: Learning Through Digital Media” Learning Through Digital Media Experiments in Technology and Pedagogy.” Learning through Digital Media: Experiments in Technology and Pedagogy. Learning Through Digital Media, 31 March 2011. Web. 15 May 2015.

Spiro, Lisa. “What are the Costs of Not Sharing?” MediaCommons, 11 Mar 2013. Web. 15 May 2015.

Stommel, Jesse. “Learning is not a Mechanism.” Hybrid Pedagogy. Hybrid Pedagogy, 28 April 2015. Web. 15 May 2015.

Wernimont, Jacqueline. “Build a Better DH Syllabus.” Jwernimont.wordpress.com, 18 Feb 2015. Web. 15 May 2015.

Creative Commons License

Grant funding provided by The Association for Computers and the Humanities (ACH) and the University of Victoria Learning and Teaching Centre. Pedagogy Toolkit is the result of a teaching development project in the English Department at the University of Victoria. This project is developed by Alex Christie with Jekyll and GitHub Pages.