Matching Items (8)
Filtering by

Clear all filters

135605-Thumbnail Image.png
Description
An application called "Productivity Heatmap" was created with this project with the goal of allowing users to track how productive they are over the course of a day and week, input through scheduled prompts separated by 30 minutes to 4 hours, depending on preference. The result is a heat ma

An application called "Productivity Heatmap" was created with this project with the goal of allowing users to track how productive they are over the course of a day and week, input through scheduled prompts separated by 30 minutes to 4 hours, depending on preference. The result is a heat map colored according to a user's productivity at particular times of each day during the week. The aim is to allow a user to have a visualization on when he or she is best able to be productive, given that every individual has different habits and life patterns. This application was made completely in Google's Android Studio environment using Java and XML, with SQLite being used for database management. The application runs on any Android device, and was designed to be a balance of providing useful information to a user while maintaining an attractive and intuitive interface. This thesis explores the creation of a functional mobile application for mass distribution, with a particular set of end users in mind, namely college students. Many challenges in the form of learning a new development environment were encountered and overcome, as explained in the report. The application created is a core functionality proof-of-concept of a much larger personal project in creating a versatile and useful mobile application for student use. The principles covered are the creation of a mobile application, meeting requirements specified by others, and investigating the interest generated by such a concept. Beyond this thesis, testing will be done, and future enhancements will be made for mass-market consumption.
ContributorsWeser, Matthew Paul (Author) / Nelson, Brian (Thesis director) / Balasooriya, Janaka (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
137718-Thumbnail Image.png
Description
This thesis concerns the adoption of health information technology in the medical sector, specifically electronic health records (EHRs). EHRs have been seen as a great benefit to the healthcare system and will improve the quality of patient care. The federal government, has seen the benefit EHRs can offer, has been

This thesis concerns the adoption of health information technology in the medical sector, specifically electronic health records (EHRs). EHRs have been seen as a great benefit to the healthcare system and will improve the quality of patient care. The federal government, has seen the benefit EHRs can offer, has been advocating the use and adoption of EHR for nearly a decade now. They have created policies that guide medical providers on how to implement EHRs. However, this thesis concerns the attitudes medical providers in Phoenix have towards government implementation. By interviewing these individuals and cross-referencing their answers with the literature this thesis wants to discover the pitfalls of federal government policy toward EHR implementation and EHR implementation in general. What this thesis found was that there are pitfalls that the federal government has failed to address including loss of provider productivity, lack of interoperability, and workflow improvement. However, the providers do say there is still a place for government to be involved in the implementation of EHR.
ContributorsKaldawi, Nicholas Emad (Author) / Lewis, Paul (Thesis director) / Cortese, Denis (Committee member) / Jones, Ruth (Committee member) / Barrett, The Honors College (Contributor) / School of Politics and Global Studies (Contributor) / School of Human Evolution and Social Change (Contributor)
Created2013-05
132254-Thumbnail Image.png
Description
Electronic Health Records: Suggestions for Future Use explores how EHRs are currently being used in the clinical setting and in the research setting. This paper provides suggestions for how EHRs should be used in the future, so that patient centered health care is optimized while maintaining efficiency. Additionally, the thesis

Electronic Health Records: Suggestions for Future Use explores how EHRs are currently being used in the clinical setting and in the research setting. This paper provides suggestions for how EHRs should be used in the future, so that patient centered health care is optimized while maintaining efficiency. Additionally, the thesis discusses why privacy is viewed as an innate human right in society as well as why it is specifically valued in the healthcare setting. The value of privacy significantly impacts how EHRs are currently used, and the more automated EHR systems become, the more likely it is that the privacy of patients is threatened. It was concluded that the healthcare industry can improve EHR use in future clinical and research settings, while upholding privacy laws.
ContributorsPhillips, Emily (Co-author) / Waldman, Lauren (Co-author) / Brian, Jennifer (Thesis director) / Mason, Hugh (Committee member) / Department of English (Contributor) / School of Life Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2019-05
134360-Thumbnail Image.png
Description
The goal of this research study was to empirically study the effects of a project based learning activity. The effectiveness of this study was benchmarked according to two results: the effectiveness in communicating the scope and impact of engineering, and the effectiveness in increasing interest in computer systems engineering (CSE).

The goal of this research study was to empirically study the effects of a project based learning activity. The effectiveness of this study was benchmarked according to two results: the effectiveness in communicating the scope and impact of engineering, and the effectiveness in increasing interest in computer systems engineering (CSE). This research report presents an analysis of the effects of making engineering education socially relevant, interesting and accessible. High school students participated in a learning experience in which they designed flood evacuation systems that could warn a city of incoming floods. Both pre-assessments and post-assessments were implemented to capture students' awareness of engineering tasks and their interest levels in engineering tasks. Data on students' perceptions of specific engineering tasks were analyzed quantitatively through Wilcoxon signed-rank testing and determined that the program had significant positive effects on developing more accurate conceptions of engineering tasks. The results relating to student interest in CSE indicated that there was an increased level of interest in CSE engineering tasks after the program. There was a 14% increase in number of students who found engineering tasks interesting from 64% to 78%. However, as participants self-selected to participate in this learning experience, many students had positive perceptions of engineering tasks prior to engaging in the learning experience. This study was successful and met both of its primary goals of enhancing awareness and interest in engineering in this particular group of high school students.
ContributorsRidhwaan, Syed (Author) / Ganesh, Tirupalavanam (Thesis director) / Shrake, Scott (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2017-05
134879-Thumbnail Image.png
Description
The purpose of this project was to implement and analyze a new proposed rootkit that claims a greater level of stealth by hiding in cache. Today, the vast majority of embedded devices are powered by ARM processors. To protect their processors from attacks, ARM introduced a hardware security extension known

The purpose of this project was to implement and analyze a new proposed rootkit that claims a greater level of stealth by hiding in cache. Today, the vast majority of embedded devices are powered by ARM processors. To protect their processors from attacks, ARM introduced a hardware security extension known as TrustZone. It provides an isolated execution environment within the embedded device that enables us to run various memory integrity and malware detection tools to identify possible breaches in security to the normal world. Although TrustZone provides this additional layer of security, it also adds another layer of complexity, and thus comes with its own set of vulnerabilities. This new rootkit identifies and exploits a cache incoherence in the ARM device as a result of TrustZone. The newly proposed rootkit, called CacheKit, takes advantage of this cache incoherence to avoid memory introspection from tools in secure world. We implement CacheKit on the i.MX53 development board, which features a single ARM Cortex A8 processor, to analyze the limitations and vulnerabilities described in the original paper. We set up the Linux environment on the computer to be able to cross-compile for the development board which will be running the FreeScale android 2.3.4 platform with a 2.6.33 Linux kernel. The project is implemented as a kernel module that once installed on the board can manipulate cache as desired to conceal the rootkit. The module exploits the fact that in TrustZone, the secure world does not have access to the normal world cache. First, a technique known as Cache-asRAM is used to ensure that the rootkit is loaded only into cache of the normal world where it can avoid detection from the secure world. Then, we employ the cache maintenance instructions and resisters provided in the cp15 coprocessor to keep the code persistent in cache. Furthermore, the cache lines are mapped to unused I/O address space so that if cache content is flushed to RAM for inspection, the data is simply lost. This ensures that even if the rootkit were to be flushed into memory, any trace of the malicious code would be lost. CacheKit prevents defenders from analyzing the code and destroys any forensic evidence. This provides attackers with a new and powerful tool that is excellent for certain scenarios that were previously thought to be secure. Finally, we determine the limitations of the prototype to determine possible areas for future growth and research into the security of networked embedded devices.
ContributorsGutierrez Barnett, Mauricio Antonio (Author) / Zhao, Ziming (Thesis director) / Doupe, Adam (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2016-12
135078-Thumbnail Image.png
Description
The Internet of Things has spread Wi-Fi connectivity to household and business devices everywhere. It is important that we understand IoT's risks and capabilities as its popularity continues to grow, and that we recognize new and exciting uses for it. In this project, the ESP8266 Wi-Fi controller, powered by a

The Internet of Things has spread Wi-Fi connectivity to household and business devices everywhere. It is important that we understand IoT's risks and capabilities as its popularity continues to grow, and that we recognize new and exciting uses for it. In this project, the ESP8266 Wi-Fi controller, powered by a lithium battery, is used to transmit messages from a user's browser or mobile phone to an OLED display. The ESP8266 is a system on a chip (SOC) which boasts impressive features such as full TCP/IP stack, 1 MB of flash memory, and a 32-bit CPU. A web server is started on the ESP8266 which listens at a specific port and relays any strings from the client back to the display, acting as a simple notification system for a busy individual such as a professor. The difficulties with this project stemmed from the security protocol of Arizona State University's Wi-Fi network and from the limitations of the Wi-Fi chip itself. Several solutions are suggested, such as utilizing a personal cellular broadband router and polling a database for stored strings through a service such as Data.Sparkfun.com.
ContributorsKovatcheva, Simona Kamenova (Author) / Burger, Kevin (Thesis director) / Meuth, Ryan (Committee member) / Computer Science and Engineering Program (Contributor) / School of International Letters and Cultures (Contributor) / Barrett, The Honors College (Contributor)
Created2016-12
133339-Thumbnail Image.png
Description
Medical records are increasingly being recorded in the form of electronic health records (EHRs), with a significant amount of patient data recorded as unstructured natural language text. Consequently, being able to extract and utilize clinical data present within these records is an important step in furthering clinical care. One important

Medical records are increasingly being recorded in the form of electronic health records (EHRs), with a significant amount of patient data recorded as unstructured natural language text. Consequently, being able to extract and utilize clinical data present within these records is an important step in furthering clinical care. One important aspect within these records is the presence of prescription information. Existing techniques for extracting prescription information — which includes medication names, dosages, frequencies, reasons for taking, and mode of administration — from unstructured text have focused on the application of rule- and classifier-based methods. While state-of-the-art systems can be effective in extracting many types of information, they require significant effort to develop hand-crafted rules and conduct effective feature engineering. This paper presents the use of a bidirectional LSTM with CRF tagging model initialized with precomputed word embeddings for extracting prescription information from sentences without requiring significant feature engineering. The experimental results, run on the i2b2 2009 dataset, achieve an F1 macro measure of 0.8562, and scores above 0.9449 on four of the six categories, indicating significant potential for this model.
ContributorsRawal, Samarth Chetan (Author) / Baral, Chitta (Thesis director) / Anwar, Saadat (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor)
Created2018-05
168816-Thumbnail Image.png
Description
The traditional model of assessing and treating behavioral health (BH) and physical health (PH) in silos is inadequate for supporting whole-person health and wellness. The integration of BH and PH may result in better care quality, patient-provider experiences, outcomes, and reduced costs. Cross-organizational health data sharing between BH and PH

The traditional model of assessing and treating behavioral health (BH) and physical health (PH) in silos is inadequate for supporting whole-person health and wellness. The integration of BH and PH may result in better care quality, patient-provider experiences, outcomes, and reduced costs. Cross-organizational health data sharing between BH and PH providers is critical to patients with BH conditions (BHCs). In the last few decades, many initiatives -including health information exchange organizations- have facilitated cross-organizational health data sharing. The current challenge is affording meaningful consent and ensuring patient privacy, two of the core requirements for advancing the adoption and use of health information technology (HIT) in the US. The Office of the National Coordinator for HIT (ONC) recommends that patients should be given granular control beyond the “share all” or “share none” approach widely used currently in consent practices. But there is no consensus on the variables relevant to promote granularity in data sharing to honor privacy satisfaction for patients. As a result, existing granular data sharing (GDS) studies use ad-hoc and non-standardized approaches to implement or investigate patient data sharing preferences. Novel informatics methods were proposed and piloted to support patient-driven GDS and to validate the suitability and applicability of such methods in clinical environments. The hypotheses were: H1) the variables recommended by the ONC are relevant to support GDS; H2) there is diversity in medical record sharing preferences of individuals with BHCs; and H3) the most frequently used sensitive data taxonomy captures sensitive data sharing preferences of patients with BHCs. Findings validated the study hypotheses by proposing an innovative standards-based GDS framework, validating the framework with the design and pilot testing of a clinical decision support system with 209 patients with BHCs, validating with patients the adequacy of the most frequently used sensitive data taxonomy, and systematically exploring data privacy views and data sharing perceptions of patients with BHCs. This research built the foundations for a new generation of future data segmentation methods and tools that advances the vision of the ONC of creating standards-based, interoperable models to share sensitive health information in compliance with patients’ data privacy preferences.
ContributorsKarway, George K (Author) / Grando, Adela Maria (Thesis advisor) / Murcko, Anita C (Committee member) / Franczak, Michael (Committee member) / Arizona State University (Publisher)
Created2022