Browse > Home / Archive: April 2009

Tip of the day from Journalism.co.uk – use your followers for technology advice

April 9th, 2009 | No Comments | Posted by in Top tips for journalists

Problem solving: If you’ve got a technology problem and a Twitter account, ask your followers for help. You’ll be amazed how quickly a group can allay your woes. If you ask for a re-tweet, you’ll broaden your chances. Tipster: Laura Oliver.

To submit a tip to Journalism.co.uk, use this link – we will pay a fiver for the best ones published.

Tags: , , , , ,

Similar posts:

David Cohn: Updated definitions of journalism

In his updated post, ‘The Rhetoric of Journalism – Defining and Re-Defining What We Do’, Spot.Us founder, Dave Cohn, takes a look at some old definitions he laid out for journalism, way back in 2007. Just what is the difference between a citizen and a networked journalist? He adds to his definitions, and explains what he means when he says journalism is a process not a product.

Full post at this link…

Tags: , , , ,

Similar posts:

Press Gazette: Ecologist mag goes web only

“Environmental affairs magazine The Ecologist willl end its 39-year run in print when it goes online-only in June,” reports Press Gazette.

Full story at this link…

Tags: , , ,

Similar posts:

7pm GMT @Frontline Club: ‘Is it too late for local papers?’

April 8th, 2009 | 1 Comment | Posted by in Events, Journalism

Journalism.co.uk is off to the Frontline Club tonight – in person, and everything. Tweet @journalismnews with questions for the panel which consists of:

Roy Greenslade, Commentator and Columnist, Jon Slattery, Freelance journalist, William Yarker, Director in Deloitte’s Media Consulting Practice and others.

“What is the importance of local newspapers and how bad is the crisis? Following in the footsteps of GMG and The Manchester Evening news, the Daily Mail group cut 1000 jobs from their regional arm this week. Could regional news soon be a thing of the past or can the industry find ways to survive?”

Update 15/04/09: final video and news items from Journalism.co.uk below:

Tags: , , , , , , , , , , , , ,

Similar posts:

#DataJourn part 3: Useful and recent links looking at use of data in journalism

Perhaps we’ll expand this to a Dipity timeline at some point (other ideas?), but for the meantime, here’s a list of a few recent and relevant links relating to CAR and use of data in journalism to get the conversation on Twitter – via #datajourn – going. NB: These are not necessarily in chronological order. Then, the next logical step would be to start looking at examples of where data has been used for specific journalism projects.

Tags: , , , , , , , , , , ,

Similar posts:

#DataJourn part 2: Q&A with ‘data juggler’ Tony Hirst

As explained in part one of today’s #datajourn conversation, Tony Hirst is the ‘data juggler’ (as titled by Guardian tech editor Charles Arthur) behind some of the most interesting uses of the Guardian’s Open Platform (unless swear words are your thing – in which case check out Tom Hume’s work)

Journalism.co.uk sent OU academic, mashup artist and Isle of Wight resident, Tony Hirst, some questions over. Here are his very comprehensive answers.

What’s your primary interest in – and motivation for – playing with the Guardian’s Open Platform?
TH: Open Platform is a combination of two things – the Guardian API, and the Guardian Data store. My interest in the API is twofold: first, at the technical level, does it play nicely with ‘mashup tools’ such as yahoo pipes, Google spreadsheet’s =importXML formula, and so on; secondly, what sort of content does it expose that might support a ‘news and learning’ mashup site where we can automatically pull in related open educational resources around a news story to help people learn more about the issues involved with that story?

One of the things I’ve been idling about lately is what a ‘university API’ might look at, so the architecture of the Guardian API, and in particular the way the URIs that call on the API, are structured is of interest in that regard (along with other APIs, such as the New York Times’ APIs, the BBC programmes’ API, and so on).

The data blog resources – which are currently being posted on Google spreadsheets – are a handy source of data in a convenient form that I can use to try out various ‘mashup recipes’. I’m not so interested in the data as is, more in the ways in which it can be combined with other data sets (for example, in Dabble DB) and or displayed using third party visualisation tools. What inspires me is trying to find ‘mashup patterns’ that other people can use with other data sets. I’ve written several blog posts showing how to pull data from Google spreadsheets in IBM’s Many Eyes Wikified visualisation tool: it’d be great if other people realised they could use a similar approach to visualise sets of data I haven’t looked at.

Playing with the actual data also turns up practical ‘issues’ about how easy it is to create mashups with public data. For example, one silly niggle I had with the MPs’ expenses data was that pound signs appeared in many of the data cells, which meant that Many Eyes Wikified, for example, couldn’t read the amounts as numbers, and so couldn’t chart them. (In fact, I don’t think it likes pound signs at all because of the character encoding!) Which meant I had to clean the data, which introduced another step in the chain where errors could be introduced, and which also raised the barrier to entry for people wanting to use the data directly from the data store spreadsheet. If I can help find some of the obstacles to effective data reuse, then maybe I can help people publish their data in way that makes it easier for other people to reuse (including myself!).

