Periodic Report on WP3 (1/1 31/12/2008) NKUA

Size: px
Start display at page:

Download "Periodic Report on WP3 (1/1 31/12/2008) NKUA"

Transcription

1 Periodic Report on WP3 (1/1 31/12/2008) NKUA Athens, February 2009

2 Document information Project Project acronym: NMDB Project full title: Real-time database for high resolution Neutron Monitor measurements Grant agreement no: Funding scheme: Combination of Collaborative Projects & Coordination and Support Actions Project start date: Project duration: 24 months Call topic: INFRA Scientific Digital Repositories Project web-site: Document Periodic Report: NKUA Period Covered: Actual Submission Date: February 2009 Editors: H. Mavromichalaki Authors: H. Mavromichalaki, A. Papaioannou, C. Sarlanis Draft/Final : Final No of pages (including cover) 9 Keywords: Periodic Report on WP3 2

3 Contents Summary Project objectives Work progress and achievements Explanation of the use of the resources /Deliverables and milestones Tables 7 5. Project managements

4 1. Summary The progress of the package WP3 during the year 2008 has been developed according the schedule of the NMDB Project and the Kick-off meeting (Paris 2008). An online questionnaire, which included all information about Neutron Monitors of the participated groups, was created and all stations managed to send data to the NMDB database. 2. Project objectives According to the schedule program during the time period , the objective of WP3 was to issue a standard set of rules for data acquisition in order to achieve both standard format and resolution (1 minute every 1 minute). A pre-request was to technically prepare all participating stations in order to feed their data into the central database (NMDB). WP3 was committed to take all specified inputs and help adjusting the existing infrastructure in order to be compatible with the NMDB database. 3. Work Progress and achievements Deliverable 3.1 report: Archive creation Collection of all information regarding the status of the NMs Check the specific needs of every station Control of necessary updates Create a compatibility report Start: 01 March 2008 / End: 30 June 2008 In the frame of this deliverable an online questionnaire was created from NKUA, including general information as well as analytical information for every participating station regarding the station s electronics, acquisition system and local server 4

5 ( The result was to have a clear view of the work that should be performed for every single participating station. All information regarding the participating NM stations is collected in an archive. All groups involved in this effort were setting specifications for a system compatible for a central database. The aim of these tasks was focused into the ability of the participating NM stations to provide real-time neutron monitor data with 1- min resolution, updated every 1-min. Summarizing according to the above questionnaire, we can say that at the initiation of the NMDB project 8 NM stations (OULU, JUNG1, JUNG2, AATB, MOSC, ESOI, ATHN and ROME) provided real-time data of 1 min resolution updated every 1 min. 2 NM stations (KIEL, BRBG) provided real-time data of 1min (or higher resolution), with a slower updating rate. 3 NM stations (ArNM, NANM, APTY) provided real-time data of high resolution (1 sec) with an update rate of 1 min. 1 NM station provided non real-time data of 1 min resolution, updated every 1 min (LOMSTIT). 1 NM station (BERN MNM) provided real-time data of 5 min resolution updated every 5 min. 2 NM stations (TERA, KERG) provided real-time data of 1 min updated every 1 day. 7 NM stations (ROME, MOSC, KIEL, AATB, ArNM, NANM, ATHN) provided data corrected in real-time. Therefore, according to the presentation of WP3 working plan at the Paris Kick-off meeting (January 17-19, 2008), software should be implemented in order to make it possible for: 2 NM stations (KIEL, BRBG) to upgrade their updating rate 3 NM stations (ArNM, NANM, APTY) to provide real-time data of 1 min resolution. With the completion of the station s upgrade via software, at least 13 NM stations were in place to feed the database with real-time data of 1 min resolution, updated every 1 min. This was the first accomplishment of WP3.. A compatibility report for every station regarding NMDB s needs was created on 5 July, 2008 with responsibility of NKUA.. Deliverable 3.2 report: Support existing infrastructure/ Trial period Start: 01 June 2008 / End: 30 November 2008 Every indicated participating station had to improve either their registration system and/or the ability to provide 1-minute data every 1 min. NKUA was responsible to 5

6 support any asking participant. Every station provided extensive reports on the upgrading procedure (possible problems, system runs, efficiency issues, final results, system performance etc). The output of the trial period was existing infrastructure to be upgraded and ready to feed data to the database (1min/1min) and final documentation regarding the efforts of the upgrade was produced on Any remaining problem with the quality of the data in the NMDB database is continuously examined. A brief summary of the procedures that have been done is given below: Almaty: Implementation of a script for forming 1-minute data every 1-min and and 1- hour as well as sending these data to NMDB. This script was developed for Windows XP in IZMIRAN. Aragats: Development of a Database Bridge (DB) that deploys data from Data Visualization Interactive Network (DVIN) node MySQL server to NMDB MySQL server for retrieving data from Aragats and Nor-Amberd neutron monitors to NMDB. Athens: Implementation of three scripts for data manipulation and one for system reliability. a) The first one gets the data from binary files and stores them in the local MySQL database. b) The second one opens hourly text files that have been created in local directory from the Super Editor Software that is on IZMIRAN format and stores them in our Local MySQL Database and c) The third one gets data from the local MySQL database sending them to the Central Database in NMDB. The supervisor script checks if everything is executed well including the system kernel that tries to overcome possible problems. IZMIRAN: Development of the software for the automatic updating of the NMDB taking into account the specific properties of each station. One of them is developed for operating under OS Windows in Delphi-7 and another one under OS Linux+Perl. The algorithms for each part are: a) Updating database for OS Windows+Delphi. b) Updating database for OS Linux+Perl+MySQL c) Reading data from NMDB for OS Windows+Delphi d) Reading data from NMDB for OS Linux+Perl. All this software including the initial texts is accessible by the address: ftp://cr0.izmiran.rssi.ru/programsupport_nmdb-izmiran. KIEL: Development of scripts for submission of the Kiel NM data to NMDB. These data is taken from the FTP server and is converted into CSV files suitable for sending to NMDB. The CSV files are sent to NMDB with LOAD DATA LOCAL INFILE. The 6

