Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences Commons

Open Access. Powered by Scholars. Published by Universities.®

2025

Discipline
Institution
Keyword
Publication
Publication Type
File Type

Articles 3241 - 3270 of 3495

Full-Text Articles in Computer Sciences

Kangaroo: Dynamic Fusion Of Branch Instructions In A Pipelined Uniprocessor, Sarah E. Larkin Jan 2025

Kangaroo: Dynamic Fusion Of Branch Instructions In A Pipelined Uniprocessor, Sarah E. Larkin

Dissertations, Master's Theses and Master's Reports

Small pipelined processors are becoming more common as a complement to superscalars in a multi-core chip. However, current uniprocessors offer little in the way of ILP. We present kangaroo, a novel approach to instruction fusion in a pipelined processor. Kangaroo dynamically fuses two adjacent instructions to create a pair that travels through the pipeline as a unit. The instructions re-enter the pipeline as a pair the next time the first instruction is fetched. Unlike in prior art, an instruction, once fused, is not fetched again. Any pair of adjacent instructions can be fused using this technique, including dependent instructions. …


Utilizing Biometrics And Blockchain For Enhanced Security Of Remote Patient Monitoring (Rpm) Data Sharing, Amaturrahman Raihanah Medlock Jan 2025

Utilizing Biometrics And Blockchain For Enhanced Security Of Remote Patient Monitoring (Rpm) Data Sharing, Amaturrahman Raihanah Medlock

Dissertations, Master's Theses and Master's Reports

Advancements in Artificial Intelligence (AI) and Internet of Medical Things (IoMT) technologies have significantly revolutionized the conventional healthcare systems. Through the integration of smart devices, medical sensors, and communication technology, IoMT provides real-time patient’s monitoring data for healthcare providers, thus promoting accurate and timely clinical decisions for patient-centric care. The current healthcare sector is evolving to a connected ecosystem with connectivity and intelligence. While it also incurs increasing security and privacy concerns as integrating IoMT generated patient monitoring data into healthcare information systems. Both blockchain and biometrics are measures that have established reputable names in the security realm. When evaluating …


Generalizing Medical Image Segmentation Task With Efficient Deep Learning Models, Abel A. Reyes-Angulo Jan 2025

Generalizing Medical Image Segmentation Task With Efficient Deep Learning Models, Abel A. Reyes-Angulo

Dissertations, Master's Theses and Master's Reports

Medical Image Segmentation is a critical task in the field of medical imaging, playing a crucial role in diagnostics, treatment planning, and disease monitoring. The emergence of Deep Learning (DL) has ushered in a new era in Artificial Intelligence (AI), propelling remarkable advancements in key domains like language translation, object recognition, and recommendation systems. This evolution has been accompanied by continuous enhancements in computational efficiency and improvements in predictive accuracy. The introduction of sophisticated algorithms, such as convolutional neural networks (CNNs) and transformers, exemplifies these advancements. DL algorithms have demonstrated exceptional efficacy in medical image segmentation tasks, showcasing the potential …


Finding Antipatterns Across Languages With Abstract Syntax Trees, Daniel T. Masker Jan 2025

Finding Antipatterns Across Languages With Abstract Syntax Trees, Daniel T. Masker

Dissertations, Master's Theses and Master's Reports

Finding antipatterns in student code is a difficult task that is useful for helping beginner programmers. Antipatterns are common mistakes that students make while writing code. Code critiquers are tools that find antipatterns and provide rich, immediate feedback to students, even when professors aren’t available. WebTA is a code critiquer that finds antipatterns using regular expressions (regex), error messages, and language-specific abstract syntax trees (ASTs). Each of these tools has obstacles to antipattern searching that are difficult to overcome. Regex is without context, limiting the patterns it can recognize. Additionally, even experienced users have difficulty reading and debugging regex. Error …


Marrying Top-K With Skyline Queries: Operators With Relaxed Preference Input And Controllable Output Size, Kyriakos Mouratidis, Keming Li, Bo Tang Jan 2025

Marrying Top-K With Skyline Queries: Operators With Relaxed Preference Input And Controllable Output Size, Kyriakos Mouratidis, Keming Li, Bo Tang

