people
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
people [2015/02/04 18:48] – elisag | people [2018/04/12 22:07] (current) – elisag | ||
---|---|---|---|
Line 12: | Line 12: | ||
As usual, the professor is not the one doing the real work. Please read on for more details on our research. It has received international recognition by the fact that Wolfgang has won the [[ http:// | As usual, the professor is not the one doing the real work. Please read on for more details on our research. It has received international recognition by the fact that Wolfgang has won the [[ http:// | ||
+ | |||
+ | |||
===== | ===== | ||
- | == Prof. dr. Elisa Gonzalez Boix== | + | == Prof. Dr. Elisa Gonzalez Boix== |
- | [[http:// | + | [[http:// |
My PhD research focused on investigating programming language support to deal with the effects engendered by partial failures in mobile ad hoc networks (MANETs). In MANETs many partial failures are the result of temporary network partitions due to the intermittent connectivity of mobile devices. Some of these failures will be permanent and require application-level failure handling. However, it is impossible to distinguish a permanent from a transient failure. Leasing provides a solution to this problem based on the temporal restriction of resources. | My PhD research focused on investigating programming language support to deal with the effects engendered by partial failures in mobile ad hoc networks (MANETs). In MANETs many partial failures are the result of temporary network partitions due to the intermittent connectivity of mobile devices. Some of these failures will be permanent and require application-level failure handling. However, it is impossible to distinguish a permanent from a transient failure. Leasing provides a solution to this problem based on the temporal restriction of resources. | ||
This research identified a number of criteria for a leasing model specially designed for MANETs and proposes the //leased object references// | This research identified a number of criteria for a leasing model specially designed for MANETs and proposes the //leased object references// | ||
- | |||
===== | ===== | ||
- | == Andoni Lombide Carreton == | ||
- | [[http:// | ||
- | The dynamic nature of ambient oriented applications makes it impossible to structure them as monolithic programs with a fixed input and output. Instead, a distributed event-driven architecture is required. Current event-driven architectures require distributed application components to react to events via a carefully crafted network of observers, event handlers or callback mechanisms which are scattered throughout the application code and can be triggered at any point in time. Such architectures are hard to develop, understand and maintain in all but the most trivial cases. | ||
- | |||
- | This poses a problem when we look at the new generation of disposable processing hardware, such as RFID tags. Ubiquitous applications will not only consist of peer-to-peer interactions, | ||
- | |||
- | I am currently looking into programming abstractions that allow to specify which events to capture by distributed application components in a mobile ad hoc network. Furthermore, | ||
- | |||
- | ===== | ||
== Kevin Pinte == | == Kevin Pinte == | ||
Line 45: | Line 37: | ||
===== | ===== | ||
- | == Dries Harnie == | ||
- | Thanks to the work of the other people on this page, programming applications for mobile devices is now as easy as, say, writing a blog. However, research so far has focused on one-to-one communication and how the properties of MANETs disrupt it. | ||
- | In the Real World(tm) we do group communication without giving it a second thought, changing conversation topics as people leave and rejoin the group. Likewise, we effortlessly do service composition: comparing prices for stuff we want to buy or finding interesting activities for a trip. Doing these things with current | + | === Former Members === |
+ | |||
+ | == Dr. Jessie Dedecker == | ||
+ | [[http://www.dedecker.org|Homepage]] | ||
+ | |||
+ | My current | ||
+ | |||
+ | Apart from my research on AmOP I also have a general interest in dynamic object-oriented programming languages, concurrency and distribution. | ||
- | My research intends to provide abstractions that bind a number of services residing on different mobile devices into coherent entities. Programmers can then use these abstractions to communicate with groups of services as easily as with single services. | ||
===== | ===== | ||
- | == Lode Hoste == | + | == Dr. Tom Van Cutsem |
- | [[http:// | + | [[http:// |
+ | Specific to my PhD thesis, my research lied in uncovering novel referencing and communication abstractions for mobile ad hoc networks. More specifically, | ||
- | My research | + | Within the research |
+ | Apart from AmOP, my general research interests include dynamic object-oriented programming languages (reuse/ | ||
- | The relation | + | ===== |
+ | |||
+ | == Stijn Mostinckx == | ||
+ | |||
+ | In the past, I have contributed to the formulation | ||
+ | |||
+ | A first element of the solution I propose | ||
+ | |||
+ | The second element | ||
+ | |||
+ | The approach | ||
===== | ===== | ||
- | == Eline Philips | + | == Dr. Jorge Vallejos |
- | Nomadic networks fill the gap between fixed networks and mobile ad hoc networks (MANETs) as they consist of a group of mobile devices that can move around dynamically while trying to maintain a connection with a fixed infrastructure. My research focusses on the coordination of nomadic services by making use of workflows as they provide an additional layer of abstraction such that interactions among application components can be specified on a higher level and be reused because of their loose coupling with the fine-grained application logic. Unfortunately, | + | [[http:// |
- | volatility. | + | |
- | AmbientTalk | + | The focus of my PhD research |
- | workflow patterns. I am investigating which new patterns for nomadic networks can be added to this abstraction layer. Concretely, I want support for intensional descriptions of services, group communication, | + | |
+ | ===== | ||
+ | == Dr. Andoni Lombide Carreton == | ||
+ | [[http:// | ||
+ | |||
+ | The dynamic nature of ambient oriented applications makes it impossible to structure them as monolithic programs with a fixed input and output. Instead, a distributed event-driven architecture is required. Current event-driven architectures require distributed application components to react to events via a carefully crafted network of observers, event handlers or callback mechanisms which are scattered throughout the application code and can be triggered at any point in time. Such architectures are hard to develop, understand and maintain in all but the most trivial cases. | ||
+ | |||
+ | This poses a problem when we look at the new generation of disposable processing hardware, such as RFID tags. Ubiquitous applications will not only consist of peer-to-peer interactions, | ||
+ | |||
+ | In my Phd dissertation, | ||
===== | ===== | ||
- | == Christophe Scholliers == | + | == Prof. Dr. Christophe Scholliers == |
- | [[http://wilma.vub.ac.be/~cfscholl/ | + | [[http://users.ugent.be/~chscholl/#/Home|Homepage]] |
Current-day applications for mobile phones and PDAs are often limited to miniature versions of standard desktop | Current-day applications for mobile phones and PDAs are often limited to miniature versions of standard desktop | ||
Line 82: | Line 97: | ||
that are inherent to a pervasive computing environment (e.g. frequent disconnections, | that are inherent to a pervasive computing environment (e.g. frequent disconnections, | ||
- | Last year, I have been involved in the development of (a concrete implementation of) the Fact Space Model, an | + | In the past, I have been involved in the development of (a concrete implementation of) the Fact Space Model, an |
extension to the tuple space model which provides fine-grained control over the effects of disconnections. | extension to the tuple space model which provides fine-grained control over the effects of disconnections. | ||
Using a declarative language, every device can specify how it will adjust its behaviour in response to dynamic changes | Using a declarative language, every device can specify how it will adjust its behaviour in response to dynamic changes | ||
- | in its environment. | + | in its environment. |
- | The use of weak data replication in a mobile environment ensures that there is no need to stop an ongoing application when certain data cannot be synchronized. | + | |
- | ===== | ||
- | == Jorge Vallejos == | ||
- | [[http:// | ||
- | |||
- | The focus of my research is to investigate the context-awareness property in the field of Ambient Intelligence. My particular interest is to explore the ways in which the computational context surrounding mobile applications, | ||
===== | ===== | ||
- | == Dr. Tom Van Cutsem | + | == Dr. Eline Philips |
- | [[http:// | + | Nomadic networks fill the gap between fixed networks and mobile ad hoc networks (MANETs) as they consist of a group of mobile devices that can move around dynamically while trying to maintain a connection with a fixed infrastructure. My research focusses on the coordination of nomadic services by making use of workflows as they provide an additional layer of abstraction such that interactions among application components can be specified on a higher level and be reused because of their loose coupling with the fine-grained application logic. Unfortunately, |
+ | volatility. | ||
- | Specific to my PhD thesis, my research lies in uncovering novel referencing and communication abstractions | + | AmbientTalk is a programming language which treats disconnections at the very heart of its computational model. Moreover, the language supports dynamic service discovery which is opportune |
- | + | workflow patterns. I am investigating which new patterns for nomadic networks can be added to this abstraction layer. Concretely, I want support for intensional descriptions of services, group communication, | |
- | Within the research track of ambient-oriented programming, I am also particularly interested in the adaptation and application | + | |
- | Apart from AmOP, my general research interests include dynamic object-oriented programming languages (reuse/ | + | |
===== | ===== | ||
+ | == Dr. Lode Hoste == | ||
+ | [[http:// | ||
- | === Former Members === | ||
- | == Stijn Mostinckx == | + | My research focuses on investigating programming language support to deal with the massive amount of concurrent events generated by various input devices. By providing adequate software abstractions for correlating multiple input devices we try to encourage multimodal gestural interaction and ease their implementations. |
- | In the past, I have contributed to the formulation | + | The relation |
- | A first element of the solution I propose is the use of pattern matching rules to succinctly describe which changes to the environment are relevant. | + | ===== |
+ | == Dr. Dries Harnie == | ||
- | The second element of the proposed solution is the use of [[research: | + | Thanks to the work of the other people on this page, programming |
- | The approach that combines and integrates these elements is the | + | In the Real World(tm) we do group communication without giving it a second thought, changing conversation topics as people leave and rejoin |
+ | My research intends to provide abstractions that bind a number of services residing on different mobile devices into coherent entities. Programmers can then use these abstractions to communicate with groups of services as easily as with single services. | ||
- | == Dr. Jessie Dedecker | + | ===== |
- | [[http:// | + | |
- | My current research topic revolves around collaborative ambient-oriented programming abstractions. | ||
- | Apart from my research on AmOP I also have a general interest in dynamic object-oriented programming languages, concurrency and distribution. | ||
- | |||
- | ===== |
people.1423072094.txt.gz · Last modified: 2015/02/04 18:48 (external edit)