7 python scripts convert and send the data to NMDB. The scripts are described at: KOSICE: Development of software a) Communication level programs, specifically Daemon SAPI in standard C language. b) Application level program in php language, including weather data for local MySQL and NMDB. OULU: On the registration system, the acquisition program stores data in a text file, one file per day. A perl script uploads these file(s) every minute onto server via ssh, and stores these in server's "spool" folder for newly created data files. On the server, another program checks for these files each minute, fixes all data problems (such as gaps), fixes these if necessary, and stores data both to the local MySQL database and to NMDB. Also, one-hour averages are computed for "completed" hours and also stored in respective tables in real time. Finally, text file is moved from "spool" to "archive" folder to be kept there. We use C++ and Perl software and MySQL++ library to handle connections to databases. Data are in NMDB with 2 minute delay. OBSPARIS: Development of automatically check for new available data on the mail server, adapt the format to CSV, and send the newly created file to the database. Another script checks some parameters once a day to create the files needed to feed the revised table. An IDL program is running in order to send the revised data to NMDB. UBERN: Development of Python scripts to transfer the data files of the neutron monitors at Jungfraujoch (JUNG and JUNG1) to Bern and to convert the timestamp from the end of the interval to the beginning of the interval and the given time from Mideuropean Winter Time to Universal time. Afterwards the script writes the data into a MySQL database in Bern and finally the tables JUNG_ori and JUNG1_ori of the database NMDB in Kiel are synchronized with the corresponding content of the Bern database. UNIROME3: Added of linux server with FTP server to receive data from the acquisition unit and developed a script for data sending to NMDB server. TAU: New software for data acquisition from NM of ESOI-TAU was created on local computer-registrator (worked under DOS support) and was installed on the ESOI-TAU Observatory. The aim of the program to transfer the automatically prepared matrix of 1-min observational data into buffer-computer accumulator (worked under Windows XP) for the next data reduce and transfer to local data server. Special complex of software under MATLAB was created on the computeraccumulator for reducing the primary data to a set of files in special format for transfer through Internet (remote desktop mode) into local server of ESOI-NMDB situated in Qazrin office of the Israel Cosmic Ray and Space Weather Center. 7

8 Special software under MATLAB for data transfer to global NMDB server is now in preparation. 4. Explanation of the use of the resources/ Deliverables and milestones I: Deliverables Del no. Deliverable name 3.1 Archive creation/ Specifications 3.2 Support Existing infrastructure/ Trial period W P no Lead beneficiary Nature Disseminatio n level Delivery date from Annex I (proj.month) Delivered Yes/No Actual/ Forecast delivery date 3 NKUA R PU 6 YES NKUA O PU 12 YES

9 Table II: Milestones Milestone No Milestone name 1 Upgrade needs/specifications 2 Metadata adapted to NMDB WP nos. Lead beneficiary Delivery date from Annex I Actual delivery date Comments WP3 BIRA (?) Month 3 Month 4 Online report of current NM stations situation WP3 IZMIRAN Month 4 Month 6 Report on input data (del. 3.1) & extensive discussions 5. Project Management NKUA supervised all items of WP3 and performed deliverables 3.1 &

Procedures and Resources Plan

Procedures and Resources Plan Project acronym D4Science Project full title DIstributed collaboratories Infrastructure on Grid Enabled Technology 4 Science Project No 212488 Procedures and Resources Plan Deliverable No DSA1.1b January

More information

D8.1 Project website

D8.1 Project website D8.1 Project website WP8 Lead Partner: FENIX Dissemination Level: PU Deliverable due date: M3 Actual submission date: M3 Deliverable Version: V1 Project Acronym Project Title EnDurCrete New Environmental

More information

Metal Recovery from Low Grade Ores and Wastes Plus

Metal Recovery from Low Grade Ores and Wastes Plus Metal Recovery from Low Grade Ores and Wastes Plus D7.1 Project and public website Public Authors: Marta Macias, Carlos Leyva (IDENER) D7.1 I Page 2 Deliverable Number 7.1 Deliverable Name Project and

More information

SLHC-PP DELIVERABLE REPORT EU DELIVERABLE: Document identifier: SLHC-PP-D v1.1. End of Month 03 (June 2008) 30/06/2008

SLHC-PP DELIVERABLE REPORT EU DELIVERABLE: Document identifier: SLHC-PP-D v1.1. End of Month 03 (June 2008) 30/06/2008 SLHC-PP DELIVERABLE REPORT EU DELIVERABLE: 1.2.1 Document identifier: Contractual Date of Delivery to the EC Actual Date of Delivery to the EC End of Month 03 (June 2008) 30/06/2008 Document date: 27/06/2008

More information

D33.1. Project website and internal and external IT communication infrastructure PRACTICE. 36 months FP7/

D33.1. Project website and internal and external IT communication infrastructure PRACTICE. 36 months FP7/ D33.1 Project website and internal and external IT communication infrastructure Project number: 609611 Project acronym: Project title: PRACTICE Start date of the project: 1 st November, 2013 Duration:

More information

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/ D6.1 Project website and internal IT communication infrastructure Project number: 317930 Project acronym: Project title: HINT Start date of the project: 1 st October, 2012 Duration: Programme: Holistic

More information

D5.1. Internal and External IT Communication Infrastructure and Project Website

D5.1. Internal and External IT Communication Infrastructure and Project Website D5.1 Internal and External IT Communication Infrastructure and Project Website Project number: 644052 Project acronym: HECTOR Project title: Hardware Enabled Crypto and Randomness Start date of the project:

More information

DELIVERABLE. D3.1 - TransformingTransport Website. TT Project Title. Project Acronym

DELIVERABLE. D3.1 - TransformingTransport Website. TT Project Title. Project Acronym Ref. Ares(2017)844805-15/02/2017 DELIVERABLE D3.1 - TransformingTransport Website Project Acronym TT Project Title Transforming Transport Grant Agreement number 731932 Call and topic identifier ICT-15-2016-2017

More information

Deliverable No: D8.5

Deliverable No: D8.5 Project Title: Sensing and predictive treatment of frailty and associated co-morbidities using advanced personalized models and advanced interventions Contract No: 690140 Instrument: Call identifier: Topic:

More information

D5.2 FOODstars website WP5 Dissemination and networking

D5.2 FOODstars website WP5 Dissemination and networking D5.2 FOODstars website WP5 Dissemination and networking This project has received funding from the European Union s Horizon 2020 research and innovation programme under grant agreement No 692276. DISCLAIMER

More information

EVACUATE PROJECT WEBSITE

EVACUATE PROJECT WEBSITE FP7-313161 A holistic, scenario-independent, situation-awareness and guidance system for sustaining the Active Evacuation Route for large crowds EVACUATE PROJECT WEBSITE Deliverable Identifier: D.12.1

More information

Deliverable D2.4 AppHub Software Platform

Deliverable D2.4 AppHub Software Platform The European open source Marketplace www.apphub.eu.com ICT Project Deliverable D2.4 AppHub Software Platform This project has received funding from the European Union s Horizon 2020 research and innovation

More information

D8.1. Internal and external IT communication infrastructure and project website M3TERA. 36 months H2020-ICT WP8

D8.1. Internal and external IT communication infrastructure and project website M3TERA. 36 months H2020-ICT WP8 D8.1 Internal and external IT communication infrastructure and project website Project number: 644039 Project acronym: Project title: M3TERA Start date of the project: 1 st February, 2015 Duration: Programme:

More information

Deliverable D7.3 Data Management Plan (M30)

Deliverable D7.3 Data Management Plan (M30) DREAM: Deferred Restructuring of Experience in Autonomous Machines H2020-FETPROACT-2014 Deliverable D7.3 Data Management Plan (M30) Due date of deliverable: 30th, June, 2017 Actual submission date: 2nd,

More information

Development, testing and quality assurance report

Development, testing and quality assurance report The European Open Source Market Place www.apphub.eu.com ICT Project Deliverable D2.5 Development, testing and quality assurance report This project has received funding from the European Union s Horizon

More information

D4.10 Final parmerasa Multi-core System Software

D4.10 Final parmerasa Multi-core System Software Multi-Core Execution of Parallelised Hard Real-time Applications Supporting Analysability D4.10 Final parmerasa Multi-core System Software Nature: P - Prototype Dissemination Level: PU - Public Due date

More information

Early Detection and Integrated Management of Tuberculosis in Europe. PJ Early diagnosis of tuberculosis. D2.2 Website.

Early Detection and Integrated Management of Tuberculosis in Europe. PJ Early diagnosis of tuberculosis. D2.2 Website. Early Detection and Integrated Management of Tuberculosis in Europe PJ-03-2015 Early diagnosis of tuberculosis D2.2 Website WP 2 Website Due date of deliverable Month 3 2 August 2016 Actual submission

More information

Integrated Process Control Based on Distributed In-Situ Sensors into Raw Materials and Energy. Project identity and dissemination material schedule

Integrated Process Control Based on Distributed In-Situ Sensors into Raw Materials and Energy. Project identity and dissemination material schedule Grant agreement no. 636834 Project acronym Project full title Dissemination level Integrated Process Control Based on Distributed In-Situ Sensors into Raw Materials and Energy PU Date of Delivery 24/04/2015

More information

MAtchUP D8.2: Project website WP 8, T th March 2018 (M6)

MAtchUP D8.2: Project website WP 8, T th March 2018 (M6) MAtchUP D8.2: Project website WP 8, T 8.2 30th March 2018 (M6) Authors: Costanza Caffo (ICE), Veronica Meneghello (ICE) MAtchUP - SCC-1-2016-2017 Innovation Action GRANT AGREEMENT No. 774477 Technical

More information

Deliverable 17.3 Test Report on MD-Paedigree Release

Deliverable 17.3 Test Report on MD-Paedigree Release Model Driven Paediatric European Digital Repository Call identifier: FP7-ICT-2011-9 - Grant agreement no: 600932 Thematic Priority: ICT - ICT-2011.5.2: Virtual Physiological Human Deliverable 17.3 Test

More information

CREATE Compact REtrofit Advanced Thermal Energy storage. European Commission Archive 1x

CREATE Compact REtrofit Advanced Thermal Energy storage. European Commission Archive 1x Page: Page 2 of 21 Distribution list External TNO European Commission Archive 1x Change log Issue Date Pages Remark / changes Page 1 26.01.2016 21 First issue All Table of contents Background... 4 1 References...

More information