Research Collection School Of Computing and Information Systems

The two most common paradigms to identify records of preference in a multi-objective setting rely either on dominance (e.g., the skyline operator) or on a utility function defined over the records' attributes (typically, using a top-k query). Despite their proliferation, each of them has its own palpable drawbacks. Motivated by these drawbacks, we identify three hard requirements for practical decision support, namely, personalization, controllable output size, and flexibility in preference specification. With these requirements as a guide, we combine elements from both paradigms and propose two new operators, ORD and ORU. We perform a qualitative study to demonstrate how they …


Lara : A Light And Anti-Overfitting Retraining Approach For Unsupervised Time Series Anomaly Detection, Feiyi Chen, Zhen Qin, Mengchu Zhou, Yingying Zhang, Shuiguang Deng, Lunting Fan, Guansong Pang, Qingsong Wen Jan 2025

Lara : A Light And Anti-Overfitting Retraining Approach For Unsupervised Time Series Anomaly Detection, Feiyi Chen, Zhen Qin, Mengchu Zhou, Yingying Zhang, Shuiguang Deng, Lunting Fan, Guansong Pang, Qingsong Wen

Research Collection School Of Computing and Information Systems

Most of current anomaly detection models assume that the normal pattern remains the same all the time. However, the normal patterns of web services can change dramatically and frequently over time. The model trained on old-distribution data becomes outdated and ineffective after such changes. Retraining the whole model whenever the pattern is changed is computationally expensive. Further, at the beginning of normal pattern changes, there is not enough observation data from the new distribution. Retraining a large neural network model with limited data is vulnerable to overfitting. Thus, we propose a Light Anti-overfitting Retraining Approach (LARA) based on deep variational …


Neuron Semantic-Guided Test Generation For Deep Neural Networks Fuzzing, Li Huang, Weifeng Sun, Meng Yan, Zhongxin Liu, Yan Lei, David Lo Jan 2025

Neuron Semantic-Guided Test Generation For Deep Neural Networks Fuzzing, Li Huang, Weifeng Sun, Meng Yan, Zhongxin Liu, Yan Lei, David Lo

Research Collection School Of Computing and Information Systems

In recent years, significant progress has been made in testing methods for deep neural networks (DNNs) to ensure their correctness and robustness. Coverage-guided criteria, such as neuron-wise, layer-wise, and path-/trace-wise, have been proposed for DNN fuzzing. However, existing coverage-based criteria encounter performance bottlenecks for several reasons: Testing Adequacy: Partial neural coverage criteria have been observed to achieve full coverage using only a small number of test inputs. In this case, increasing the number of test inputs does not consistently improve the quality of models. Interpretability: The current coverage criteria lack interpretability. Consequently, testers are unable to identify and understand which …


Learning To Rank Aspects And Opinions For Comparative Explanations, Trung Hoang Le, Hady Wirawan Lauw Jan 2025

Learning To Rank Aspects And Opinions For Comparative Explanations, Trung Hoang Le, Hady Wirawan Lauw

Research Collection School Of Computing and Information Systems

Comparative recommendation explanations help to make sense of recommendations by comparing a recommended item along some aspects of interest with one or many items being considered. This work extends the notion of comparative explanations, by going beyond merely better/worse statements, to further incorporate aspect-level opinions for more informative comparisons. To enhance the quality of both the personalized recommendation and the explanation, we incorporate optimization objectives that preserve relative rankings of aspects and opinions, in addition to the classical rankings of overall preferences for items. We integrate the multiple ranking objectives and multi-tensor factorization together. Experiments on datasets of different domains …


Generating Negotiations For Iago, Kylee R. Weener Jan 2025

Generating Negotiations For Iago, Kylee R. Weener

Honors Undergraduate Theses

Negotiation is a complex field that can benefit from introducing artificial intelligence (AI); doing so would benefit researchers as they try to deepen their understanding of human-human and human-agent negotiation. Investigating how large language models (LLMs) can generate negotiation dialogue with emotional context would bring agents closer to acting more human. This study explores how fine-tuning and prompt engineering can achieve this goal and the possibilities for an AI that fills these criteria to be included in the Interactive Arbitration Guide Online platform (IAGO). Doing so will make the negotiation interactions in IAGO feel more complex and natural, allowing researchers …


