Posts tagged with blogging

Passive research streaming using Twitter, Flickr, and CiteULike

March 18th, 2008

Deepak, Neil, and Cameron have set up life streams which aggregate the feeds from services from sites like Last.fm and Flickr into a single set of posts. I’m a bit wary of this doing this because I already get easily distracted by Ruby and bioinformatics blogs, but Neil gave me an idea when he wrote about using these technologies to track research. I currently use Subversion to back up my project files, and I noticed Twitter status updates are very similar in length to subversion log messages. I created a short script so that every time I do a subversion repository check in, the message is also sent to Twitter.

#!/bin/sh
#Inspired by tinyurl.com/yt4ssq
 
# Scrub weird characters
MSG=`echo $@|tr ' ' '+'`
 
# Send twitter request
curl --basic --user "username:password" --data-ascii "status=$MSG" "http://twitter.com/statuses/update.json"
 
# Send SVN request
svn ci -m $MSG

Combined with an RSS Wordpress plugin, my most recent research activity from Twitter is displayed as a stream on my blog. Taking this a step further I included feeds for my research tagged Figures on Flickr, my paper bibliography on CiteULike, and discussion of my research on my blog. This stream is available on www.michaelbarton.me.uk/research-stream/, and shows the general idea of what I’m trying to do. I like this because in bioinformatics its sometimes difficult to know what other people are doing, but, now I hope that other people in my group can have a quick glance to see what I’ve been up to. Furthermore this all works passively, where I’m already using these services in my research anyway, and the only thing I had to do, was use yahoo pipes to aggregate the already existing information.

Because bioinformatics work is amenable to being displayed, shared, and edited on the web I think that the field should be at the bleeding edge of using Web 2.0 services like this. Of course many other bloggers before me, in particular Deepak, are already discussing this. Compared to most mashups what I’ve created is a rather shoddy as I’m cobbling together various services and trying to use Wordpress plugins to create something not exactly what they were intended for. However I don’t have much time in my PhD to spend experimenting, and I think this would be true for most scientists. Therefore the more that existing services can be used, the better. As a further example, I think Flickr has a lot of potential, and I would like to create a group for my lab, so everyone can upload and tag their figures, as they are producing them. Then the group’s pictures can be browsed and organise by tag to visualise what everyone is working on. The only effort required is for people to upload and tag their photos as they are making them.

Nurturing your talent in academia

October 30th, 2007

A small sunflower sapling

Last week, I was at a GRAD school in Brighton. These schools, specifically aimed at PhD students, teach the skills missing from postgraduate study, such as team-working, negotiation, communication, and marketing. This might sound a but woolly, but if you are a PhD student in the UK, I really recommend going to one.

Read more »

Three stories about science and the web

October 19th, 2007

Picture of many different web logos

Collaborating on the same document

Tom, Dick, and Harry are collaborating on a paper. Tom, being the PhD student, does all the work and then writes the paper. Tom then sends a copy to Dick and Harry who edit it with their opinions. Unfortunately Dick completely removes the second paragraph of the discussion, while Harry expands it. Both then send their edited copies back to Tom.

Read more »

Five resources for beginning bioinformaticians

October 4th, 2007

Lists

Back from a weeks holiday in Hungary just in time for my, hopefully, last ever year as a student. Last month I had a flurry of work completing a report and poster for the end of my second year, but now I’m aiming to work hard and try and get at least two papers out in my final year: in time to write up my thesis.

But now, to coincide with the beginning of the academic year, and the time that new PhD and Masters students start, I thought I would share some the resources that I found useful through out the course of my own Masters degree, then first two years of PhD.

Read more »

Why you should have your own Google 20% time.

April 20th, 2007

20% time. Ever heard of it? It’s also called Independent Developer Projects. In a nutshell, if you’re lucky enough to work for Google, apart from all the free food, giant colored balls and Californian weather, you get to spend 20% of your time working on whatever excites you. Related to Google’s aims of course, I doubt you can sit at your desk all day painting bananas red. The blurb on Google Jobs states that Google News, Suggest and Orkut all began as 20% time projects. This blog post is an example

Read more »