Do you feel content with the way journalists present data in news stories, or could we learn from developers and designers?
TH: There’s a problem here in that journalists have to present stories that are: a) subject to space and layout considerations beyond their control; and b) suited to their audience. Just publishing tabulated data is good in the sense that it provides the reader with evidence for claims made in a story (as well as potentially allowing other people to interrogate the data and maybe look for other interpretations of it), but I suspect is meaningless, or at least of no real interest, to most people. For large data sets, you wouldn’t want to publish them within a story anyway.

An important thing to remember about data is that it can be used to tell stories, and that it may hide a great many patterns. Some of these patterns are self-evident if the data is visualised appropriately. ‘Geo-data’ is a fine example of this. It’s natural home is on a map (as long as the geo-coding works properly, that is (i.e. the mapping from location names, for example, to latitude/longitude co-ordinates than can be plotted on a map).

Finding ways of visualising and interacting data is getting easier all the time. I try to find mashup patterns that don’t require much, if any, writing of computer programme code, and so in theory should be accessible to many non-developers. But it’s a confidence thing: and at the moment, I suspect that it is the developers who are more likely to feel confident taking data from one source, putting it into an application, and then providing the user with a simple user interface that they can ‘just use’.

You mentioned about ‘lowering barriers to entry’ – what do you mean by that, and how is it useful?

TH: Do you write SQL code to query databases? Do you write PHP code parse RSS feeds and filter out items of interest? Are you happy writing Javascript to parse a JSON feed, or would rather use XMLHTTPRequest and a server side proxy to pull in an XML feed into a web page and get around the domain security model?

Probably none of the above.

On the other hand, could you copy and paste a URL to a data set into a ‘fetch’ block in a Yahoo pipe, identify which data element related to a place name so that you could geocode the data, and then take the URL of the data coming out from the pipe and paste it into the Google maps search box to get a map based view of your data? Possibly…

Or how about taking a spreadsheet URL, pasting it into Many Eyes Wikified, choosing the chart type you wanted based on icons depicting those chart types, and then selecting the data elements you wanted to plot on each axis from a drop down menu? Probably…

What kind of recognition/reward would you like for helping a journalist produce a news story?
TH: A mention for my employer, The Open University, and a link to my personal blog, OUseful.info. If I’d written a ‘How To’ explanation describing how a mashup or visualisation was put together, a link to that would be nice too. And if I ever met the journalist concerned, a coffee would be appreciated! I also find it valuable knowing what sorts of things journalists would like to be able to do with the technology that they can’t work out how to do. This can feed into our course development process, identifying the skills requirements that are out there, and then potentially servicing those needs through our course provision. There’s also the potential for us to offer consultancy services to journalists too, producing tools and visualisations as part of a commercial agreement.

One of the things my department is looking at at the moment is a revamped website. it’s a possibility that I’ll start posting stories there about any news related mashups I put together, and if that is the case, then links to that content would be appropriate. This isn’t too unlike the relationship we have with the BBC, where we co-produce televlsion and radio programmes and get links back to supporting content on OU websites from BBC website, as well as programme credits. For example, I help pull together the website around the BBC World Service programme Digital Planet, which we co-produce every so often. which gets a link from the World Service website (as well as the programme’s Facebook group!), and the OU gets a mention in the closing credits. The rationale behind this approach is getting traffic to OU sites, of course, where we can then start to try to persuade people to sign up for related courses!

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Similar posts:

#DataJourn part 1: a new conversation (please re-tweet)

Had it not been published at the end of the workday on a Friday, Journalism.co.uk would have made a bit more of a song-and-dance of this story, but as a result it instead it got reduced to a quick blog post. In short: OU academic Tony Hirst produced a rather lovely map, on the suggestion (taunt?) of the Guardian’s technology editor, Charles Arthur, and the result? A brand new politics story for the Guardian on MPs’ expenses.

Computer-assisted reporting (CAR) is nothing new, but innovations such as the Guardian’s launch of Open Platform, are leading to new relationships and conversations between data/stats experts, programmers and developers, (including the rarer breed of information architects), designers, and journalists – bringing with them new opportunities, but also new questions. Some that immediately spring to mind:

  • How do both parties (data and interactive gurus and the journalists) benefit?
  • Who should get credit for new news stories produced, and how should developers be rewarded?
  • Will newsrooms invest in training journalists to understand and present data better?
  • What problems are presented by non-journalists playing with data, if any?
  • What other questions should we be asking?

The hashtag #datajourn seems a good one with which to kickstart this discussion on Twitter (Using #CAR, for example, could lead to confusion…).

So, to get us started, two offerings coming your way in #datajourn part 2 and 3.

Please add your thoughts below the posts, and get in touch with judith@journalism.co.uk (@jtownend on Twitter) with your own ideas and suggestions for ways Journalism.co.uk can report, participate in, and debate the use of CAR and data tools for good quality and ethical journalism.

Tags: , , , , , , , , , ,

Similar posts:

@FootyTweets saga: The ‘cease and desist’ emails in full

April 8th, 2009 | No Comments | Posted by in Legal, Social media and blogging

For a full explanation of the following emails, see ‘FootyTweets’ use of fixtures info breached copyright, says firm representing UK professional football leagues,’ on the Journalism.co.uk main site, which reports how the sport fansite FootyTweets and its Twitter feed will no longer use club logos or include live match updates, after receiving a cease and desist letter on behalf of the company which handles match report licences for the four professional UK football leagues.

Here are the emails from NetResult, on behalf of Football DataCo, sent to FootyTweets’ Ollie Parsley, asking him to change the way he used information and images for his site and Twitter feed:

Dear Sirs,

DataCo_NBCAD_25050

We write on behalf of the Football Data Co Limited which is the appointed licensee of the FA Premier League, the Football League, the Scottish Premier League and the Scottish Football League (“the Leagues”) in respect of the licensing of certain intellectual property rights of the Leagues, including UK Club Crests, for use by third parties. We have noticed that your website http://footytweets.com/ is displaying UK Club Crests without permission.

We wish to make you aware that we have a good faith belief that your present use is an infringement of the Leagues’ legal rights and that all such unauthorised use must cease immediately. Please confirm by return your agreement to this and give your undertaking to cease all such infringements on any and all of your web sites. Pending your response the Leagues’ rights are fully reserved. We thank you for your cooperation.

Yours sincerely,
Philip Stubbs
NetResult A Division of Projector NetResult Ltd Broadway House,
2-6 Fulham Broadway,
London,
SW6 1AA

Another email:

Hi Ollie,

Thanks for your reply. You can find our website at the following address

http://www.nr-online.com/

http://www.nr-online.com/clients.php

and we are also mentioned on the football dataco website at the following addresses (Football dataco license live data, fixtures and work on behalf of the UK leagues to protect their rights, NetResult helps protect these rights)

http://www.football-dataco.com/

http://www.football-dataco.com/partners.htm

I did send formal cease and desist emails to the addresses supplied on your footytweet site and the address in your DNS lookup, i can reforward these on to you tomorrow if you wish.

The logo and league crest content covers all UK domestic leagues. In order to use these you will need to contact the League and each club in question and ask for their permission to use the logos. All content will need to be removed until permission is granted.

Your site was actually bought to our attention by several clubs who are not happy their rights are being used unorthorised and have asked us to contact you to get this content removed.

Also, if you had planned to update scores during matches or add fixtures to your tweets you will need to purchase a license from Football DataCo that allows you to use this content.

If you have any further questions please do ask.

Kind Regards

Philip Stubbs

Tags: , , , , , , , , , , , , , , , , , , , , ,

Similar posts:

Press Gazette: ‘Studio in a suitcase’ for Reuters journalists

April 8th, 2009 | No Comments | Posted by in Editors' pick, Multimedia

No longer backpack journalism – introducing, suitcase journalism: journalists at Thomson Reuters are to be kitted out with a lightweight video camera, microphone, lights, tripod and monitor.

The trial of the ‘studio in a suitcase’ will start in around 60 of the agency’s bureaux.

Full story at this link…

Tags: ,

Similar posts:

‘BBC refused Guardian G20 protest vid’ – too much of a London story?

April 8th, 2009 | 3 Comments | Posted by in Press freedom and ethics

Interesting footnote to Duncan Campbell’s piece on Comment Is Free (‘De Menezes taught the Met nothing’) on the death of a G20 protestor last week from Guardian contributor Stephen Moss.

Apparently the Guardian’s footage of Ian Tomlinson being knocked down by police officers (as was seen repeatedly on broadcast news bulletins last night) was rejected by BBC News at 6, who said it was seen as ‘just a London story’.

Was this the reason? Some viewers would argue this is valid and part of the BBC’s remit to better represent the whole of the UK. Or was it, as Campbell suggests in the piece, an unwillingness to implicate the police:

“Although the Guardian reported the death on its front page, almost all the coverage elsewhere ignored it completely or concentrated on a version of events that suggested that the police’s only connection with Tomlinson had been to try to rescue him from a baying mob of anarchists.”

Update: A BBC spokesman has told Journalism.co.uk:

“It’s simply not true to say the BBC News at Six turned down the footage. We didn’t run it on the Six O’Clock bulletin as we didn’t receive the footage until 7pm.  We verified it and ran an extensive piece at Ten O Clock. It’s also been shown extensively across our outlets today.”

The video is now available to embed (HT @janinegibson):

Tags: , , , , , , , , , , , ,

Similar posts:

© Mousetrap Media Ltd. Theme: modified version of Statement