Project Title: INFRASTRUCTURE AND INTEGRATED TOOLS FOR PERSONALIZED LEARNING OF READING SKILL

Project Title: INFRASTRUCTURE AND INTEGRATED TOOLS FOR PERSONALIZED LEARNING OF READING SKILL Project Title: INFRASTRUCTURE AND INTEGRATED TOOLS FOR PERSONALIZED LEARNING OF READING SKILL Project Acronym: Grant Agreement number: 731724 iread H2020-ICT-2016-2017/H2020-ICT-2016-1 Subject: Dissemination

More information

Ref. Ares(2015) /12/2015. D9.1 Project Collaborative Workspace Bénédicte Ferreira, IT

Ref. Ares(2015) /12/2015. D9.1 Project Collaborative Workspace Bénédicte Ferreira, IT Ref. Ares(2015)6013006-22/12/2015 D9.1 Project Collaborative Workspace Bénédicte Ferreira, IT AQUAEXCEL 2020 Deliverable D9.1 Executive Summary Objectives: This deliverable presents the AQUAEXCEL 2020

More information

Stakeholder consultation process and online consultation platform

Stakeholder consultation process and online consultation platform Stakeholder consultation process and online consultation platform Grant agreement no.: 633107 Deliverable No. D6.2 Stakeholder consultation process and online consultation platform Status: Final Dissemination

More information

Lecture #1 4 th Year M.Sc. Dina Rafaa Ahmed

Lecture #1 4 th Year M.Sc. Dina Rafaa Ahmed Lecture #1 4 th Year M.Sc. Dina Rafaa Ahmed 1 Source Code: It is a specialized language that allows software developers to create and modify computer programs. If you do not have legal access to the source

More information

D 9.1 Project web site. Project acronym: CITI-SENSE EU FP7- ENV Grant Agreement No.:

D 9.1 Project web site. Project acronym: CITI-SENSE EU FP7- ENV Grant Agreement No.: CITI-SENSE GA No.: 308524 D 9.1 Project web site Project acronym: CITI-SENSE Project full title: Development of sensor-based Citizens' Observatory Community for improving quality of life in cities EU FP7-

More information

Biological and Mathematical Basis of Interaction Computing

Biological and Mathematical Basis of Interaction Computing Biological and Mathematical Basis of Interaction Computing WP6: Dissemination and Collaboration Deliverable D6.1 Project Website Project funded by the European Commission Information and Communication

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

QUICKSTART GUIDE: THE ATTIVIO PLATFORM

QUICKSTART GUIDE: THE ATTIVIO PLATFORM QUICKSTART GUIDE: THE ATTIVIO PLATFORM Welcome to the Attivio Cognitive Search and Insight Platform! This guide gives you step-by-step instructions for installing the Attivio Platform so you can get started

More information

QUARTERLY PROGRESS REPORT

QUARTERLY PROGRESS REPORT QUARTERLY PROGRESS REPORT Grant Agreement number: 224275 Project acronym: EVITA Project title: E-safety vehicle intrusion protected applications Funding Scheme: Collaborative project Date of preparation

More information

Networked Access to Library Resources

Networked Access to Library Resources Institute of Museum and Library Services National Leadership Grant Realizing the Vision of Networked Access to Library Resources An Applied Research and Demonstration Project to Establish and Operate a

More information

Project No: FP7-ICT

Project No: FP7-ICT EUROPEAN CONFERENCES ON NETWORKS ANDD COMMUNICATIONS Acronym: EuConNeCts Project No: 619 470 Coordination and Support Action FP7-ICT-2013-11 Duration: 2013/10/01-2015/09/30 D 2.1- Website Type Deliverable

More information

Newsletters published twice a year

Newsletters published twice a year Smart TSO-DSO interaction schemes, market architectures and ICT Solutions for the integration of ancillary services from demand side management and distributed generation Newsletters published twice a

More information

Fusion Registry 9 SDMX Data and Metadata Management System

Fusion Registry 9 SDMX Data and Metadata Management System Registry 9 Data and Management System Registry 9 is a complete and fully integrated statistical data and metadata management system using. Whether you require a metadata repository supporting a highperformance

More information

The Neutron Monitor Control Panel

The Neutron Monitor Control Panel Journal of Physics: Conference Series PAPER OPEN ACCESS The Neutron Monitor Control Panel To cite this article: O García-Población et al 2015 J. Phys.: Conf. Ser. 632 012055 View the article online for

More information

IKAN ALM Architecture. Closing the Gap Enterprise-wide Application Lifecycle Management

IKAN ALM Architecture. Closing the Gap Enterprise-wide Application Lifecycle Management IKAN ALM Architecture Closing the Gap Enterprise-wide Application Lifecycle Management Table of contents IKAN ALM SERVER Architecture...4 IKAN ALM AGENT Architecture...6 Interaction between the IKAN ALM

More information

International Collaboration to promote promoting Energy Efficiency in networked devices

International Collaboration to promote promoting Energy Efficiency in networked devices International Collaboration to promote promoting Energy Efficiency in networked devices Benoît Lebot, Executive Director IPEEC Capetown, DUE, March 31 st, 2015 1 Capetown 31 March 2015 LOCATION DATE A

More information

Next Generation SPENVIS: Current status - 3rd party developments - Release. M. Kruglanski BIRA-IASB

Next Generation SPENVIS: Current status - 3rd party developments - Release. M. Kruglanski BIRA-IASB Next Generation SPENVIS: Current status - 3rd party developments - Release M. Kruglanski BIRA-IASB Next Generation SPENVIS Context: ESA General Support Technology Programme (be, es, de) ESA Technical officer:

