Liceo Scientifico Statale

Slides:



Advertisements
Similar presentations
Issues in Designing a Confidentiality Preserving Model Server by Philip M Steel & Arnold Reznek.
Advertisements

This presentation is intended as a detailed WebEx, to bring potential customers to an understanding of Dream Report capabilities. This presentation focuses.
Content Management, Working with WordPress Svetlin Nakov Telerik Corporation
Toolbox Mirror -Overview Effective Distributed Learning.
IP Address Management and Request Service Kim Huynh CS491B.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Multiple Tiers in Action
Text Mining & Basic Calculations Supplemental Resources on Class Website.
[ Solution Overview ] 1 of 11 7/13/2015 Lead Delivery System White Paper Directory Sales Lead & Marketing Tool Olympic Technology Consulting Services,
School location collector
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Federated Searching Pre-Conference Workshop - The federated searching cookbook Qin Zhu HP Labs Research Library February 18, 2007.
Data Management Seminar, 8-11th July 2008, Hamburg 1 WinW3S - Translation of Forms and Labels (Mail Merge)
Any host All components deployed to SharePoint Client side code App Web created for app Wrapper deployed to SharePoint Components deployed to.
Test results Test definition (1) Istituto Nazionale di Fisica Nucleare, Sezione di Roma; (2) Istituto Nazionale di Fisica Nucleare, Sezione di Bologna.
Web Content Management Systems. Lecture Contents Web Content Management Systems Non-technical users manage content Workflow management system Different.
1 Web Developer Foundations: Using XHTML Chapter 11 Web Page Promotion Concepts.
This presentation will guide you though the initial stages of installation, through to producing your first report Click your mouse to advance the presentation.
WebMatrix 2 /* web with benefits */. Everything You Need Start create new from OSS apps or templates, or start with existing sites hosted remotely or.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 24 How Websites Work with Databases How Websites Work with Databases.
V 0.1Slide 1 Security – Audit Trail How to maintain audit trail? Access Control Other Information Configuration Customization  audit trail  purge.
OPC Database.NET. OPC Systems.NET What is OPC Systems.NET? OPC Systems.NET is a suite of.NET and HTML5 products for SCADA, HMI, Data Historian, and live.
Introduction.  What does this course mean to VGP?  Creating persistent worlds  Offline multiplayer games  Save/retrieve data from the Web  What does.
CDS/ISIS Clearing House Workshop 2003 – Patrick Huby, Davide Storti Recent developments.
Project Overview and Requirements Katherine Mawhinney.
NATIONAL NODES OF THE BIOSAFETY CLEARING- HOUSE CANADIAN SYSTEM OVERVIEW Caribbean Islands Workshop December 2005 Bridgetown, Barbados.
UNIT 12 SERVER SIDE OF A WEBSITE Cambridge Technicals.
LOGO 2 nd Project Design for Library Programs Supervised By Dr: Mohammed Mikii.
By Matt Baker Eric Sprauve Stephen Cauterucio. The Problem Advisors create a sign-up sheet to be posted on the door of their office. These sign-up sheets.
Advanced FrontPage Forms, Page Templates and Wizards, Behaviors, CSS, DWT and Page Layout.
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
FRANEC and BaSTI grid integration Massimo Sponza INAF - Osservatorio Astronomico di Trieste.
DataFlow Diagram – Level 0
ALICE Pixel Operational Experience R. Santoro On behalf of the ITS collaboration in the ALICE experiment at LHC.
Tallahassee, Florida, 2015 COP4710 Database Systems Project Overview Fall 2015.
Creating Databases for Web applications Server side vs client side PHP basics Homework: Get your own versions of sending working: both html and Flash!
GroundMed Data Management System & On-Line Presentation of Monitoring Data Benedikt Andre Quintino Duarte.
CS5604: Final Presentation ProjOpenDSA: Log Support Victoria Suwardiman Anand Swaminathan Shiyi Wei Department of Computer Science, Virginia Tech December.
Word 2007® Business and Personal Communication How can Microsoft Word 2007 help you work with others?
Lesson 29: Building a Database. Learning Objectives After studying this lesson, you will be able to:  Identify key database design techniques  Open.
 To start using PHP, you can:  Find a web host with PHP and MySQL support  Install a web server on your own PC, and then install PHP and MySQL.
