Please send me an e-mail if you're having trouble accessing any of the readings.
To be discussed February 1.
Questions to guide your reading: Padgett's techniques for "creative reading" are distinctly analogue. Which of his techniques could be adopted for digital text? What ideas about how text work are "built in" to the grep command? What do you think about Glazier's "grep works"? What's more important to the outcome, the procedure or the source text? How to UNIX utilities rely on or reinforce the substance of digital text (ASCII, lines, etc.)?
Due February 8th 2012.
Homework #1. Create a Python program that behaves like a UNIX text processing program (such as cat, grep, tr, etc.). Your program should take text as input (any text, or a particular text of your choosing) and output a version of the text that has been filtered and/or munged. Be creative, insightful, or intentionally banal.
Choose one text that you created with your program to read in class.
Bonus: Use the program that you created in tandem with another UNIX command line utility.
To be discussed February 15th 2012.
Questions to guide your reading: The Oulipo's conception of literature is that it consists fundamentally of constraints and procedures. Do you agree with this? "The really inspired person is never inspired, but always inspired." What does this mean? How was the Oulipo positioning itself with regard to Romantic ideals of literature? Can literature be "explored" by procedural means? What does it mean for language to be a "concrete object"? Do you agree that "all writing is in fact cut-ups"? Consider Hartman's concept of "juxtaposition"—what does it mean for texts to be juxtaposed procedurally? How does that affect the quality and interpretation of the work?
Due February 22rd 2012.
Homework #2: The digital cut-up. Write a program that reads in and creatively re-arranges the content of one or more source texts. What is the unit of your cut-up technique? (the word, the line, the character? something else?) How does your procedure relate (if at all) to your choice of source text? Feel free to build on your assignment from last week.
Your program must make use of at least one set, dictionary, or list.
Choose one text that you created with your program to read in class.
Bonus 1: Use a method of a list, set, or dictionary object that we didn't discuss in class.
Bonus 2: Use a list comprehension somewhere in your program.
To be discussed February 29th 2012.
Midterm projects to be presented March 7th.
This project has two steps. You must:
Your poetic form could be something as simple as "Each line must begin with the letter 'A'" or something as sophisticated as Mac Low's diastics.
Your presentation and documentation for this project should include the following:To be discussed in class March 21st.
Due April 4th 2012.
Final project presentations 1
Final project presentations 2