Analysis Of Early Interventions To Retain Underrepresented Students In Computer Science, Michael Conti Jan 2025

Analysis Of Early Interventions To Retain Underrepresented Students In Computer Science, Michael Conti

Open Access Dissertations

Computer science, like many STEM disciplines, faces persistent challenges in recruiting and retaining women and individuals from racially and ethnically minoritized backgrounds. This study examines whether targeted interventions can produce sustained improvements in academic performance and sense of belonging among these underrepresented groups. By analyzing longitudinal data, this research aims to evaluate the effectiveness of these interventions in promoting equity and persistence in computer science education.


Feature Engineering And Anchor Optimization For Enhancing Faster R-Cnn Detection Of Low-Contrast Steel Surface Defects, Herdianti Darwis, Sitti Nurhalimah, Huzain Azis Jan 2025

Feature Engineering And Anchor Optimization For Enhancing Faster R-Cnn Detection Of Low-Contrast Steel Surface Defects, Herdianti Darwis, Sitti Nurhalimah, Huzain Azis

Knowledge Engineering and Data Science

Detection of defects on low-contrast steel surfaces, especially crazing and rolled-in-scale, remains a major challenge due to their visual similarity to background patterns. Although state-of-the-art methods have achieved high accuracy through complex architectural adjustments, the contribution of preprocessing techniques has not been thoroughly investigated. This study investigates pre-processing-based improvements to Faster R-CNN by combining Bilateral Filtering to reduce noise, CLAHE to enhance local contrast, CIoU Loss for more effective bounding box regression, and customized anchor settings for irregular defect configurations. Evaluated using the NEU-DET dataset, our BF-CIoU Faster R-CNN model achieved a mAP@50 score of 72.32%, with an AP of …


Two Computational Problems On String Rewriting Systems, Wei Du Jan 2025

Two Computational Problems On String Rewriting Systems, Wei Du

Electronic Theses & Dissertations (2024 - present)

String rewriting systems are widely used computational models in theoretical computer science research such as artificial intelligence, software and hardware verification, and symbolic cryptographic protocol analysis. In this dissertation, we investigate two interesting problems concerning these systems, namely the common left multiplier problem and the SYMBOL-ORDER problem.

First, we consider the common left multiplier problem for forward-closed convergent string rewriting systems. The task is to discover, given two distinct strings α and β, a target string W such that W α and W β will be equivalent with respect to the provided forward-closed convergent string rewriting system. We describe an …


Last Digit Tendency: Lucky Number And Psychological Rounding In Mobile Transactions, Hai Wang, Tian Lu, Yingjie Zhang, Yue Wu, Yiheng Sun, Jingran Dong, Wen Huang Jan 2025

Last Digit Tendency: Lucky Number And Psychological Rounding In Mobile Transactions, Hai Wang, Tian Lu, Yingjie Zhang, Yue Wu, Yiheng Sun, Jingran Dong, Wen Huang

Research Collection School Of Computing and Information Systems

The distribution of digits in numbers obtained from different sources reveals interesting patterns. The well-known Benford’s law states that the first digits in many real-life numerical data sets have an asymmetric, logarithmic distribution in which small digits are more common; this asymmetry diminishes for subsequent digits, and the last digit tends to be uniformly distributed. In this paper, we investigate the digit distribution of numbers in a large mobile transaction data set with 835 million mobile transactions and payments made by approximately 460,000 users in more than 300 cities. Although the first digits of the numbers in these mobile transactions …


Fedart: A Neural Model Integrating Federated Learning And Adaptive Resonance Theory, Shubham Pateria, Budhitama Subagdja, Ah-Hwee Tan Jan 2025

Fedart: A Neural Model Integrating Federated Learning And Adaptive Resonance Theory, Shubham Pateria, Budhitama Subagdja, Ah-Hwee Tan

Research Collection School Of Computing and Information Systems

