Author Archives: iain_emsley

I am a developer in the Janet web team as well as occasionally working on some Open Source projects. The views expressed on this blog are mine alone and are not to be taken as a position or comment by Janet.

Beginning DisplaySuite on Drupal

New project, new thoughts. We have been discussing the ways of displaying material to the end user in Drupal 7. The options that we had were Panels and Display Suite. I’ve just been playing with Display Suite which I have heard really good things about but never got around to using. Ivan Zugec’s tutorial (part […]

Exploring realtime presence

I went down to the London Realtime event event today. In part, it was to  learn more about realtime programming and partially because RabbitMQ were going to be there and it would be a good chance to talk to somebody about the message queueing (MQ). I did manage to bend somebody’s ear (sorry if I […]

Beginning using Drupal and TokBox

I’ve been playing around with TokBox and the Drupal plugin (7 only) for a project to see where it can go. TokBox is a video API which can be used to set up video sessions, say to publish only like a lecture, or to have a conversation and to link people together. Reading the University […]

Weeknotes: Testing and documentation

It has been a slightly quiet week but one in which I have been working on the quieter parts of development – testing and documentation. I was helping out some colleagues by testing some existing code this week. not because I do not have any thing to do but because they are woking on something […]

Trying to geolocate a part of Charles Dickens

I have been working at a snail’s pace on some geolocation queries on some locations which are associated with Charles Dickens. Using Python’s NLTK library, I managed to extract around 60 distinct locations from his novel, Bleak House. A bit of human editing has tidied this up for me but it looks useful. Having popped […]

Weeknotes: Open Correspondence and TextCamp

It has been a while since I’ve written a weeknote. Must get back into the habit. Open Correspondence Development on the Open Correspondence project has been slow to stalled for a while. I have been doing bits and pieces but sitting down with Mark McGillivray of Cottage Labs and the Open Knowledge Foundation, brought some […]

Going to the other place – or a weekend at DrupalScienceCamp

I went to the Drupal ScienceCamp  for the weekend to learn more about Drupal and also how one runs a DrupalCamp, since we are thinking of doing one in Oxford. Having come across on the Friday and met some people, the weekend really started on the Saturday, run by some of the team behind the […]

Writing specs – a first starting point

Our team have started on Scrum to move forward with our projects. So far, so staggering steps but, hey, we are new to it. We will learn by falling / failing and then learning from where we went wrong and fixing it. One of the things that I have been looking at, partially because, as […]

Bridging message queues in STOMP and AMQP

A recent work project has been working with messaging queues and exploring how they work. One of the issues has been how to get systems running different systems to talk to each other. One system uses ActiveMQ and another runs RabbitMQ which has led to some interest in how to effectively bridge the systems into […]

An approach to creating groups and persistent URLs in Drupal 7

A major project has been exploring the creation of a collaborative space using Drupal 7. Somebody else has taken this over whilst I concentrate on other parts of our system and integration but I thought I would post about the Persistent URL (PURL) creation. Fortunately Drupal 7 comes with a fair few options which the […]