More information

Programming Model Installation Guide

Programming Model Installation Guide Project Acronym: Project Title: OPTIMIS Project Number: 257115 Instrument: Thematic Priority: Optimized Infrastructure Services Integrated Project ICT-2009.1.2 Internet of Services, Software and Virtualisation

More information

PRELIDA. D2.3 Deployment of the online infrastructure

PRELIDA. D2.3 Deployment of the online infrastructure Project no. 600663 PRELIDA Preserving Linked Data ICT-2011.4.3: Digital Preservation D2.3 Deployment of the online infrastructure Start Date of Project: 01 January 2013 Duration: 24 Months UNIVERSITAET

More information

EUDAT. Towards a pan-european Collaborative Data Infrastructure. Damien Lecarpentier CSC-IT Center for Science, Finland EUDAT User Forum, Barcelona

EUDAT. Towards a pan-european Collaborative Data Infrastructure. Damien Lecarpentier CSC-IT Center for Science, Finland EUDAT User Forum, Barcelona EUDAT Towards a pan-european Collaborative Data Infrastructure Damien Lecarpentier CSC-IT Center for Science, Finland EUDAT User Forum, Barcelona Date: 7 March 2012 EUDAT Key facts Content Project Name

More information

QuickStart Across Personal Edition v5.5 (Revision: November 8, 2012)

QuickStart Across Personal Edition v5.5 (Revision: November 8, 2012) QuickStart Across Personal Edition v5.5 (Revision: November 8, 2012) Copyright 2004-2012 Across Systems GmbH The contents of this document may not be copied or made available to third parties in any other

More information

Website content RB-DEL.6.5. Platform for sharing best practices for management of rare diseases. (RARE-Bestpractices) Author.

Website content RB-DEL.6.5. Platform for sharing best practices for management of rare diseases. (RARE-Bestpractices) Author. RB-DEL.6.5 Website content Platform for sharing best practices for management of rare diseases (RARE-Bestpractices) Author Cristina Morciano Beneficiary in Charge ISS Revision date 20 June 2013 Dissemination

More information

DELIVERABLE. D3.9 TransformingTransport Open Data Portal

DELIVERABLE. D3.9 TransformingTransport Open Data Portal DELIVERABLE D3.9 TransformingTransport Open Data Portal Project Acronym TT Project Title Transforming Transport Grant Agreement number 731932 Call and topic identifier ICT-15-2016 Funding Scheme Innovation

More information

Feed the Future Innovation Lab for Peanut (Peanut Innovation Lab) Data Management Plan Version:

Feed the Future Innovation Lab for Peanut (Peanut Innovation Lab) Data Management Plan Version: Feed the Future Innovation Lab for Peanut (Peanut Innovation Lab) Data Management Plan Version: 20180316 Peanut Innovation Lab Management Entity The University of Georgia, Athens, Georgia Feed the Future

More information

The IAC s Publications Archive. Monique Gómez & Jorge A. Pérez Prieto Instituto de Astrofísica de Canarias Tenerife, Spain

The IAC s Publications Archive. Monique Gómez & Jorge A. Pérez Prieto Instituto de Astrofísica de Canarias Tenerife, Spain The IAC s Publications Archive Monique Gómez & Jorge A. Pérez Prieto Instituto de Astrofísica de Canarias Tenerife, Spain LISA VII, Naples 17-20 June 2014 Project birth Situation in 2012 IAC publications

More information

Deliverable D9.2 Website availability

Deliverable D9.2 Website availability BIOFOS Micro-ring resonator-based biophotonic system for food analysis Grant agreement no: 611528 Specific Targeted Research Project (STREP) Information & Communication Technologies (ICT) Deliverable D9.2

More information

Deliverable D5.3. World-wide E-infrastructure for structural biology. Grant agreement no.: Prototype of the new VRE portal functionality

Deliverable D5.3. World-wide E-infrastructure for structural biology. Grant agreement no.: Prototype of the new VRE portal functionality Deliverable D5.3 Project Title: Project Acronym: World-wide E-infrastructure for structural biology West-Life Grant agreement no.: 675858 Deliverable title: Lead Beneficiary: Prototype of the new VRE portal

More information

Coordinating Optimisation of Complex Industrial Processes

Coordinating Optimisation of Complex Industrial Processes Ref. Ares(2016)7192906-29/12/2016 Coordinating Optimisation of Complex Industrial Processes COCOP Project information Project call H2020-SPIRE-2016 Grant Number 723661 Project duration 1.10.2016-31.3.2020

More information

Employment Ontario Information System (EOIS) Case Management System

Employment Ontario Information System (EOIS) Case Management System Employment Ontario Information System (EOIS) Case Management System Service Provider User Guide Chapter 8B: Service Plan Management for Literacy and Basic Skills Version 2.7 December 2017 Table of Contents

More information

Batch processing is a technique in which Operating System collects programs and data together in

Batch processing is a technique in which Operating System collects programs and data together in OPERATING SYSTEM PROPERTIES Following are few of very important tasks that Operating System handles. 1.1 Batch Processing Batch processing is a technique in which Operating System collects programs and

More information

INSPIRE status report

INSPIRE status report INSPIRE Team INSPIRE Status report 29/10/2010 Page 1 of 7 INSPIRE status report Table of contents 1 INTRODUCTION... 1 2 INSPIRE STATUS... 2 2.1 BACKGROUND AND RATIONAL... 2 2.2 STAKEHOLDER PARTICIPATION...

More information

Security Assurance Framework for Networked Vehicular Technology

