In the first Carnival of Journalism of the new year, David Cohn asks: How do we increase the role of higher education as hubs of journalistic activity?
First, the why. Educational institutions often have long-standing ties to a local community, both in terms of physical location as well as relationships. In New York City, there are families with multiple generations who have attended CUNY. Educational institutions are also in a unique position where they have access to continually fresh human capital. These are the strategic advantages.
As to the how, there are dozens of projects we could embark on. For instance, we could team with computer science students build a tool that maps a community’s information needs. Or we could offer low-cost multimedia reporting courses to active community members in hopes they will take the initiative to cover their own neighborhoods. Or we could reorient the entire institution to be a working newsroom and task hundreds of students as boots-on-the-ground reporters.
Before going off the deep-end, it’s critically important to ground big ideas in today’s reality. Educational institutions are cautious publishers because of libel possibility. Workshops require space and security staff to check people in. More often than not, their technology departments are optimized for providing IT support, not innovating with content management systems. Once you have this valuable context, it’s more straight-forward how you can make legitimate change. We can hack technology and we can hack systems.
How you frame the problem also determines the success of your solution. In my mind, “hubs of journalistic activity” provide a space for communities to: access accurate and impartial information, learn about topics affecting their civic well-being, and make enlightened decisions. These topics range from transportation to education to environment to governance. For many institutions of higher education, the local community is where they can have the most significant impact.
The Locals: East Village and Fort Greene-Clinton Hill
Let’s use data and interviews to paint a picture of university-sponsored hyperlocal journalism as it currently exists in New York City. As examples, look at The Local East Village (LEV) and The Local Fort Greene-Clinton Hill (FGCH) during November 2010. The LEV is an operation run out of NYU, has content contributed to it by roughly 35 students from an elective class called “The Hyperlocal Newsroom,” and is edited full-time by Rich Jones. Kim Davis was the community editor in November. The FGCH website has been a CUNY Graduate School of Journalism project since January 2010 and is managed by two adjunct faculty, Annaliese Griffin and Indrani Sen. Two smaller classes participated in creating content for the website.
Both publications held weekly budget meetings last November to discuss story ideas generated from emails from the community, press releases, watching other local news operations, and general brainstorming. When not in the same physical space, communicating the editorial workflow included email, Google Chat, text and phone. Breaking news generally received a same-day turnaround while other pieces like features and multimedia had a longer production cycle.
Just by the numbers, the LEV, in its 3rd month of operation, published 100 posts from 48 authors totaling 46,289 words. Rich Jones feels this is “roughly 70 to 80 percent” of the story ideas they generated. 33 posts were from 19 community contributors and their posts were 369 words on average.
While trying to cover everything, Rich explains the “challenge for students is working around their class schedules for story assignments and filing stories” and the “challenge regarding the community is helping them become accustomed to professional-level standards that some – through not fault of their own – are largely unfamiliar with.” He also says “feature stories are most likely to be picked up by contributors. The most difficult stories appear to be hard news pieces (fires, crime, etc.) which involve multiple sources and contacting the authorities such as police and fire officials.”
The most discussed LEV stories based on comments were “Examining M15 Bus Line Changes“, and a profile of John Penley, both which received 5 comments. On average, posts had 0.8 comments a piece. The Local East Village had a grand total of 80 unique commenters.
To compare, in November 2010, FGCH published 105 posts from 46 authors totaling 46,945 words. Annaliese Griffin thinks this to be “maybe 75 percent” of the story ideas they generated, but explains it “always feels like there’s so much more we’re not covering.” 36 posts were from 23 community contributors and their posts were, surprisingly, 610 words on average.
When asked about the successes and challenges of working with students and community contributors, Annaliese explains:
Scheduling is the big problem with students. They have to balance Local assignments with stories for three other classes. You can’t just say, “This event is happening today, you have to cover it.” It’s always a negotiation, which ties your hands as an editor. The successes have been many, though. Seeing students gain story sense and understand not only what needs to be covered, but how best to cover a community has been great. Also, we worked on several crowdsourcing projects that were fun and innovative. Here’s a post outlining my favorite student work from last semester. With community contributors we’ve found that straight news, especially crime and anything dealing with city agencies is a challenge. Reporting is hard work that takes skill that needs to be developed over years, not afternoons. We’ve gotten great features and opinion pieces from community contributors, and our schools coverage is about half reported by students, half community contributors and concerned parents. It’s a nice mix.
She adds “schools, arts, and local going-ons” are good fodder for community contributions, and that they want The Local to be the communication platform for micro concerns like “cracked sidewalks, trash pick up, noise complaints, [and] great art programs in schools.”
The most discussed stories based on comments were “IMHO: Don’t Leave District 13, Stay and Help” (71 comments), “Opinion: Let’s Work Together, Parents” (45 comments), and “Moe’s Bar to Close in February” (32 comments). On average, posts had 4.5 comments a piece. The Fort Greene-Clinton Hill website had a grand total of 303 unique commenters.
On the technology side, both sites are on the NY Times’ blog network and running WordPress 2.9.2. Images and photo galleries are managed by Flickr.
Grand ideas and incremental improvement
Innovation is possible, it just takes hard work, persistence, and meta-innovation.
For example, Edit Flow and Assignment Desk are a couple of projects I’ve been helping develop for the last year. They work together. Edit Flow manages your editorial workflow inside of WordPress with custom workflow statuses, editorial commenting only accessible in the admin, and a story budget to view all upcoming content. Assignment Desk allows community members to pitch story ideas, vote and volunteer for them, and then lets the editor assign volunteers to different roles in a story. Both are open source WordPress plugins anyone can install.
Jay, Erik, Matt, and I have been trying to get these plugins deployed on the NY Times servers since the launch of The Local East Village. The project has the hallmarks of collaborative innovation. Jay, Erik, and Matt are at NYU and I’m at CUNY. Both of The Locals would benefit, and other news organizations can adopt future improvements we make based on feedback from Rich, Annaliese, and Indrani. Unfortunately, for a variety of reasons, the plugins still aren’t installed (although I have my fingers crossed it will be any week now).
Tremendous raw potential exists at educational institutions. I’d personally love to evolve Assignment Desk so that it’s the tool to go to when you need to find someone to cover a story. It could build suggestions based on comment quality, past post topics, or what you’ve filled out in your bio, and integrate with Google Chat and Foursquare to determine your prospect’s availability. The technology can be solved with hard work. We need more people who are persistent and can find new ways to make large elephants dance.
Methodology
For those interested, my code and data is posted on GitHub. You can get a sense of how the stats collection progressed (and also how my post evolved) from the commit log.
Once I established the most effective way, collecting the data was actually quite simple. WordPress usually has a URL structure that supports filtering posts by date. Then, for any given URL, you can access an RSS feed for all of the posts on that date by appending “/feed/”.
The script I wrote generated day URLs for the entire month (e.g. http://eastvillage.thelocal.nytimes.com/2010/11/28/), downloaded the RSS feed, and parsed out the permalink and post ID for each post. MagpieRSS is a simple PHP-based RSS parser for the job.
Using the permalinks identified from the RSS feed, I used another tool called PHP Simple HTML DOM Parser to download the entire HTML page for the post, and then parse out the data points I needed, including author, author type, body content, post category and tags. Once I had the data, I saved it to the database.
If the site you’re scraping gives you full body content in the feed, you can probably skip the second step.
The only downside to accessing the original permalinks by RSS is that WordPress offers 10 items per feed by default, and doesn’t support pagination. Most admins don’t change this. If there were more than 10 posts published in a day, you’d miss data. Similarly, if there are more than 10 comments, you only get the first 10. Because of this, my data set only has 10 of N comments for several of the FGCH posts.
There are a few things I’d like to have tabulated if I had more time (I’ve already spent 20+ hours on this project). First, I’d go through each post and map it to a narrow set of topical categories. These categories would be the types of information needed by the given community (e.g. entertainment, governance, education, etc. ). Second, it would be amazing pull out all of the links in the body content, sort them by internal vs. external, and use that information to determine which other publications were most commonly linked to. Lastly, and this might even be a standalone WordPress plugin, I’d love to generate a network diagram of which tags were used on which posts, and use that to draw relationships.
7 Comments
Some stats about Onward State, a blog I started at Penn State…
Since we returned from spring break and resumed classes (1/10/11) we have had:
More than 25,000 visitors
More than 85,000 pageviews
More than 75 posts by Onward State staff writers and editors
8 posts submitted by members of the Penn State community
We hold one all-staff meeting per week, but communicate on Yammer constantly. We use EditFlow to manage our workflow on WordPress (you should see our editorial calendar). We’re working on an Assignment Desk instance, but the biggest challenge IMO is figuring out how to market it and integrate it into our greater editorial process. We’ve built a custom theme that I think can hold its own against any other blog.
We’ve spent less than $100 spent on marketing since launch in November 2008 (flier campaign). Almost all of our growth has come from social media, namely Facebook (of course) and Twitter (which has been great for establishing an editorial identity).
My point is that all of this has been done so far without institutional support or permission. It’s entirely student run. We’ve created a culture where students want to engage with us, whether as staff or readers. I think that partnerships like the NYT LEV are valuable, but why shy away from student news? That’s what we (as undergraduates) know best. Sites like Onward State and NYU Local are where I believe journalistic innovation should be coming from. I don’t think Onward State is close to reaching the limits of its growth and it sure would be nice to see some other students doing the same thing at universities across the country.
Thanks for the details, Davis. I totally agree with you on the undergraduate level. Nine times out of ten, it’s the upstarts that are pushing the limits. Simple as it sounds, I think it primarily because student newspapers are still married conceptually to the print product. As such, it receives the bulk of the organization’s time, attention and resources.
Graduate school is a bit different based on my observations. For one, at CUNY at least, most students are required to start a niche publication for one class or another. Whether that publication persists after graduation really depends on the individual and what their goals are. In my opinion, it’s not so much whether the innovation will happen but rather whether we can increase the pace of innovation. I’d love to have a team that allowed us to roll out new features every other week, both for student publications but also the approach we’re taking with WordPress as a learning management system.
For me, the most interesting finding here are the overlaps in the two programs. The findings are anecdotal, of course, but still intriguing. For instance, the ratio of community to student journalistic participation is similar in both cases. The directors of both programs talk about the *coordination of time* as a major complicating factor. The major differences seem to lie in the number of words per story.
Any thoughts on any of this, Daniel?
Sorry for the late reply Chris. I would suspect any similarities in output are largely because the similarities in how the operations are run. Both are hyperlocal blogs run in partnership with the Times where, I believe, the overseeing editor is Mary Ann Giordano. They’re publishing with WordPress, coordinate content production at weekly editorial meeting and via email, and have more or less the same number of students contributing. I think NYU actually has more, but it’s an undergraduate program and probably needs to spend more time on refining its output.
If I had the time for it, I would focus far more on the “100% coverage” idea. We’d establish what ideal coverage might look like for those communities, and then propose strategies to ramp up output of content. Part of that is management systems and part of it is the technology. We need to solve the problem of “newsworthiness” first though.