Logo

Publikacije (48450)

Nazad
Amina Tankovic, Emir Dervisevic, Miroslav Voznák, Miralem Mehic, Enio Kaljic

With the development of new technologies, next-generation mobile networks have brought new services with strict performance and security requirements. One promising solution that can ensure the highest possible level of security is quantum key distribution (QKD). This technology provides information-theoretical security using the principles of quantum physics. This paper presents an extended analysis of one implementation of the QKD key delivery protocol defined in the ETSI GS QKD 014 standard, considering a multi-user environment. We propose an empirically derived model of key delivery latency in such an environment based on regression analysis of experimental results. Using the proposed model, we estimate the limitations of the implemented solution in terms of maximum number of simultaneous users connected to one key management server, considering several applications in 5G/6G networks.

A. Husaković, L. Banjanović-Mehmedović, Tatjana Konjic

In the era of Industry 4.0, service robot path planning has emerged as a pivotal element in the optimization of logistic tasks within manufacturing, warehousing and service applications. In this context, the adoption of advanced path planning algorithms, such as the Grey Wolf Optimizer (GWO) swarm algorithm, play a key role in enabling these robots to navigate through complex environments with precision and agility. Harnessing the power of bio-inspired algorithms, our framework establishes a methodical and effective approach to the intricate task of service robot path planning.

Belmin Memišević, M. Saric, J. Hivziefendic

Power system stability plays a significant role in the overall power system analysis. With the high penetration level of distributed generation (DG), especially large-scale wind farms, this problem needs to be addressed. This study investigates the system stability in case of a wind park (WP) integration using doubly fed induction generators (DFIGs) to transmission grid, while focusing on WP fault ride-through ability. The system was modelled for time-domain simulations. The results indicate that WP parallel operation with the high voltage network is possible if specific conditions are met, with fault clearance time being crucial. This is shown through scenarios, in which each of the overhead lines (OHL) was disconnected due to three-phase short circuit symmetrical fault, and the network parameters were observed for each case. The predefined control and protection configurations in the DFIG-based wind farm model simplify the analysis. The introduction of a battery energy storage system (BESS) with P and Q control strategies, improves WP stability during faults. Professional software tools, PSSE, and EMTP-RV, were employed for the analysis. The study showed that simulated WP and BESS connected to a real network, paired with appropriate fault clearance time and protection settings, can operate effectively while maintaining overall system stability. This research is significant for power system planning, especially with the growing integration of large-scale wind generation.

Emsel Krupalija, Tarik Trbić, Ehlimana Cogo, Emir Cogo, Damir Pozderac

Professional football players often need legal help in managing disputes with football clubs. The Professional Football Players Syndicate of Bosnia and Herzegovina is an organization founded with this purpose. Due to an increasing need for legal help and a large number of cases, their legal associates need systematic management of data. This work presents the first information system entirely intended for the usage by sports law professionals. It contains a desktop application where legal disputes are shown in the form of an organized dispute table. Real-time information about football players is acquired by using the TransferMarkt web API. The system was successfully used for two years, resulting in 103 documented cases involving 87 players and 31 clubs. As a result, 69.90% of disputes were archived and 43.69% of disputes resulted in agreements, indicating that the productivity of legal associates and the mediator role of the Syndicate were improved.

Procedural modeling is used to generate virtual content in organized layouts of exterior and interior elements. There is a large number of existing layout generation methods, and newer approaches propose the generation of multiple layout types within the same generation session. This introduces additional constraints when manually created layout elements need to be combined with the automatically generated content. Existing approaches are either designed to work with existing elements for a single layout type, or require a high amount of manual work for adding existing elements within multiple layouts. This paper presents a method that enables the application of existing subdivision methods on multiple layout types by inserting existing content into the generation result. This method can generate test cases by creating variations of partially generated layouts for procedural modeling methods that can work with existing content.

Kenan Suljic, V. Helać, Merisa Hanjalić, S. Hanjalic

Recognizing the increasing importance of renewable energy sources, specifically wind farms, in today's power environments, this paper aims to clarify the complex interactions between these renewable energy facilities and distribution grids functioning under low-demand conditions. This particular case comes with inherent limitations that must be considered by taking into account all the factors that can influence the performance of the wind farm under these conditions. The modelling procedure and the simulation of the connection of the wind farm to the power system in rural area was performed using EMTP-RV software. The mean annual production of the wind power plant and the behaviour of the wind power plant in the event of failure in a real power system were calculated. Also, the power quality was examined in agreement with the Network Code of the transmission system of Bosnia and Herzegovina.