Security Assurance Framework for Networked Vehicular Technology D7.2 SAFERtec Website Security Assurance Framework for Networked Vehicular Technology Abstract SAFERtec proposes a flexible and efficient assurance framework for security and trustworthiness of Connected

More information

Objectives. Demonstrate how quality reporting must be uploaded to Millennium

Objectives. Demonstrate how quality reporting must be uploaded to Millennium Housekeeping Please DO NOT place the call on HOLD Please keep your phone lines muted We have planned time for questions At any time feel free to submit questions using the chat feature and we will be sure

More information

Submission Guide.

Submission Guide. Submission Guide www.jstatsoft.org Abstract The Journal of Statistical Software (JSS) is an open-source and open-access scientific journal by the statistical software community for everybody interested

More information

docalpha 5.0 Server Configuration Utility User Guide

docalpha 5.0 Server Configuration Utility User Guide docalpha 5.0 Server Configuration Utility User Guide Contents 1. docalpha Architecture Overview 3 1.1. docalpha Server Overview 3 2. Working with docalpha Server Configuration Utility 4 2.1. Starting docalpha

More information

Using the Backup module

Using the Backup module Using the Backup module THIS WIKI HAS BEEN UPDATED FOR VERSION 13 OF YOUR PBX GUI. Overview Logging In Menu Items Backups Restores Servers Templates Backup Settings Backup Name Description Status Email

More information

COMET. Public web site

COMET. Public web site COMET (Contract Number: Fission-2012-3.4.1-604794) DELIVERABLE (D-N 5.1) COMET Public web site Authors: Barnett C.L., Patel S., Vandenhove, H., Beresford N.A., Howard B.J. Reporting period: 01/06/2013-31/05/2017

More information

Deliverable D3.4 5G-PPP Security Enablers Documentation (v1.0) Enabler Micro-Segmentation

Deliverable D3.4 5G-PPP Security Enablers Documentation (v1.0) Enabler Micro-Segmentation Deliverable D3.4 5G-PPP Security Enablers Documentation (v1.0) Enabler Micro-Segmentation Project name 5G Enablers for Network and System Security and Resilience Short name 5G-ENSURE Grant agreement 671562

More information

D 9.1 Project website

D 9.1 Project website Doc: FEN--RP-017 Page: Page 1 of 21 H2020 - EEB - 2017-766464 D 9.1 Project website Name Signature and date Prepared by Martina Bakešová (FENIX) 17.1.2018 Checked by Approved by Ir. C.L.G. (Christophe)

More information

Jozef Cernak, Marek Kocan, Eva Cernakova (P. J. Safarik University in Kosice, Kosice, Slovak Republic)

Jozef Cernak, Marek Kocan, Eva Cernakova (P. J. Safarik University in Kosice, Kosice, Slovak Republic) ARC tools for revision and nightly functional tests Jozef Cernak, Marek Kocan, Eva Cernakova (P. J. Safarik University in Kosice, Kosice, Slovak Republic) Outline Testing strategy in ARC ARC-EMI testing

More information

INTAROS Integrated Arctic Observation System

INTAROS Integrated Arctic Observation System INTAROS Integrated Arctic Observation System A project funded by EC - H2020-BG-09-2016 Coordinator: Stein Sandven Nansen Environmental and Remote Sensing Center, Norway Overall objective: to develop an

More information

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release Oracle Cloud What's New for Oracle Cloud Stack Release 18.3.2 E83240-17 July 2018 What s New for Oracle Cloud Stack Manager Oracle Cloud Stack Manager is upgraded in Oracle Cloud data centers as soon as

More information

Oracle Financial Services Regulatory Reporting for US Federal Reserve (OFS AGILE RP US FED)

Oracle Financial Services Regulatory Reporting for US Federal Reserve (OFS AGILE RP US FED) Oracle Financial Services Regulatory Reporting for US Federal Reserve (OFS AGILE RP US FED) Installation Guide Release 8.0.6.0.0 July 2018 DOCUMENT CONTROL Version Number Revision Date Changes Done 1.0

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

D4.1 DEPLOYMENT OF THE TOOL DEMONSTRATOR FINISHED

D4.1 DEPLOYMENT OF THE TOOL DEMONSTRATOR FINISHED ADDITIONAL DESCRIPTIVE REPORT D4.1 DEPLOYMENT OF THE TOOL DEMONSTRATOR PROJECT Acronym: Title: Coordinator: OpenDataMonitor Monitoring, Analysis and Visualisation of Open Data Catalogues, Hubs and Repositories

More information

WP6 Pilot operation and evaluation. Authors: Dragutin Protic, Milan Kilibarda, Branislav Bajat, Ivan Aleksic, Zisis Tsiropoulos, Stelios Kotsopoulos

WP6 Pilot operation and evaluation. Authors: Dragutin Protic, Milan Kilibarda, Branislav Bajat, Ivan Aleksic, Zisis Tsiropoulos, Stelios Kotsopoulos D6.2: 1 st APOLLO TRAINING MATERIAL WP6 Pilot operation and evaluation Authors: Dragutin Protic, Milan Kilibarda, Branislav Bajat, Ivan Aleksic, Zisis Tsiropoulos, Stelios Kotsopoulos This project has

More information

DURAFILE. D1.2 DURAFILE Technical Requirements

DURAFILE. D1.2 DURAFILE Technical Requirements Project Title: INNOVATIVE DIGITAL PRESERVATION USING SOCIAL SEARCH IN AGENT ENVIRONMENTS This project has received funding from the European Union s Seventh Framework Programme for research, technological

More information

