PROPOSTE DI PROGETTI E TESI DI LAUREA

Size: px
Start display at page:

Download "PROPOSTE DI PROGETTI E TESI DI LAUREA"

Transcription

1 PROPOSTE DI PROGETTI E TESI DI LAUREA Tecnologie per i Sistemi Informativi Context Integration for Mobile Data Design Disparate, heterogeneous, independent Data Sources Semantic schema integration Context-aware information filtering: Data Tailoring Common, integrated, semantic access to data Issues: mobility, data transiency Multiple scenarios: system adaptability 1

2 Context Model: Dimension Tree Dimension Tree: is a Context-User Model, represented as a constrained ontology Dimensions are used to classify all the possible user-context pairs is an extension of the Very Small DataBase Dimension Array 2

3 Domain Ontology Domain Ontology: Represents the main concepts, relations, attributes of the domain: build a shared vocabulary Copes with the absence of the equivalent of a DB global schema It will be, in the medium/long term, shared and commonly agreed Must be decidable and computable (typically within OWL-DL) Data Source: Semantic Extraction Data Source Ontology: Semantic Extraction: data abstract model + storage model Supports the query processing Models isolation (different models can be used separately) 3

4 Chunks Chunk: is the set of relevant data for a given user in a given context can be derived from several data sources is highly context-aware can be materialized on the user device Possibili aree di progetto Moduli per ontology mapping (tecniche di rilevazione di similitudine) Estrattori di semantica per le diverse sorgenti informative (XML, Web pages, OODB, sensori wireless ) Query processing: argomento più opportuno per (progetto + tesi) richiede lavoro di analisi preliminare Generazione di chunk nelle varie fasi del ciclo di vita del sistema (design time, run time, query time) Toolbox per la configurazione dell architettura Case tool 4

5 XML XML (acronimo di extensible Markup Language) deriva come HTML dalla specifica di SGML (Standard Generalized Markup Language) ed è stato introdotto dal W3C; XML può essere visto come una moderna lingua franca nella modellizzazione delle informazioni e può anche essere utilizzato per rappresentare dati semi-strutturati(a differenza dei Database) che hanno una struttura implicita e incompleta; XML non è né un sostituto di HTML né un linguaggio di programmazione a se stante; Data Mining Data Mining area di ricerca che si occupa dello studio di tecniche per estrapolare informazioni implicite, non conosciute ma utili per gli utenti, da basi di dati di grosse dimensioni. Regola di associazione implicazione valida con una certa frequenza. Ad esempio, con una certa frequenza f, coloro che seguono il genere gioco a premi seguono anche gli sceneggiati televisivi. 5