This research delves into the crucial role of solar energy, particularly photovoltaic (PV) conversion, in the global shift towards renewable sources. Focusing on the stochastic nature of PV power plants, the study emphasizes fault ride-through operations and their repercussions on electrical power systems. A detailed modeling approach is employed using Electromagnetic Transient Program (EMTP) software to simulate a large-scale PV power plant connected to a high-voltage transmission network. The analysis encompasses various fault scenarios, shedding light on the resilience of PV systems and their broader impacts during faults. This investigation enhances the understanding of PV dynamics in fault conditions, providing valuable insights for sustainable energy systems.

Amina Tankovic, Tamara Markesic, Enio Kaljic

Next-generation mobile networks, such as 5G/6G, have envisioned the possibility of direct communication between user devices, known as Device-to-Device (D2D) communication. Given that in D2D networks, traffic is transmitted ad-hoc from device to device, the range and quality of service are directly dependent on the number of nodes forming the D2D network. Therefore, we need to incentivize users to participate in the network operation through appropriate compensation for the provided resources and work done. A D2D network formed this way is inherently decentralized, making blockchain the primary choice as a technology. In this paper, we propose a new blockchain-based protocol for active tracing of IP traffic via in-band network telemetry. The experiment demonstrates that the proposed protocol can record all nodes participating in traffic forwarding in the D2D network through active traffic monitoring. Blockchain-based microtransactions can use participation records provided by our protocol to incentivize users to expand and strengthen the D2D network.

Embedded real-time clock systems have a large number of applications in practice. The main issue is the accuracy of time they show, which is why performing time synchronization is very important for their usability and reliability. This paper proposes an embedded real-time analogue clock that uses an AdaFruit NeoPixel LED ring for visualizing current time. Three different colors are used for showing hour, minute and second values, whereas different levels of brightness are used for describing accurate values of time to the level of milliseconds. An Ethernet LAN module is used for performing time synchronization via a remote NTP server. Dynamic synchronization interval change is used for removing the effect of the microcontroller clock error on the accuracy of the shown time. After being put to use, the system was able to perform multiple functions successfully, including the conveying of information to the user when the clock is out of sync.

Damir Pozderac, Mujo Hadžić, Irfan Prazina, V. Okanović

Software development is implemented in several key phases, one of which is software testing. Software testing consists of selecting techniques for the purpose of finding software defects and bugs in the process of writing code. There are several ways and approaches that lead us to that purpose, with the goal of selecting the most adequate method in terms of cost, complexity, and efficiency. In this paper, we will take a deeper dive into mutation testing techniques. Mutation testing techniques are fault-based and focus more on test structures than the input data, which is considered the testing start point. The basic concept of mutation testing consists of a few steps, which will be covered in this paper, and metrics that measure how effective the tests really are. With a few code examples, we will show why code coverage, which is mostly taken as a measure while testing, is sometimes not the most reliable source and does not give a full picture when talking about the quality of written tests.

Damir Pozderac, Nejla Bečirspahić, Dženis Muhić, Šeila Bećirović Ramić, Irfan Prazina, V. Okanović, Lejla Kafedžić

The applications presented in this conference paper focus on the development of a mobile and web application serving as a planner with a focus on tracking persons with Down syndrome. These innovative technological solutions contribute to the development of independence and functionality for persons with Down syndrome while emphasizing the importance of inclusivity in society. In addition to focusing on organizing activities, the mobile and web applications provide support and facilitate daily tasks. The web application allows parents/guardians/teachers to add new activities to the planner and track the progress of these activities. On the other hand, the mobile application enables persons with Down syndrome to record their activities within the application, considering their specific challenges, and customizing the user interface to their needs.

J. Hopper, Shuai Li, R. MacInnis, J. Dowty, T. Nguyen, Minh Bui, G. Dite, Vivienne F C Esser et al.

Young breast and bowel cancers (e.g., those diagnosed before age 40 or 50 years) have far greater morbidity and mortality in terms of years of life lost, and are increasing in incidence, but have been less studied. For breast and bowel cancers, the familial relative risks, and therefore the familial variances in age‐specific log(incidence), are much greater at younger ages, but little of these familial variances has been explained. Studies of families and twins can address questions not easily answered by studies of unrelated individuals alone. We describe existing and emerging family and twin data that can provide special opportunities for discovery. We present designs and statistical analyses, including novel ideas such as the VALID (Variance in Age‐specific Log Incidence Decomposition) model for causes of variation in risk, the DEPTH (DEPendency of association on the number of Top Hits) and other approaches to analyse genome‐wide association study data, and the within‐pair, ICE FALCON (Inference about Causation from Examining FAmiliaL CONfounding) and ICE CRISTAL (Inference about Causation from Examining Changes in Regression coefficients and Innovative STatistical AnaLysis) approaches to causation and familial confounding. Example applications to breast and colorectal cancer are presented. Motivated by the availability of the resources of the Breast and Colon Cancer Family Registries, we also present some ideas for future studies that could be applied to, and compared with, cancers diagnosed at older ages and address the challenges posed by young breast and bowel cancers.