AlpEnDAC an Environmental Computing Platform: the IT Infrastructure Behind the Scenes

AlpEnDAC an Environmental Computing Platform: the IT Infrastructure Behind the Scenes AlpEnDAC an Environmental Computing Platform: the IT Infrastructure Behind the Scenes Helmut Heller, Stephan Hachinger, Julian Meyer-Arnek, Christoph Harsch, Anton Frank, Oleg Goussev, Roland Mair, Till

More information

Smart Energy & Power Quality Solutions. GridVis introduction. Dok. Nr.:

Smart Energy & Power Quality Solutions. GridVis introduction. Dok. Nr.: GridVis introduction Dok. Nr.: 2.047.006.2 Contents Minimum requirements 4 Software versions - GridVis license model 5 Installation and Activation of the GridVis Desktop Software 6 Installation of the

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

FREEWAT. FREE and open source software tools for WATer resource management. FREEWAT platform v.1.0 and User Manual v.1.0

FREEWAT. FREE and open source software tools for WATer resource management. FREEWAT platform v.1.0 and User Manual v.1.0 FREE and open source software tools for WATer resource management FREEWAT platform v.1.0 and User Manual v.1.0 Deliverable No. D2.9 Version 2.1 Version Date 30.09.2017 Author(s) Dissemination Level Status

More information

Fluid Management component improvement for Back up fuel cell systems

Fluid Management component improvement for Back up fuel cell systems Fluid Management component improvement for Back up fuel cell systems Deliverable 7.2 Establishing of public FluMaBack portal and launching project event Version 1.1 Report submission date: 23/12/2012 Dissemination

More information

Digitizer operating system support

Digitizer operating system support Digitizer operating system support Author(s): Teledyne SP Devices Document ID: 15-1494 Classification: General release Revision: J Print date: 2018-08-08 1 Windows operating systems We deliver a Windows

More information

Deliverable No. 4.1 SciChallenge Web Platform Early Prototype (Additional Report)

