Posts tagged ‘twitter’

August 13, 2012

ISMB 2012 on Twitter: here today, gone tomorrow

In previous years, when FriendFeed was used as the micro-blogging platform for the annual ISMB meeting, I’ve written a post describing some statistical analysis of the conference coverage. Here’s my post from last year.

This year, it appears that the majority of the conference coverage happened at Twitter, using the #ISMB hashtag. Here’s what happened on July 18th when I used the R package twitteR to retrieve ISMB-related tweets for July 13/14:

library(twitteR)
ismb1 <- searchTwitter("#ISMB", since = "2012-07-13", until = "2012-07-14")
length(ismb1)
# [1] 383

383 tweets. Here’s what happened when I ran the same query today:

library(twitteR)
ismb1 <- searchTwitter("#ISMB", since = "2012-07-13", until = "2012-07-14")
length(ismb1)
# [1] 0

Zero tweets. Indeed, run the same query via the Twitter web interface and you’ll see only a very few tweets with the message “Older Tweet results for #ismb are unavailable.”

So far as Twitter is concerned, ISMB 2012 never happened. Or if it did, the data are buried away in a data centre, inaccessible to the likes of you and I. Did you ever hear anything more about that plan to archive every Tweet at the Library of Congress? Neither did I. I very much doubt that it’s going to happen.

I think Twitter is great – for broadcasting short pieces of information, such as useful URLs, in near real-time. For conference coverage which benefits from threaded conversation, longer comments and archiving, I think it’s rubbish.

On July 18 I did manage to retrieve 3162 Tweets for ISMB 2012, created between July 13 and July 17. I’ll write about them in a forthcoming post. All I’ll say for now is – lucky I was able to grab them when I did.

August 1, 2011

ISMB coverage on Twitter? It’s possible there was…

Peter writes:

I wonder if part of the drop off is live bloggers moving to platforms like Twitter? I can tell you it seemed like there were almost as many tweets for one SIG (#bosc2011) as for the whole of #ISMB / #ECCB2011, and I personally didn’t post anything to FriendFeed but posted lots on Twitter.

Well, there’s a problem with using Twitter for analysis of conference coverage. Let’s try searching for ISMB-related tweets using the twitteR package:

library(twitteR)
ismb <- searchTwitter("ismb", 1000)
length(ismb)
# [1] 30

oldertweets

If we can't archive, how can anyone else?

30? Are we using twitteR properly? Running the same search at the Twitter website gives roughly the same results, plus this unhelpful message.

I like Twitter – as a real-time communication tool. As a data archive? Forget it.

Tags: ,
January 9, 2009

Twitter Friends: statistics and visualisation from your network

Twitter Friends FOAF view

Twitter Friends FOAF view


Alan says:

I’m liking TwitterFriends

I agree. Finally, social network visualisation that tells you something useful; e.g. well-connected people = useful to know. All without asking for your password too.
TwitterFriends.

April 15, 2008

Two great open science resources

The Twitter + FriendFeed combination is proving to be a very useful information stream; not just from other people but as a reminder of what I thought was worth sharing. Two links from there that I think deserve wider attention:

  • One Big Lab proposes that we become, well, one big lab – and has some ideas as to how that might work.
  • From the OWW wiki, an excellent article on python in computational biology. This has been presented at Pycon 2008 and is also a companion article to a paper in PLoS Computational Biology. Imagine if everyone described their methods in this detail.

Deepak has some commentary on what we’re now calling the “bio-twitterverse”.

April 10, 2008

What does it all mean?

My Tweet Cloud is probably trying to tell me something important. But what? Thanks to Attila for pointing to the resource.

March 18, 2008

More social web snippets

Busy. No time for real posts. Brief updates:

  • Attila is set to resume the great live thesis online experiment
  • I have succumbed to Twitter, woe is me
  • On a related note, Firefox extension Shareaholic is a nice idea, if a bit rough round the edges just now
Follow

Get every new post delivered to your Inbox.

Join 2,204 other followers