EuroVisShort2017
Permanent URI for this collection
Browse
Browsing EuroVisShort2017 by Subject "Applications"
Now showing 1 - 2 of 2
Results Per Page
Sort Options
Item In Situ and Post Processing Workflows for Asteroid Ablation Studies(The Eurographics Association, 2017) Patchett, John M.; Nouanesengsy, Boonthanome; Gisler, Galen; Ahrens, James; Hagen, Hans; Barbora Kozlikova and Tobias Schreck and Thomas WischgollSimulation scientists need to make decisions about what and how much output to produce. They must balance their ability to efficiently ingest the analysis with their ability to get more analysis. We study this balance as a tradeoff between flexibility of saved data products and accessibility of saved data products. One end of the spectrum is raw data that comes directly from the simulation, making it highly flexible, but inaccessible due to its size and format. The other end of the spectrum is highly processed and comparatively small data, often in the form of imagery or single scalar values. This data is typically highly accessible, needing no special equipment or software, but lacks flexibility for deeper analysis than what is presented. We lay out a user driven model that considers the scientists' output needs in regards to flexibility and accessibility. This model allows us to analyze a real-world example of a large simulation lasting months of wall clock time on thousands of processing cores. Though the ensemble of simulation's original intent was to study asteroid generated tsunamis, the simulations are now being used beyond that scope to study the asteroid ablation as it moves through the atmosphere. With increasingly large supercomputers, designing workflows that support an intentional and understood balance of flexibility and accessibility is necessary. In this paper, we present a new strategy developed from a user driven perspective to support the collaborative capability between simulation developers, designers, users and analysts to effectively support science by wisely using both computer and human time.Item Scoped: Visualising the Scope Chain Within Source Code(The Eurographics Association, 2017) Bacher, Ivan; Namee, Brian Mac; Kelleher, John D.; Barbora Kozlikova and Tobias Schreck and Thomas WischgollThis paper presents an interactive visualisation tool that encodes the scope chain, and information related to the scope chain, within source code. The main goal of the tool is to support programmers when dealing with issues related to scope and to provide answers to questions such as to which scope does a specific variable or function belong to and can I access a specific variable from the scope I am currently located in. The design guidelines followed during the implementation of the tool, as well as the design rationale behind the main features of the tool are described. Finally, the results of a pilot user experience evaluation study are presented where an interesting observation was that the tool seemed to support programmers in verifying and correcting their assumptions when asked questions about specific scoping issues within a source code document.