links for 2010-01-14
links for 2009-12-13
links for 2009-06-09
links for 2009-05-10
-
Typhoeus is a fearsome Ruby library that enables parallel HTTP requests while cleanly encapsulating handling logic.
links for 2009-05-07
-
A Canadian historian uses semantic web technology to do interesting research and to lay the groundwork for others to do so.
-
A blog to augment a suite of Yahoo Pipes that work with Museum website and public collection information.
-
Wiki for sharing, discussing, arguing (nicely) over and hopefully coming to some common agreements on APIs and data schemas for museum collections. It's being led by the Science Museum, London, but we're interested in working with other museums in the UK or worldwide.
-
hoard.it is a prototype system for scraping granular, semantic data from existing (template-driven) HTML pages. To date, the prototype has been used to aggregate museum object data and 'museum listings' data, but it can be used for any other type of data.
links for 2009-04-27
-
Handsoap is a library for creating SOAP clients in Ruby
links for 2009-04-24
-
A social bookmark tool that uses DBPedia tags
links for 2009-04-21
-
SAPO/Universidade de Aveiro research lab
links for 2009-04-20
-
Tutorial on ranking algorithms
We Need @ Social Innovation Camp
This weekend I attended Social Innovation Camp, (SICamp) where I had an absolutely fantastic time! SICamp is an experiment to bring together people over a weekend and get them to build/prototype web apps that will drive social change - check out what the Guardian had to say about it on Saturday and then on Sunday after the projects were presented.
I worked on the we-need.org project, which was led by Craig Griffin from Fresh Voice. The idea is to provide a web site where people with disabilities are able to express their needs through an accessible web interface rather than having their needs assessed by the system as it is currently (i.e. by filling in a 50-odd page form). The site would then aggregate and present interactive visualisations of the needs in a given community so they can be more efficiently handled. Hopefully the video of the pitch we presented on Sunday will be made available online soon, where our team explained the concept far better than I can!
For the weekend, we built a Ruby on Rails application where users could use a basic html form to express their needs. We also experimented with a graphical radial interface which is better suited for people with certain types of disabilities. We used the Geokit Rails plugin to geocode users’ addresses so that their needs could be plotted on a map. We used Simile Exhibit to prototype the visualisation of the aggregated needs of communities on a map.
As mentioned during the project presentation, we required some sample data so I put together some Ruby to randomly generate some users and their needs. So here is the infamous Ruby “random needs generator” one-liner:
(0..rand(3)).to_a.map { |a| rand(@@need_count)+1 }.uniq
I’ve bravely put all of the we-need code on github, but do keep in mind that it was all built in less than 24 hours!
I had a really amazing time, worked with some fantastic people on We Need and also really enjoyed the post-SICamp discussions in the pub on Sunday! Big thanks to the SICamp team for organising everything - I’m already looking forward to the next SICamp meetup!