<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>DSpace Collection:</title>
  <link rel="alternate" href="http://theses.ncl.ac.uk/jspui/handle/10443/5223" />
  <subtitle />
  <id>http://theses.ncl.ac.uk/jspui/handle/10443/5223</id>
  <updated>2026-04-21T22:07:04Z</updated>
  <dc:date>2026-04-21T22:07:04Z</dc:date>
  <entry>
    <title>Automated design, build, test, learn workflows to engineer synthetic genetic networks</title>
    <link rel="alternate" href="http://theses.ncl.ac.uk/jspui/handle/10443/6731" />
    <author>
      <name>Vidal Peña, Gonzalo Andrés</name>
    </author>
    <id>http://theses.ncl.ac.uk/jspui/handle/10443/6731</id>
    <updated>2026-04-10T11:17:05Z</updated>
    <published>2025-01-01T00:00:00Z</published>
    <summary type="text">Title: Automated design, build, test, learn workflows to engineer synthetic genetic networks
Authors: Vidal Peña, Gonzalo Andrés
Abstract: Synthetic biology is an interdisciplinary field that pursues the engineering of biological&#xD;
systems. The design, build, test, learn (DBTL) cycle is at the core of engineering disciplines&#xD;
and is iterated until a desired goal is achieved. Synthetic biology is still defining abstractions,&#xD;
standards and developing a software ecosystem to iterate the DBTL cycle.&#xD;
The aim is to work in a similar way as other engineering disciplines, making designs&#xD;
with a computational aided design (CAD) tool that can simulate the expected behaviour&#xD;
of the designed biological system, and that can communicate to build tools to create a&#xD;
physical implementation of the biological system. After the biological system is built, it is&#xD;
tested by taking measurements of its behaviour. The test has to be automated, calibrated&#xD;
and standardised to get high quantity and quality data that can inform the learn stage&#xD;
properly. Given the diversity of synthetic biology and its applications the DBTL cycle could&#xD;
have different needs when the researcher needs to engineer a genetic network, a metabolic&#xD;
pathways, a strain or a protein, among others. The focus of this work is in creating DBTL&#xD;
cycle workflows for engineering synthetic genetic network dynamics, because it allows to&#xD;
control the logic of a system and how that logic state is reached and maintained over time with&#xD;
direct applications in biochemical production, drug dosage, and the study of pattern formation&#xD;
and developmental biology. Existing tools for engineering genetic network dynamics do not&#xD;
cover the whole DBTL cycle and lack connections, leaving several gaps. Most tools do not&#xD;
use standardised inputs and outputs hindering the connectivity between tools and slowing the&#xD;
research process.&#xD;
To iterate faster through the DBTL cycle it has to be closed and automated by leveraging&#xD;
software tools and liquid handling robots. Software tools have to be compatible with standards&#xD;
to make them useful and accessible for the community, promoting the use of best practices.&#xD;
The workflow has to be flexible to accommodate different needs and resources, to be used for&#xD;
researchers without a wetlab, with non-automated wetlab and with lab automation. Here I&#xD;
have created a set of software tools tackling different DBTL cycle stages that are modular and&#xD;
leverage standards to connect and automate the DBTL cycle for genetic network engineering.&#xD;
The workflows developed in this work provides novel teaching and research tools available&#xD;
for different needs.
Description: Ph. D. Thesis.</summary>
    <dc:date>2025-01-01T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Computational Approaches to Drug Repurposing  Through Probabilistic Functional Integration of  Disease-Gene networks and Graph Neural Networks</title>
    <link rel="alternate" href="http://theses.ncl.ac.uk/jspui/handle/10443/6729" />
    <author>
      <name>Alsobhe, Aoesha</name>
    </author>
    <id>http://theses.ncl.ac.uk/jspui/handle/10443/6729</id>
    <updated>2026-04-10T09:28:20Z</updated>
    <published>2025-01-01T00:00:00Z</published>
    <summary type="text">Title: Computational Approaches to Drug Repurposing  Through Probabilistic Functional Integration of  Disease-Gene networks and Graph Neural Networks
