Open Access. Powered by Scholars. Published by Universities.®
- Discipline
-
- Physical Sciences and Mathematics (80)
- Computer Sciences (64)
- Business (63)
- Operational Research (61)
- Social and Behavioral Sciences (54)
-
- Industrial Engineering (44)
- Systems Science (40)
- Public Affairs, Public Policy and Public Administration (33)
- Business Administration, Management, and Operations (26)
- Risk Analysis (24)
- Artificial Intelligence and Robotics (21)
- Electrical and Computer Engineering (20)
- Computer Engineering (17)
- Aerospace Engineering (15)
- Organizational Behavior and Theory (15)
- Civil and Environmental Engineering (13)
- Computational Engineering (10)
- Databases and Information Systems (10)
- Mechanical Engineering (9)
- Medicine and Health Sciences (9)
- Psychology (9)
- Theory and Algorithms (9)
- Information Security (8)
- Systems Architecture (8)
- Technology and Innovation (8)
- Emergency and Disaster Management (7)
- Industrial Technology (7)
- Keyword
-
- Systems engineering (19)
- Complex systems (15)
- Systems theory (13)
- Complex system governance (11)
- Simulation (9)
-
- Engineering management (8)
- Risk management (8)
- Complexity (7)
- Decision making (7)
- Engineering (7)
- Management (7)
- Information technology (6)
- Risk (6)
- System of systems (6)
- Communication (5)
- Complex systems governance (5)
- Critical infrastructure (5)
- Optimization (5)
- Resilience (5)
- Uncertainty (5)
- Acquisition (4)
- Automation (4)
- Cybersecurity (4)
- Digital manufacturing (4)
- Internet of things (4)
- Interoperability (4)
- Knowledge management (4)
- Large language models (4)
- Machine learning (4)
- Management cybernetics (4)
- Publication Year
- Publication
-
- Engineering Management & Systems Engineering Theses & Dissertations (121)
- Engineering Management & Systems Engineering Faculty Publications (107)
- VMASC Publications (9)
- Engineering Technology Faculty Publications (7)
- Computational Modeling & Simulation Engineering Theses & Dissertations (6)
-
- Electrical & Computer Engineering Faculty Publications (5)
- Graduate Student Government Association Research Conference (5)
- Mechanical & Aerospace Engineering Faculty Publications (5)
- EMSE Doctoral Projects (4)
- Electrical & Computer Engineering Theses & Dissertations (4)
- Information Technology & Decision Sciences Faculty Publications (3)
- Civil & Environmental Engineering Faculty Publications (2)
- Mechanical & Aerospace Engineering Theses & Dissertations (2)
- School of Cybersecurity Faculty Publications (2)
- Center for Mission Engineering (CME) Publications (1)
- Computer Science Faculty Publications (1)
- Computer Science Theses & Dissertations (1)
- Finance Faculty Publications (1)
- Knowledge and Creativity Expo (1)
- Modeling, Simulation and Visualization Student Capstone Conference (1)
- OUR Journal: ODU Undergraduate Research Journal (1)
- Psychology Faculty Publications (1)
- Virginia Digital Maritime Center (VDMC) Faculty Publications (1)
- Publication Type
Articles 1 - 30 of 291
Full-Text Articles in Systems Engineering
A. Vs. I In Ai: Is There A Threshold To "Engineered" Intelligence?, Joshit Mohanty
A. Vs. I In Ai: Is There A Threshold To "Engineered" Intelligence?, Joshit Mohanty
Engineering Management & Systems Engineering Faculty Publications
Despite artificial intelligence reshaping the world, its development generates uncertainties regarding future capabilities. AI simultaneously exists as an artifact of engineering design and as autonomous intelligence, creating an observer-participant feedback loop. This paper proposes that embodied AI faces a bandwidth-limited intelligence threshold T_h that it arises from B = min(C_sens,C_Act). However, Shannon capacity measures bits while intelligence operates on concepts, necessitating a dual-channel model separating physical bandwidth B_io from representational capacity B_rep. Intelligence emerges as multi-dimensional rather than scalar, with components exhibiting different bandwidth dependencies. Surpassing T_h requires either new sensing methods expanding B, enhanced representational frameworks, or reconceptualization within …
A Macrocognitive Design Taxonomy For Simulation-Based Training Systems: Bridging Cognitive Theory And Human-Computer Interaction, Jessica M. Johnson
A Macrocognitive Design Taxonomy For Simulation-Based Training Systems: Bridging Cognitive Theory And Human-Computer Interaction, Jessica M. Johnson
Virginia Digital Maritime Center (VDMC) Faculty Publications
Simulation-based training systems are increasingly deployed to prepare learners for complex, safety-critical, and dynamic work environments. While advances in computing have enabled immersive and data-rich simulations, many systems remain optimized for procedural accuracy and surface-level task performance rather than the macrocognitive processes that underpin adaptive expertise. Macrocognition encompasses higher-order cognitive processes that are essential for performance transfer beyond controlled training conditions. When these processes are insufficiently supported, training systems risk fostering brittle strategies and negative training effects. This paper introduces a macrocognitive design taxonomy for simulation-based training systems derived from a large-scale meta-analysis examining the transfer of macrocognitive skills from …
Distilling The Complexity Of Agent-Based Simulations Into Textual Explanations Via Large Language Models, Noé Y. Flandre, Philippe J. Giabbanelli
Distilling The Complexity Of Agent-Based Simulations Into Textual Explanations Via Large Language Models, Noé Y. Flandre, Philippe J. Giabbanelli
VMASC Publications
Communicating the design and results of agent-based models (ABMs) to subject matter experts is challenging, which hinders participation and limits trust in simulation-based decision support. Large language models (LLMs) can communicate ABMs as textual summaries, thus complementing traditional disclosure through statistical and visualization techniques. While prior work translated the structure of conceptual models into narratives via LLMs, our extension covers the dynamics of simulation models via an automated simulation-to-text method that extracts contextual information from NetLogo ABMs, performs repeated simulations, and generates narrative descriptions (including the model’s purpose, parameters, and simulation dynamics) using mutimodal LLMs. Furthermore, four summarization algorithms spanning …
Distributed Semi-Speculative Parallel Anisotropic Mesh Adaptation, Kevin Garner, Polykarpos Thomadakis, Nikos Chrisochoides
Distributed Semi-Speculative Parallel Anisotropic Mesh Adaptation, Kevin Garner, Polykarpos Thomadakis, Nikos Chrisochoides
Computer Science Faculty Publications
This paper presents a distributed memory method for anisotropic mesh adaptation that is designed to avoid the use of collective communication and global synchronization techniques. In the presented method, meshing functionality is separated from performance aspects by utilizing a separate entity for each - a multicore cc-NUMA-based (shared memory) mesh generation software and a parallel runtime system that is designed to help applications leverage the concurrency offered by emerging high-performance computing (HPC) architectures. First, an initial mesh is decomposed and its interface elements (subdomain boundaries) are adapted on a single multicore node (shared memory). Subdomains are then distributed among the …
Toward Secure And Practical Machine Learning-Based Access Control: A Framework With Real-World Constraints And Adversarial Analysis, Olusesi Balogun, Mohammad Ghasemigol, Zhipeng Cai, Daniel Takabi
Toward Secure And Practical Machine Learning-Based Access Control: A Framework With Real-World Constraints And Adversarial Analysis, Olusesi Balogun, Mohammad Ghasemigol, Zhipeng Cai, Daniel Takabi
School of Cybersecurity Faculty Publications
Attribute-Based Access Control (ABAC) frameworks coordinate access requests based on subject, object, and environment attributes, as well as policy rules, and are widely used in corporate security systems. Recently, machine learning has been applied to ABAC to address policy-generation imbalances, misassigned privileges, and attribute leakages. However, existing MLBAC techniques do not consider the structural constraints and attribute interdependencies present in traditional ABAC systems. Moreover, these frameworks have not been extensively evaluated under black-box attack scenarios. To address these gaps, we propose extensions to MLBAC that integrate structural constraints, attribute dynamism, and attribute weighting into the MLBAC objective function. Additionally, we …
Generative Ai And Llm Applications In Renewable Energy And Smart Grids: A Systematic Review For The Sustainable Energy Transition, Umit Cali, Ugur Halden, Merlinda Andoni, Ferhat Ozgur Catak, Si Chen, Benoit Couraud, Emre Kantar, Samuel Knapper, Ibrahim Kucukdemiral, Huseyin Kusetogullari, Murat Kuzlu, Yashar Mousavi, Sonam Norbu, Taha Selim Ustun, David Flynn
Generative Ai And Llm Applications In Renewable Energy And Smart Grids: A Systematic Review For The Sustainable Energy Transition, Umit Cali, Ugur Halden, Merlinda Andoni, Ferhat Ozgur Catak, Si Chen, Benoit Couraud, Emre Kantar, Samuel Knapper, Ibrahim Kucukdemiral, Huseyin Kusetogullari, Murat Kuzlu, Yashar Mousavi, Sonam Norbu, Taha Selim Ustun, David Flynn
Engineering Technology Faculty Publications
The global energy transition toward decarbonization and digitalization requires advanced methods to manage decentralized, data-intensive cyber-physical energy systems. This systematic review analyzes 106 research studies on Generative Artificial Intelligence (GenAI) and Large Language Models (LLMs) in renewable energy and smart grids, organized into seven application clusters covering forecasting, system design, operation, reliability, data and cybersecurity, and energy markets. The review situates these applications within a Cyber-Physical-Social Systems (CPSS) framework. Results show that GANs dominate current applications (47.2%), followed by LLMs (10.4%) and VAEs (9.4%), with growing adoption of diffusion and score-based models (7.5% each). Selected studies report improved probabilistic forecasting …
Optimizing Maintenance Routes For Highway Infrastructure Using Leader-Follower Autonomous Vehicles, Qing Tang, Chenxi Chen, Xianbiao Hu, Yuxin Ding, Tianjia Yang
Optimizing Maintenance Routes For Highway Infrastructure Using Leader-Follower Autonomous Vehicles, Qing Tang, Chenxi Chen, Xianbiao Hu, Yuxin Ding, Tianjia Yang
Civil & Environmental Engineering Faculty Publications
The Autonomous Truck Mounted Attenuator (ATMA), a leader–follower style connected and automated vehicle system, enhances safety during transportation infrastructure maintenance in work zones. However, the significantly lower speed of ATMA, compared to regular vehicles, causes moving bottlenecks that reduce roadway capacity and prolong queuing, leading to further delays. Different ATMA routes lead to varying patterns of time-dependent capacity drop, affecting the user equilibrium traffic assignment and resulting in differing system costs. This study aims to optimize ATMA routing within a network to minimize the system cost associated with its slow-moving operation. To this end, a queuing-based traffic assignment approach is …
Bridging Mission And Execution: Integrating Participatory Design In Early-Phase Mission Engineering For Stakeholder Alignment And Mission Clarity, Rafi Soule
Knowledge and Creativity Expo
This research examines mission framing during the early phase of Mission Engineering. Stakeholder interpretations diverge under ambiguity. Interoperability constraints are often not surfaced early. These conditions reduce mission clarity and weaken mission-to-system mapping readiness. The study integrates a participatory design-inspired, artifact-first workflow with RAG-enabled retrieval from a closed corpus to support evidence-grounded reasoning and traceable citations.
Phase 1 uses an online survey to establish baseline patterns in practice (N = 86). Shared understanding is positively associated with mission clarity (r = 0.60, p < 0.001). Phase 2 uses a time-bounded comparative workshop with two conditions. Expert reviewers rate mission statement quality higher for the participatory design condition (mean 3.5) than the traditional condition (mean 2.8). Technical feasibility ratings are similar across conditions. Phase 3 demonstrates RAG-enabled, closed-corpus, retrieval-supported traceability using the Referencer tool. It is reported as a proof-of-concept for evidence-grounded rationale and auditability, and as a pathway …
Generative Ai-Driven Optimization In Flexible And Reconfigurable Manufacturing Systems, Salah Hammedi, Hicham Chaoui, Lotfi Nabli
Generative Ai-Driven Optimization In Flexible And Reconfigurable Manufacturing Systems, Salah Hammedi, Hicham Chaoui, Lotfi Nabli
Electrical & Computer Engineering Faculty Publications
Flexible and Reconfigurable Manufacturing Systems (FRMSs) are essential for coping with variability in modern production environments; however, efficient scheduling and rapid reconfiguration remain challenging. This paper presents a hybrid optimization framework that integrates Colored Petri Net (CPN) modeling with Generative Artificial Intelligence (GenAI) to enhance scheduling performance and system adaptability. The CPN formalism ensures verifiable modeling of system dynamics, while a transformer-based generative model produces candidate scheduling and reconfiguration strategies. Simulation experiments were conducted under static, dynamic, and adaptive scenarios, including machine breakdowns and dynamic job arrivals. Performance was evaluated using makespan, mean flow time, machine utilization, and reconfiguration latency. …
Generalized Inverter Fault Detection Using Normalized Current Features And A Lightweight Bilstm Network, Mohammad Zamani Khaneghah, Mohamad Alzayed, Hicham Chaoui
Generalized Inverter Fault Detection Using Normalized Current Features And A Lightweight Bilstm Network, Mohammad Zamani Khaneghah, Mohamad Alzayed, Hicham Chaoui
Electrical & Computer Engineering Faculty Publications
Fault detection and diagnosis of three-phase inverter-fed motor drives is essential for ensuring system reliability, safety, and continuous operation in applications such as electric vehicles and industrial automation. This paper proposes a data-driven fault detection framework based on normalized current features and a lightweight bidirectional long short-term memory (BiLSTM) network which can be generalized to different motor power rating in the same controller system. A compact set of six time-domain features, consisting of the mean and root-mean-square (RMS) values of the phase currents, is extracted and normalized with respect to the average RMS value. This normalization effectively removes dependency on …
Statewide Corridor Evacuation Response And Re-Entry Behaviors In Florida During Hurricane Irma, Xin Wang, Yuan Zhu, Hong Yang, Kun Xie
Statewide Corridor Evacuation Response And Re-Entry Behaviors In Florida During Hurricane Irma, Xin Wang, Yuan Zhu, Hong Yang, Kun Xie
Electrical & Computer Engineering Faculty Publications
Hurricane Irma stands as one of the most destructive tropical storms to make landfall in the United States, particularly impacting the State of Florida, where it prompted the largest evacuation in history with approximately 7 million residents. The profound consequences of mass evacuation underscore the critical need to understand travel behaviors during hurricane evacuation and the recovery process. This research analyzes statewide evacuation and re-entry patterns, leveraging diverse datasets, including TTMS data from main corridors and GIS data. A statewide corridor-based empirical analysis framework is constructed to characterize evacuation and re-entry response patterns using sensor-based traffic observations. The results show …
Improving Medical Diagnostics With Vision-Language Models: Convex Hull-Based Uncertainty Analysis, Ferhat Ozgur Catak, Murat Kuzlu, Taylor Patrick, Michel Audette
Improving Medical Diagnostics With Vision-Language Models: Convex Hull-Based Uncertainty Analysis, Ferhat Ozgur Catak, Murat Kuzlu, Taylor Patrick, Michel Audette
Engineering Technology Faculty Publications
In recent years, vision-language models (VLMs) have been applied to various fields, including healthcare, education, finance, and manufacturing, with remarkable performance. However, concerns remain regarding VLMs’ consistency and uncertainty, particularly in critical applications such as healthcare, which demand a high level of trust and reliability. This paper proposes a novel approach to evaluate uncertainty in VLMs’ responses using a convex hull approach on a healthcare application for visual question answering (VQA). For any VLM, temperature refers to a sampling parameter used in probabilistic generation, which controls the randomness of the model’s output. The LLM-CXR model is selected as the medical …
Comparative Analysis Of Emergent Behaviors Of Three Drone Swarm System Models For Targeting Using Agent-Based Modeling And Simulation, Arsenio T. Gumahad Ii
Comparative Analysis Of Emergent Behaviors Of Three Drone Swarm System Models For Targeting Using Agent-Based Modeling And Simulation, Arsenio T. Gumahad Ii
Engineering Management & Systems Engineering Theses & Dissertations
This dissertation introduces a novel computational simulation framework for evaluating the emergent behaviors of three swarm drone models using Agent-Based Modeling and Simulation (ABMS). The three swarm models are a Leader-Follower swarm model based on Bruckstein's antline theory, a Flocking model based on a simplified Reynolds 'Boids’ model, and a Stigmergic model with pheromone-based coordination. The primary objective of the simulation is to evaluate the performance of these models in delivering a user-defined number of drones of each type to a target area of interest in four separate scenarios, resulting in 50,000 separate simulation trials. Each scenario was structured to …
A Methodology For Model-Based Certification, Jay Albert Silverman
A Methodology For Model-Based Certification, Jay Albert Silverman
Engineering Management & Systems Engineering Theses & Dissertations
A need for a single source of knowledge for design decisions has led to the development of a new field of systems engineering, model-based systems engineering (MBSE) (Delligati, 2014). System certification is defined as affirming that regulatory requirements for a system have been met (Goodwin & Juzaitis, 2006). System certification is a specific application of system validation. System verification can be defined as ensuring that the system of interest (SOI), as designed, is in accordance with the design inputs/requirements. System validation can be defined as ensuring that the SOI, as designed, meets the defined system needs (Wolfgand, Katz, & Wheatcraft, …
Systems Statistical Engineering – Hierarchical Fuzzy Constraint Propagation, Hengameh Fakhravar
Systems Statistical Engineering – Hierarchical Fuzzy Constraint Propagation, Hengameh Fakhravar
Engineering Management & Systems Engineering Theses & Dissertations
Driven by the growing need in the 21st century for integrating rigorous statistical analysis into engineering research, there is a movement to develop an integrated statistical engineering science within statistics and quality communities (Hoerl & Snee, 2010; Anderson-Cook et al., 2012). Systems Statistical Engineering research seeks to integrate the Causal Bayesian hierarchical modeling (Pearl, 2009) and cybernetic control theory within Beer’s Viable System Model (1972, 1979, 1985) and the Complex Systems Governance framework (Keating, 2014; Keating & Katina, 2015, 2016) to produce multivariate systemic models for robust dynamic systems mission performance. Cotter & Quigley (2018) set forth the Bayesian systemic …
Complex System Governance And Cyber Operations, Willie Gernard Mccallister
Complex System Governance And Cyber Operations, Willie Gernard Mccallister
Engineering Management & Systems Engineering Theses & Dissertations
This dissertation examines the potential integration of Complex System Governance (CSG) within cybersecurity, emphasizing the development of a reference model for Cybersecurity Infrastructures. Traditional strategies for securing digital environments have struggled to address the intricate and dynamic layers inherent in modern cybersecurity systems. The purpose of this research is to explore the applicability of CSG as a framework to assess cybersecurity infrastructure using a case study research design. The research addresses two key questions: (1) How can the CSG reference model be adapted to explore cybersecurity infrastructure? (2) What results from CSG based exploration of cybersecurity infrastructure through a case …
Mission Engineering Competencies Workshop Report: Roles, Responsibilities, And Skills, James D. Moreland, Jr. (Editor), Thomas Irwin, Robert-Allen Baker
Mission Engineering Competencies Workshop Report: Roles, Responsibilities, And Skills, James D. Moreland, Jr. (Editor), Thomas Irwin, Robert-Allen Baker
Center for Mission Engineering (CME) Publications
This report summarizes the findings of a two-day Old Dominion University Mission Engineering Workshop involving the U.S. Navy, U.S. Marine Corps, U.S. Air Force, National Aeronautics and Space Administration, the University of New South Wales, and Old Dominion University, focused on defining the roles, competencies, and skills essential to Mission Engineering. It presents a structured competency framework and offers recommendations to guide workforce development, training, and cross-agency collaboration in support of complex, mission-driven systems.
Carbon Accountability Scores: A Process-Oriented Approach For Carbon Offsetting Using Ai Agents, Joshit Mohanty, Vaishali Vaishali
Carbon Accountability Scores: A Process-Oriented Approach For Carbon Offsetting Using Ai Agents, Joshit Mohanty, Vaishali Vaishali
Graduate Student Government Association Research Conference
Conventional carbon offset programs rely on quantified emissions to determine balancing requirements. While this approach offers a standardized means of measuring carbon output, it often provides industries with a loophole—allowing them to offset their emissions by purchasing equivalent credits for activities such as tree planting rather than tackling inefficiencies at the source. This research proposes a process-based framework called Carbon Accountability Scores (CA scores) to offer a proactive strategy for assessing and reducing carbon footprints. Instead of focusing on the mere balancing of emitted and sequestered carbon, CA scores integrate an organization’s operational processes into the calculation, thereby offering the …
Digital Thread: Bridging Macro–Micro Services In System-Of-Systems, Joshit Mohanty
Digital Thread: Bridging Macro–Micro Services In System-Of-Systems, Joshit Mohanty
Graduate Student Government Association Research Conference
Organizations and industries increasingly rely on distributed services in decentralized environments—ranging from large-scale, system-of-system architectures to fine-grained, agent-based microservices. While this distributed paradigm offers flexibility and innovation, it presents critical challenges such as interoperability gaps, inconsistent data formats, and a lack of holistic oversight. Traditional integration approaches, including ad-hoc middleware or enterprise service buses, tend to solve these issues reactively. As a result, technical debt accumulates, stakeholder misalignments persist, and scaling to new demands becomes complex.
This research proposes digital thread (DT) as the unifying framework to create an authoritative source of truth: a continuous flow of information across the …
Meta-Clustering For Specialized Language Models: Enhancing Contextual Adaptation And Mitigating Hallucinations In Diverse Healthcare Environments, Joshit Mohanty, Vaishali Vaishali, Sandeep Kumar Nayak, Sumit Lahiri
Meta-Clustering For Specialized Language Models: Enhancing Contextual Adaptation And Mitigating Hallucinations In Diverse Healthcare Environments, Joshit Mohanty, Vaishali Vaishali, Sandeep Kumar Nayak, Sumit Lahiri
Graduate Student Government Association Research Conference
Large Language Models (LLMs) have significantly advanced conversational AI by enabling dialogic information-seeking and task execution across diverse domains. However, their extensive parameters and broad domain scope lead to “data hallucinations.” These shortcomings are particularly evident in dynamic and diverse environments like India’s healthcare sector, where myriad languages, regional practices, and cultural nuances demand specialized, localized expertise rather than one-size-fits-all generalist models. This paper introduces a meta-clustering framework that integrates Distilled Language Models (DLMs) and Small/Specialized Language Models (SLMs) with meta-learning principles to address these limitations. By drawing on evidence from works such as MedHalu and Med-HALT, the framework seeks …
Tamos: Task-Aware Multi-Agent Orchestrator System, Joshit Mohanty, Sandeep Kumar Nayak, Sumit Lahiri
Tamos: Task-Aware Multi-Agent Orchestrator System, Joshit Mohanty, Sandeep Kumar Nayak, Sumit Lahiri
Graduate Student Government Association Research Conference
Large language models (LLMs) are increasingly at the core of multi-agent systems (MAS). However, the high resource demand, error propagation, and lack of adaptive evaluation mechanisms pose significant challenges in deploying these agentic solutions at scale. To address these concerns, this research proposes a Task-Aware Multi-Agent Orchestrator System designed to refine the agentic framework, categorizing tasks autonomously, assigning specialized evaluation datasets, and balancing token usage against functional effectiveness. This approach underscores robust data management, including AsyncHow, Mosaic AI, and Synthetic Preference Optimization (PO) corpora. Each dataset targets specific dimensions of agent performance, such as dynamic task decomposition and tool integration …
Graphtreemed: A Hybrid Graph-Tree Rag Architecture For Mission-Critical Medical Applications, Joshit Mohanty, Sandeep Kumar Nayak, Sumit Lahiri
Graphtreemed: A Hybrid Graph-Tree Rag Architecture For Mission-Critical Medical Applications, Joshit Mohanty, Sandeep Kumar Nayak, Sumit Lahiri
Graduate Student Government Association Research Conference
Studies within engineering management indicate that decision-making is often based on the cognitive processing of grouped and pictographic information clusters entangled with high-level pattern recognition. Similarly, graph-based retrieval-augmented generation (RAG) architectures substantially improve diagnostic accuracy and interpretability, while tree-structured systems reduce critical misses through hierarchical reasoning. However, existing solutions often lack a unified framework that seamlessly integrates these two paradigms to address the multifaceted demands of mission-critical healthcare settings. This proposal introduces GraphTreeMed, a novel hybrid RAG architecture designed to harness the complementary strengths of graph-based and tree-based retrieval mechanisms, thereby advancing the safety and efficacy of clinical decision support …
Network Analysis Of Sociotechnical Systems, Siva Kadiresan
Network Analysis Of Sociotechnical Systems, Siva Kadiresan
Engineering Management & Systems Engineering Theses & Dissertations
Sociotechnical networks have become integral frameworks in the accomplishment of organizational objectives by increasingly diverse, cross-functional, and technology-enabled modern teams. In cross-disciplinary teamwork, multiple mediating and moderating factors appear to lend context to the effects of team diversity faultlines on team outcomes. In the several decades of research into teamwork from a network perspective, there has been a paucity of empirical studies that examine how team transition processes and cross-disciplinary connections influence the impact of faultlines on team performance. This study investigates the association among perceived teamwork effectiveness, transition processes, cross-functional team connections, and faultlines in the context of sociotechnical …
A Theoretical Framework For Examination Of Context In Complex System Governance, Meggan M. Schoenberg
A Theoretical Framework For Examination Of Context In Complex System Governance, Meggan M. Schoenberg
Engineering Management & Systems Engineering Theses & Dissertations
“A complex system’s identity and viability are directly related and affected by its context. It is important to identify, monitor, and manage (or mitigate risk) system contextual elements” (Keating C. B. et al., 2022, p. 209). Despite this importance, there is very limited research and literature on complex systems context. This research seeks to expand our understanding of complex system context and improve our ability to govern complex technology development programs effectively. The ability to analyze complex systems and their problems is necessary for this improvement.
A “clear understanding of the specific complex system context is fundamental to the process …
A Sysml V2 Implementation Of A Traceability And Verification Metamodel For “-Ilities”, Pacifique Munezero
A Sysml V2 Implementation Of A Traceability And Verification Metamodel For “-Ilities”, Pacifique Munezero
Engineering Management & Systems Engineering Theses & Dissertations
Multidisciplinary knowledge and exchange of information are two of the most important aspects of complex system design within the Model-Based Systems Engineering (MBSE) domain. The next generation of systems modeling language, SysML v2, is being developed to improve the precision, expressiveness, interoperability, consistency, integration of the language concepts relative to SysML v1, and the implementation and maturation of MBSE approaches. This research focuses on using SysML v2 to model structured notations for -ilities, referred to as non-functional requirements (NFRs), to address how they can be treated with the same rigor as functional requirements and mapped directly and explicitly from the …
Integrating Data Management Plans Into The Unified Architecture Framework Standards Views, Cansu Yalim, Holly A. H. Handley
Integrating Data Management Plans Into The Unified Architecture Framework Standards Views, Cansu Yalim, Holly A. H. Handley
Engineering Management & Systems Engineering Faculty Publications
System Architecting translates an operational concept into a model of the system to be realized. There is a need for a Data Management Plan (DMP) to be included in the overall system engineering process with the advent of Digital Engineering. Data longevity, accessibility, and integrity can all be improved throughout the system's lifecycle by a well-defined DMP. System engineers use an architecture framework to arrange the system data into several sets of viewpoints. Incorporating a DMP at this point specifies the procedures for gathering, storing, retrieving, and maintaining data to ensure that all interested parties have access to current, correct …
Fault Tree Analysis For Robust Design, Jonathan Degroff, Gene Jean-Win Hou
Fault Tree Analysis For Robust Design, Jonathan Degroff, Gene Jean-Win Hou
Mechanical & Aerospace Engineering Faculty Publications
The objective of this research is to incorporate system failure into a robust design formation and solution process. The system failure referred to here will be built using fault tree analysis (FTA), which will take all lower-level failure events into consideration. Two examples are investigated here. One will directly treat the probabilities of the basis events as design variables, The other will be formulated in five different models: deterministic design optimization, the reliability index-based, the “and” gate-based, the “or” gate-based and the “inhibit” gate-based robust design. Their corresponding optimization solutions will be compared with each other. The post-optimality analysis of …
Zero Trust Architecture As A Risk Countermeasure In Small-Medium Enterprises And Advanced Technology Systems, Ahmed M. Abdelmagid, Rafael Diaz
Zero Trust Architecture As A Risk Countermeasure In Small-Medium Enterprises And Advanced Technology Systems, Ahmed M. Abdelmagid, Rafael Diaz
Engineering Management & Systems Engineering Faculty Publications
The growing sophistication of cyberattacks exposes small- and medium-sized businesses (SMBs) to a widening range of security risks. As these threats evolve in complexity, the need for advanced security measures becomes increasingly pressing. This necessitates a proactive approach to defending against potential cyber intrusions. Emerging technologies, such as blockchain, artificial intelligence, and Zero Trust security framework, offer crucial tools for strengthening the digital infrastructure of SMBs. The Zero Trust architecture (ZTA) holds significant promise as a critical strategy for protecting SMBs. While existing literature explores the implementation of ZTA in various business settings, discussions specifically addressing the financial, human resource, …
Thermal Management For Optimal Performance Of Polymer Electrolyte Membrane Unitized Regenerative Fuel Cells, Mythy Tran, Ayodeji Demuren
Thermal Management For Optimal Performance Of Polymer Electrolyte Membrane Unitized Regenerative Fuel Cells, Mythy Tran, Ayodeji Demuren
Mechanical & Aerospace Engineering Faculty Publications
Hydrogen is an excellent carrier for energy storage and can be produced from various green and renewable sources. However, the cost of producing hydrogen and converting it to useful energy is much higher than fossil fuel and traditional energy generation and storage systems. Unitized regenerative fuel cells (URFC) maximize utilization of high-cost cells and their components, thus, lowering system capital cost. Improving the URFC efficiency is an effective way to lower its operating cost. This study evaluates utilization of waste heat during operation and recovery strategy to improve system efficiency of Proton Exchange Membrane (PEM) URFC. A COMSOL Multiphysics 3-D …
Physics-Informed Deep Learning With Kalman Filter Mixture For Traffic State Prediction, Niharika Deshpande, Hyoshin (John) Park
Physics-Informed Deep Learning With Kalman Filter Mixture For Traffic State Prediction, Niharika Deshpande, Hyoshin (John) Park
Engineering Management & Systems Engineering Faculty Publications
Accurate traffic forecasting is crucial for understanding and managing congestion for efficient transportation planning. However, conventional approaches often neglect epistemic uncertainty, which arises from incomplete knowledge across different spatiotemporal scales. This study addresses this challenge by introducing a novel methodology to establish dynamic spatiotemporal correlations that captures the unobserved heterogeneity in travel time through distinct peaks in probability density functions, guided by physics-based principles. We propose an innovative approach to modifying both prediction and correction steps of the Kalman Filter (KF) algorithm by leveraging established spatiotemporal correlations. Central to our approach is the development of a novel deep learning model …