Matching Items (16)
Filtering by

Clear all filters

Description

In this Barrett Honors Thesis, I developed a model to quantify the complexity of Sankey diagrams, which are a type of visualization technique that shows flow between groups. To do this, I created a carefully controlled dataset of synthetic Sankey diagrams of varying sizes as study stimuli. Then, a pair

In this Barrett Honors Thesis, I developed a model to quantify the complexity of Sankey diagrams, which are a type of visualization technique that shows flow between groups. To do this, I created a carefully controlled dataset of synthetic Sankey diagrams of varying sizes as study stimuli. Then, a pair of online crowdsourced user studies were conducted and analyzed. User performance for Sankey diagrams of varying size and features (number of groups, number of timesteps, and number of flow crossings) were algorithmically modeled as a formula to quantify the complexity of these diagrams. Model accuracy was measured based on the performance of users in the second crowdsourced study. The results of my experiment conclusively demonstrates that the algorithmic complexity formula I created closely models the visual complexity of the Sankey Diagrams in the dataset.

ContributorsGinjpalli, Shashank (Author) / Bryan, Chris (Thesis director) / Hsiao, Sharon (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2021-05
Description
As record heatwaves are being seen across the globe, new tools are needed to support urban planners when considering infrastructure additions. This project focuses on developing an interactive web interface that evaluates the effectiveness of various shade structures based on certain parameters. The interface requests user input for location, date,

As record heatwaves are being seen across the globe, new tools are needed to support urban planners when considering infrastructure additions. This project focuses on developing an interactive web interface that evaluates the effectiveness of various shade structures based on certain parameters. The interface requests user input for location, date, and shade type, then returns information on sun position, weather data, and hourly mean radiant temperature (MRT). This tool will allow urban city planners to create more efficient and effective shade structures to meet the public’s needs.
ContributorsMuir, Maya (Author) / Maciejewski, Ross (Thesis director) / Middel, Ariane (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor)
Created2022-05
Description
For this creative project, I created a visually immersive and artistic data visualization of global space-related activities. The project aims to create a sense of wonder and creativity for space exploration through unconventional data visualization. By focusing mainly on the artistic elements of the visualization, the project will have a

For this creative project, I created a visually immersive and artistic data visualization of global space-related activities. The project aims to create a sense of wonder and creativity for space exploration through unconventional data visualization. By focusing mainly on the artistic elements of the visualization, the project will have a larger emotional impact on its viewers, as opposed to a traditional data visualization. The project uses a comprehensive dataset of space-related articles, all of which include the location of the activity discussed in the article, as well as keywords and other fields. The dataset will serve as material to create a narrative that shows not only how space-related activities are distributed around the globe but also the overarching themes of the activities. To create the final project, I used the JavaScript library p5.js.
ContributorsDeb, Roshni (Author) / Bryan, Chris (Thesis director) / Zhang, Weidi (Committee member) / Barrett, The Honors College (Contributor) / Arts, Media and Engineering Sch T (Contributor) / Computer Science and Engineering Program (Contributor)
Created2024-05
Description

This project tackles a real-world example of a classroom with college students to discover what factors affect a student’s outcome in the class as well as investigate when and why a student who started well in the semester may end poorly later on. First, this project performs a statistical analysis

This project tackles a real-world example of a classroom with college students to discover what factors affect a student’s outcome in the class as well as investigate when and why a student who started well in the semester may end poorly later on. First, this project performs a statistical analysis to ensure that the total score of a student is truly based on the factors given in the dataset instead of due to random chance. Next, factors that are the most significant in affecting the outcome of scores in zyBook assignments are discovered. Thirdly, visualization of how students perform over time is displayed for the student body as a whole and students who started well at the beginning of the semester but trailed off towards the end. Lastly, the project also gives insight into the failure metrics for good starter students who unfortunately did not perform as well later in the course.

ContributorsChung, Michael (Author) / Meuth, Ryan (Thesis director) / Samara, Marko (Committee member) / Barrett, The Honors College (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Computer Science and Engineering Program (Contributor)
Created2023-05
Description
In this work, we explore the potential for realistic and accurate generation of hourly traffic volume with machine learning (ML), using the ground-truth data of Manhattan road segments collected by the New York State Department of Transportation (NYSDOT). Specifically, we address the following question– can we develop a ML algorithm

In this work, we explore the potential for realistic and accurate generation of hourly traffic volume with machine learning (ML), using the ground-truth data of Manhattan road segments collected by the New York State Department of Transportation (NYSDOT). Specifically, we address the following question– can we develop a ML algorithm that generalizes the existing NYSDOT data to all road segments in Manhattan?– by introducing a supervised learning task of multi-output regression, where ML algorithms use road segment attributes to predict hourly traffic volume. We consider four ML algorithms– K-Nearest Neighbors, Decision Tree, Random Forest, and Neural Network– and hyperparameter tune by evaluating the performances of each algorithm with 10-fold cross validation. Ultimately, we conclude that neural networks are the best-performing models and require the least amount of testing time. Lastly, we provide insight into the quantification of “trustworthiness” in a model, followed by brief discussions on interpreting model performance, suggesting potential project improvements, and identifying the biggest takeaways. Overall, we hope our work can serve as an effective baseline for realistic traffic volume generation, and open new directions in the processes of supervised dataset generation and ML algorithm design.
ContributorsOtstot, Kyle (Author) / De Luca, Gennaro (Thesis director) / Chen, Yinong (Committee member) / Barrett, The Honors College (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Computer Science and Engineering Program (Contributor)
Created2022-05
Description
Simulations can be used to help formulate and solve complex problems. Toward this goal, the Arizona Center for Integrative Modeling and Simulation (ACIMS) is a research laboratory at Arizona State University that creates powerful tools for simulating complex systems. Their flagship simulator, DEVS-Suite, allows users to create models that can

Simulations can be used to help formulate and solve complex problems. Toward this goal, the Arizona Center for Integrative Modeling and Simulation (ACIMS) is a research laboratory at Arizona State University that creates powerful tools for simulating complex systems. Their flagship simulator, DEVS-Suite, allows users to create models that can be simulated. The latest version of this simulator supports storing data in Postgres, a relational database that is well suited for storing millions of data points. However, though DEVS-Suite supports real-time visualizations, the simulator does not support the manipulation and visualization of the data stored in the database. As simulations become more complex, users benefit from visualizing time-based trajectories. User-defined data visualization can help gain new insight into generated simulated data.
ContributorsSchaffer, Albert (Author) / Sarjoughian, Hessam (Thesis director) / Chen, Yinong (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2022-05
Description

Java Mission-planning and Analysis for Remote Sensing (JMARS) is a geospatial software that provides mission planning and data-analysis tools with access to orbital data for planetary bodies like Mars and Venus. Using JMARS, terrain scenes can be prepared with an assortment of data layers along with any additional data sets.

Java Mission-planning and Analysis for Remote Sensing (JMARS) is a geospatial software that provides mission planning and data-analysis tools with access to orbital data for planetary bodies like Mars and Venus. Using JMARS, terrain scenes can be prepared with an assortment of data layers along with any additional data sets. These scenes can then be exported into the JMARS extended reality platform, which includes both augmented reality and virtual reality experiences. JMARS VR Viewer is a virtual reality experience that allows users to view three-dimensional terrain data in a fully immersive and interactive way. This tool also provides a collaborative environment for users to host a terrain scene where people can analyze the data together. The purpose of the project is to design a set of interactions in virtual reality to try and address these questions: (1) how do we make sense of larger complex geospatial datasets, (2) how can we design interactions that assist users in understanding layered data in both an individual and collaborative work environment, and (3) what are the effects on the user’s cognitive overload while using these interfaces.

ContributorsWang, Olivia (Author) / LiKamWa, Robert (Thesis director) / Gold, Lauren (Committee member) / Barrett, The Honors College (Contributor) / Computer Science and Engineering Program (Contributor)
Created2023-05
Description
The Global Change Assessment Model (GCAM) is an integrated assessment tool for exploring consequences and responses to global change. However, the current iteration of GCAM relies on NetCDF file outputs which need to be exported for visualization and analysis purposes. Such a requirement limits the uptake of this modeling platform

The Global Change Assessment Model (GCAM) is an integrated assessment tool for exploring consequences and responses to global change. However, the current iteration of GCAM relies on NetCDF file outputs which need to be exported for visualization and analysis purposes. Such a requirement limits the uptake of this modeling platform for analysts that may wish to explore future scenarios. This work has focused on a web-based geovisual analytics interface for GCAM. Challenges of this work include enabling both domain expert and model experts to be able to functionally explore the model. Furthermore, scenario analysis has been widely applied in climate science to understand the impact of climate change on the future human environment. The inter-comparison of scenario analysis remains a big challenge in both the climate science and visualization communities. In a close collaboration with the Global Change Assessment Model team, I developed the first visual analytics interface for GCAM with a series of interactive functions to help users understand the simulated impact of climate change on sectors of the global economy, and at the same time allow them to explore inter comparison of scenario analysis with GCAM models. This tool implements a hierarchical clustering approach to allow inter-comparison and similarity analysis among multiple scenarios over space, time, and multiple attributes through a set of coordinated multiple views. After working with this tool, the scientists from the GCAM team agree that the geovisual analytics tool can facilitate scenario exploration and enable scientific insight gaining process into scenario comparison. To demonstrate my work, I present two case studies, one of them explores the potential impact that the China south-north water transportation project in the Yangtze River basin will have on projected water demands. The other case study using GCAM models demonstrates how the impact of spatial variations and scales on similarity analysis of climate scenarios varies at world, continental, and country scales.
ContributorsChang, Zheng (Author) / Maciejewski, Ross (Thesis advisor) / Sarjoughian, Hessam S. (Committee member) / White, Dave (Committee member) / Luo, Wei (Committee member) / Arizona State University (Publisher)
Created2015
Description
In visualizing information hierarchies, icicle plots are efficient diagrams in that they provide the user a straightforward layout for different levels of data in a hierarchy and enable the user to compare items based on the item width. However, as the size of the hierarchy grows large, the items in

In visualizing information hierarchies, icicle plots are efficient diagrams in that they provide the user a straightforward layout for different levels of data in a hierarchy and enable the user to compare items based on the item width. However, as the size of the hierarchy grows large, the items in an icicle plot end up being small and indistinguishable. In this thesis, by maintaining the positive characteristics of traditional

icicle plots and incorporating new features such as dynamic diagram and active layer, we developed an interactive visualization that allows the user to selectively drill down or roll up to review different levels of data in a large hierarchy, to change the hierarchical

structure to detect potential patterns, and to maintain an overall understanding of the

current hierarchical structure.
ContributorsWu, Bi (Author) / Maciejewski, Ross (Thesis advisor) / Runger, George C. (Committee member) / Davulcu, Hasan (Committee member) / Arizona State University (Publisher)
Created2014
Description
This thesis explores a method of how political information could be distributed to the public and asks the question, what is the best way to provide voters with all of the information they need to cast an informed vote? It involved the creation of a website, www.azleglive.info, which republishes state

This thesis explores a method of how political information could be distributed to the public and asks the question, what is the best way to provide voters with all of the information they need to cast an informed vote? It involved the creation of a website, www.azleglive.info, which republishes state legislative data in interactive and visually condensed formats and asked users to compare it to the existing Arizona State Legislature website on the metrics of depth of information, usability, and clarity. It also asked what resources users would utilize in order to cast a vote in the next election. Ultimately, the majority of users determined that the new website added needed usability and clarity to available legislative information, but that both websites would be useful when voting. In conclusion, the responsibility of disseminating useful information to voters is most likely to be effective when distributed among a variety of sources.
ContributorsJosephson, Zachary (Co-author) / Umaretiya, Amy (Co-author) / Jones, Ruth (Thesis director) / Woodall, Gina (Committee member) / Civil, Environmental and Sustainable Engineering Programs (Contributor) / School of Politics and Global Studies (Contributor) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05