Federated Learning (FL) has emerged as a promising paradigm for collaborative model training across distributed clients while preserving data privacy. However, prevailing FL approaches aggregate the clients’ local models into a global model through multi-round iterative parameter averaging. This leads to the undesirable bias of the aggregated model towards certain clients in the presence of heterogeneous data distributions among the clients. Moreover, such approaches are restricted to supervised classification tasks and do not support unsupervised clustering. To address these limitations, we propose a novel one-shot FL approach called Federated Adaptive Resonance Theory (FedART) which leverages self-organizing Adaptive Resonance Theory (ART) …


Performance Evaluation Of Newsql Databases In A Distributed Architecture, Zhiyao Zhang, Alan @ Ali Madjelisi Megargel, Lingxiao Jiang Jan 2025

Performance Evaluation Of Newsql Databases In A Distributed Architecture, Zhiyao Zhang, Alan @ Ali Madjelisi Megargel, Lingxiao Jiang

Research Collection School Of Computing and Information Systems

In the last decade, application architectures have evolved drastically, moving from monolithic architectures to distributed architectures where deployment has shifted from dedicated on-premises servers to the cloud. Distributed architectures and cloud computing has enabled businesses to scale their application components across different geographical locations. While it is easy to scale the application layer, scaling its database layer that relies on traditional SQL databases is challenging and often is a common source of bottlenecks when it comes to application performance. This paper evaluates the performance characteristics between two NewSQL databases solutions, MySQL NDB Cluster vs. TIBCO ActiveSpaces IMDG. Serving as an …


Interactive Video Search With Multi-Modal Llm Video Captioning, Yu-Tong Cheng, Jiaxin Wu, Zhixin Ma, Jiangshan He, Xiao-Yong Wei, Chong-Wah Ngo Jan 2025

Interactive Video Search With Multi-Modal Llm Video Captioning, Yu-Tong Cheng, Jiaxin Wu, Zhixin Ma, Jiangshan He, Xiao-Yong Wei, Chong-Wah Ngo

Research Collection School Of Computing and Information Systems

Cross-modal representation learning is essential for interactive text-to-video search tasks. However, the representation learning is limited by the size and quality of video-caption pairs. To improve the search accuracy, we propose to enlarge the size of available video-caption pairs by leveraging multi-model LLM on video captioning. Specifically, we use LLM to generate video captions for a large video collection (i.e., WebVid dataset) and use the generated video-caption pairs to pre-train a text-to-video search model. Additionally, we use LLM to generate fine-grained captions for test video collections to enable text-to-caption retrieval. Furthermore, we build a semantic overview of the retrieved rank …


Transforming Urban Dynamics: Harnessing Large Language Models For Smarter Mobility, Hao Xue, Ming Jin, Shirui Pan, Flora Salim, Guansong Pang Jan 2025

Transforming Urban Dynamics: Harnessing Large Language Models For Smarter Mobility, Hao Xue, Ming Jin, Shirui Pan, Flora Salim, Guansong Pang

Research Collection School Of Computing and Information Systems

Artificial intelligence (AI) has the potential to analyze mobility data and make mobility systems smarter by leveraging diverse data sources such as geospatial data, transportation logs, and real-time sensor data to optimize traffic flow, enhance public transportation systems, and support the development of autonomous vehicles. With the newly emerged generative AI paradigm, exemplified by large language models (LLMs), there is great potential to transform the current AI applications in mobility, transportation, and urban domains. This article provides an overview of recent efforts and aims to shed light on the challenges and future opportunities to facilitate the adaptation of LLMs for …


Cyberattacks On Port Infrastructures: A Decade Of Trends, Incidents, And Mitigation Strategies (2011-2024), Minodora Badea, Olga Bucovetchi, Adrian V. Gheorghe, Gabriel Raicu Jan 2025

Cyberattacks On Port Infrastructures: A Decade Of Trends, Incidents, And Mitigation Strategies (2011-2024), Minodora Badea, Olga Bucovetchi, Adrian V. Gheorghe, Gabriel Raicu

Engineering Management & Systems Engineering Faculty Publications