Authors: Alsobhe, Aoesha
Abstract: Drug discovery is a time-consuming, costly, high-risk, and complex process. An alternative to &#xD;
traditional drug development is drug repurposing, which aims to find new uses for existing &#xD;
drugs. This approach significantly reduces time and cost, as much of the safety evaluation has &#xD;
already been completed. Computational approaches to drug repurposing help generate &#xD;
hypotheses about potential drug-disease indications, which can later be validated &#xD;
experimentally in the lab. &#xD;
Network integration is a common computational technique in drug repurposing applications. &#xD;
These approaches combine multiple diverse data sources into a single heterogeneous &#xD;
biomedical integrated network. Such networks combine various types of biological data, &#xD;
including drugs, diseases, genes, and proteins, into a unified framework where biomedical &#xD;
entities are represented as nodes and their interactions as edges. Integrating diverse data &#xD;
sources is essential to gain a comprehensive picture of interconnected biological entities, &#xD;
which can then be mined to infer new hypotheses about drug repurposing opportunities. &#xD;
The quality of these integrated networks is highly dependent on the experimental data they &#xD;
include. However, biomedical data is often noisy and incomplete, leading to a high rate of &#xD;
false results in existing networks. Therefore, there is an important need for methods to reduce &#xD;
noise during network integration. One proposed technique to produce accurate integrated &#xD;
networks is Probabilistic Functional Integrated Networks (PFINs), which assess data quality &#xD;
and generate confidence scores to filter out low-quality data before mining these networks for &#xD;
drug repurposing opportunities. &#xD;
Disease-Gene Association (DGA) networks, where nodes represent diseases and genes and &#xD;
edges represent their associations, are the major building blocks for most biomedical &#xD;
integrated networks used in drug repurposing applications. Unfortunately, many available &#xD;
DGA networks contain a high rate of false results due to the quality of the biomedical data, &#xD;
which faces numerous challenges, including incorrect entries, missing values, &#xD;
inconsistencies, duplication, and various forms of bias. For instance, high-throughput &#xD;
experimental studies, which are commonly used to generate biological data, often produce &#xD;
incomplete and noisy data containing both false positives and false negatives. Although &#xD;
methods exist to score the confidence of DGAs, they are often unreliable. Many of these  &#xD;
scoring approaches rely on heuristic strategies that do not assess data quality prior to &#xD;
integration. For example, they often overlook the impact of duplicated data, which can &#xD;
artificially inflate confidence scores and distort the strength of associations. To address this &#xD;
gap, we investigated the applicability of PFINs to DGA networks by researching and &#xD;
developing novel strategies to build and evaluate DGA PFINs. &#xD;
These accurate integrated DGA networks can be employed in various computational drug &#xD;
repurposing applications, including deep learning techniques. Deep learning has become the &#xD;
leading technique in most in silico applications for drug repurposing. Among deep learning &#xD;
methods, Graph Neural Networks (GNNs) have gained considerable attention due to their &#xD;
ability to learn complex relationships between drugs and related biological entities from &#xD;
heterogeneous biomedical integrated networks. Existing GNN applications in drug &#xD;
repurposing often overlook important aspects of data quality, such as noise and &#xD;
incompleteness. Given that the performance of GNNs is highly dependent on the quality of &#xD;
the integrated networks used for training, incorporating PFINs with GNNs could enhance &#xD;
their performance by reducing noise during network integration. To address these issues, we &#xD;
investigated the impact of incorporating the PFINs approach within GNNs on their &#xD;
performance. The constructed DGA PFIN was integrated with an existing network and used &#xD;
to train GNN models.  &#xD;
Another factor impacting the performance of GNNs, beyond data quality, is the lack of &#xD;
diverse data types in the integrated networks. Most existing GNN approaches are trained on &#xD;
networks with a limited number of node and edge types, often ignoring node features in the &#xD;
training process. We explored the impact of adding various types of nodes and edges to the &#xD;
integrated networks on GNN performance, as well as incorporating node features in the &#xD;
training process. The results showed that the performance of GNN models improved by &#xD;
incorporating these additional types of nodes and edges into the training networks. &#xD;
Furthermore, the proposed GNN models demonstrated significant enhancement by &#xD;
incorporating node features. Finally, the proposed GNN models were employed to predict &#xD;
drug-disease indications, and these predictions were validated and supported by the literature.
Description: PhD Thesis</summary>
    <dc:date>2025-01-01T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>IoT-Enhanced Vehicular Networks: Simulation Frameworks for Energy Efficiency and Cyber-Security in Smart Cities</title>
    <link rel="alternate" href="http://theses.ncl.ac.uk/jspui/handle/10443/6728" />
    <author>
      <name>Almutairi, Reham Mutlaq</name>
    </author>
    <id>http://theses.ncl.ac.uk/jspui/handle/10443/6728</id>
    <updated>2026-04-10T09:21:48Z</updated>
    <published>2025-01-01T00:00:00Z</published>
    <summary type="text">Title: IoT-Enhanced Vehicular Networks: Simulation Frameworks for Energy Efficiency and Cyber-Security in Smart Cities