Deliverable No. 4.1 SciChallenge Web Platform Early Prototype (Additional Report) NEXT GENERATION SCIENCE CHALLENGES USING DIGITAL AND SOCIAL MEDIA TO MAKE SCIENCE EDUCATION AND CAREERS ATTRACTIVE FOR YOUNG PEOPLE Deliverable No. 4.1 SciChallenge Web Platform Early Prototype (Additional

More information

Puppet on the AWS Cloud

Puppet on the AWS Cloud Puppet on the AWS Cloud Quick Start Reference Deployment AWS Quick Start Reference Team March 2016 This guide is also available in HTML format at http://docs.aws.amazon.com/quickstart/latest/puppet/. Contents

More information

SciX Open, self organising repository for scientific information exchange. D15: Value Added Publications IST

SciX Open, self organising repository for scientific information exchange. D15: Value Added Publications IST IST-2001-33127 SciX Open, self organising repository for scientific information exchange D15: Value Added Publications Responsible author: Gudni Gudnason Co-authors: Arnar Gudnason Type: software/pilot

More information

Integrating the Drivers of eparticipation at Regional Level in Europe IDEAL-EU

Integrating the Drivers of eparticipation at Regional Level in Europe IDEAL-EU Grant Agreement No. EP-07-01-008 Contract Duration: 24 months (1st January 2008 31st December 2009) Integrating the Drivers of eparticipation at Regional Level in Europe Deliverable D6.1 Project Website

More information

Trust Framework Installation Guide

Trust Framework Installation Guide Project Acronym: Project Title: OPTIMIS Project Number: 257115 Instrument: Thematic Priority: Optimized Infrastructure Services Integrated Project ICT-2009.1.2 Internet of Services, Software and Virtualisation

More information

Webomania Solutions Pvt. Ltd. 2017

Webomania Solutions Pvt. Ltd. 2017 OpenDocMan Webomania Solutions Pvt. Ltd. 2017 OpenDocMan stands for Open Source Document Management System(DMS). OpenDocMan is totally free, web-based programming written in PHPdesigned to comply with

More information

D Audio Aggregation Platform implementation of Highway to Europeana - Node on-a-stick, version 2.

D Audio Aggregation Platform implementation of Highway to Europeana - Node on-a-stick, version 2. D6.2.1 - Audio Aggregation Platform implementation of Highway to Europeana - Node on-a-stick,. The Highway to Europeana USB card provides a content owner with a simple means of uploading his/her material

More information

Technical specifications for the Open Annotation Service

Technical specifications for the Open Annotation Service HIGH INTEGRATION OF RESEARCH MONOGRAPHS IN THE EUROPEAN OPEN SCIENCE INFRASTRUCTURE WP5 Technical specifications for the Open Annotation Service 01/03/2018 The project has received funding from European

More information

Horizon 2020 INFRADEV Design studies. RICHFIELDS Working Packages 2 Deliverable D2.2. Project identity. Date delivered: M6

Horizon 2020 INFRADEV Design studies. RICHFIELDS Working Packages 2 Deliverable D2.2. Project identity. Date delivered: M6 Horizon 2020 INFRADEV-1-2014 - Design studies RICHFIELDS Working Packages 2 Deliverable D2.2 Project identity Date delivered: M6 Author: Christina Sadler Deliverable lead beneficiaries: EUFIC Project Project

More information

SAS Data Integration Studio 3.3. User s Guide

SAS Data Integration Studio 3.3. User s Guide SAS Data Integration Studio 3.3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Data Integration Studio 3.3: User s Guide. Cary, NC: SAS Institute

More information

How to use the Reporter software troubleshooter

How to use the Reporter software troubleshooter How to use the Reporter software troubleshooter Reporter software trouble shooter main features 1. Uninstalls SQL Server 2005 Express edition in Windows 64 bit machines. Uninstallation is required only

More information

Medici for Digital Cultural Heritage Libraries. George Tsouloupas, PhD The LinkSCEEM Project

Medici for Digital Cultural Heritage Libraries. George Tsouloupas, PhD The LinkSCEEM Project Medici for Digital Cultural Heritage Libraries George Tsouloupas, PhD The LinkSCEEM Project Overview of Digital Libraries A Digital Library: "An informal definition of a digital library is a managed collection

More information

EXHIBIT A: PROJECT SCOPE AND SCHEDULE The Project consists of the activities and delivery dates identified in this Exhibit A, implemented in accordance with the Agreement. The Parties have included a schedule

More information

What's New in Database Cloud Service. On Oracle Cloud. April Oracle Cloud. What's New for Oracle Database Cloud Service

What's New in Database Cloud Service. On Oracle Cloud. April Oracle Cloud. What's New for Oracle Database Cloud Service Oracle Cloud What's New for Oracle Database Cloud Service E68400-29 April 2018 What's New in Database Cloud Service This document describes what's new in Oracle Database Cloud Service on all platforms

More information

Deploy. A step-by-step guide to successfully deploying your new app with the FileMaker Platform

Deploy. A step-by-step guide to successfully deploying your new app with the FileMaker Platform Deploy A step-by-step guide to successfully deploying your new app with the FileMaker Platform Share your custom app with your team! Now that you ve used the Plan Guide to define your custom app requirements,

More information

Database Explorer Quickstart

Database Explorer Quickstart Database Explorer Quickstart Last Revision: Outline 1. Preface 2. Requirements 3. Introduction 4. Creating a Database Connection 1. Configuring a JDBC Driver 2. Creating a Connection Profile 3. Opening

More information

753 Broad Street Phone: Suite 200 Fax: Augusta, GA Copyrights

753 Broad Street Phone: Suite 200 Fax: Augusta, GA Copyrights Ipswitch, Inc. Web: www.imailserver.com 753 Broad Street Phone: 706-312-3535 Suite 200 Fax: 706-868-8655 Augusta, GA 30901-5518 Copyrights 1995-2011 Ipswitch, Inc. All rights reserved. IMail Collaboration

More information

Creating a Corporate Taxonomy. Internet Librarian November 2001 Betsy Farr Cogliano

Creating a Corporate Taxonomy. Internet Librarian November 2001 Betsy Farr Cogliano Creating a Corporate Taxonomy Internet Librarian 2001 7 November 2001 Betsy Farr Cogliano 2001 The MITRE Corporation Revised October 2001 2 Background MITRE is a not-for-profit corporation operating three

More information

Embarcadero All-Access Client User Guide. Last Updated: 7/11/09

Embarcadero All-Access Client User Guide. Last Updated: 7/11/09 Embarcadero All-Access Client 1.0.3.1 User Guide Last Updated: 7/11/09 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco,

More information

CONFIGURATION MANAGEMENT PLAN FİZAN MACROHARD

CONFIGURATION MANAGEMENT PLAN FİZAN MACROHARD CONFIGURATION MANAGEMENT PLAN FİZAN MACROHARD INDEX 2 1 INTRODUCTION.. 3 1.1 PURPOSE OF CONFIGURATION MANAGEMENT REPORT. 3 1.2 SCOPE OF CONFIGURATION MANAGEMENT PLAN 3 1.3 ACRONYMS... 4 2 CONFIGURATION

More information

COLLABORATIVE EUROPEAN DIGITAL ARCHIVE INFRASTRUCTURE

COLLABORATIVE EUROPEAN DIGITAL ARCHIVE INFRASTRUCTURE COLLABORATIVE EUROPEAN DIGITAL ARCHIVE INFRASTRUCTURE Project Acronym: CENDARI Project Grant No.: 284432 Theme: FP7-INFRASTRUCTURES-2011-1 Project Start Date: 01 February 2012 Project End Date: 31 January

More information

IATF Transition Strategy Presenter: Cherie Reiche, IAOB

IATF Transition Strategy Presenter: Cherie Reiche, IAOB IATF 16949 Transition Strategy Presenter: Cherie Reiche, IAOB IATF 16949 Transition Strategy IATF 16949 transition strategy was presented at the IATF global stakeholder conference in Rome, Italy in April

More information

Documentation: We wrote down all equipment borrowed from SAIT with their serial numbers and the condition of all the items received.

Documentation: We wrote down all equipment borrowed from SAIT with their serial numbers and the condition of all the items received. Week 1 Journal Entry Gursharan Rattan Date: January 09, 2018 (Tuesday) Start time: 2:30 pm End time: 3:30 pm Initial Setup: It was the day 1 of our Capstone project. I got all the required equipment form

More information

Distribution system how to remotely configure Zabbix infrastructure

Distribution system how to remotely configure Zabbix infrastructure Distribution system how to remotely configure Zabbix infrastructure Extension for Zabbix configuration distribution from S&T Slovakia Stanislav Ťažiar, 5.10.2018 Agenda 1. What we do 2. Distribution system

More information

Installation and Upgrade Guide Zend Studio 9.x

Installation and Upgrade Guide Zend Studio 9.x Installation and Upgrade Guide Zend Studio 9.x By Zend Technologies, Inc. www.zend.com Disclaimer The information in this document is subject to change without notice and does not represent a commitment

More information

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service.

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix.com Data Governance For up-to-date information visit: This section

More information