Port infrastructures are critical to global trade, handling over 80% of the world's cargo by volume. However, their increasing reliance on digital technologies has exposed them to a wide range of cyber threats. This paper provides a comprehensive analysis of cyberattacks targeting port infrastructures from 2011 to the present. We examine the types of attacks, geographical distribution, notable incidents, and underlying vulnerabilities. Additionally, we discuss mitigation strategies and future directions for enhancing cybersecurity in the maritime sector. Our findings highlight the urgent need for robust regulatory frameworks, advanced technological solutions, and collaborative efforts to safeguard critical port operations.


Socially Shared Regulation Of Learning And Artificial Intelligence: Opportunities To Support Socially Shared Regulation, Jinhee Kim, Rita Detrick, Seongryeong Yu, Yukyeong Song, Linda Bol, Na Li Jan 2025

Socially Shared Regulation Of Learning And Artificial Intelligence: Opportunities To Support Socially Shared Regulation, Jinhee Kim, Rita Detrick, Seongryeong Yu, Yukyeong Song, Linda Bol, Na Li

STEMPS Faculty Publications

Supporting learners in achieving high-level socially shared regulation of learning (SSRL) in the online collaborative learning (OCL) context presents challenges that the utilization of artificial intelligence (AI) technologies may help solve. However, the effective uses of AI to support multifaceted areas (cognition, metacognition, and motivation) and phases (forethought, performance, and reflection) of SSRL remain elusive. Furthermore, research on developing an educational AI and what pedagogical attributes and elements are required for AI to support students' SSRL effectively is limited. This study, therefore, aims to investigate students' perceptions of AI applications in enhancing SSRL and to explore the essential pedagogical elements …


The Integration Of Artificial Intelligence And Ontologies: Transformations In Knowledge Representation And Application, Grazia Serratore, Julaine Clunis Jan 2025

The Integration Of Artificial Intelligence And Ontologies: Transformations In Knowledge Representation And Application, Grazia Serratore, Julaine Clunis

STEMPS Faculty Publications

Artificial Intelligence (AI) is reshaping the landscape of knowledge representation. There is an increasingly strong bidirectional relationship, between AI techniques and ontologies. AI techniques revolutionized traditional, manual ontology development and contribute to automated ontology construction, while ontologies enhance the performance of AI systems and their semantic accuracy. Through a comprehensive review of current literature, this paper aims to examine: i) how Machine Learning (ML) techniques contribute to the automated construction, refinement, and validation of ontologies; ii) the most widely used and effective ML approaches for ontology construction; iii) how domain-specific requirements influence the selection and adaptation of AI techniques for …


Designing Ai-Powered Learning: Adult Learners' Expectations For Curriculum And Human-Ai Interaction, Jinhee Kim, Seongryeong Yu, Rita Detrick, Xi Lin, Na Li Jan 2025

Designing Ai-Powered Learning: Adult Learners' Expectations For Curriculum And Human-Ai Interaction, Jinhee Kim, Seongryeong Yu, Rita Detrick, Xi Lin, Na Li

STEMPS Faculty Publications

Despite the potential benefits offered by GenAI technologies to provide innovative solutions to address distinct challenges faced by working adult learners (ALs) in higher education and beyond, there is limited understanding of how best to structure AI-powered learning for this population while ensuring their distinct needs and perspectives are considered. Hence, this study aimed to determine what curriculum and student-AI interaction would be required by situating ALs’ views. Through analyzing 48 e-portfolios and in-depth interviews with 20 ALs from diverse educational and professional backgrounds, the study found that ALs perceived content mastery and developing a lifelong habit of learning as …


Editorial: Ai's Impact On Higher Education: Transforming Research, Teaching, And Learning, Alyse Jordan, Ashley L. Dockens, Natalia Anastasia Pierson, Xinyue Ren Jan 2025

Editorial: Ai's Impact On Higher Education: Transforming Research, Teaching, And Learning, Alyse Jordan, Ashley L. Dockens, Natalia Anastasia Pierson, Xinyue Ren

STEMPS Faculty Publications