Authors: Almutairi, Reham Mutlaq
Abstract: The Internet of Things (IoT) has rapidly evolved over the past two decades, transforming&#xD;
the way we interact with the environment through a network of interconnected devices.&#xD;
The purpose of this thesis is to explore the integration of IoT with Vehicular Ad-Hoc Net&#xD;
works (VANETs) in order to enhance intelligent transportation systems (ITS) and smart&#xD;
city infrastructure through the use of IoT. VANETs, characterized by high mobility and&#xD;
dynamic topology, play a crucial role in enhancing traffic safety, efficiency, and vehicu&#xD;
lar services. They improve traffic safety by enabling real-time communication between&#xD;
vehicles and roadside infrastructure, allowing the sharing of critical information such as&#xD;
accident warnings and road conditions to prevent collisions and enhance emergency re&#xD;
sponse times. VANETs boost traffic efficiency through intelligent traffic management,&#xD;
optimizing signal timings and route planning based on real-time data to reduce con&#xD;
gestion and travel times. Additionally, they provide enhanced vehicular services such&#xD;
as infotainment, navigation assistance, and maintenance alerts, thereby improving the&#xD;
overall driving experience and vehicle performance monitoring.&#xD;
This research addresses the significant challenges of simulating VANET environments,&#xD;
particularly the high mobility of vehicles and the need for realistic traffic scenarios. Ex&#xD;
isting VANET simulators, while advanced, often lack support for new technologies and&#xD;
comprehensive security systems, highlighting the necessity for more comprehensive sim&#xD;
ulation frameworks. The primary aim of this PhD thesis is to integrate IoT and traffic&#xD;
simulations to accurately evaluate vehicular energy efficiency and overall network perfor&#xD;
mance. Therefore, this thesis presents multilateral research towards optimization, mod&#xD;
eling, and simulation of VANET and IoT environments. Several tools and algorithms&#xD;
have been proposed, implemented, and evaluated, considering various environments and&#xD;
applications. The main contributions of this thesis are as follows:&#xD;
• Conducting a review of current IoT simulators highlights their strengths and lim&#xD;
itations, particularly their inability to address energy depletion security concerns.&#xD;
The survey identified a lack of support for renewable energy sources or VANET&#xD;
integration, which are essential for modern IoT applications. The absence of a ver-- i&#xD;
satile, generic IoT simulator is noted, as existing tools often specialize in specific&#xD;
applications and lack flexibility.&#xD;
• Conducting an in-depth performance evaluation of emerging VANET technologies,&#xD;
this survey addresses the urgent need for updated reviews considering electric vehi&#xD;
cles, self-driving cars, SDN, edge computing, and 5G. The survey identifies critical&#xD;
gaps, including the lack of support for renewable energy, dynamic battery recharg&#xD;
ing, and encryption impact.&#xD;
• Conducting a feasibility study on coupling IoT simulators with traffic simulators&#xD;
to enhance VANET simulations, this toward study introduces the novel SUMO&#xD;
toOsmosis framework. Investigating the integration of IoTSim-Osmosis for IoT&#xD;
simulations with SUMO for traffic simulations, SUMOtoOsmosis marks a first in&#xD;
the literature. The proposed system, tested with the Hamburg dataset, focuses on&#xD;
communication time, this framework enables the simulation of traffic environments&#xD;
based on IoT infrastructure.&#xD;
• Proposing and modeling a new holistic framework that simulates real-world traffic&#xD;
scenarios for electric vehicles, SimulatorBridger. Its flexible architecture allows for&#xD;
integration with any traffic simulator. Preliminary results validate its accuracy in&#xD;
simulating vehicular battery consumption and network performance, highlighting&#xD;
the need for efficient communication policies. This platform supports policymakers&#xD;
in optimizing VANET performance and developing energy-efficient transportation&#xD;
networks.&#xD;
• Introducing SimulatorBridgerDfT, a novel simulator platform extending Simulator&#xD;
Bridger to support different formats of real traffic data, enhances the flexibility and&#xD;
applicability of urban traffic simulations by integrating IoTSim-OsmosisRES with&#xD;
DfT traffic data. Evaluating the impact of SUMO car traces versus static DfT data&#xD;
on communication delays in IoT simulations provides valuable insights for designing&#xD;
efficient and effective traffic simulation tools, aiding researchers and practitioners&#xD;
in traffic management and urban planning.&#xD;
• Introducing IoTSimSecure, a novel simulation framework designed to detect the&#xD;
security attacks, particularly battery draining attacks. IoTSimSecure supports a- ii&#xD;
range of detection algorithms, including threshold-based detection and Exponential&#xD;
Weighted Moving Average (EWMA) techniques. This flexibility allows for com&#xD;
prehensive analysis and testing of various security strategies, thus enhancing the&#xD;
simulator’s ability to develop effective countermeasures against battery-draining&#xD;
attacks.&#xD;
As a result of addressing the key challenges in IoT and VANET simulation, the results of&#xD;
this thesis will contribute to the development of flexible, efficient, and secure intelligent&#xD;
transportation systems and smart city infrastructures.
Description: PhD Thesis</summary>
    <dc:date>2025-01-01T00:00:00Z</dc:date>
  </entry>
  <entry>
    <title>Enhancing Knowledge Sharing Among  Computer Science Academics: Implementing a  Web-Based Teaching Experience Platform in  Saudi Higher Education Institutions</title>
    <link rel="alternate" href="http://theses.ncl.ac.uk/jspui/handle/10443/6724" />
    <author>
      <name>Alharbi, Malak Bakheet S</name>
    </author>
    <id>http://theses.ncl.ac.uk/jspui/handle/10443/6724</id>
    <updated>2026-04-10T08:28:05Z</updated>
    <published>2025-01-01T00:00:00Z</published>
    <summary type="text">Title: Enhancing Knowledge Sharing Among  Computer Science Academics: Implementing a  Web-Based Teaching Experience Platform in  Saudi Higher Education Institutions