How Web Database Architectures Work CPS181s April 8, 2003.
The Periodical Cat Amy Kreitzer College of St. Catherine Library.
Slide 1 © 2016, Lera Technologies. All Rights Reserved. SAP BO vs SPLUNK vs OBIEE By Lera Technologies.
Moodle Install Guide Team 5 안정현 김현수 주채진 조수아. Moodle Install Enter moodle.org web site -> Go to Standard Moodle Packages in Downloads.
DFR Downloader Theo Laughner, PE Presented at GPA User Forum August 5, 2015.
Extreme Energy Events M. Abbrescia Extreme Energy Events Meetings  Our technical meeting in Grosseto postponed: Morning 15 April  same day.
Customers Order From Amazon Seller Central Program
Update on the new analyzer and more
COP4710 Database Systems Project Overview.
Run 3 Statistics EEE Run coordination meeting esteso alle scuole
Barbara Martelli INFN - CNAF
Microsoft List Schedule April – May 2016
Source file containing the data (Spreadsheet or Database)
Introduction to Web programming
Web Server Programming: CGI(Perl/Python)
Database Driven Websites
Building an Observation Data Layer
Web Browser server client 3-Tier Architecture Apache web server PHP
Accessing Your MySQL Database from the Web with PHP (Ch 11)
RecTech - Associated Recreation Council
I.I.S. Alessandro Volta, Lodi
Taking data efficiently in RUN 5
ხელმძღვანელი: დიმიტრი ქარაული
Data analisys and gas R134a consumption forecast
Hypertext Preprocessor
First steps in data visualisation with CERN-Root Software
Info and news EEE has been contacted by the TRADALBAGAS collaboration
Web Application Development Using PHP
Presentation transcript:

Liceo Scientifico Statale Erice – December, 06-08, 2017 ADM: Automatic Data Miner: a customizable tool for selecting, merging and analysis of the EEE trending data sets Liceo Scientifico Statale Piero Gobetti - Torino Lorenzo Sibille – Lorenzo Mathis

Data from the over 56 telescopes all over Italy are sent to CNAF-INFN, in Bologna, to allow track reconstruction so that all relevant information can be stored in a database to be later available for analysis.

Data for schools are available in csv format at http://eee.centrofermi.it/monitor

Choose the telescope Select the day(s) And download data in csv format

Problems: daily DQM report contains redundant data; you have to erase superimposing periods Data overlapping: Data loss: sometimes data are lost due to telescope malfunction or telescope switched off Result: time waste in choosing another data period and long data formatting time

Solution: Automatic Data Miner - choose telescope and data period concatenates many csv data file from chosen telescope and period - erase superimposing periods - make data consistency check (data loss) output in csv, MySQL, HTML or Excel™ format

Automatic Data Miner Web Interface

Automatic Data Miner a) Creates a /tmp/usr_x directory Web Server (PHP reads query) HTML5 + CSS3 + JS(JQuery) AJAX Post() Python a) new_user b) downloader c) data_unit d) data_check a) Creates a /tmp/usr_x directory CNAF-INFN csv database b) Downloads and concatenates .csv files c) Deletes superimposing records d) For each record checks if timestamp(n+1)-timestamp(n) > MAX_DATA_LOSS

Automatic Data Miner Lost data: 86 min Lost data: 73 min Lost data: 73 min

Further implementations FATA: Forbush Automated Tool for Analysis Forbush decrease (07-16-2017) We’ll publish ADM on our website and we’ll make ADM available to CNAF-INFN EEE Monitor web site FATA will be developed also looking at future Centro Fermi - EEE (TO group) collaboration with INAF-OATO (Osservatorio Astronomico di Torino) Space Weather project

Dr. Ivan Gnesi - Centro Fermi Dr. Fabrizio Coccetti - Centro Fermi Many thanks to: Dr. Ivan Gnesi - Centro Fermi Dr. Fabrizio Coccetti - Centro Fermi Dr. Alessandro Bemporad – OATO And many thanks to everybody at Centro Fermi!! Questions and info: Fulvio Poglio, f.poglio@liceogobetti.it