Skip to main content

Showing 1–2 of 2 results for author: Thierry, S

Searching in archive cs. Search in all archives.
.
  1. Evaluating the Effects of Situated and Embedded Visualisation in Augmented Reality Guidance for Isolated Medical Assistance

    Authors: Frederick George Vickery, Sébastien Kubicki, Charlotte Hoareau, Lucas Brand, Aurelien Duval, Seamus Thierry, Ronan Querrec

    Abstract: One huge advantage of Augmented Reality (AR) is its numerous possibilities of displaying information in the physical world, especially when applying Situated Analytics (SitA). AR devices and their respective interaction techniques allow for supplementary guidance to assist an operator carrying out complex procedures such as medical diagnosis and surgery, for instance. Their usage promotes user aut… ▽ More

    Submitted 13 February, 2025; originally announced February 2025.

    Journal ref: 30th ACM Symposium on Virtual Reality Software and Technology (VRST '24), Oct 2024, Trier, Germany. pp.1 - 11

  2. arXiv:0802.3628  [pdf, ps, other

    cs.SE

    Dynamic data models: an application of MOP-based persistence in Common Lisp

    Authors: Pierre Thierry, Simon E. B. Thierry

    Abstract: The data model of an application, the nature and format of data stored across executions, is typically a very rigid part of its early specification, even when prototyping, and changing it after code that relies on it was written can prove quite expensive and error-prone. Code and data in a running Lisp image can be dynamically modified. A MOP-based persistence library can bring this dynamicity… ▽ More

    Submitted 25 February, 2008; originally announced February 2008.

    Comments: Presented at the 4th European Lisp Workshop, co-located with ECOOP 2007. No proceedings

    ACM Class: D.2.2; D.2.11; D.3.3; D.1.5; D.4.5; H.2.4