Partially Attended

an irregularly updated blog by Ian Mulvany

14 Sep 2010

The Future of Knowledge Organisation on the Web, a one day conference.

I’m attending this event today, and I’m going to keep some notes as the day progresses. There are a couple of oddities about the event: No Coffee. That’s a bit of a pity No power outlets in the conference room. Not many conferences have that, but one would think that it is a no brainer, especially for any meeting about the web, and in particular linked data. To add to that, there also seems to be no public wifi. ... (more)

13 Sep 2010

Slides from APS Talk, August, 2010

Back at the beginning of August I gave a talk at the American Phytopathological Society. It was a great opportunity to talk to some really interesting scientists. My talk slides are below. Unveiling the web, making the implicit explicit.View more documents from Ian Mulvany. ... (more)

07 Sep 2010

Connecting Scientific Resources, Slides

On Friday I hosted a session at Science Online London. Michael Habibi, Richard Wallis and Chris Taylor all gave great presentations. Michael’s presentation and Richards’s presentation are both online, and when the organisers post the other talks I’ll link to Chris’s presentation too. Michael, taking us through his talk Richard has a rapt audience Chris, getting passionate ... (more)

06 Sep 2010

science scraping with YQL

Last Saturday at Science Online London I gave a quick tutorial on YQL, and how it might be used to mash up scientific data sets. Below I list some of the sample queries that I was playing with. Before you get started with the console have a look through the documentation. I got a lot of milage out of the part about filters and joins. The blog post by Paul Hogan on using YQL for library maships was also very helpful. ... (more)

27 Aug 2010

Connecting Scientific Resources

I’m going to be hosting a session at science online London next weekend, I’m excited. I’ve been interested in the issues of connecting scientific data for a long time. In the last six months I’ve become particularly excited about the potential of web based tool like Yahoo Query Language. I was hoping to talk a little about that, but I’ve been lucky to get some amazing people to come and share their experiences about linking data, so I’m going to cede the floor to them. ... (more)

23 Aug 2010

Passing arguments in liquid templates.

I’ve recently moved my blog over to hosting on github using the Jekyll templating system. I was intrigued by the ability of Jekyll to create a listing for related posts, but in the end the quality was poor. There are two methods avilable, the more robust uses latent semantic indexing, but this is not supported by github. I can understand this, as the processing required is a bit too much of an overhead for a lightweight hosting service. ... (more)

15 Aug 2010

Testing Code Hilighting

testing ruby def foo puts 'foo' end testing python for nice in this: print "how interesting" testing latex \[\sum_{n=1}^\infty\frac{1}{n} \text{ is divergent, but } \lim_{n \to\infty} \sum_{i=1}^n \frac{1}{i} -\lnn \text{exists.} \] ... (more)

14 Jul 2010

Notes from JISC activity streams workshop

Dave Jennings giving the opening talk, http://www.slideshare.net/davidjennings abundance of content without structure is not to be feared, example comes from music. uses a Medneley slide to talk about the lastfm – Medneley bridge. talks about the amazon collaborative filter mentions how this can lead to a dystopia, Googlezon, the big brother of recommender system. talks about the future of pervasive recommender systems, and brain matching to content matching. john cage - my favourite music the music I haven’t heard yet. ... (more)

05 Jul 2010

Read mail in intervals on OS X

In order to check mail less frequently than the options available, following a hint from macosxhints: set up an applescript to tell mail to check for mail. put that script under a launchd deamon with an interval use lingon to setup the deamon so far it seems to be working, yay! http://www.macosxhints.com/article.php?story=20010427022452992 use ... (more)

03 Jul 2010

my first post

I’m trying to understand jekyll here It seems to be quite nice, let’s see how we get on! ... (more)