K. Ramalingam, P. Yadalam, P. Ramani, M. Krishna, S. Hafedh, A. Badnjević, G. Cervino, G. Minervini

Statisticians rank oral and lip cancer sixth in global mortality at 10.2%. Mouth opening and swallowing are challenging. Hence, most oral cancer patients only report later stages. They worry about surviving cancer and receiving therapy. Oral cancer severely affects QOL. QOL is affected by risk factors, disease site, and treatment. Using oral cancer patient questionnaires, we use light gradient Boost Tree classifiers to predict life quality. DIAS records were used for 111 oral cancer patients. The European Organisation for Research and Treatment of Cancer’s QLQ-C30 and QLQ-HN43 were used to document the findings. Anyone could enroll, regardless of gender or age. The IHEC/SDC/PhD/OPATH-1954/19/TH-001 Institutional Ethical Clearance Committee approved this work. After informed consent, patients received the EORTC QLQ-C30 and QLQ-HN43 questionnaires. Surveys were in Tamil and English. Overall, QOL ratings covered several domains. We obtained patient demographics, case history, and therapy information from our DIAS (Dental Information Archival Software). Enrolled patients were monitored for at least a year. After one year, the EORTC questionnaire was retaken, and scores were recorded. This prospective analytical exploratory study at Saveetha Dental College, Chennai, India, examined QOL at diagnosis and at least 12 months after primary therapy in patients with histopathologically diagnosed oral malignancies. We measured oral cancer patients’ quality of life using data preprocessing, feature selection, and model construction. A confusion matrix was created using light gradient boosting to measure accuracy. Light gradient boosting predicted cancer patients’ quality of life with 96% accuracy and 0.20 log loss. Oral surgeons and oncologists can improve planning and therapy with this prediction model.

Lejla Smajlovi'c, Z. Šabanac, Lamija Šćeta

In this paper we derive some new identities involving the Fibonacci and Lucas polynomials and the Chebyshev polynomials of the first and the second kind. Our starting point is a finite trigonometric sum which equals the resolvent kernel on the discrete circle with $m$ vertices and which can be evaluated in two different ways. An expression for this sum in terms of the Chebyshev polynomials was deduced in \cite{JKS} and the expression in terms of the Fibonacci and Lucas polynomials is deduced in this paper. As a consequence, we establish some further identities involving trigonometric sums and Fibonacci, Lucas, Pell and Pell-Lucas polynomials and numbers, thus providing a"physical"interpretation for those identities. Moreover, the finite trigonometric sum of the type considered in this paper can be related to the effective resistance between any two vertices of the $N$-cycle graph with four nearest neighbors $C_{N}(1,2)$. This yields further identities involving Fibonacci numbers.

Sule Tekkesinoglu, Azra Habibovic, L. Kunze

Given the uncertainty surrounding how existing explainability methods for autonomous vehicles (AVs) meet the diverse needs of stakeholders, a thorough investigation is imperative to determine the contexts requiring explanations and suitable interaction strategies. A comprehensive review becomes crucial to assess the alignment of current approaches with varied interests and expectations within the AV ecosystem. This study presents a review to discuss the complexities associated with explanation generation and presentation to facilitate the development of more effective and inclusive explainable AV systems. Our investigation led to categorising existing literature into three primary topics: explanatory tasks, explanatory information and explanatory information communication. Drawing upon our insights, we have proposed a comprehensive roadmap for future research centred on (i) knowing the interlocutor, (ii) generating timely explanations, (ii) communicating human-friendly explanations and (iv) continuous learning. Our roadmap is underpinned by principles of responsible research and innovation, emphasising the significance of diverse explanation requirements. To effectively tackle the challenges associated with implementing explainable AV systems, we have delineated various research directions, including the development of privacy-preserving data integration, ethical frameworks, real-time analytics, human-centric interaction design and enhanced cross-disciplinary collaborations. By exploring these research directions, the study aims to guide the development and deployment of explainable AVs, informed by a holistic understanding of user needs, technological advancements, regulatory compliance and ethical considerations, thereby ensuring safer and more trustworthy autonomous driving experiences.

Nema pronađenih rezultata, molimo da izmjenite uslove pretrage i pokušate ponovo!

Pretplatite se na novosti o BH Akademskom Imeniku

Ova stranica koristi kolačiće da bi vam pružila najbolje iskustvo

Saznaj više