Summer School – Big Data Information Visualisation

SACHI the St Andrews Computer Human Interaction research group and the Big Data Lab St Andrews are pleased to announce they will jointly run a SICSA supported “Big Data Information Visualisation” summer school in 2013. This summer school is concerned with the processing, management and hence presentation of “big data”, in an intelligible form with information visualisation techniques and methods. Data-intensive researchers talk about the “three Vs” of Big Data: Volume, Velocity and Variety (see CACM post). In this summer school we aim to demystify the concept of big data by introducing a systematic, scientific and rigorous approach to tackling it. We take a blended theory and practice approach here, by providing both theoretical underpinnings and practical use of the infrastructure to process big-data and the means to understand it with information visualisation.

See the SACHI website for more details.

Event details

  • When: 8th July 2013 - 12th July 2013
  • Format: Summer School

System Seminar: Middleware support for wireless sensor network, by Prof. Danny Hughes, KU Leuven, Belgium

Abstract:

Contemporary ICT infrastructures are trending towards a pervasive substrate of internet-connected sensors, actuators and human interfaces. Effective use of this pervasive infrastructure is key to solving 21st century challenges such as: mass transportation, energy conservation and environmental monitoring. Building effective applications that execute on this infrastructure requires advanced middleware support that respects the resource constraints of embedded devices. In this talk, I will present recent work from KU Leuven in the area of middleware support for sensing applications, with a focus on the Loosely-coupled Component Infrastructure (LooCI). I will then discuss emerging opportunities for ‘social sensing’ wherein online social networks are used to source and configure participatory sensor networks.

Bio:

Dr. Danny Hughes is an Assistant Professor with the iMinds-DistriNet group of the department of Computer Science at KU Leuven, Belgium. He received his PhD in Computer Science from Lancaster University in 2007. He has since worked as a Visiting Scholar at UC Berkeley (USA) and Universidade de São Paulo (Brazil) and as a lecturer at Xi’an Jiaotong-Liverpool University (China). His research interests are in distributed systems, with a focus on middleware support for dynamic systems such as wireless sensor networks, peer-to-peer networks and online social networks. You can find out more about his research at: https://distrinet.cs.kuleuven.be/people/showMember.do?memberID=u0061846

Event details

  • When: 2nd May 2013 14:00 - 15:00
  • Where: Cole 1.33a
  • Format: Seminar

System Seminar: Unifying sensor fault detection with energy conservation, on 23 April, by Lei Fang, University of St Andrews

Abstract
Wireless sensor networks are attracting increasing interest but suffering from severe challenges such as power constraints and low data reliability. Sensors are often energy-hungry and cannot operate over a long period, and the data they collect are frequently erroneous due to complex causes. Thus a challenging research question is how to optimise energy consumptions on sensors while keeping the collected sensor data accurate. The current literature often treat these two problems separately, however, in this talk we will present an integrated self-organising solution for model-based data collection that can preserve sensors’ energy by reducing the amount of communications and as well as deal with sensor errors.

Bio

Lei Fang is a PhD student supervised by Prof. Simon Dobson and Dr Dharini Balasubramaniam. He received his first degree in Information and Computing Science from the University of Liverpool. His research interests reside in sensor data modelling, fault detection and inference.

Event details

  • When: 23rd April 2013 13:00 - 14:00
  • Where: Cole 1.33a
  • Format: Seminar

Departmental Seminar – Andy Stanford-Clark

Title: Innovation Begins at Home

Abstract:
Prof Andy Stanford-Clark, Chief Technologist for Smarter Energy at IBM UK, will discuss the journey from Smart Metering to a future Smart Grid, incorporating the challenges of microgeneration, electric vehicles, intermittent generation, and demand-side management. Focusing specifically on energy saving in the home, Andy will talk about his own home automation system, and aspects of consumer behaviour change linked with that technology. The talk will also give details of a community energy-saving project, and the Isle of Wight EcoIsland project.

Bio:
Professor Andy Stanford-Clark is the Chief Technologist for IBM’s consulting business in Energy and Utilities for the UK and Ireland. He is an IBM Distinguished Engineer, and “Master Inventor” with more than 40 patents. Andy is based at IBM’s Hursley Park laboratories in the UK, and specialises in remote telemetry, energy monitoring and management, Smart Metering and Smart Grid technologies. He has a particular interest in home energy monitoring, home automation, demand-side management, and driving consumer behaviour change. Andy has a BSc in Computing and Mathematics, and a PhD in Computer Science. He is a visiting professor at the University of Newcastle and a Fellow of the British Computer Society.

Event details

  • When: 22nd April 2013 15:00 - 22nd April 2013 16:00
  • Where: Phys Theatre C
  • Series: CS Colloquia Series
  • Format: Colloquium, Seminar

System Seminar: Remote Health Monitoring Using Online Social Media Systems, on 16 April, by Chonlatee Khorakhun

Abstract:

