87,085 research outputs found

    Khattak, F

    No full text

    Distributed reasoning for the autonomous coordination of smart object networks

    Full text link
    L'evoluzione dell'Internet of Things (IoT) verso l'Internet of Everything (IoE) riflette il progresso dei dispositivi di rete e delle tecnologie di calcolo, comprendendo non solo oggetti, ma anche ambienti, persone, processi e dati. Questo sviluppo consente una raccolta e un'analisi dei dati su larga scala, con il potenziale di trasformare le interazioni tra molteplici attività umane e il mondo fisico. Sebbene questa transizione migliori l'efficienza operativa e il processo decisionale basato sui dati, la sua piena realizzazione richiede il superamento di problematiche relative alla larghezza di banda di rete, al consumo energetico, alla sicurezza dei dati e alla privacy. Soprattutto, nell'IoE, l'interoperabilità e la gestione intelligente delle informazioni diventano fondamentali per supportare processi autonomi flessibili e architetture orientate ai servizi sofisticate, adatte a interazioni estese tra macchine e tra esseri umani e macchine. Una strategia chiave per affrontare queste sfide è l’edge computing, che avvicina le attività computazionali alle sorgenti di dati. Questa trasformazione è essenziale per gestire i grandi volumi di dati e la rapidità con cui questi sono generati nell'IoE, mitigando al contempo i problemi di latenza e larghezza di banda associati ai sistemi di elaborazione centralizzata. Un primo esempio di framework intelligente che sfrutta l’edge computing è il Semantic Web of Things (SWoT). In questo contesto, descrizioni basate sull’utilizzo di ontologie di dispositivi, oggetti ed eventi vengono gestite localmente da agenti intelligenti pervasivi attraverso ragionamenti automatizzati, consentendo operazioni autonome orientate a obiettivi specifici. L'avanzamento del SWoT verso un Semantic Web of Everything (SWoE) richiede un'integrazione più profonda delle tecnologie semantiche nelle interazioni di calcolo pervasivo. Questa visione implica una pervasività di strumenti di rappresentazione della conoscenza e capacità di ragionamento automatizzato, anche su dispositivi con limitate capacità di elaborazione, memoria ed energia. Meccanismi di inferenza locale sui dispositivi sono essenziali nello SWoE, considerando l'elevata volatilità e la limitata accessibilità a dispositivi più performanti. L'implementazione di architetture SWoE presenta difficoltà significative dal punto di vista scientifico e tecnologico. Gli attuali motori di ragionamento per il Semantic Web e i Knowledge Base Management Systems (KBMS) sono principalmente progettati per ambienti di calcolo ad elevate prestazioni, come server e cluster di workstation, rendendoli inadatti a dispositivi su scala nanometrica. I motori di ragionamento che potrebbero funzionare su dispositivi più piccoli spesso mancano di procedure di inferenza essenziali, limitandone l'utilizzo. Per questo motivo, la creazione di piattaforme SWoE richiede una rivalutazione delle metodologie di valutazione e benchmarking per includere i vincoli unici di questo nuovo paradigma. Questa dissertazione presenta diversi contributi innovativi nel campo del ragionamento distribuito in scenari SWoE, concentrandosi sull'applicazione della rappresentazione della conoscenza e del ragionamento automatizzato al coordinamento di reti di agenti intelligenti incorporati in dispositivi dalle risorse limitate. A tal fine, questo lavoro analizza architetture e strategie di ottimizzazione per vari componenti fondamentali, come: Cowl, una libreria per la rappresentazione della conoscenza leggera e versatile progettata per dispositivi dalle risorse limitate, che supera le restrizioni dei KBMS attuali nei contesti embedded e IoT; Tiny-ME, un innovativo motore di ragionamento e matchmaking multi-piattaforma progettato per lo SWoE, che offre capacità di ragionamento efficienti adatte a dispositivi cloud, desktop, mobili ed edge; evOWLuator, un framework multipiattaforma per il benchmarking di motori di ragionamento del Semantic Web, con enfasi sulla stima del consumo energetico e sul supporto inferenziale su dispositivi remoti; un framework di Cloud-Edge Intelligence (CEI) per sistemi multi-agente e applicazioni basate su sensori, che sfrutta il calcolo serverless per la gestione dei dati e i task di machine learning. Grande enfasi è posta sulla valutazione delle tecnologie sviluppate attraverso campagne sperimentali estese, che forniscono approfondimenti su prestazioni, efficienza e applicabilità in contesti SWoE. Inoltre, vengono dimostrate applicazioni pratiche attraverso casi di studio in diversi contesti. Il primo scenario presenta un framework per l'adattamento della Quality of Experience (QoE) nello streaming multimediale Web, utilizzando la versione WebAssembly di Tiny-ME come motore di ragionamento. Il secondo evidenzia un sistema di ricerca di eventi locali incentrato sulla privacy, mostrando un caso d'uso di ragionamento client-side per il recupero e la personalizzazione dei dati in applicazioni Web. Il terzo esempio esplora come Tiny-ME è in grado di gestire risorse annotate semanticamente in reti peer-to-peer, migliorando negoziazioni e l’explanation dei risultati di ricerca. Infine, un esempio di smart city mostra come Cowl può essere integrato in sensori su scala nanometrica per lo scambio di dati arricchiti semanticamente, migliorando la mobilità urbana. Gli esperimenti e le applicazioni menzionati evidenziano la flessibilità e la vasta applicabilità dei metodi e delle tecnologie presentati, sottolineando il potenziale esteso dello SWoE.The evolution of the Internet of Things (IoT) into the Internet of Everything (IoE) reflects the evolution of connected devices and computing technologies, encompassing not only things, but also environments, people, processes, and data. It enables large-scale data collection and analytics, with the potential to transform the interactions between many kinds of human activities and the physical world. Although this transition improves operational efficiency and data-driven decision-making, its full realization requires overcoming issues concerning network bandwidth, energy consumption, data security, and privacy. Most importantly, in the IoE interoperability and smart information management become essential for supporting flexible autonomous processing and sophisticated, flexible service-oriented architectures for extensive machine-to-machine and human-machine interactions. A key strategy for addressing these challenges is edge computing, which brings computational tasks closer to data sources. This transformation is essential for managing the large volumes and rapid pace of data generated in the IoE, while also mitigating latency and bandwidth issues associated with centralized processing systems. An early example of a smart framework that leverages edge computing is the Semantic Web of Things (SWoT). Here, ontology-based descriptions of devices, objects, and events are dealt with locally by pervasive intelligent agents through automated reasoning, enabling autonomous operations towards specific objectives. The advancement of SWoT towards a Semantic Web of Everything (SWoE) requires deeper embedding of semantic technologies in pervasive computing interactions. This vision requires pervasive knowledge representation and automated reasoning abilities, even on devices with stringent processing, memory, and energy limitations. Local inference mechanisms on devices are essential in the SWoE, considering the high volatility and restricted accessibility of more powerful devices. The deployment of SWoE architectures discloses considerable difficulties from a scientific and technological standpoint. Current Semantic Web reasoners and Knowledge Base Management Systems (KBMS) are primarily tailored for high-performance computing environments such as servers and workstation clusters, making them unsuitable for nano-scale devices. Reasoning engines that might work on smaller devices frequently lack essential inference support, thus limiting their practicality. For this reason, creating SWoE platforms requires a reassessment of evaluation and benchmarking methodologies to consider the unique constraints of this new paradigm. This dissertation presents several innovative contributions to the field of distributed reasoning in SWoE scenarios, focusing on applying knowledge representation and automated inferences to the coordination of networks of smart agents embodied into resource-constrained devices. To this aim, this work covers system architectures and optimization strategies for various essential components frameworks, such as: Cowl, a lightweight and versatile knowledge representation library designed for devices with limited resources, overcoming the restrictions of current KBMS in embedded and IoT contexts; Tiny-ME, an innovative multi-platform reasoner and matchmaking engine tailored for the SWoE, providing efficient reasoning capabilities appropriate for cloud, desktop, mobile, and edge devices; evOWLuator, a cross-platform evaluation framework that is mindful of energy consumption for Semantic Web reasoners, emphasizing power usage estimation and supporting inferences on remote devices; a Cloud-Edge Intelligence (CEI) framework for multi-agent systems and sensor-based application, exploiting serverless computing for data management and machine learning tasks. Great emphasis is placed on the assessment of the developed technologies through extensive experimental campaigns, which provide insights into performance, efficiency, and applicability in SWoE settings. In addition, practical applications are demonstrated through case studies in various contexts. The first scenario demonstrates a framework for adapting Quality of Experience (QoE) in Web multimedia streaming, using the WebAssembly port of Tiny-ME as reasoning engine. The second highlights a privacy-focused local event finder, showing a client-side Web reasoning use case in data retrieval and personalization for Web applications. The third case study explores how Tiny-ME manages semantically annotated resources in peer-to-peer networks, improving negotiation and discovery explanations. Finally, a smart city example shows how Cowl can be integrated in nano-scale sensors to exchange semantically enriched data, enhancing urban mobility. Together, the mentioned experiments and applications underscore the flexibility and wide-ranging usability of the presented methods and technologies, highlighting the extensive potential of the SWoE

    The Folio: The Magazine of Forman Christian College

    No full text
    Editorial. pp. 3-4; Velte, Mowbray-Dr Bashir Ahmad. pp. 5; Saeed Karim Fazli-Mr Boyce: an Appreciation. pp. 6-8; Siraj-ud-Din-Speech-Valedictory Address: Delivered at the College Assembly Hall on 28th March. pp. 9-13; Basil P. Das-Article-Muslim Architecture. pp. 14-16; Riaz Hussain-Article-The Contribution of European Writers. pp. 17-21; Robbins, S. W.-Article-A Modern Approach to English Poetry. pp. 22-33; Mackenize, Donald G.-Poetry-I am a Nation. pp. 33; Saeed Ahmad-Article-Lyric Poetry. pp. 34-37; Aijaz ul Haque-Article-The Novels of Thomas Hardy. pp. 38-40; Eshtiaq A. Siddiqui-Poetry-God or Gods?. pp. 40; Najm Hussain Syed-Article-Humanity in the Plays of Galsworthy. pp. 41-42; Wisal Khan-Article-Sir Winston Churchill. pp. 43-45; Zia ur Rahman-On Going Hunting. pp. 46-48; Saeed Karin Fazli-The Leisure Way. pp. 49; Aiyaz ul Haq-Story-The Skirt Girl. pp. 51-54; Aftab A. Jan-Story-Men from Venus. pp. 55-57; Mohd Zafar Khattak-Story-Shahnaz. pp. 58-60; Malik, M. Naseem A.-Story-The Coat. pp. 61-63; Saeed Akhtar-Story-Love is a Many Splendoured Thing. pp. 64-66; The Societies Report. pp. 67-70; Saeed Ahmad-Poetry-The Blue-Bells Toll for Thee. pp. 72; Velte, F. M.-F. C. College Sports, 1956-57. pp. 73-76; Folio [Urdu]. 58 p.Editorial Board 1957. before Editorial page; Dr F. Mowbray Velte. after page 18; Mr Stanley E. Brush, Izharuddin Ahmed (President, College Union), Iftikhar Gilani (President, Secondary Union). after page 34; Arthur Mervyn (Valedictory Address, delivered at the F.C. College Hall on 28th March), Hamayun Khan Afredi (Captain of College Football Team), Ijaz Akhar (Captain of Degree Basket Ball Team). after page 50; The F.c.c. Secondary Board Basketball Team. after page 6

    Efficient Frequency and Time-Domain Simulations of Delayed PEEC Models With Proper Orthogonal Decomposition Techniques

    Full text link
    The Partial Element Equivalent Circuit (PEEC) method has gained significant recognition as an electromagnetic computational technique known for its ability to represent electromagnetic phenomena using equivalent circuits. This feature makes it particularly valuable for addressing mixed EM-circuit problems. However, PEEC models often exhibit large dimensions, necessitating modeling techniques that can effectively reduce their size while preserving accuracy. Model order reduction (MOR) serves as a highly effective approach to accomplish this objective. This paper presents two MOR techniques based on proper orthogonal decomposition (POD) for PEEC models described by neutral delayed differential equations (NDDEs). The unique characteristics of NDDEs demand specialized MOR approaches, as their formulation is inherently more complex compared to standard quasi-static PEEC models described by non-delayed differential equations. In addition to a traditional one-shot singular value decomposition (SVD), this paper also presents an incrementally computed SVD to evaluate the orthogonal matrix needed to generate the reduced order matrices. The accuracy and efficiency of the proposed PEEC-MOR methods are demonstrated through multiple relevant numerical results in both the frequency-domain and time-domain

    Derivatives-Enhanced Proper Orthogonal Decomposition for PEEC Models With Delays

    No full text
    This letter proposes a novel model order reduction (MOR) approach leveraging frequency-domain proper orthogonal decomposition (POD) for partial element equivalent circuit (PEEC) models characterized by neutral delayed differential equations (NDDEs). Our technique incorporates frequency-domain derivatives snapshots alongside frequency-domain response snapshots, thereby enhancing the accuracy of the reduced-order model while minimizing the computational overhead compared with solely utilizing frequency-domain response snapshots. A numerical example is provided to demonstrate the effectiveness and efficiency of the proposed method in both the frequency domain and the time domain

    Proper Orthogonal Decomposition-Based Model Order Reduction of Delayed PEEC Models

    No full text
    The Partial Element Equivalent Circuit (PEEC) method is an electromagnetic computational method that has attracted a lot of attention for its capability to represent electromagnetic phenomena by equivalent circuits. This allows combining mixed EM-circuit problems in a straightforward manner, which proves to be very useful for mixed EM-circuit problems. However, the PEEC models can result of large size and therefore it becomes important to have modeling techniques that can compress the size of these models while retaining accuracy. Model order reduction (MOR) is a very effective way to achieve this goal. In this paper, we present a proper orthogonal decomposition (POD) based MOR for PEEC models that are described by neutral delayed differential equations (NDDEs). NDDEs require dedicated MOR schemes since the form of those equations is definitely more complex that standard quasi-static PEEC models described by standard (non-delayed) differential equations. The proposed PEEC-MOR method is validated by pertinent numerical results

    Variations on the Author

    Full text link
    “Variations on the Author” discusses two of Eduardo Coutinho’s recent films (Um Dia na Vida, from 2010, and Últimas Conversas, posthumously released in 2015) and their contribution to the general question of documentary authorship. The director’s filmography is characterized by a consistent yet self-effacing form of authorial self-inscription: Coutinho often features as an interviewer that rather than express opinions propels discourses; an interviewer that is good at listening. This mode of self-inscription characterizes him as an author who is not expressive but who is nonetheless markedly present on the screen. In Um Dia na Vida, however, Coutinho is completely absent form the image, while Últimas Conversas, on the contrary, includes a confessional prologue that moves the director from the margins to the center of his films. This article examines the ways in which these works stand out in the filmography of a director who offers new insights into the notion of cinematic authorship

    The Possible Role of Prescribing Medications, Including Central Nervous System Drugs, in Contributing to Male-Factor Infertility (MFI): Assessment of the Food and Drug Administration (FDA) Pharmacovigilance Database

    Full text link
    Background: A wide range of medications may have a possible role in the development of male-factor infertility (MFI), including various antineoplastic agents, testosterone/anabolic steroids, immunosuppressive drugs/immunomodulators, glucocorticosteroids, non-steroidal anti-inflammatory drugs, opiates, antiandrogenic drugs/5-alpha-reductase inhibitors, various antibiotics, antidepressants, antipsychotics, antiepileptic agents and others. We aimed at investigating this issue from a pharmacovigilance-based perspective. Methods: The Food and Drug Administration (FDA) Adverse Event Reporting System (FAERS) database was queried to identify the drugs associated the most with MFI individual reports. Only those drugs being associated with more than 10 MFI reports were considered for the disproportionality analysis. Proportional Reporting Ratios (PRRs) and their confidence intervals were computed for all the drugs identified in this way in January 2023. Secondary, ‘unmasking’, dataset analyses were carried out as well. Results: Out of the whole database, 955 MFI reports were identified, 408 (42.7%) of which were associated with 20 medications, which had more than 10 reports each. Within this group, finasteride, testosterone, valproate, diethylstilbestrol, mechloretamine, verapamil, lovastatin and nifedipine showed significant levels of actual disproportionate reporting. Out of these, and before unmasking, the highest PRR values were identified for finasteride, diethylstilbestrol and mechloretamine, respectively, with values of 16.0 (12.7–20.3), 14.3 (9.1–22.4) and 58.7 (36.3–95.9). Conclusions: A variety of several medications, a number of which were already supposed to be potentially linked with MFI based on the existing evidence, were associated with significant PRR levels for MFI in this analysis. A number of agents which were previously hypothesized to be associated with MFI were not represented in this analysis, suggesting that drug-induced MFI is likely under-reported to regulatory agencies. Reproductive medicine specialists should put more effort into the detection and reporting of these adverse drug reactions
    corecore