Next Monday, November 23rd, I’ll be in Lisbon summarizing my research on innovation processes in online newsrooms (Pptx) at the International Conference titled “Broadband Media: Changing Times, Changing Media” organized by the online scholarly journal (OBS*).

There will be quite a lot of Catalan scholars presenting in the event considering our small academic community in Communication Studies: Roberto Suarez (Univ. Pompeu Fabra), David Fernández-Quijada (Univ. Autònoma de Barcelona) and myself.

Comments No Comments »

The Knight Foundation offers for the fourth time grants for local journalism projects that develop open-source software that can be useful for other communities. This News Challenge is a wonderful innovation booster. And I have gathered old and new colleagues to submit a very exciting project!

These are the highlights. Your feedback will be welcome, as we will be refining it in the coming weeks! You may write your comments here or, even better, in the News Challenge application page!

PARTICIPA: Reconnecting journalists and citizens to foster community consensus

PARTICIPA wants to rethink citizen journalism in order to promote a more active citizenry that engages in social debate in search for community consensus, and to help journalism regain its status as a profession that truly serves its community. The core rationale is to take the burden off citizens, defining new roles for more involved journalists and using open-source software to make participation easier and more effective, purposeful and consensus-oriented.

In a given local community, two journalists will work online and offline to help all citizens voice their concerns and proposals, design debates’ phases, synthesize contributions, add background information… Journalists’ professional values and skills make them the best prepared individuals to watch over the quality of the debate and lead it to consensual solutions.

An online participation management platform (PARTICIPA, based on custom developments to the Liferay open-source CMS) will allow defining clear phases and aims for the community debates to facilitate participation, and will organize offline and online contributions into coherent collections to ease decision-making.

We will test the project at Serrallo, the fishermen neighborhood of Tarragona (in Catalonia, Spain). This neighborhood combines an aging community that sees the old business fading away, and newcomers from Northern-Africa and Latin-America that face multiple challenges in a new culture. The project will foster dialogue to find common goals and solutions, and at the same time will promote digital literacy with public workshops. Video messages recorded by journalists will be often used for citizens’ contributions, to lower the barriers for participation.

Citizen journalism and web 2.0 initiatives have empowered local communities, but they often lack an effective management, which diminishes their social impact. Professional online media usually treat audience participation as a playground rather than regarding users as citizen. Our project wants to revisit and update the tradition of public journalism to improve the social impact of participation. We will use online software to transform random participation into clear and easy step-by-step phases that, with the aid of journalists, guide citizens into effective collective debate that fosters consensus. This will also rebuild the trust between citizens and journalists, a necessary step in strengthening the democratic role of media.

The project will involve several organizations, mainly:

Vegga.org is a multidisciplinary non-profit organization committed with the development of open-source software to enhance decision-making processes and the quality of democracy. Until now, it has mainly helped NGOs to manage internal participation processes, but we feel that by making use of journalistic practices and professionalism we can have a greater social impact. Vegga will initiate a process to become a Foundation in order to raise funds that would guarantee the future sustainability of the project.

Tarragona21.cat is a local online-only news site serving the local communities of Tarragona. They would report on the process and outcome of the participation project, that will become a new way for them to connect to their audiences far beyond the usual features (comments on news, citizen-produced stories).

Comments No Comments »

After two months of news production with my students at the Online Journalism course of URV, we have something to show and some tips to share. First impressions: WordPress makes publishing content very easy but makes consistency a hard task to achieve. So, you need to set very clear and detailed rules for format and style criteria and have to make the newsroom remember them. This is quite a burden in a journalistic environment, where a CMS should help reporters concentrate on content rather than give them too much flexibility.

Video

Ironically enough, video was the easiest thing to deal with. We opted for Blip.tv as our host and followed their instructions for formatting, achieving very good technical quality. Having a single user at Blip.tv for the whole class actually works as an online TV channel for our magazine, which allows RSS sindication of the audiovisual material and adds visibility to our website.