[Introduction] This Research Topic provides a comprehensive examination of how artificial intelligence (AI) is transforming higher education. The collected studies reveal several interconnected themes that illuminate both the opportunities and challenges of AI integration in academic settings. This editorial summarizes these themes and articulates their significance for the future of higher education.


The Effectiveness Of Tech Support Fraud In Damaging Older Individual’S Financial Security, Vanessa Perera Jan 2025

The Effectiveness Of Tech Support Fraud In Damaging Older Individual’S Financial Security, Vanessa Perera

Theses : Honours

This study discovers the tactics employed to create detrimental effects upon older people impacted from fraudulent tech-support incidents. It examines social engineering, and financial confusion of older people. This is significant considering adaptations towards digital banking and payment management. This research looked at online and active over 65s. Using largely qualitative approaches over 65s were interviewed and responses validated against cyber-professionals’ responses. This identified three key findings: older adults feel confused and misunderstand tech support scams; threat actors build trust by pretending to offer technical help but use this to deceive their victims; and older adults face serious social and …


Comparative Analysis Of Eye-Metric Algorithms For Code Comprehension In Introductory Cs Course, Noushin Gauhar Jan 2025

Comparative Analysis Of Eye-Metric Algorithms For Code Comprehension In Introductory Cs Course, Noushin Gauhar

College of Graduate Studies: Theses & Dissertations

Eye-tracking technology offers a non-intrusive way to study cognitive processes by tracking where and how long individuals look. In computer science education, it provides valuable insights into how students understand source code—a task that requires intense visual and mental effort. This study investigates how eye-tracking can reveal differences in code comprehension strategies among students in an Introductory Programming course. By analyzing three key metrics—dwell time, gaze entropy, and the K coefficient—the research explores how students engage with code. Dwell time indicates cognitive focus on specific code elements, the K coefficient measures attentional shifts between scanning and focused reading, and gaze …


Enhancing Adhd Diagnosis In College Students Using Multimodal Integration Of Nicats And Iva-2 Tools, Rushmila Shabneen Jan 2025

Enhancing Adhd Diagnosis In College Students Using Multimodal Integration Of Nicats And Iva-2 Tools, Rushmila Shabneen

College of Graduate Studies: Theses & Dissertations

This study explores enhanced methods for accurately identifying Attention Deficit Hyperactivity Disorder (ADHD) indicators in college students. ADHD, a neurodevelopmental disorder, impacts attention, impulse control, and emotional regulation, often leading to academic and social difficulties. Many students remain undiagnosed due to symptom overlap with stress and other factors. Traditional tools like the IVA-2 assess behavioral responses but may not fully capture ADHD complexity. This research integrates IVA-2 data with multimodal metrics from the Non-Intrusive Classroom Attention Tracking System (NiCATS), which monitors facial expressions, eye movements, and computer interactions. Preliminary results show that combining these tools improves ADHD detection, reduces false …


Application Of Machine Learning And Large Language Models In Healthcare For Data Prediction And Summarization, Chiazam Chisom Izuchukwu Jan 2025

Application Of Machine Learning And Large Language Models In Healthcare For Data Prediction And Summarization, Chiazam Chisom Izuchukwu

College of Graduate Studies: Theses & Dissertations

This study aims to examine the use of machine learning (ML) and large language models (LLMs) in healthcare to enhance disease prediction, clinical decision-making, and information management. Five supervised ML models—Logistic Regression (LR), Support Vector Machine (SVM), Random Forest (RF), Decision Trees (DT), and Naïve Bayes (NB)—on three different computing platforms—Google Colab, Databricks, and Snowflake—were employed for disease classification. Data preprocessing included treating missing values, encoding categorical variables utilizing one-hot-encoding, feature scaling when needed, and tackling class imbalance with Synthetic Minority Over-sampling Technique (SMOTE) before an 80-20 train-test separation. Models were created with Scikit-learn (Google Collab), Spark MLlib (Databricks), and …


Cognitive Map Generation For Vision And Language Navigation, Alexander Sandoval Mesa Jan 2025

Cognitive Map Generation For Vision And Language Navigation, Alexander Sandoval Mesa

