  BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ISISLab - ECPv6.3.3//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:ISISLab
X-ORIGINAL-URL:https://www.isislab.it
X-WR-CALDESC:Eventi per ISISLab
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:Europe/Rome
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20220327T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20221030T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20230326T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20231029T010000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230623T160000
DTEND;TZID=Europe/Rome:20230623T170000
DTSTAMP:20260502T150005
CREATED:20230623T113744Z
LAST-MODIFIED:20230623T113745Z
UID:13661-1687536000-1687539600@www.isislab.it
SUMMARY:I processi ETL e la loro applicazione di Simone Civale
DESCRIPTION:Abstract: Il seminario tratta del lavoro di tirocinio da me svolto presso l’azienda EMM. Nel seminario sianalizzano i processi ETL con la loro definizione e i vari tool che permettono di realizzare i processiETL. Il seminario\, inoltre\, chiarisce il motivo per cui è stato scelto il tool Talend. Infine\, vieneesposto come si passa da Talend al microservizio e vengono definiti i microservizi stessi. L’ultimoargomento affronta JUnit e Docker.
URL:https://www.isislab.it/event/i-processi-etl-e-la-loro-applicazione-di-simone-civale/
CATEGORIES:Seminari
ATTACH;FMTTYPE=image/jpeg:https://www.isislab.it/wp-content/uploads/2023/06/ISISLab_23-06-2023.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230616T160000
DTEND;TZID=Europe/Rome:20230616T170000
DTSTAMP:20260502T150005
CREATED:20230614T145706Z
LAST-MODIFIED:20230614T145707Z
UID:13292-1686931200-1686934800@www.isislab.it
SUMMARY:Seminario:"Towards a SYCL API for Approximate Computing" di Lorenzo Carpentieri
DESCRIPTION:Abstract:Approximate computing exploits the gap between the accuracy provided by a system and the accuracy required by an application. Many applications such as image processing and neural networks\, are tolerant of a certain amount of error\, and have the potential for significant improvements in terms of execution time and energy consumption if a small amount of error can be accepted. The most advanced software approximation techniques are mixed precision\, which uses a lower precision data representation for both integer and floating point variables; perforation\, which exploits data locality by skipping some iterations and assuming that nearby data have similar values; and relaxed synchronization.In this talk\, we present SYprox\, a SYCL-based API supporting a broad set of approximation techniques in modern C++.SYprox introduces a set of semantics that extend SYCL’s buffers and accessors to provide a high-level easy-to-use programming API.SYprox’s approximation framework seamlessly adds three additional stages to standard computational processing implementing perforation\, input reconstruction and output reconstruction. It supports data perforation and elision patterns for efficient approximation\, as well as signal reconstruction algorithms for error mitigation.Finally\, we present our preliminary results\, showing improvements in terms of performance and accuracy over to state-of-the-art approaches\, while maintaining at the same time a high-level programming approach.
URL:https://www.isislab.it/event/seminariotowards-a-sycl-api-for-approximate-computing-di-lorenzo-carpentieri/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/06/SeminarioISISLab-16-06-2023.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230609T160000
DTEND;TZID=Europe/Rome:20230609T170000
DTSTAMP:20260502T150005
CREATED:20230608T071645Z
LAST-MODIFIED:20230608T071645Z
UID:13285-1686326400-1686330000@www.isislab.it
SUMMARY:Integrazione di dati GIS in krABMaga  di Christian Mascolo
DESCRIPTION:Abstract: Studio inerente al Geographic information System(GIS)\, un sistema che integra operazioni DBMS ad operazioni cartografiche\, mediante l'utilizzo di sistemi di disegno computerizzato\, permettendo l'analisi completa di un'entità geografica. Verrà analizzato un plugin sviluppato in Rust\, con analisi di alcune problematiche\, e la sua potenziale integrazione con l'engine krABMaga
URL:https://www.isislab.it/event/integrazione-di-dati-gis-in-krabmaga-di-christian-mascolo/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/06/SeminarioISISLab-9-06-2023.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230601T090000
DTEND;TZID=Europe/Rome:20230601T110000
DTSTAMP:20260502T150005
CREATED:20230531T092022Z
LAST-MODIFIED:20230531T092022Z
UID:13279-1685610000-1685617200@www.isislab.it
SUMMARY:Scalable Parallel Graph Algorithms - Prof. Sajal Das
DESCRIPTION:ABSTRACT: Many real-world networks (e.g.\, wireless mobile networks\, IoT and drone networks\, disaster response networks\, social and biological networks\, transportation networks) are modeled as dynamic graphs characterized by their evolving nature\, such as node/edge insertions and deletions\, and edge weight modifications. Managing dynamic graph updates in parallel poses unique challenges. In this talk\, we will design a framework for designing scalable parallel algorithms that aims to efficiently update graph properties in large scale dynamic networks instead of recomputing them from scratch. To demonstrate the efficacy of our framework\, we will present scalable parallel algorithms for updating simple graph properties\, such as single source shortest path\, minimum spanning tree\, vertex color\, and multi-objective shortest path. We will apply our approach to energy-optimized path planning in unmanned aerial vehicle (UAV)-based delivery system in presence of environment dynamics (changing wind speed and direction). Extensive experimental results will demonstrate the performance of our proposed algorithms on shared memory parallel machines and GPU architectures. \n\n\n\nBIORAPHY: Dr. Sajal K. Das is a Curators’ Distinguished Professor and Daniel St. Clair Endowed Chair in Computer Science at Missouri University of Science and Technology\, where he was the Chair of Computer Science Department during 2013-2017. In the past\, he served the US National Science Foundation (NSF) as a Program Director in the Computer and Network Systems Division. \n\n\n\nDr. Das’ interdisciplinary research spans cyber-physical systems\, IoT\, cybersecurity\, data science\, machine learning\, wireless and sensor networks\, mobile and pervasive computing\, smart environments\, parallel computing\, edge/cloud computing\, social and biological networks\, graph theory and game theory. He has contributed significantly to these areas and published extensively (more than 350 journal articles and more than 450 peer-reviewed conference papers)\, coauthored four books\, and 5 US patents. He directed over $20 million funded projects. His h-index is 99 with 39\,000+ citations according to Google Scholar. \n\n\n\nDr. Das is the founding Editor-in-Chief of Elsevier’s Pervasive and Mobile Computing journal and serves as an Associate Editor of the IEEE Transactions on Mobile Computing\, IEEE Transactions on Dependable and Secure Computing\, IEEE/ACM transactions on Networking\, ACM Transactions on Sensor Networks\, Journal of Parallel and Distributed Computing. A (co)-founder of IEEE PerCom\, WoWMoM\, SMARTCOMP and ACM ICDCN conferences\, he has served as General and Program Chair of reputed conferences. He is a recipient of 12 Best Paper Awards in prestigious conferences including ACM MobiCom and IEEE PerCom; and numerous awards for teaching\, mentoring and research including the IEEE Computer Society’s Technical Achievement award for pioneering contributions to sensor networks and mobile computing\, and the University of Missouri System President’s Award for Sustained Career Excellence. Dr. Das has mentored 12 postdoctoral fellows\, 50 Ph.D. scholars\, 31 MS thesis\, and numerous undergraduate research students. He is a Distinguished alumnus of the Indian Institute of Science at Bangalore\, and an IEEE Fellow.
URL:https://www.isislab.it/event/scalable-parallel-graph-algorithms-prof-sajal-das/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/05/SeminarioISISLab-01-06-2023.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230526T160000
DTEND;TZID=Europe/Rome:20230526T170000
DTSTAMP:20260502T150005
CREATED:20230524T170303Z
LAST-MODIFIED:20230524T170303Z
UID:13272-1685116800-1685120400@www.isislab.it
SUMMARY:Seminar: "EMPI: Enhanced Message Passing Interface in Modern C++" of Majid Salimi Beni
DESCRIPTION:Abstract:Message Passing Interface (MPI) is a well-known standard for programming distributed and HPC systems. While the community has been continuously improving MPI to address the requirements of next-generation architectures and applications\, its interface has not substantially evolved. In fact\, MPI only provides an interface to C and Fortran and does not support recent features of modern C++. Moreover\, MPI programs are error-prone and subject to different syntactic and semantic errors. \n\n\n\nIn this presentation\, I talk about our recent work\, EMPI\, an Enhanced Message Passing Interface based on modern C++\, which is directly mapped to the OpenMPI implementation and exploits modern C++ for safe and efficient distributed programming. EMPI proposes novel C++ RAII-based semantics and constant specialization to prevent error-prone code patterns such as parameter mismatch and reduce the overhead of handling multiple objects and per-invocation time. Scaling up to 1024 processes showed that EMPI's performance is very similar to native MPI and considerably faster than the MPL C++ interface.
URL:https://www.isislab.it/event/seminar-empi-enhanced-message-passing-interface-in-modern-c-of-majid-salimi-beni/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/05/SeminarioISISLab-26-05-2023-2.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230519T160000
DTEND;TZID=Europe/Rome:20230519T170000
DTSTAMP:20260502T150005
CREATED:20230517T121806Z
LAST-MODIFIED:20230517T121807Z
UID:13256-1684512000-1684515600@www.isislab.it
SUMMARY:Seminari di Giuseppe d' Ambrosio e Domenico Esposito
DESCRIPTION:"SailWatcher\, un tool dinamico per l'analisi delle prestazioni delle vele di un'imbarcazione" di Domenico Esposito\n\n\n\nAbstract \n\n\n\n Seminario breve su "SailWatcher": tool per smartphone\, che senza l'ausilio di sensori esterni\, permette in maniera automatica di recuperare i parametri sulle forme delle vele delle imbarcazioni. Durante il seminario verranno presentate le caratteristiche dell'algoritmo di computer vision progettato\, per la fase di detect e calcolo parametri\, e dell'applicazione iOS che lo utilizza. \n\n\n\n2 . Hybrid Agent-Based and Discrete Event Simulation in MASON di Giuseppe D'Ambrosio \n\n\n\nAbstractRecently\, modelers have started combining Agent-Based Modeling and Discrete Event Simulation approaches to better simulate real-world situations. However\, hybrid ABM and DES simulation has a lack of supporting software\, especially open source. This seminar introduces a new DES extension to MASON to implement both DES and hybrid ABM-DES models. The goal of the system is to help researchers realize hybrid simulations while exploiting the same characteristics that led to MASON’s success\, notably its efficiency\, extensibility\, and ease of integration with other tools.
URL:https://www.isislab.it/event/seminari-di-giuseppe-d-ambrosio-e-domenico-esposito/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/05/SeminarioISISLab-18-05-2023-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230428T160000
DTEND;TZID=Europe/Rome:20230428T170000
DTSTAMP:20260502T150005
CREATED:20230425T200008Z
LAST-MODIFIED:20230425T200159Z
UID:13244-1682697600-1682701200@www.isislab.it
SUMMARY:Seminario:"Deep Generative Models for Graph Generation" di Valerio Di Pasquale
DESCRIPTION:Abstract: Uno studio generale del problema della generazione dei grafi e dell’approccio al problema mediante tecniche basate su modelli di Deep Learning volto alla progettazione e alla implementazione di modelli utili alla ricostruzione di motif in Ipergrafi. Sarà approfondito l'uso di tre modelli utili in task di link prediction e di generazione nel contesto dei grafi.
URL:https://www.isislab.it/event/seminariodeep-generative-models-for-graph-generation-di-valerio-di-pasquale/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/04/SeminarioISISLab-28-04-2023.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230421T120000
DTEND;TZID=Europe/Rome:20230421T120000
DTSTAMP:20260502T150005
CREATED:20230420T101142Z
LAST-MODIFIED:20230420T101142Z
UID:13238-1682078400-1682078400@www.isislab.it
SUMMARY:Seminari: SailWatcher\, un tool dinamico per l'analisi delle prestazioni delle vele di un'imbarcazione di Domenico Esposito
DESCRIPTION:Abstract: Secondo seminario su SailWatcher\, un tool per smartphone\, che senza l'ausilio di sensori esterni\, permette in maniera automatica di recuperare i parametri sulle forme delle vele delle imbarcazioni. In questo seminario ci focalizzeremo sugli aggiornamenti della pipeline presentata qualche mese fa\, sulla realizzazione dell'applicazione in Swift/SwiftUI e sulla parte di servizi web per la condivisione di informazioni tra gli utenti
URL:https://www.isislab.it/event/seminari-sailwatcher-un-tool-dinamico-per-lanalisi-delle-prestazioni-delle-vele-di-unimbarcazione-di-domenico-esposito/
ATTACH;FMTTYPE=image/jpeg:https://www.isislab.it/wp-content/uploads/2023/04/SeminarioISISLab-21-04-2023.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230414T160000
DTEND;TZID=Europe/Rome:20230414T170000
DTSTAMP:20260502T150005
CREATED:20230412T170346Z
LAST-MODIFIED:20230412T170347Z
UID:13232-1681488000-1681491600@www.isislab.it
SUMMARY:Hyperlinking Object-Oriented Discussion: A New Approach To Collaboration di Tiziano Citro
DESCRIPTION:Abstract:Modern collaboration platforms have familiarized users with the benefits and capabilities of real-time communication. However\, real-time communication can also introduce challenges in the form of a lack of context and limited control over discussed data. To address these issues\, this work proposes a new collaborative approach called Hyperlinking Object-Oriented Discussion (HOOD)\, where discussed data is modeled with hyperlinkable objects. HOOD aims to balance the importance of communication and data by providing an intuitive way to seamlessly navigate between them via auto-generated hyperlinks\, enabling users to easily access and reference the relevant information at any time.
URL:https://www.isislab.it/event/hyperlinking-object-oriented-discussion-a-new-approach-to-collaboration-di-tiziano-citro/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/04/SeminarioISISLab-14-04-2023.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230331T120000
DTEND;TZID=Europe/Rome:20230331T120000
DTSTAMP:20260502T150005
CREATED:20230329T180837Z
LAST-MODIFIED:20230329T180838Z
UID:13226-1680264000-1680264000@www.isislab.it
SUMMARY:Seminario: Groups Burning: Analyzing Spreading Processes in Community-based Networks di Gennaro Cordasco
DESCRIPTION:Abstract:Graph burning is a deterministic\, discrete-time process that can be used to model how influence or contagion spreads in a graph. In the graph burning process\, each node starts as dormant\, and becomes informed/burned over time; when a node is burned\, it remains burned until the end of the process. In each round\, one can burn a new node (source of fire) in the network. Once a node is burned in round $t$\, in round $t+1$\, each of its dormant neighbors becomes burned. The process ends when all nodes are burned; the goal is to minimize the number of rounds.We study a variation of graph burning in order to model spreading processes in community-based networks. With respect to a specific piece of information\, a community is {\em satisfied} when this information reaches at least a prescribed number of its members. Specifically\, we consider the problem of identifying a minimum length sequence of nodes that\, according to a graph burning process\, allows to satisfy all the communities of the network.We investigate this NP-hard problem from an approximation point of view\, showing both a lower bound and a matching upper bound. We also investigate the case when the number of communities is constant and show how to solve the problem with a constant approximation factor.Moreover\, we consider the problem of maximizing the number of satisfied groups\, given a budget $k$ on the number of rounds.
URL:https://www.isislab.it/event/seminario-groups-burning-analyzing-spreading-processes-in-community-based-networks-di-gennaro-cordasco/
ATTACH;FMTTYPE=image/jpeg:https://www.isislab.it/wp-content/uploads/2023/03/SeminarioISISLab-31-03-2023.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230324T140000
DTEND;TZID=Europe/Rome:20230324T150000
DTSTAMP:20260502T150005
CREATED:20230321T152700Z
LAST-MODIFIED:20230321T164020Z
UID:13220-1679666400-1679670000@www.isislab.it
SUMMARY:Seminario: "Combining Agent-based Model and Discrete Event Simulation: the approach of Hybrid Simulation Modeling" di Giuseppe D'Ambrosio
DESCRIPTION:Abstract: Agent-Based Modeling (ABM) and Discrete Event Simulation (DES) are two of the most common simulation approaches\, and are supported by many simulation tools. Recently\, modelers have begun integrating these methods to simulate real-world situations which have some elements better represented by DES and others better represented by ABM. Hybrid ABM and DES simulation is a growing trend but there is a lack of simulation software supporting it\, and effectively no open-source software at all. The seminar will introduce the concept of Hybrid Simulation\, focusing on the combination of ABM and DES simulation methodologies to realize more accurate and powerful models.
URL:https://www.isislab.it/event/seminario-combining-agent-based-model-and-discrete-event-simulation-the-approach-of-hybrid-simulation-modeling-di-giuseppe-dambrosio/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/03/SeminarioISISLab-24-03-2023.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230317T160000
DTEND;TZID=Europe/Rome:20230317T170000
DTSTAMP:20260502T150005
CREATED:20230314T110100Z
LAST-MODIFIED:20230314T231410Z
UID:13214-1679068800-1679072400@www.isislab.it
SUMMARY:Seminari di Lucio Grimaldi  e Christian Gambadella
DESCRIPTION:"Simulazioni ABM in Unity3D: l’architettura del client e la gestione dei messaggi" di Lucio Grimaldi\n\n\n\nAbstract : Il panorama delle simulazioni è in grado di dare un grande apporto allo studio dei fenomeni reali. I modelli computazionali studiati per simularli\, sono in grado di aumentare la conoscenza che abbiamo del mondo che ci circonda. I software sviluppati ad hoc per questi obiettivi sono creati per riprodurre il fenomeno che deve essere modellato\, osservato e analizzato con il fine di imparare qualcosa di nuovo. La natura articolata e complessa dei fenomeni e dei modelli\, fa si che lo sforzo si è concentrato sempre sulla tecnica di implementazione\, sull’ottimizzazione e raramente sulla loro rappresentazione grafica e sulla capacità che essi hanno di trasmettere le informazioni a chi non è un esperto del settore. Il progetto sviluppato è diviso in tre macro aree che corrispondono alla creazione di una metodologia di astrazione e prototipazione dei modelli di simulazione su motore di simulazione MASON per la prima parte\, ad un middleware in grado di far comunicare MASON e il motore grafico Unity 3D sviluppato da me ed infine un’ultima parte riguardante l’implementazione grafica in Unity3D. \n\n\n\n2. "Knowledge Graph e IoT: una revisione sistematica della letteratura" di Christian Gambardella \n\n\n\nUn Knowledge Graph rappresenta una rete di entità del mondo reale\, comeoggetti\, eventi\, situazioni o concetti\, e illustra le relazioni tra di esse. Questeinformazioni vengono di solito immagazzinate\, come suggerisce il nome\, inuna base di dati a grafo e poi visualizzate nella medesima forma. Questatecnologia\, annoverata tra le cosiddette Semantic Web Technology\, continuaa diffondersi a macchia d’olio\, aumentando in numero (ad esempio il GoogleKnowledge Graph supera le 500 milioni di entità) ma anche e sopratutto nellepossibili applicazioni: proprio tenendo a mente questo ci siamo chiesti qualefosse lo stato dell’arte in ambito Internet of Things\, perno fondamentale dellaquarta rivoluzione industriale e delle “città del futuro”. L’obiettivo dellanostra ricerca\, effettuata su 1733 articoli prelevati da Scopus e pubblicatiin lingua inglese tra il 2013 e il 2022\, è definire una fotografia quanto piùampia e dettagliata del connubio tra i due mondi.Scopo di questo breve seminario sarà riassumere le metodologie usate in fase direvisione ed illustrare i principali risultati del nostro lavoro.
URL:https://www.isislab.it/event/seminari-di-lucio-grimaldi-e-christian-gambadella/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/03/SeminarioISISLab-17-03-2023-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230310T120000
DTEND;TZID=Europe/Rome:20230310T120000
DTSTAMP:20260502T150005
CREATED:20230308T121128Z
LAST-MODIFIED:20230308T121129Z
UID:13204-1678449600-1678449600@www.isislab.it
SUMMARY:Seminario: "Asynchronous Computational Workflows on a Volunteer-Computing Decentralized Architecture" di Luigi Serra
DESCRIPTION:Abstract:The amount of accessible computational devices over the Internet offers an enormous but latent computational power. Nonetheless\, the complexity of orchestrating and managing such devicesrequires dedicated architectures and tools and hinders the exploitation of this vast processing capacity. Over the last years\, the paradigm of (Browser-based) Volunteer Computing emerged as a unique approach to harnessing such computational capabilities\, leveraging the idea of voluntarily offering resources. This seminar introduces VFuse\, a groundbreaking architecture to exploit the Browser-based Volunteer Computing paradigm via a ready-to-access volunteer network. VFuse offers a modern multi-language programming environment for developing scientific workflows using WebAssembly technology without requiring the user any local installation or configuration. We equipped our architecture with a secure and transparent rewarding mechanism based on blockchain technology (Ethereum) and distributed P2P file system (IPFS). Further\, the use of Non-Fungible Tokens provides a unique\, secure\, and transparent methodology for recognizing theusers’ participation in the network.
URL:https://www.isislab.it/event/seminario-asynchronous-computational-workflows-on-a-volunteer-computing-decentralized-architecture-di-luigi-serra/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/03/SeminarioISISLab-10-03-2023.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230303T160000
DTEND;TZID=Europe/Rome:20230303T170000
DTSTAMP:20260502T150005
CREATED:20230302T100112Z
LAST-MODIFIED:20230302T100113Z
UID:13197-1677859200-1677862800@www.isislab.it
SUMMARY:Seminario: "The Impact of COVID-19 on Authoring Open Data in High School" di Maria Angela Pellegrino
DESCRIPTION:Abstract: "Open Data are data that can be freely used\, created and shared by anyone. Initiatives to let K-12 learners exploit Open Data are rare in literature\, and the situation is even worse if we look for opportunities to move them in the position of Open Data publishers. To advance the dialogue around Open Data\, HETOR regularly organises workshops with secondary school learners to let them create\, publish\, and exploit Open Data by SPOD since 2016. While workshops were organised as physical meetings\, during the COVID-19 pandemic\, HETOR required to revise the performed protocol. This talk reports changes applied to the workshops proposed by HETOR and compares workshops' results before and after the COVID-19. While the quantity and quality of the workshops outcome increased during the workshops that took place after the COVID-19 pandemic demonstrating that Open Data based initiatives can successfully survive in remote settings\, quality scores are more heterogeneous during after-COVID workshops demonstrating that remote settings make educational inequalities worse."
URL:https://www.isislab.it/event/seminario-the-impact-of-covid-19-on-authoring-open-data-in-high-school-di-maria-angela-pellegrino/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/03/SeminarioISISLab-03-03-2023.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230224T130000
DTEND;TZID=Europe/Rome:20230224T140000
DTSTAMP:20260502T150005
CREATED:20230222T132610Z
LAST-MODIFIED:20230222T132611Z
UID:13191-1677243600-1677247200@www.isislab.it
SUMMARY:Seminario: "Cyber Threat Intelligence e Blockchain: studio\, analisi e possibili sviluppi" di Antonio Donnarumma e Mario Offertucci
DESCRIPTION:Abstract:Con il progredire dell'industria 4.0\, l'utilizzo di dispositivi intelligenti è diventato sempre più frequente. Nonostante i numerosi vantaggi derivanti da essi\, questi costituiscono\, spesso\, un nuovo vettore d'attacco per gruppi organizzati.Nascono quindi le prime piattaforme di condivisione degli attacchi subiti\, con lo scopo di creare un database distribuito che permette di sopperire alle vulnerabilità a cui si è esposti\, in maniera tempestiva. STIX e TAXII sono due dei protocolli più utilizzati per formattare e distribuire le informazioni che fanno parte di quella che viene definita come Cyber Threat Intelligence (CTI). Tra le tecnologie emergenti in questo settore c'è la blockchain\, che\, grazie alla sua trasparenza\, immutabilità e tracciabilità si presta bene alla realizzazione di questo tipo di applicazioni\, semplificando ed automatizzando alcune delle operazioni necessarie alla gestione di queste piattaforme.
URL:https://www.isislab.it/event/seminario-cyber-threat-intelligence-e-blockchain-studio-analisi-e-possibili-sviluppi-di-antonio-donnarumma-e-mario-offertucci/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/02/SeminarioISISLab-24-02-2023-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230217T130000
DTEND;TZID=Europe/Rome:20230217T140000
DTSTAMP:20260502T150005
CREATED:20230215T114734Z
LAST-MODIFIED:20230215T114735Z
UID:13185-1676638800-1676642400@www.isislab.it
SUMMARY:Seminario: "Knowledge Graph e IoT: una revisione sistematica della letteratura" di Christian Gambardella
DESCRIPTION:Abstract: "Un Knowledge Graph rappresenta una rete di entità del mondo reale\, come oggetti\, eventi\, situazioni o concetti\, e illustra le relazioni tra di esse.Queste informazioni vengono di solito immagazzinate\, come suggerisce il nome\, in una base di dati a grafo e poi visualizzate nella medesima forma.Questa tecnologia\, annoverata tra le cosiddette Semantic Web Technology\, continua a diffondersi a macchia d'olio\, aumentando in numero (ad esempioil Google Knowledge Graph supera le 500 milioni di entità) ma anche e soprattutto nelle possibili applicazioni: proprio tenendo a mente questo ci siamo chiestiquale fosse lo stato dell'arte in ambito IoT\, perno fondamentale della quarta rivoluzione industriale e delle "città del futuro"; da qui il motivo della nostraricerca effettuata su 1733 articoli prelevati da Scopus e pubblicati in lingua inglese tra il 2013 e il 2022.Obiettivo di questo seminario sarà fornire una fotografia quanto più ampia e dettagliata del connubio tra i due mondi\, analizzando trend di ricerca e tecnologie usate così da comprendere il presente di queste tecnologie e provare ad immaginarne il futuro."
URL:https://www.isislab.it/event/seminario-knowledge-graph-e-iot-una-revisione-sistematica-della-letteratura-di-christian-gambardella/
ATTACH;FMTTYPE=image/jpeg:https://www.isislab.it/wp-content/uploads/2023/02/SeminarioISISLab-17-02-2023.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230210T130000
DTEND;TZID=Europe/Rome:20230210T140000
DTSTAMP:20260502T150005
CREATED:20230206T194709Z
LAST-MODIFIED:20230206T194710Z
UID:13126-1676034000-1676037600@www.isislab.it
SUMMARY:"Developing Educational Games via a Cloud Solution" di Antonio De Caro
DESCRIPTION:Abstract: Cloud computing is a current trend in information technology and has become an important part of many industries. In the educational games field\, cloud computing has the potential to revolutionize how educational games are created\, delivered\, and consumed.This research aims to contribute to a better understanding of how cloud computing can be integrated into the development of educational games and how developers can utilize its powerful tools to create games that are not only more engaging but also more effective in terms of learning outcomes and deployment speed.To address this issue\, this thesis investigates the practicalities of integrating cloud computing with educational games using the fundamentals of "Educational Serious Games as a Service" (ESGaaS) which highlight a set of characteristics that enable the execution of educational games in a cloud environment.By applying a design science research method\, we developed a prototype that addresses the needs of an ESGaaS-compliant architecture\, and we evaluated it by highlighting the sensitivity points\, risks\, non-risks\, and tradeoffs of such an architecture.
URL:https://www.isislab.it/event/developing-educational-games-via-a-cloud-solution-di-antonio-de-caro/
LOCATION:Aula P6 (Edificio F3) – Dipartimento Informatica\, Via Giovanni Paolo II\, 132\, 84084 Fisciano SA
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230203T130000
DTEND;TZID=Europe/Rome:20230203T140000
DTSTAMP:20260502T150005
CREATED:20230201T113040Z
LAST-MODIFIED:20230201T113041Z
UID:13040-1675429200-1675432800@www.isislab.it
SUMMARY:"A survey on open-source collaboration platforms" di Tiziano Citro
DESCRIPTION:Abstract:Collaboration platforms empower teams to discuss\, brainstorm and work together with immediate feedback regardless of location. The purpose of collaboration platforms is to integrate social networking capabilities into work processes\, which can help raise productivity. We will present a survey on open-source modern collaboration platforms\, discuss which one we picked among them and why\, and provide a sample of how to extend the features of such a platform.
URL:https://www.isislab.it/event/a-survey-on-open-source-collaboration-platforms-di-tiziano-citro/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/02/SeminarioISISLab-02-2023.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230127T130000
DTEND;TZID=Europe/Rome:20230127T140000
DTSTAMP:20260502T150005
CREATED:20230125T234736Z
LAST-MODIFIED:20230125T234810Z
UID:13020-1674824400-1674828000@www.isislab.it
SUMMARY:Seminario: "Accelerazione di Java tramite Java Vector API" di Mattia Cernelli
DESCRIPTION:Abstract:L'idea proposta in questo seminario è quella di accelerare le prestazioni di Java attraverso l'impiego diistruzioni vettoriali specializzate per hardware SIMD \, architettura che consente di eseguire in parallelo la stessa istruzione su più dati.Queste istruzioni fanno parte delle API del Progetto Panama e ne compongono uno dei core principali.Analizzeremo quindi queste istruzioni e vedremo come aumentano (e quando invece no) le prestazioni di alcuni algoritmiconfrontandoli con la relativa implementazione scalare.Vedremo inoltre come il progetto Panama possa risolvere alcune problematiche tipichedell'utilizzo della Java Native Interface (JNI) in applicazioni Java.
URL:https://www.isislab.it/event/semianrio-accelerazione-di-java-tramite-java-vector-api-di-mattia-cernelli/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2023/01/SeminarioISISLab-20-1-2023-3.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230120T130000
DTEND;TZID=Europe/Rome:20230120T140000
DTSTAMP:20260502T150005
CREATED:20230118T224700Z
LAST-MODIFIED:20230119T000350Z
UID:13014-1674219600-1674223200@www.isislab.it
SUMMARY:SailWatcher: un tool dinamico per l’analisi delle prestazioni delle vele di un’imbarcazione di Domenico Esposito
DESCRIPTION:Abstract: SailWatcher è un tool progettato per far fronte alla necessità di recuperare in maniera rapida\, real-time e senza l'ausilio di strumenti professionali\, i parametri riguardanti la forma delle vele delle imbarcazioni\, durante la navigazione\, al fine di permettere all'utilizzatore di ottimizzare\, sulla base di tali parametri\, le prestazioni a vela.A differenza dei software attualmente in commercio\, il tool proposto si pone come obiettivo quello di essere open source\, mobile first\, user-friendly e automatico nel recupero di tali parametri. \n\n\n\nDurante il seminario verrà introdotto il problema di partenza e successivamente analizzato come il tool riesca\, partendo da una semplice foto effettuata tramite uno smartphone\, applicando algoritmi di Computer Vision\, ad effettuare la detection della forma della vela e successivamente calcolare i parametri numerici che la definiscono\, tramite concetti e operazioni trigonometriche e geometriche.
URL:https://www.isislab.it/event/sailwatcher-un-tool-dinamico-per-lanalisi-delle-prestazioni-delle-vele-di-unimbarcazione-di-domenico-esposito/
ATTACH;FMTTYPE=image/jpeg:https://www.isislab.it/wp-content/uploads/2023/01/SeminarioISISLab-20-1-2023.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20230113T130000
DTEND;TZID=Europe/Rome:20230113T140000
DTSTAMP:20260502T150005
CREATED:20230110T104100Z
LAST-MODIFIED:20230110T115708Z
UID:13008-1673614800-1673618400@www.isislab.it
SUMMARY:Seminario:  “Knowledge Graph exploration tools: literature review” di Mario Santoro
DESCRIPTION:Abstract: \n\n\n\nNell’ultimo decennio c’è stata un’esplosione di informazioni\, infatti solo nell’ultimo anno sono stati creati o replicati 79 Zb di dati. \n\n\n\nCon la proliferazione di questi dati è necessario modellare questi ultimi in modo da renderne facile l’interrogazione. Un approccio possibile è quello di modellarli in un Knowledge Graph (KG). \n\n\n\nUn KG\, noto anche come rete semantica\, rappresenta una rete di entità del mondo reale\, ad esempio oggetti\, eventi\, situazioni o concetti\, e illustra la relazione tra di essi. \n\n\n\nMa per interrogare e visualizzare i dati nei KG sono necessari linguaggi di interrogazione come SPARQL\, che nonostante si è affermato tra i principali strumenti di interrogazione non è alla portata di tutti per la sua complessità. Ciò restringe la possibilità di utilizzo di questo strumento ai soli ricercatori/professionisti del campo. \n\n\n\nNasce così la necessità di poter visualizzare ed esplorare questi dati contenuti nei KG anche per utenti senza competenze tecniche. Questa necessità è soddisfatta grazie all’utilizzo di tool che permetta in maniera agevole agli utenti la navigazione delle classi\, istanze e proprietà di un KG. \n\n\n\nNonostante nell’ultimo decennio sono stati sviluppati e distribuiti una grande varietà di tool di questo tipo\, potrebbe rivelarsi molto utile effettuare un’analisi e confronto di sistemi di esplorazione di KG proposti in letteratura e proporre linee guida per tool futuri. \n\n\n\nProprio questi ultimi due punti saranno gli obiettivi di questa tesi. \n\n\n\nLe metriche di valutazione individuate da literature review precedenti sono 36\, raggruppate in 7 macroaree. \n\n\n\nI tool selezionati sono stati cercati in pubblicazioni scientifiche degli ultimi dieci anni\, dove su 591 articoli/tool sono stati trovati 93 tool\, che in seguito ad analisi e screening ha ridotto questo numero a un totale di 65 tool da analizzare sulle metriche individuate. \n\n\n\nA valle di queste analisi oltre a rispondere agli obiettivi iniziali\, si possono trarre delle conclusioni su alcune metriche ancora poco esplorate oltre che poter fare diverse speculazioni sulle correlazioni che le metriche hanno tra loro e con i tool.
URL:https://www.isislab.it/event/seminario-knowledge-graph-exploration-tools-literature-review-di-mario-santoro/
ATTACH;FMTTYPE=image/jpeg:https://www.isislab.it/wp-content/uploads/2023/01/SeminarioISISLab-13-1-2023.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20221216T130000
DTEND;TZID=Europe/Rome:20221216T140000
DTSTAMP:20260502T150005
CREATED:20221213T232101Z
LAST-MODIFIED:20221213T232358Z
UID:13000-1671195600-1671199200@www.isislab.it
SUMMARY:Seminario: "Bring the cloud to the ground: from ideas to production" di Andrea Petta
DESCRIPTION:Abstract: Ideas are not enough\, flect your muscles and push your code to production.
URL:https://www.isislab.it/event/seminario-bring-the-cloud-to-the-ground-from-ideas-to-production-di-andrea-petta/
LOCATION:Aula P6 (Edificio F3) – Dipartimento Informatica\,  Via Giovanni Paolo II\, 132\, 84084 Fisciano SA
ATTACH;FMTTYPE=image/jpeg:https://www.isislab.it/wp-content/uploads/2022/12/SeminarioISISLab-16-12-2022.jpg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20221208T013000
DTEND;TZID=Europe/Rome:20221208T020000
DTSTAMP:20260502T150005
CREATED:20221207T130529Z
LAST-MODIFIED:20221207T130530Z
UID:12994-1670463000-1670464800@www.isislab.it
SUMMARY:"Sviluppo di un Bot Intelligente per la gestione delle attività di un laboratorio di ricerca" di Daniele de Falco
DESCRIPTION:Abstract: Da pochi anni a questa parte ci troviamo spesso ad interagire con i Bot online\, dei veri e propri assistenti virtuali in grado di aiutarci a svolgere velocemente e in maniera molto semplice compiti più o meno complessi. Nel corso degli anni\, sono stati sviluppati una quantità incredibilmente ampia di assistenti virtuali che consentono di eseguire efficacemente operazioni ricorrenti tramite conversazioni naturali che permettono di capire il linguaggio umano così da comprendere le loro esigenze ed esporre loro delle soluzioni che si adattano al contesto nel quale il Bot lavora. Un notevole aiuto allo sviluppo di questo genere di software è fornito dall'avvento del Cloud Computing e dalla sempre più rapida espansione e miglioramento degli algoritmi di Intelligenza Artificiale.Da queste premesse nasce ISISLab HelpDesk \, un assistente virtuale in grado di offrire supporto al laboratorio di ricerca ISISLab . ISISLab HelpDesk permette di sollevare gli amministratori del laboratorio da una serie di compiti che sono automatizzati grazie all'aiuto di tale assistente virtuale. Qualsiasi utente può facilmente utilizzare ISISLab HelpDesk grazie agli algoritmi di Intelligenza Artificiale che sono stati implementati. Tali algoritmi permettono all'utente di comunicare con il bot mediante linguaggio naturale. In aggiunta\, ISISLab HelpDesk continua ad apprendere e a migliorare nel tempo in modo autonomo. L'architettura del bot sfrutta la tecnologia dei container per ottimizzare le fasi di installazione e di esecuzione\, realizzando un'architettura snella e facile da manutenere.
URL:https://www.isislab.it/event/sviluppo-di-un-bot-intelligente-per-la-gestione-delle-attivita-di-un-laboratorio-di-ricerca-di-daniele-de-falco-2/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2022/12/SeminarioISISLab-09-12-2022.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20221202T130000
DTEND;TZID=Europe/Rome:20221202T140000
DTSTAMP:20260502T150005
CREATED:20221201T133933Z
LAST-MODIFIED:20221201T133934Z
UID:12984-1669986000-1669989600@www.isislab.it
SUMMARY:"At School of Open Data: a Literature  Review"   di   A. Antelmi e  M.A. Pellegrino
DESCRIPTION:Abstract:Open Data are published to let interested stakeholders exploit data and create value out of them\, but limited technical skills are a crucial barrier. To overcome this limitation\, learners are invited to develop data and information literacy according to 21st-century skills and become aware of open data sources and what they can do with the data. \n\n\n\nIn this seminar\, we present a systematic literature review of initiatives to let K-12 learners familiarise themselves with Open Data. This review encompasses a total of 21 papers\, organised in taxonomies according to the used data format\, the adopted approach\, and the expected learning outcome. We then compare the included initiatives and discuss challenges that should be overcome to advance the dialogue around Open Data at school.
URL:https://www.isislab.it/event/at-school-of-open-data-a-literature-review-di-a-antelmi-e-m-a-pellegrino/
LOCATION:Aula P6 (Edificio F3) – Dipartimento Informatica\,  Via Giovanni Paolo II\, 132\, 84084 Fisciano SA
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2022/12/SeminarioISISLab-02-12-2022-2.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20221130T023000
DTEND;TZID=Europe/Rome:20221130T033000
DTSTAMP:20260502T150005
CREATED:20221115T200825Z
LAST-MODIFIED:20221115T200826Z
UID:12949-1669775400-1669779000@www.isislab.it
SUMMARY:OpenScienceUnisa
DESCRIPTION:OpenScienceUnisa è un ciclo di seminari e workshop sui temi della #ScienzaAperta e della #ScienzaPubblica\, organizzato presso l'Università degli Studi di Salerno dal Centro FiTMU e dal laboratorio ISISLab di Vittorio Scarano con il patrocinio della AISA Associazione Italiana per la promozione della Scienza Aperta. \n\n\n\nIn ogni appuntamento\, un approfondimento sui temi della scienza aperta e pubblica e un laboratorio pratico. \n\n\n\nMercoledì 30 novembre cominciamo a lavorare sulle voci di Wikipedia\, la più grande e consultata enciclopedia della storia\, per promuovere la produzione di voci di qualità da parte di studiosi e specialisti. \n\n\n\n La partecipazione è libera e gratuita; basta iscriversi! https://bit.ly/openscienceunisa \n\n\n\nÈ possibile partecipare in presenza o online. L'aula e la piattaforma verranno comunicate agli iscritti.
URL:https://www.isislab.it/event/openscienceunisa/
ATTACH;FMTTYPE=image/jpeg:https://www.isislab.it/wp-content/uploads/2022/11/open.jpeg
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20221125T130000
DTEND;TZID=Europe/Rome:20221125T140000
DTSTAMP:20260502T150005
CREATED:20221122T105202Z
LAST-MODIFIED:20221122T105609Z
UID:12974-1669381200-1669384800@www.isislab.it
SUMMARY:"Sviluppo di un Bot Intelligente per la gestione delle attività di un laboratorio di ricerca" di Daniele De Falco
DESCRIPTION:Abstract: Da pochi anni a questa parte ci troviamo spesso ad interagire con i Bot online\, dei veri e propri assistenti virtuali in grado di aiutarci a svolgere velocemente e in maniera molto semplice compiti più o meno complessi. Nel corso degli anni\, sono stati sviluppati una quantità incredibilmente ampia di assistenti virtuali che consentono di eseguire efficacemente operazioni ricorrenti tramite conversazioni naturali che permettono di capire il linguaggio umano così da comprendere le loro esigenze ed esporre loro delle soluzioni che si adattano al contesto nel quale il Bot lavora. Un notevole aiuto allo sviluppo di questo genere di software è fornito dall'avvento del Cloud Computing e dalla sempre più rapida espansione e miglioramento degli algoritmi di Intelligenza Artificiale.Da queste premesse nasce ISISLab HelpDesk \, un assistente virtuale in grado di offrire supporto al laboratorio di ricerca ISISLab . ISISLab HelpDesk permette di sollevare gli amministratori del laboratorio da una serie di compiti che sono automatizzati grazie all'aiuto di tale assistente virtuale. Qualsiasi utente può facilmente utilizzare ISISLab HelpDesk grazie agli algoritmi di Intelligenza Artificiale che sono stati implementati. Tali algoritmi permettono all'utente di comunicare con il bot mediante linguaggio naturale. In aggiunta\, ISISLab HelpDesk continua ad apprendere e a migliorare nel tempo in modo autonomo. L'architettura del bot sfrutta la tecnologia dei container per ottimizzare le fasi di installazione e di esecuzione\, realizzando un'architettura snella e facile da manutenere.
URL:https://www.isislab.it/event/sviluppo-di-un-bot-intelligente-per-la-gestione-delle-attivita-di-un-laboratorio-di-ricerca-di-daniele-de-falco/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2022/11/SeminarioISISLab-25-11-2022.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20221118T013000
DTEND;TZID=Europe/Rome:20221118T020000
DTSTAMP:20260502T150005
CREATED:20221116T204516Z
LAST-MODIFIED:20221116T204517Z
UID:12960-1668735000-1668736800@www.isislab.it
SUMMARY:Privacy literacy: studio e strumenti  di Luisa Cauteruccio
DESCRIPTION:Abstract: \n\n\n\nIn questo seminario verrà affrontato il tema della privacy literacy. Verranno innanzitutto trattati il tema della privacy nel mondo attuale e la privacy dei dati che comunichiamo online o che vengono trattati dai dispositivi che utilizziamo quotidianamente o dagli accessi ai siti web o applicazioni. Verrà evidenziata l’importanza di proteggere tali informazioni ed i rischi che un individuo potrebbe subire in caso di una mancata protezione\, con una relativa analisi per fasce di età. Sarà presentata una panoramica dei sistemi attualmente esistenti che si occupano della protezione dei dati\, e di quelli che si occupano di insegnare come proteggere tali dati e tutelare gli utenti. Sarà infine proposta una idea di progettazione di una soluzione tecnologica volta a fornire strumenti per la privacy literacy.
URL:https://www.isislab.it/event/privacy-literacy-studio-e-strumenti-di-luisa-cauteruccio/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2022/11/SeminarioISISLab-18-11-2022.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20221111T130000
DTEND;TZID=Europe/Rome:20221111T140000
DTSTAMP:20260502T150005
CREATED:20221109T171157Z
LAST-MODIFIED:20221109T171158Z
UID:12943-1668171600-1668175200@www.isislab.it
SUMMARY:Seminario: "A Performance Portability Study of SYCL Programs: from Micro-Benchmarks to a Drug-Discovery Industrial Application" di Lorenzo Carpentieri
DESCRIPTION:Abstract \n\n\n\nIn recent years\, Heterogeneous Computing has become more popular since it provides many benefits from higher flexibility of hardware usage to energy efficiency. Heterogeneous high-performance computing systems\, however\, are facing some challenges\, especially within the application development cycle. Moreover\, evaluating the application performance is no longer bounded to the execution on a single device and there is a need for suitable evaluation methods. \n\n\n\nIn general\, to get more benefits from heterogeneous computing\, it is essential to implement applications capable of running on multiple hardware while achieving high performance on each of them with the minimum development effort. In other words\, heterogeneous computing should consider "performance portability" in both performance and hardware. This means that in a heterogeneous context\, the application should run on different hardware effortlessly while delivering the same performance. \n\n\n\nThis thesis studies the performance portability of SYCL applications and investigates the challenges of porting an application from CUDA to SYCL. For this purpose\, we have implemented a micro-benchmark and performed the CUDA-to-SYCL porting of the LiGen application\, which is a real-world drug discovery application.
URL:https://www.isislab.it/event/seminario-a-performance-portability-study-of-sycl-programs-from-micro-benchmarks-to-a-drug-discovery-industrial-application-di-lorenzo-carpentieri/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2022/11/SeminarioISISLab-28-10-2022-2.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20221104T130000
DTEND;TZID=Europe/Rome:20221104T140000
DTSTAMP:20260502T150005
CREATED:20221103T162147Z
LAST-MODIFIED:20221103T162148Z
UID:12912-1667566800-1667570400@www.isislab.it
SUMMARY:Seminario: "Rust language in the research community" di Daniele De Vinco
DESCRIPTION:
URL:https://www.isislab.it/event/seminario-rust-language-in-the-research-community-di-daniele-de-vinco/
LOCATION:Aula P6 (Edificio F3) – Dipartimento Informatica\, Via Giovanni Paolo II\, 132\, 84084 Fisciano SA
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2022/11/SeminarioISISLab-28-10-2022-1.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Rome:20221028T120000
DTEND;TZID=Europe/Rome:20221028T120000
DTSTAMP:20260502T150005
CREATED:20221026T111959Z
LAST-MODIFIED:20221026T112113Z
UID:12910-1666958400-1666958400@www.isislab.it
SUMMARY:An Analysis of Long-tailed Network Latency Distribution and Background Traffic on Dragonfly+ of Majid SALIMIBENI
DESCRIPTION:Abstract: Modern computing systems are highly affected by large performance variability\, resulting in a long tail in the distribution of the network latency.For communication-intensive applications\, the variability comes from several factors such as the communication pattern\, job placement strategies\, routing algorithms\, and most importantly\, the network background traffic. Although recent high-performance interconnects such as Dragonfly+ try to mitigate this variability by employing advanced techniques such as adaptive routing or topological improvements\, the long tail is still there.In this study\, we have demonstrated the different sources of performance variability on a large-scale computing system with a Dragonfly+ topology. This quantitative study investigates the impact of several sources including the locality of job placement\, the communication pattern\, the message size\, and the network background traffic.Also\, to tackle the difficulty in measuring the network background traffic\, we present a novel heuristic that accurately estimates the network traffic and helps to identify those highly-varying communications that contribute to the long tail.We have experimentally validated our proposed background traffic heuristic on a collection of pattern-based microbenchmarks as well as two real-world applications\, HACC and miniAMR. Results show that the heuristic can successfully predict most of those runs in long-tail at job submission time on both microbenchmarks and real-world applications
URL:https://www.isislab.it/event/an-analysis-of-long-tailed-network-latency-distribution-and-background-traffic-on-dragonfly-of-majid-salimibeni/
ATTACH;FMTTYPE=image/png:https://www.isislab.it/wp-content/uploads/2022/10/SeminarioISISLab-28-10-2022.png
END:VEVENT
END:VCALENDAR