Authors: Alharbi, Malak Bakheet S
Abstract: Knowledge sharing is crucial for organisations to obtain a competitive advantage, &#xD;
especially in knowledge-intensive environments like higher education institutions (HEIs). &#xD;
Knowledge sharing enables institutions to generate and maintain knowledge. Academics are a &#xD;
key source of knowledge in HEIs. HEIs’ success relies heavily on the quality and expertise of &#xD;
its faculty members and knowledge sharing between them is essential for the success of &#xD;
universities. To make better use of their academic knowledge and expertise, academics should &#xD;
thus be encouraged to share their knowledge with peers. However, many universities face &#xD;
difficulties in improving the sharing of knowledge accumulated by academics due to &#xD;
geographical and social constraints. Lack of knowledge sharing can impede the effective &#xD;
application of teaching skills, potentially impacting academic performance and leading to lower &#xD;
student achievement levels than could have been accomplished with better knowledge sharing. &#xD;
Although knowledge sharing management (KSM) has garnered substantial attention and &#xD;
implementation in numerous business entities in the Saudi context, the application of KSM &#xD;
within HEIs has been comparatively underexplored.  &#xD;
This thesis examines the effective exchange of teaching-related knowledge through the &#xD;
incorporation of KSM in a web-based platform in Saudi HEIs. It focuses on facilitating &#xD;
teaching-related knowledge exchange among Computer Science (CS) academics in a virtual &#xD;
context. &#xD;
This research involves three phases. The first phase is problem identification. The &#xD;
literature reviews and three research investigation studies were conducted in this phase. The &#xD;
literature review findings indicate that most existing knowledge management systems (KMS) &#xD;
in HEIs have been developed for a generic knowledge context, leading to a lack of KSM related &#xD;
to teaching experience. The three research investigation studies assessed CS academics’ &#xD;
perceptions of knowledge sharing related to teaching at different Saudi universities. The first &#xD;
study investigated knowledge sharing related to teaching and learning through social media &#xD;
applications in by collecting quantitative data via questionnaires. The second study investigated &#xD;
CS academics’ perspectives on the factors that affect their willingness to share knowledge &#xD;
(WSK), again using questionnaires. The third study involved collecting qualitative data through &#xD;
interviews. It aimed to understand the perspectives of CS academics regarding sharing teaching&#xD;
related knowledge among colleagues. It also examined factors influencing knowledge sharing, &#xD;
such as motivation, barriers, and the technology used for knowledge sharing within the CS &#xD;
faculties at Saudi Arabian universities.&#xD;
The findings show that CS academics believed that exchanging teaching experiences &#xD;
can benefit them by resolving teaching issues, enhancing work procedures, and aiding the &#xD;
university in attaining its performance goals. However, they face a significant barrier in &#xD;
exchanging their teaching experiences with colleagues, as there is no efficient means of &#xD;
communication other than in-person engagement, which their substantial teaching &#xD;
responsibilities make hard to do.  &#xD;
To address this issue, a prototype system was designed in the design phase, using a &#xD;
combination of soft systems methodology (SSM) and the joint application design (JAD) &#xD;
technique. A Teaching Experience Platform (TEP) system was successfully implemented and &#xD;
deployed in this phase. The TEP system enables CS academics to effectively record, store, &#xD;
access, and evaluate teaching experiences. In addition, it includes social and gamification tools &#xD;
to motivate CS academics to use the platform and share their knowledge with others. &#xD;
In the evaluation phase, the TEP system was tested in a real-world context within a &#xD;
community of CS academics in an experiment that took seven weeks. In the end, questionnaires &#xD;
and workshops were conducted to evaluate CS academics’ experience and perceptions relating &#xD;
to the TEP system’s usefulness. The empirical results show a highly favourable agreement on &#xD;
using the TEP system and the effectiveness of its functions and features to facilitate and &#xD;
motivate CS academics to share their knowledge among peers. Future research directions and &#xD;
recommendations are discussed at the end of the thesis.
Description: PhD Thesis</summary>
    <dc:date>2025-01-01T00:00:00Z</dc:date>
  </entry>
</feed>