Dissertations and Theses

Visual-Language Navigation (VLN) presents significant challenges for autonomous agents, such as robots and virtual assistants, particularly in complex, dynamic environments where the seamless integration of visual perception and natural language understanding is critical. Traditional VLN systems often struggle with effectively aligning language instructions and visual scene understanding, limiting their adaptability and navigation efficiency.

This thesis proposes a novel Cognitive Map-based framework that addresses these challenges by transforming natural language navigation instructions into structured graph representations. The Cognitive Map consists of nodes representing waypoints, landmarks, decision points, and edges encoding spatial relationships and navigational actions. These maps are generated using Large …


Codecontext: Integrating External Context For Enhanced Source-Code Model Performance In Software Development, Mohammad Arjamand Ali Jan 2025

Codecontext: Integrating External Context For Enhanced Source-Code Model Performance In Software Development, Mohammad Arjamand Ali

Senior Honors Theses and Projects

In the ever evolving field of software development, understanding and maintaining complex codebases is crucial. There exist machine learning models and algorithms that aid in this by specifically learning to ‘understand code’, allowing engineers to build applications that help develop and maintain these large codebases. Although existing source-code machine learning models often overlook an important factor: the code's context. Our research focuses on leveraging external contextual information to enhance source-code model performance. We’ve developed a data pipeline that utilizes CodeQL to extract contextual information from the CodeSearchNet benchmark dataset to extend and create an augmented version of the dataset. We …


Pointer Land Game App With Unity, Isaac S. Mullison Jan 2025

Pointer Land Game App With Unity, Isaac S. Mullison

Senior Honors Theses and Projects

In this project, I implemented my game concept, Pointer Land, using the Unity game engine. I have implemented the game in the past using other frameworks (such as Flutter), but I thought that doing this using Unity would help me gain two major types of experience: using cross-platform software frameworks in general and using Unity. I found this project to be helpful in doing that. I have found that, with every software framework that I learn, there are new concepts associated with the framework. For Unity, I quickly figured out that a lot of the scripting I was doing involved …


A Comprehensive Academic And Industrial Survey Of Blockchain Technology For The Energy Sector Using Fuzzy Einstein Decision-Making, Umit Cali, Annabelle Lee, Barry Hayes, Claudio Lima, D. Jonathan Sebastian-Cardenas, David Flynn, Emre Kantar, Farrokh Rahimi, Kaung Si Thu, Marco Pasetti, Marthe Fogstad Dynge, Merlinda Andoni, Muhammet Deveci, Murat Kuzlu, Raquel Alanso, Kim-Kwang Raymond Choo, Sambeet Mishra, Shammya Shananda Saha, Sonam Norbu, Srinikhil Gourisetti, Ugur Halden, Vahid Hosseinezhad, Valentin Robu Jan 2025

A Comprehensive Academic And Industrial Survey Of Blockchain Technology For The Energy Sector Using Fuzzy Einstein Decision-Making, Umit Cali, Annabelle Lee, Barry Hayes, Claudio Lima, D. Jonathan Sebastian-Cardenas, David Flynn, Emre Kantar, Farrokh Rahimi, Kaung Si Thu, Marco Pasetti, Marthe Fogstad Dynge, Merlinda Andoni, Muhammet Deveci, Murat Kuzlu, Raquel Alanso, Kim-Kwang Raymond Choo, Sambeet Mishra, Shammya Shananda Saha, Sonam Norbu, Srinikhil Gourisetti, Ugur Halden, Vahid Hosseinezhad, Valentin Robu

Engineering Technology Faculty Publications

The global energy sector is undergoing a significant transformation driven by decarbonization and digitalization, leading to the emergence of Distributed Ledger Technology (DLT) — particularly blockchain — as a promising tool for enhancing transparency, security, and efficiency in modern power systems. This study aims to provide a comprehensive academic and industrial survey of blockchain applications in the energy sector and develop a robust decision-making framework to identify and prioritize the most promising real-world use cases based on multidisciplinary criteria. A three-stage methodology was adopted: (i) a literature and market review encompassing over 300 academic publications and commercial blockchain initiatives in …