Skip to main content

Digital Media Future

By May, I'll be half-way through an MFA in Film and Digital Technology. People ask why a Ph.D in rhetoric would need an MFA. My explanation follows.

Rhetoric (and composition, since they are often lumped together in academic settings) has struggled between the tension to teach traditional rhetoric and a need to update our courses and field to reflect new technologies and trends in communication.

Other departments expect us to teach how to format academic papers (MLA, APA) and write traditional genres: the five-paragraph (yuck) "essay" (which isn't an essay at all), the term paper, the journal article, the "book review" (again, which isn't a review at all), the thesis, and so on. We know these forms and many of us want to resist them. Yet, our classroom work is often relegated to the "service" of other academic fields.

Shifting away from composition seems necessary for me to explore rhetoric where it is now most effective at reaching broad audiences. It isn't that we can't define "composition" itself broadly, but that to be a "composition" teacher is too often to be a (resistant) advocate of forms and writing styles I dislike.

I do not like dense academic language. I don't like the strict formatting rules, meant to emphasize the words when so many other ways to communicate should be permitted and encouraged. I don't like a lot of what I have had to teach in writing courses, and I have often reminded students that we use academic writing to reach a narrow, specific, and powerful audience. (Power is contextual, right? Power over grades is real power over students, even as academics have less influence in public policy today.)

Enrolling in an MFA in Film and Digital Technology allows me to resist the "rhet/comp" quicksand, while I hope to continue to speak out and advocate for changes in writing across the disciplines.

Persuasion today occurs on YouTube, Facebook, Twitter, Tumblr, and a dozen other social media outlets. Media clips live on, with links being passed along in a "viral" spread among friends of friends. The old days of an academic appearing on "Meet the Press" changing news coverage and influencing the public are fading away.

Digital media are not really "new media." Though they offer new potentials for creation and distribution, a creative video embodies the old idea of a public square, an "agora" with people trying to influence each other.

And so, I will return to the academic job market later this year (2016) with a focus on the digital, the multimedia content of today and whatever is to come. Academic papers? Those have always been a rarified niche, and that niche is shrinking (ironically, due in part to the wild expansion of academic journals with smaller and smaller audiences).

I'm glad to be moving forward, seeking to cross a bridge between the past and future of public discourse.

Comments

Popular posts from this blog

MarsEdit and Blogging

MarsEdit (Photo credit: Wikipedia ) Mailing posts to blogs, a practice I adopted in 2005, allows a blogger like me to store copies of draft posts within email. If Blogger , WordPress, or the blogging platform of the moment crashes or for some other reason eats my posts, at least I have the original drafts of most entries. I find having such a nicely organized archive convenient — much easier than remembering to archive posts from Blogger or WordPress to my computer. With this post, I am testing MarsEdit from Red Sweater Software based on recent reviews, including an overview on 9to5Mac . Composing posts an email offers a fast way to prepare draft blogs, but the email does not always work well if you want to include basic formatting, images, and links to online resources. Submitting to Blogger via Apple Mail often produced complex HTML with unnecessary font and paragraph formatting styles. Problems with rich text led me to convert blog entries to plaintext in Apple Mail

Learning to Program

Late last night I installed the update to Apple's OS X programming tool suite, Xcode 4. This summer, in my "free" time I intend to work my way through my old copy of Teach Yourself C and the several Objective-C books I own. While I do play with various languages and tools, from AppleScript to PHP, I've never managed to master Objective-C — which is something I want to do. As I've written several times, knowing simple coding techniques is a practical skill and one that helps learn problem solving strategies. Even my use of AppleScript and Visual Basic for Applications (VBA) on a regular basis helps remind me to tackle problems in distinct steps, with clear objectives from step to step. There are many free programming tools that students should be encouraged to try. On OS X, the first two tools I suggest to non-technical students are Automator and AppleScript. These tools allow you to automate tasks on OS X, similar to the batch files of DOS or the macros of Wor

Learning to Code: Comments Count

I like comments in computer programming source code. I've never been the programmer to claim, "My code doesn't need comments." Maybe it is because I've always worked on so many projects that I need comments  to remind me what I was thinking when I entered the source code into the text editor. Most programmers end up in a similar situation. They look at a function and wonder, "Why did I do it this way?" Tangent : I also like comments in my "human" writing projects. One of the sad consequences of moving to digital media is that we might lose all the little marginalia authors and editors leave on manuscript drafts. That thought, the desire to preserve my notes, is worthy of its own blog post — so watch for a post on writing software and notes. Here are my rules for comments: Source code files should begin with identifying comments and an update log. Functions, subroutines, and blocks of code should have at least one descriptive comment.