Remote monitoring is considered an essential part of future eHealth systems to enable the delivery of healthcare outside clinical sites at reduced cost, while improving quality of patient care. We examine the use of online social networks for re- mote health monitoring. By exploiting the existing infrastructure, initial costs can be reduced and fast application development is possible. Facebook is used as an example platform: as a platform allowing user-defined applications, development is flexible and can be arranged quickly to suit different requirements of patients and health professionals. We analyse the general requirements of a remote monitoring scenario and the process of building and using a Facebook application to meet these requirements. Four different access viewpoints are implemented to suit the requirements of each user in our example scenario to form a carer network: the patient, the doctor in charge, professional carers, and family members of the patient. The suitability of the application is analysed including security and privacy issues. We conclude that online social media systems could offer a suitable platform for developing certain types of remote monitoring capability.

Bio:

Chonlatee Khorakhun is a second year PhD student, supervised by Prof. Saleem Bhatti. Before coming to St. Andrews, Chonlatee had completed an M.Sc. in Information and Communication Systems at University of Technology Hamburg-Harburg and worked in industry in Germany.

Event details

  • When: 16th April 2013 13:00 - 14:00
  • Where: Cole 1.33a
  • Format: Seminar

System Seminar: Decentralised Orchestration of Service-oriented Workflows, on 16 April, by Ward Jaradat, University of St Andrews

Abstract:

Centralised orchestration of service-oriented workflows presents significant scalability challenges, these include: the consumption of network bandwidth, degradation of performance, and single points of failure. These challenges are particularly prominent when dealing with highly distributed data-intensive workflows, which involve large quantities of intermediate data that need to be routed through a centralised engine. In this talk we present a dataflow specification language and a distributed architecture that attempt to address these scalability challenges. Our language provides simple abstractions for orchestrating large-scale web service workflows and separates between the workflow logic and its execution. It is based on a data-driven execution model that permits parallelism to improve the workflow performance. Unlike classical approaches of distributed computing, our architecture allows the computation to be moved “closer” to services in the workflow; this is achieved by partitioning the workflow specification into smaller fragments which may be sent to remote locations for execution.

Bio:

Ward is a research student supervised by Dr. Adam Barker and Prof. Alan Dearle. He completed an M.Sc. in Software Engineering at the University of St Andrews. His research interests span the areas of software engineering, distributed computing, and service-oriented architecture, with a focus on building practical solutions for improving the scalability and performance of software systems.

Event details

  • When: 16th April 2013 13:00 - 14:00
  • Where: Cole 1.33a
  • Format: Seminar

Talk by Susmit Sarkar

Title: “Shared-Memory Concurrency in the Real World: Working with Relaxed Memory Consistency”

Abstract:

Shared-memory concurrency is now mainstream, from phones to servers. However, real-world implementations do not validate the basic assumption of Sequential Consistency traditionally made in work on concurrent programming and verification. Instead, we get subtle relaxed consistency models. Furthermore, the consistency models of different hardware architectures vary widely and have often been poorly defined, while programming language models (aiming to abstract from hardware details) are different again.

This talk is about what relaxed consistency models we actually get on current mainstream systems: the x86 multiprocessor architecture, the IBM Power and ARM lines of multiprocessors, and in the new concurrency model in ISO C/C++11. Part of the challenge here is that neither hardware microarchitects nor low-level programmers (for operating systems or compilers) know exactly what you get, or what you should get. I will discuss the models that are getting some agreement/acceptance, and how we can use those models.

Event details

  • When: 4th April 2013 12:00 - 13:00
  • Where: Cole 1.04
  • Format: Talk

School Seminar: Neil Moore

Neil Moore obtained his PhD in Computer Science at St Andrews a couple of years ago, and is now working for Abobe.

He’ll be giving a technical talk, and describing internship opportunities at Adobe.

Title: Mutualism in software development

Abstract:
Computers are designed to be extensible at different levels: hardware can run different operating systems and operating systems are designed to expose functionality to allow third parties to write applications. It is easy to overlook extensibility at the level of application software: functionality can be added to or extracted from existing applications by third parties with no access to the source. For example: plugins, scripting environments, APIs, web services, etc.

I will talk about ways that this can benefit both the application publisher as well as third parties. I will also give practical information and examples of how this can be achieved based on my experience in working in this area for Adobe, who are heavily invested in extensibility in their products.

Event details

  • When: 1st April 2013 15:00 - 16:00
  • Where: Phys Theatre C
  • Series: CS Colloquia Series
  • Format: Seminar

Talk by Dr Jost Berthold Thursday 14th March

Thursday 14th March, the regular meeting of the Functional Programming group will give the floor to our guest Dr. Jost Berthold for a public talk called “High-Level Parallel Computing in Finance — Haskell Case Studies within HIPERFIT –” .

The presentation will take place from 12.00 to 13.00, in the Jack Cole building, room 1.04 (upstairs), and everyone is welcome.

If you intend to come to the talk, it would be helpful (but is not essential) to drop me (fs39) a one-line email beforehand, to be sure that the reserved room has a suitable size.

Abstract: Continue reading

Event details

  • When: 14th March 2013 12:00 - 13:00
  • Where: Cole Bldg
  • Format: Seminar, Talk