Installing the Viper’s Video Quicktags plugin on WordPress we were able to use a very simple tag generated by Blip.tv (check for the “WordPress” option on the orange buttons on the right of the video page). Advantage is that the tag works both in the visual and HTML views of the CMS, which is crucial, as you’ll soon see.

Audio

We could not use Blip.tv for audio, as Viper’s plugin needs to set a video width and height and shows a black screen for the audios. Therefore we opted for a WordPress buit-in option. First, we needed to enable the upload of files to the server. Any FTP program should allow you to change the writing privileges of the folder you want to use to store your media (777 is the key you want to set) so that WP can send files from the post form without you having to use FTP everytime (which would be a burden for the reporters).

You upload MP3 files using the audio option of the “add media” icons at the top of the main text form in WP. One option is to embed the audio in the text, as a link. To do that you should use the word that acts as a link as the “title” of the audio in the audio form. A more elegant option is to embed a player between two paragraphs of text. To do that, you should have installed the WP-FLV plugin. Once you have uploaded the audio file, go to the HTML view of the post form and press the FLV button. You need the URL of the file (generated when you uploaded it), and should set the height to 0 so that only the player controls show. The downside of this option is that it generates html code that will be destroyed by WP if you switch back to visual view in the post form. Stupid but true.

Photos

This should be the easiest, but is actually the trickiest because WP is very flexible with photos. I have tried to convince my students to give photos the publication size (using a photo editor) before uploading them and then select “full size” in the upload options to guarantee that we control that aspect. Left and right alignment do not always work, may be a template issue.

In Mimbo (the one I opted to use), putting photos on the homepage requires adding a “Image” custom field with the name of the image file that you need to upload by FTP to a specific folder in the theme folder. Sounds cumbersome, but as the homepage is something that only one person at a given edition will be doing you can have the FTP set up in Dreamweaver on a specific computer and have the student-editor get there to upload the pictures, resized to fit the homepage requisites.

Text

Students tend to write on MS Word and cut and paste their texts into the post form. I need to remind them all the time to switch to the HTML view before pasting, because the visual view keeps MS tags that alter the format of the text and end up being a mess.

Homepage

Once all stories have been posted, it is time to generate the homepage. This is quite a bit of manual work, because we are trying to fool WP -designed to post stories in the homepage in inverted chronological order- to order the stories as we please. WP lets you edit the index.php template right from the CMS admin interface, and that’s what you do to get your customized homepage.

The key is knowing the id number of the categories of your publication (check them in the “Manage>Categories” page). To speed up production, you should create two “hidden” categories (use the Category Visibility-iPeat Rev plugin to hide them from the main website menu): “Main Story” and “Features”. You can asign these categories to the stories you want to show in the first position and the left column, respectively. Just need to make sure the ids in the template match the numbers of the categories you created. These are the stories where you will add the “Image” custom field with photos for the homepage.

For the right column, you may want to always keep the same sections/categories (this way you don’t need to edit the template everytime) or change them over time. Both left and right columns may be edited in the template to show more or less stories. They obviously pick up the latest published in the selected categories. The result is quite convincing and management can be reduced to a minimum.

Comments No Comments »

Last year I tested Joomla as the content management system to set up a news portal for my Online Journalism course at the University of Iowa. I liked the fact that stories in the homepage could be manually ordered, so that journalistic criteria would prevail over chronological order. But the user experience for the students trying to post their stories was painful: the WYSIWYG editor in Joomla would strip out any embedding code (for video, graphics or slideshows we were generating), adding photos was a very slow three-steps process, and the system would log off users without notice after some idle time. Also, user comments were not supported by default, and the add-on I found was a pain, so we finally forgot about it. Here’s the clumsy result. A more extensive hand-coding of the template may have helped, but CMS should be about making your life easy.

Conclusion: It was a nice pedagogic experience for the students, that learned that CMSs are not always designed to suit their needs. But I had the feeling that there should be something else in the open-source world that would be more user friendly in the backend. That’s why I am intending to use WordPress. It was originally designed to manage weblogs, but the huge improvements of their lastest version and the precedent of some college news projects using it encouraged me to try it out. Read the rest of this entry »

Comments 3 Comments »