6 Our goal Given XML dataset D A summarized representation of D by means of association rules AR A query Q Provide an intensional answer to Q by querying AR instead of D Substitute the actual data answering query with a set of properties characterizing them [Motro89] Our goal <xml> D Data Mining <xml> AR <article year"2001"> <volume>30</volume> <number>2</number> <month>june</month> <conference>acm International </conference> <date>may 21-24, 2001</date> <location>santa Barbara, California, USA</location> <title articlecode="302001">securing...</title> <authors> <author authorposition="01">e. Brown</author> <author authorposition="02">l. Baines</author> </authors>. <result> { for $article in doc("document.xml")//article where $article/authors/author/text() = "E. Brown" EXTENSIONAL return $article } </result> answer Q <XQuery> INTENSIONAL answer <result> { for $article in doc("ruleset.xml")//associationrule where $article[rulebody[item[itemname="author" and ItemValue="E. Brown"]]] return $article } <AssociationRule support="0.2" confidence="0.8"> </result> <RuleBody> <item> <ItemName>author</ItemName> <ItemValue>E. Brown</ItemValue> </item> </RuleBody> <RuleHead> <item> <ItemName>conference</ItemName> <ItemValue>ACM Intern </ItemValue> </item> </RuleHead> </AssociationRule> 6

7 Motivation XML is a verbose representation of data Huge storage space Query processing time AR s provide a succinct representation Provide: fast approximate succinct Can substitute the actual set if currently unreachable Answer to query (e.g decison support purpose) Patterns for XML Documents (1) Patterns = abstract representation of a generalization of constraints [BGQT04] summarized representation of the data Based on association rule extracted from the dataset Association rule: X,Y set of data items X Y support sup(x Y) = freq(x U Y) confidence conf(x Y) = freq(x U Y)/freq(X) 7

8 Patterns for XML Documents (2) Two orthogonal ways to classify patterns: Exact (e.g. functional dependencies) Instance (dataset instances) Schema (dataset structure) Probabilistic (weak constraints) Patterns for XML Documents (3) Instance patterns = patterns expressed on the instances of the dataset GSL language for pattern formalization [BGQT04] Instance Pattern Query 8

9 Examples of framework (1/4) Classes of query formalized into XQuery expression to inquire either the XML Dataset or the Rule Set. A tool with query prototype for each class of query Examples of framework (2/4) Graphical query language to express queries XQBE (XQuery By Example) [Braga03] User friendly Output: XQuery expression easy to modify in an automatic manner to inquire even the rule set 9

10 Examples of framework (3/4) Examples of framework (4/4) 10

11 Wireless embedded sensor networks Thousands of tiny low power devices spread over large physical areas monitor the environment, possibly predicting potential faults in buildings, bridges, roads, railways etc. The devices must be small, unobtrusive, and cheap The network must be unexpensive to develop, deploy, program, utilize and maintain A sensor network Comprises a number of sensor nodes and a base station Applications: Monitoring contaminated land areas or waters Monitoring animal behaviour Fire, earthquake emergencies Vehicle tracking, traffic control Surveillance of city districts, defense related networks, alerts to terroristical threats 11

12 Motes: the Mica2 platform Mica2Dot Basically same features, smaller size, fewer sensor options Different sensor boards for Mica2 and Mica2Dot DB view of sensor networks Traditional: Procedural addressing of individual sensor nodes: user specifies how task is executed, data is processed centrally DB-style approach: Declarative querying: user is not concerned about how the network works : in-network distributed processing 12

13 TinyDB TinyDB is a query processing system for extracting information from a network of TinyOS sensors. Reduced SQL interface (with some additional constructs) Queries issued from a PC Collects data from motes in the environment, filters it, aggregates it together, and routes it out to a PC Exploits power-efficient in-network processing algorithms. Multiple persistent queries with different sample time But further useful database functionalities are still lacking One VSDB should reside at least on every generic sensing device (e.g. Mica2) To compose a distributed/federated database Each VSDB should be context aware Each VSDB should be able to appropriately redirect queries to neighbours (P2P) because of an internal fault or a generic unavailability because it does not possess the information because the other node knows something more, in order to complete the information because the other node has a less power-consuming sensor onboard design appropriate, optimized query processing plans (e.g. redirect subquery, cache subquery result, etc.) 13

14 Estrazione di dati da sorgenti web e costruzione di data warehouse Un tema di interesse: i congressi medici nel mondo: Definizione di ontologie di dominio Estrattori di informazioni Progetto e realizzazione della base di dati e del data warehouse 14

Intensional Query Answering to XQuery Expressions

Intensional Query Answering to XQuery Expressions Intensional Query Answering to XQuery Expressions Simone Gasparini, Elisa Quintarelli To cite this version: Simone Gasparini, Elisa Quintarelli. Intensional Query Answering to XQuery Expressions. Andersen,

More information

Wireless Sensor networks: a data centric overview. Politecnico di Milano Joint work with: C. Bolchini F.A. Schreiber other colleagues and students

Wireless Sensor networks: a data centric overview. Politecnico di Milano Joint work with: C. Bolchini F.A. Schreiber other colleagues and students Wireless Sensor networks: a data centric overview Politecnico di Milano Joint work with: C. Bolchini F.A. Schreiber other colleagues and students Wireless embedded sensor networks Thousands of tiny low

More information

Projects A.A. 2012/2013. Main topics for projects and

Projects A.A. 2012/2013. Main topics for projects and Projects A.A. 2012/2013 Main topics for projects and thesis Progetto di Ingegneria Informatica I crediti associati al Progetto di Ingegneria Informatica prevedono attività progettuale e di sperimentazione

More information

MSQ3-8 - MOC UPDATING YOUR SQL SERVER SKILLS TO MICROSOFT SQL SERVER 2014

MSQ3-8 - MOC UPDATING YOUR SQL SERVER SKILLS TO MICROSOFT SQL SERVER 2014 MSQ3-8 - MOC 10977 - UPDATING YOUR SQL SERVER SKILLS TO MICROSOFT SQL SERVER 2014 Categoria: SQL Server 2014 e 2012 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore:

More information

Esempio con Google Play tore Example with Google Play tore

Esempio con Google Play tore Example with Google Play tore Guida all installazione ed uso dell App VR Tour Camerata Picena Per installare l App occorre aprire lo Store del vostro smartphone (Play Store o App Store) e cercare l App con parola chiave Camerata Picena.

More information

Architettura Database Oracle

Architettura Database Oracle Architettura Database Oracle Shared Pool La shared pool consiste di: Data dictionary: cache che contiene informazioni relative agli oggetti del databse, lo storage ed i privilegi Library cache: contiene

More information

Watson & WMR2017. (slides mostly derived from Jim Hendler and Simon Ellis, Rensselaer Polytechnic Institute, or from IBM itself)

Watson & WMR2017. (slides mostly derived from Jim Hendler and Simon Ellis, Rensselaer Polytechnic Institute, or from IBM itself) Watson & WMR2017 (slides mostly derived from Jim Hendler and Simon Ellis, Rensselaer Polytechnic Institute, or from IBM itself) R. BASILI A.A. 2016-17 Overview Motivations Watson Jeopardy NLU in Watson

More information

MW MOC SUPPORTING AND TROUBLESHOOTING WINDOWS 10

MW MOC SUPPORTING AND TROUBLESHOOTING WINDOWS 10 MW10-3 - MOC 10982 - SUPPORTING AND TROUBLESHOOTING WINDOWS 10 Categoria: Windows 10 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni Windows 10 Microsoft

More information

Context-aware Semantic Middleware Solutions for Pervasive Applications

Context-aware Semantic Middleware Solutions for Pervasive Applications Solutions for Pervasive Applications Alessandra Toninelli alessandra.toninelli@unibo.it Università degli Studi di Bologna Department of Electronics, Information and Systems PhD Course Infrastructure and

More information

Programmazione avanzata con ecos

Programmazione avanzata con ecos Programmazione avanzata con ecos Giovanni Perbellini Agenda Aggiunta di un device driver all interno di ecos Modifica del repository Progettazione driver per il controllo di un contatore Modifica della

More information

Computer challenges guillotine: how an artificial player can solve a complex language TV game with web data analysis

Computer challenges guillotine: how an artificial player can solve a complex language TV game with web data analysis Computer challenges guillotine: how an artificial player can solve a complex language TV game with web data analysis Luca Squadrone University TorVergata Rome, Italy luca.squadrone@yahoo.it Abstract English.

More information

PfR Performance Routing. Massimiliano Sbaraglia

PfR Performance Routing. Massimiliano Sbaraglia PfR Performance Routing Massimiliano Sbaraglia PfR advantage PfR abilita i processi di routing su base best path (non più su prefix-destination) basandosi su definite policy; PfR potenzia i tradizionali

More information

Automatic Creation of Define.xml for ADaM

Automatic Creation of Define.xml for ADaM Automatic Creation of Define.xml for ADaM Alessia Sacco, Statistical Programmer www.valos.it info@valos.it 1 Indice Define.xml Pinnacle 21 Community Valos ADaM Metadata 2 Define.xml Cos è: Case Report

More information

GAF Geography-informed Energy Conservation for Ad Hoc Routing

GAF Geography-informed Energy Conservation for Ad Hoc Routing GAF Geography-informed Energy Conservation for Ad Hoc Routing Ya Xu, John Heidemann, Deborah Estrin USC/ISI, UCLA Energy? Node Density Node Redundancy in Ad Hoc Routing GAF: Geographic Adaptive Fidelity

More information

MOC10215 Implementing and Managing Server Virtualization

MOC10215 Implementing and Managing Server Virtualization Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC10215 Implementing and Managing Server Virtualization Durata: 4.5 gg Descrizione Questo corso fornisce le competenze e le conoscenze

More information

Curriculum vitae Luca Montanari

Curriculum vitae Luca Montanari Curriculum vitae Luca Montanari Other language(s) UNDERSTANDING SPEAKING WRITING Listening Reading Spoken interaction Spoken production English C2 C2 C1 C1 C2 Levels: A1 and A2: Basic user - B1 and B2:

More information

MW MOC INSTALLING AND CONFIGURING WINDOWS 10

MW MOC INSTALLING AND CONFIGURING WINDOWS 10 MW10-4 - MOC 20698 - INSTALLING AND CONFIGURING WINDOWS 10 Categoria: Windows 10 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5 Giorni Windows 10 Microsoft Certified

More information

CORSO MOC10265: Developing Data Access Solutions with Microsoft. CEGEKA Education corsi di formazione professionale

CORSO MOC10265: Developing Data Access Solutions with Microsoft. CEGEKA Education corsi di formazione professionale CORSO MOC10265: Developing Data Access Solutions with Microsoft CEGEKA Education corsi di formazione professionale Developing Data Access Solutions with Microsoft In this course, experienced developers

More information

GESTIONE DEL BACKGROUND. Programmazione Web 1

GESTIONE DEL BACKGROUND. Programmazione Web 1 GESTIONE DEL BACKGROUND Programmazione Web 1 Background background-color opacity Immagini nel background background-image background-repeat background-posi:on background-a;achment Programmazione Web 2

More information

MWS3-2 - MOC INSTALLATION, STORAGE AND COMPUTE WITH WINDOWS SERVER 2016

MWS3-2 - MOC INSTALLATION, STORAGE AND COMPUTE WITH WINDOWS SERVER 2016 MWS3-2 - MOC 20740 - INSTALLATION, STORAGE AND COMPUTE WITH WINDOWS SERVER 2016 Categoria: Windows Server 2016 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5

More information

SAFE DESIGNED IN ITALY CASSEFORTI PER HOTEL HOTEL SAFES

SAFE DESIGNED IN ITALY CASSEFORTI PER HOTEL HOTEL SAFES DESIGNED IN ITALY CASSEFORTI PER HOTEL HOTEL S : I MODELLI : MODELS TOP OPEN DRAWER Innovativa tastiera touch e display led integrato nella porta New touch keypad and stealthy LED display L apertura dall

More information

Study Plans. For the students enrolled in

Study Plans. For the students enrolled in Study Plans For the students enrolled in 2013-2014 Ordinamento X [51-72] CFU in INF/01 Informatica, ING- INF/05 Sistemi di elaborazione dell informazione (attività caratterizzanti) X [30-48] CFU in INF/01,

More information

google adwords guida F511591EE4389B71B65D236A6F16B219 Google Adwords Guida 1 / 6

google adwords guida F511591EE4389B71B65D236A6F16B219 Google Adwords Guida 1 / 6 Google Adwords Guida 1 / 6 2 / 6 3 / 6 Google Adwords Guida La tua guida a Google Ads Nozioni di base di Google Ads Creare annunci e campagne Scegliere dove e quando pubblicare gli annunci Come scoprire

More information

Nuove tecnologie per la sicurezza dei sistemi SCADA il progetto H2020 ATENA

Nuove tecnologie per la sicurezza dei sistemi SCADA il progetto H2020 ATENA Nuove tecnologie per la sicurezza dei sistemi SCADA il progetto H2020 ATENA Prof. Stefano Panzieri Dipartimento di Ingegneria Modeling for Critical Infrastructures Protection Laboratory 1 A proactive system

More information

Laboratorio di Sistemi Software Design Patterns 2

Laboratorio di Sistemi Software Design Patterns 2 TITLE Laboratorio di Sistemi Software Design Patterns 2 Luca Padovani (A-L) Riccardo Solmi (M-Z) 1 Indice degli argomenti Tipi di Design Patterns Creazionali, strutturali, comportamentali Design Patterns

More information

Self-Adaptive Middleware for Wireless Sensor Networks: A Reference Architecture

Self-Adaptive Middleware for Wireless Sensor Networks: A Reference Architecture Architecting Self-Managing Distributed Systems Workshop ASDS@ECSAW 15 Self-Adaptive Middleware for Wireless Sensor Networks: A Reference Architecture Flávia C. Delicato Federal University of Rio de Janeiro

More information

Sistemi ICT per il Business Networking

Sistemi ICT per il Business Networking Corso di Laurea Specialistica Ingegneria Gestionale Sistemi ICT per il Business Networking B2B Integration Docente: Vito Morreale (vito.morreale@eng.it) 1 B2B Interactions Businesses are constantly searching

More information

MOC6231 Maintaining a Microsoft SQL Server 2008 Database

MOC6231 Maintaining a Microsoft SQL Server 2008 Database Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC6231 Maintaining a Microsoft SQL Server 2008 Database Durata: 4.5 gg Descrizione Questo corso intende fornire agli allievi le conoscenze

More information

UML-Based Conceptual Modeling of Pattern-Bases

UML-Based Conceptual Modeling of Pattern-Bases UML-Based Conceptual Modeling of Pattern-Bases Stefano Rizzi DEIS - University of Bologna Viale Risorgimento, 2 40136 Bologna - Italy srizzi@deis.unibo.it Abstract. The concept of pattern, meant as an

More information

SAFE. DESIGNED in italy CASSEFORTI PER HOTEL HOTEL SAFES

SAFE. DESIGNED in italy CASSEFORTI PER HOTEL HOTEL SAFES SAFE DESIGNED in italy CASSEFORTI PER HOTEL HOTEL SAFES SAFE TOP OPEN SAFE DRAWER Innovativo sistema touch e display led integrato nella porta attivabile con tast New touch keypad and stealthy LED display,

More information

Knowledge discovery from XML Database

Knowledge discovery from XML Database Knowledge discovery from XML Database Pravin P. Chothe 1 Prof. S. V. Patil 2 Prof.S. H. Dinde 3 PG Scholar, ADCET, Professor, ADCET Ashta, Professor, SGI, Atigre, Maharashtra, India Maharashtra, India

More information

Form HTML FORM E PHP. Un insieme di elemen5 in una pagina web con cui l'utente interagisce per inviare informazioni ad uno script

Form HTML FORM E PHP. Un insieme di elemen5 in una pagina web con cui l'utente interagisce per inviare informazioni ad uno script HTML FORM E PHP 2014-2015 Programmazione Web 1 Form Un insieme di elemen5 in una pagina web con cui l'utente interagisce per inviare informazioni ad uno script Realizzazione di due cose la pagina contente

More information

CORSO MOC2810: Fundamentals of Network Security. CEGEKA Education corsi di formazione professionale

CORSO MOC2810: Fundamentals of Network Security. CEGEKA Education corsi di formazione professionale CORSO MOC2810: Fundamentals of Network Security CEGEKA Education corsi di formazione professionale Fundamentals of Network Security This four-day, instructor-led course provides students with the knowledge

More information

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 2, 2015 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 12 (Wrap-up) http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2411

More information

MSPJ-14 - MOC PLANNING, DEPLOYING AND MANAGING MICROSOFT PROJECT SERVER 2013

MSPJ-14 - MOC PLANNING, DEPLOYING AND MANAGING MICROSOFT PROJECT SERVER 2013 MSPJ-14 - MOC 55115 - PLANNING, DEPLOYING AND MANAGING MICROSOFT PROJECT SERVER 2013 Categoria: Project INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 3 Giorni

More information

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 1, 2017 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 12 (Wrap-up) http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2457

More information

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS 1 WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS BRUCE CROFT NSF Center for Intelligent Information Retrieval, Computer Science Department, University of Massachusetts,

More information

MWS3-3 - MOC NETWORKING WITH WINDOWS SERVER 2016

MWS3-3 - MOC NETWORKING WITH WINDOWS SERVER 2016 MWS3-3 - MOC 20741 - NETWORKING WITH WINDOWS SERVER 2016 Categoria: Windows Server 2016 INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 5,00000 Giorni Windows Server

More information

Model TechServer: TSM- IPS1

Model TechServer: TSM- IPS1 Model TechServer: TSM- IPS1 Il server TSM- IPS1 è un server high- performance ad alto rendimento, altamente affidabile nel segmento Server Midrange. Ideale per l utilizzo come data center o per l'integrazione

More information

ANALISI DELLE CORRISPONDENZE IN R

ANALISI DELLE CORRISPONDENZE IN R ANALISI DELLE CORRISPONDENZE IN R Un esempio I dati sono tratti da un'indagine ISTAT Aspetti della vita quotidiana condotta a febbraio 2010; sono reperibili sul sito http://www.istat.it/it/archivio/36071.

More information

Wireless Sensor Networks --- Concepts and Challenges

Wireless Sensor Networks --- Concepts and Challenges Wireless Sensor Networks --- Concepts and Challenges Outline Basic Concepts Applications Characteristics and Challenges 2 1 Basic Concepts Traditional Sensing Method Wired/Wireless Object Signal analysis

More information

Company Profile 2017

Company Profile 2017 Company Profile 2017 Industrial integrated IoT Solution Provider Leading network attached storage provider Unique Electronic Manufacturing Service Intelligent Medical System Provider Leading Automation

More information

INFORMATICA INDUSTRIALE

INFORMATICA INDUSTRIALE INFORMATICA INDUSTRIALE Lezione 2 Prof. Christian Forlani forlani@disco.unimib.it Tutor: Stefano Brusamolino brusamolino@ira.disco.unimib.it Device Structure: Core» Oscillator» Reset» Architecture» CPU

More information

Evoluzione dell UTM a difesa del modello cloud ibrido

Evoluzione dell UTM a difesa del modello cloud ibrido 1 Evoluzione dell UTM a difesa del modello cloud ibrido Emilio Tonelli Sr. Sales Engineer - Italy Copyright 2016 WatchGuard Technologies, Inc. All Rights Reserved 2 Agenda Le minacce informatiche/cloud

More information

CORSO MOC6421: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure. CEGEKA Education corsi di formazione professionale

CORSO MOC6421: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure. CEGEKA Education corsi di formazione professionale CORSO MOC6421: Configuring and Troubleshooting a Windows Server 2008 Network Infrastructure CEGEKA Education corsi di formazione professionale Configuring and Troubleshooting a Windows Server 2008 Network

More information

for large-sized and heavy pieces, are used washing booths provided with a oscillating table and rotating ramps.

for large-sized and heavy pieces, are used washing booths provided with a oscillating table and rotating ramps. TAVOLA OSCILLANTE Per pezzi di grandi dimensioni e peso, si utilizzano cabine di lavaggio con tavola oscillante e rampe rotanti. Questo sistema consente di ottenere macchine con portata superiore a 80.000

More information

(*Tiered Storage ARchitecture)

(*Tiered Storage ARchitecture) TSAR*: A Two Tier Sensor Storage Architecture Using Interval Skip Graphs (*Tiered Storage ARchitecture) Peter Desnoyers, Deepak Ganesan, and Prashant Shenoy University of Massachusetts, Amherst Department

More information

Lesson 5 Web Service Interface Definition (Part II)

Lesson 5 Web Service Interface Definition (Part II) Lesson 5 Web Service Interface Definition (Part II) Service Oriented Architectures Security Module 1 - Basic technologies Unit 3 WSDL Ernesto Damiani Università di Milano Controlling the style (1) The

More information

SAPR UAV. Unmanned Air Vehicle. Virtualmind group

SAPR UAV. Unmanned Air Vehicle. Virtualmind group SAPR UAV Unmanned Air Vehicle Virtualmind group Release 01-2016 Aeromeccanica Fleet UAV - SAPR The systems produced by Aeromeccanica are all designed and manufactured in Italy by Virtualmind OUR FLEET:

More information

DOWNLOAD OR READ : WINDOWS 7 VISUAL QUICK TIPS PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : WINDOWS 7 VISUAL QUICK TIPS PDF EBOOK EPUB MOBI DOWNLOAD OR READ : WINDOWS 7 VISUAL QUICK TIPS PDF EBOOK EPUB MOBI Page 1 Page 2 windows 7 visual quick tips windows 7 visual quick pdf windows 7 visual quick tips Luna "Luna" (the Moon in Latin and various

More information

OEO035 Lo stack LAMP in Ubuntu

OEO035 Lo stack LAMP in Ubuntu Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it OEO035 Lo stack LAMP in Ubuntu Durata: 3 gg Descrizione Normal 0 14 false false false IT X-NONE X-NONE Pagina 1 Il corso fornisce una

More information

Tecniche di Progettazione: Design Patterns

Tecniche di Progettazione: Design Patterns Tecniche di Progettazione: Design Patterns GoF: Decorator 1 Decorator Intent Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending

More information

Collaborative editing of knowledge resources for cross-lingual text mining

Collaborative editing of knowledge resources for cross-lingual text mining UNIVERSITÀ DI PISA Scuola di Dottorato in Ingegneria Leonardo da Vinci Corso di Dottorato di Ricerca in INGEGNERIA DELL INFORMAZIONE Tesi di Dottorato di Ricerca Collaborative editing of knowledge resources

More information

Cyber Hygiene Program 7 Passi per mitigare un attacco Alessio L.R. Pennasilico Andrea Argentin

Cyber Hygiene Program 7 Passi per mitigare un attacco Alessio L.R. Pennasilico Andrea Argentin Cyber Hygiene Program 7 Passi per mitigare un attacco Alessio L.R. Pennasilico Andrea Argentin Verona, Ottobre 2018 Alessio L.R. Pennasilico aka -=mayhem=- Practice Leader Information & Cyber Security

More information

Computer-based Tracking Protocols: Improving Communication between Databases

Computer-based Tracking Protocols: Improving Communication between Databases Computer-based Tracking Protocols: Improving Communication between Databases Amol Deshpande Database Group Department of Computer Science University of Maryland Overview Food tracking and traceability

More information

CORSO MOC : Administering System Center Configuration Manager. CEGEKA Education corsi di formazione professionale

CORSO MOC : Administering System Center Configuration Manager. CEGEKA Education corsi di formazione professionale CORSO MOC20703-1: Administering System Center Configuration Manager CEGEKA Education corsi di formazione professionale Administering System Center Configuration Manager This five-day course describes how

More information

Adding formal semantics to the Web

Adding formal semantics to the Web Adding formal semantics to the Web building on top of RDF Schema Jeen Broekstra On-To-Knowledge project Context On-To-Knowledge IST project about content-driven knowledge management through evolving ontologies

More information

Corso: Identity with Windows Server 2016 Codice PCSNET: MWS3-4 Cod. Vendor: Durata: 5

Corso: Identity with Windows Server 2016 Codice PCSNET: MWS3-4 Cod. Vendor: Durata: 5 Corso: Identity with Windows Server 2016 Codice PCSNET: MWS3-4 Cod. Vendor: 20742 Durata: 5 Obiettivi Installare e configurare i controller di dominio. Gestire gli oggetti di dominio Active Directory utilizzando

More information

Accesso trusted al dato e configurazione dei sistemi informativi per il GDPR

Accesso trusted al dato e configurazione dei sistemi informativi per il GDPR Accesso trusted al dato e configurazione dei sistemi informativi per il GDPR Guglielmo Troiano - Senior Consultant at Digital360 - Senior Advisor at Osservatori Politecnico di Milano Igor Marcolongo -

More information

eco system kit elettrici di cablaggio per sistemi integrati con l architettura

eco system kit elettrici di cablaggio per sistemi integrati con l architettura eco system kit elettrici di cablaggio per sistemi integrati con l architettura kit per sistemi integrati con l architettura 094 system, 094 system curvo, 070 system disponibile nelle finiture,. la testa

More information

ODAT-16 - ORACLE DATABASE 12C: DATA GUARD ADMINISTRATION

ODAT-16 - ORACLE DATABASE 12C: DATA GUARD ADMINISTRATION ODAT-16 - ORACLE DATABASE 12C: DATA GUARD ADMINISTRATION Categoria: Database INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a: Produttore: 4,00000 Giorni Database Oracle Certified

More information

TAG: A TINY AGGREGATION SERVICE FOR AD-HOC SENSOR NETWORKS

TAG: A TINY AGGREGATION SERVICE FOR AD-HOC SENSOR NETWORKS TAG: A TINY AGGREGATION SERVICE FOR AD-HOC SENSOR NETWORKS SAMUEL MADDEN, MICHAEL J. FRANKLIN, JOSEPH HELLERSTEIN, AND WEI HONG Proceedings of the Fifth Symposium on Operating Systems Design and implementation

More information

Wireless Sensor Networks --- Concepts and Challenges

Wireless Sensor Networks --- Concepts and Challenges Outline Wireless Sensor Networks --- Concepts and Challenges Basic Concepts Applications Characteristics and Challenges 2 Traditional Sensing Method Basic Concepts Signal analysis Wired/Wireless Object

More information

CORSO MOC10215: Implementing and Managing Microsoft Server Virtualization. CEGEKA Education corsi di formazione professionale

CORSO MOC10215: Implementing and Managing Microsoft Server Virtualization. CEGEKA Education corsi di formazione professionale CORSO MOC10215: Implementing and Managing Microsoft Server Virtualization CEGEKA Education corsi di formazione professionale Implementing and Managing Microsoft Server Virtualization This five-day, instructor-led

More information

Solving Tridiagonal Systems on the T3E: a Message Passing RD algorithm.

Solving Tridiagonal Systems on the T3E: a Message Passing RD algorithm. Solving Tridiagonal Systems on the T3E: a Message Passing RD algorithm. A. Bevilacqua Dipartimento di Fisica, Università di Bologna INFN, Sezione di Bologna G. Spaletta Dipartimento di Matematica, Università

More information

SISTEMA ANTE EVO 2 DOOR SYSTEM EVO 2

SISTEMA ANTE EVO 2 DOOR SYSTEM EVO 2 EVO 2 Programma per ante scorrevoli in legno o con telaio in alluminio con peso massimo 50 kg. Disponibili nella versione frenata con ammortizzatori oppure con fermi tradizionali. Program for sliding doors

More information

Packet Sniffing, Learning, and Ethics

Packet Sniffing, Learning, and Ethics Packet Sniffing, Learning, and Ethics Antonio Carzaniga Faculty of Informatics University of Lugano February 25, 2010 Why Studying Network Traffic is Good Why Studying Network Traffic is Good Tell me and

More information

MOC20741 Networking with Windows Server 2016

MOC20741 Networking with Windows Server 2016 Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC20741 Networking with Windows Server 2016 Durata: 4.5 gg Descrizione Questo corso intende trasmettere le competenze fondamentali in

More information

MSCE-11 - MOC HYBRID CLOUD AND DATACENTER MONITORING WITH OPERATIONS MANAGEMENT SUITE (OMS)

MSCE-11 - MOC HYBRID CLOUD AND DATACENTER MONITORING WITH OPERATIONS MANAGEMENT SUITE (OMS) MSCE-11 - MOC 10996 - HYBRID CLOUD AND DATACENTER MONITORING WITH OPERATIONS MANAGEMENT SUITE (OMS) Categoria: System Center INFORMAZIONI SUL CORSO Durata: Categoria: Qualifica Istruttore: Dedicato a:

More information

A SEMANTIC MATCHMAKER SERVICE ON THE GRID

A SEMANTIC MATCHMAKER SERVICE ON THE GRID DERI DIGITAL ENTERPRISE RESEARCH INSTITUTE A SEMANTIC MATCHMAKER SERVICE ON THE GRID Andreas Harth Yu He Hongsuda Tangmunarunkit Stefan Decker Carl Kesselman DERI TECHNICAL REPORT 2004-05-18 MAY 2004 DERI

More information

Chapter 4 Research Prototype

Chapter 4 Research Prototype Chapter 4 Research Prototype According to the research method described in Chapter 3, a schema and ontology-assisted heterogeneous information integration prototype system is implemented. This system shows

More information

Programmi di utilità

Programmi di utilità Programmi di utilità La classe SystemData per il calcolo dei tempi e della occupazione di memoria Per calcolare i tempi e la occupazione di memoria è necessario interagire con il sistema operativo, questo

More information

Design of PerLa, a Declarative Language and a Middleware Architecture for Pervasive Systems

Design of PerLa, a Declarative Language and a Middleware Architecture for Pervasive Systems Design of PerLa, a Declarative Language and a Middleware Architecture for Pervasive Systems Fabio A. Schreiber, Romolo Camplani, Marco Fortunato, Marco Marelli, Guido Rota Abstract This project aims at

More information

VHDL Packages. I Packages incapsulano elementi che possono essere condivisi tra più entity Un package consiste di due parti:

VHDL Packages. I Packages incapsulano elementi che possono essere condivisi tra più entity Un package consiste di due parti: 1 VHDL Packages I Packages incapsulano elementi che possono essere condivisi tra più entity Un package consiste di due parti: Declaration Dichiarazione di tutti gli elementi contenuti nel package Body

More information

Answering XML Query Using Tree Based Association Rule

Answering XML Query Using Tree Based Association Rule Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Serie Sistema scorrevoleve regolabile o fisso per armadi con ante interne. Adjustable or fixed sliding system for wardrobes with internal doors

Serie Sistema scorrevoleve regolabile o fisso per armadi con ante interne. Adjustable or fixed sliding system for wardrobes with internal doors Serie Sistema scorrevoleve regolabile o fisso per armadi con ante interne Adjustable or fixed sliding system for wardrobes with internal doors , 1 1 1, 4 1 1 11, 4 4 4 4 4 4 Posizione binari Rails position

More information

Digital Libraries: Interoperability

Digital Libraries: Interoperability Digital Libraries: Interoperability RAFFAELLA BERNARDI UNIVERSITÀ DEGLI STUDI DI TRENTO P.ZZA VENEZIA, ROOM: 2.05, E-MAIL: BERNARDI@DISI.UNITN.IT Contents 1 Interoperability...............................................

More information

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Overview The course has been extended by one day in response to delegate feedback. This extra day will allow for timely completion of all the

More information

Corso di Elettronica dei Sistemi Programmabili

Corso di Elettronica dei Sistemi Programmabili Corso di Elettronica dei Sistemi Programmabili Sistemi Operativi Real Time freertos implementation Aprile 2014 Stefano Salvatori 1/40 Sommario RTOS tick Execution context Context switch example 2/40 RTOS

More information

CE693: Adv. Computer Networking

CE693: Adv. Computer Networking CE693: Adv. Computer Networking L-13 Sensor Networks Acknowledgments: Lecture slides are from the graduate level Computer Networks course thought by Srinivasan Seshan at CMU. When slides are obtained from

More information

FREE STANDING LEAFLET DISPLAY

FREE STANDING LEAFLET DISPLAY esempio 1 model 1 esempio 2 model 2 Geniale sistema modulare per la realizzazione di svariate soluzioni espositive per utilizzo interno. Caratteristica principale è il profilo in alluminio centrale che

More information

An Infrastructure for MultiMedia Metadata Management

An Infrastructure for MultiMedia Metadata Management An Infrastructure for MultiMedia Metadata Management Patrizia Asirelli, Massimo Martinelli, Ovidio Salvetti Istituto di Scienza e Tecnologie dell Informazione, CNR, 56124 Pisa, Italy {Patrizia.Asirelli,

More information

Tecniche di Progettazione: Design Patterns

Tecniche di Progettazione: Design Patterns Tecniche di Progettazione: Design Patterns GoF: Decorator 1 An example 2 Your first idea of implementation 3 In reality 4 Now a beverage can be mixed from different condiment to form a new beverage 5 6

More information

Semantic Web Mining and its application in Human Resource Management

Semantic Web Mining and its application in Human Resource Management International Journal of Computer Science & Management Studies, Vol. 11, Issue 02, August 2011 60 Semantic Web Mining and its application in Human Resource Management Ridhika Malik 1, Kunjana Vasudev 2

More information

Building Geospatial Mashups to Visualize Information for Crisis Management. Shubham Gupta and Craig A. Knoblock University of Southern California

Building Geospatial Mashups to Visualize Information for Crisis Management. Shubham Gupta and Craig A. Knoblock University of Southern California Building Geospatial Mashups to Visualize Information for Crisis Management Shubham Gupta and Craig A. Knoblock University of Southern California 1 WHAT IS A GEOSPATIAL MASHUP? Integrated View of data combined

More information

MVC: the Model-View-Controller architectural pattern

MVC: the Model-View-Controller architectural pattern MVC: the Model-View-Controller architectural pattern Laura Farinetti Dipartimento di Automatica e Informatica Politecnico di Torino laura.farinetti@polito.it 1 Model-View-Controller MVC is an architectural

More information

DATA MINING TRANSACTION

DATA MINING TRANSACTION DATA MINING Data Mining is the process of extracting patterns from data. Data mining is seen as an increasingly important tool by modern business to transform data into an informational advantage. It is

More information

Semantic Data Extraction for B2B Integration

Semantic Data Extraction for B2B Integration Silva, B., Cardoso, J., Semantic Data Extraction for B2B Integration, International Workshop on Dynamic Distributed Systems (IWDDS), In conjunction with the ICDCS 2006, The 26th International Conference

More information

CSE 344 MAY 7 TH EXAM REVIEW

CSE 344 MAY 7 TH EXAM REVIEW CSE 344 MAY 7 TH EXAM REVIEW EXAMINATION STATIONS Exam Wednesday 9:30-10:20 One sheet of notes, front and back Practice solutions out after class Good luck! EXAM LENGTH Production v. Verification Practice

More information

DRAFT A Survey of Event Processing Languages (EPLs)

DRAFT A Survey of Event Processing Languages (EPLs) DRAFT A Survey of Event Processing Languages (EPLs) October 15, 2006 (v14) Tim Bass, CISSP Co-Chair Event Processing Reference Architecture Working Group Principal Global Architect, Director TIBCO Software

More information

Surfing Ada for ESP Part 2

Surfing Ada for ESP Part 2 Surfing Ada for ESP Part 2 C. Montangero Dipartimento d Informatica Corso di ESperienze di Programmazione a.a. 2012/13 1 Table of contents 2 CHAPTER 9: Packages Packages allow the programmer to define

More information

MOC Deploying and Managing Windows 10 Using Enterprise Services

MOC Deploying and Managing Windows 10 Using Enterprise Services Tel. +39 02 365738 info@overneteducation.it www.overneteducation.it MOC20697.2 Deploying and Managing Windows 10 Using Enterprise Services Durata: 4.5 gg Descrizione Questo corso fornisce agli amministratori

More information

Reti di Accesso e di Trasporto (Reti di Accesso) Stefano Salsano AA2010/11 Blocco 4 v1

Reti di Accesso e di Trasporto (Reti di Accesso) Stefano Salsano   AA2010/11 Blocco 4 v1 Reti di Accesso e di Trasporto (Reti di Accesso) Stefano Salsano e-mail: stefano.salsano@uniroma2.it AA2010/11 Blocco 4 v1 Virtual LANs Broadcast issues Switches: - did partition collision domains - bud

More information

Event Detection through Differential Pattern Mining in Internet of Things

Event Detection through Differential Pattern Mining in Internet of Things Event Detection through Differential Pattern Mining in Internet of Things Authors: Md Zakirul Alam Bhuiyan and Jie Wu IEEE MASS 2016 The 13th IEEE International Conference on Mobile Ad hoc and Sensor Systems

More information

Part III. Issues in Search Computing

Part III. Issues in Search Computing Part III Issues in Search Computing Introduction to Part III: Search Computing in a Nutshell Prior to delving into chapters discussing search computing in greater detail, we give a bird s eye view of its

More information

Chapter 1: What is interaction design?

Chapter 1: What is interaction design? Chapter 1: What is interaction design? Interaction design Preece Jenny; Rogers Yvonne; Sharp Helen Apogeo, 2004 What is interaction design? https://www.youtube.com/watch?v=7sfecgoep1c What is interaction

More information

Keywords: Data Mining, TAR, XML.

Keywords: Data Mining, TAR, XML. Volume 6, Issue 6, June 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com TAR: Algorithm

More information

Campo Minato Nel Form1 sono presenti i seguenti componenti:

Campo Minato Nel Form1 sono presenti i seguenti componenti: Campo Minato Nel Form1 sono presenti i seguenti componenti: menustrip1 panel1 picturebox1 label_livello panel2 menustrip1 button_unknown button_free button_fall button_quest button_expl button_bomb Il

More information

Collaborative Framework for Testing Web Application Vulnerabilities Using STOWS

Collaborative Framework for Testing Web Application Vulnerabilities Using STOWS Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information