Using AMNS data within an Integrated Tokamak Modelling Environment

Size: px
Start display at page:

Download "Using AMNS data within an Integrated Tokamak Modelling Environment"

Transcription

1 Using AMNS data within an Integrated Tokamak Modelling Environment Presented by: David Coster (AMNS Coordinator, IMP3 Leader, Deputy Task Force Leader) TF Leader : G. Falchetto Deputies: R. Coelho, D. P. Coster EFDA CSU Contact Person: D. Kalupin

2 Background The EFDA Task Force on Integrated Tokamak Modelling coordinates the development of a coherent set of validated simulation tools benchmarks these tools on existing tokamak experiments provides a comprehensive simulation package for ITER and DEMO plasmas 2

3 ITM use of AMNS data AMNS data should be centralized and managed Version control of data imported to the ITM-TF data base is mandatory. The provenance of the data must be accurate and stored in the ITM database For production runs with ITM-TF codes using AMNS data it is important that the data have been given a stamp of approval by an expert. 3

4 ITM use of AMNS data The data should be comprehensive, ubiquitous and easily used This means identifying what data is needed not always easy! The AMNS data must be communicated to ITM- TF codes via a standardised interface this should also ensure coherence between different ITM-TF codes needing the same type of data All AMNS data used by codes should be available through the AMNS data interface no back doors 4

5 Approach in the ITM Atomic Data Data selection Data import Data storage Data transport User interface design Supporting multiple languages Physics Code Molecular Data Nuclear Data AMNS Database AMNS Library Physics Code Physics Code Surface Data Physics Code 5

6 Driven by user codes requirements Data selection fully differential cross sections for all relevant processes and species don t really want to resolve all excited states so some sort of effective cross-section might be useful» bundling data availability imported all of the ADAS ADF11 rate coefficients 6

7 Data storage Need to have a data storage mechanism that allows us to store all of the AMNS data that are needed allows us to store all of the additional meta-data associated with the AMNS data allows us to effectively and efficiently use the data 7

8 Data import Need to store the data from outside sources in the AMNS database external data is available in a wide variety of formats is not always of the same quality need to capture the meta-data about the imported data source of the data import procedure quality estimate 8

9 Data transport Need to make the AMNS data available to ITM codes that might be running in a distributed environment remote data access is supported by the ITM s UAL (Universal Access Layer) for CPOs (Consistent Physical Objects) could also create local copies of the database which can pose a problem of data consistency also means that we want to limit the number of files SOLPS uses a subset from > 1400 files, > 180 MB 9

10 Making data available Need to make the AMNS data available through a standardized interface allows the data storage mechanism to change without affecting user codes (hopefully) ensures that the data are correctly used in the ITM codes allows users codes access to newer versions of the data when such data becomes available without the user having to re-code the data access routines 10

11 Making data available, II Challenges: within the ITM we have codes written in Fortran C C++ Matlab Python many codes will also be used outside of the ITM environment and code developers are not that keen on having to support one version within the ITM and one for use outside of the ITM 11

12 ITM approach AMNS task under the ITM leadership Developed a data format for data storage actively evolving as we learn more about what data is needed and discover that it doesn t fit Developed a data access paradigm implemented this paradigm in a data access library in Fortran have C bindings for this library are working on a Python interface 12

13 Details: data storage ITM uses CPOs (Consistent Physical Objects) to store data experimental data (from present tokamaks) simulation data machine descriptions AMNS data Each CPO is described by an XML Schema automatic tools then provide data access routines in Fortran, C++, Matlab, Python, Java automatic tools provide for the storage, retrieval and transport of CPO data backends are (currently) MDSplus and HDF5; with add-ons ASCII data is also supported 13

14 AMNS CPO ITM CPOs are identified by USERNAME / DEVICE / DATA_VERSION / SHOT_NUMBER / RUN_NUMBER For the AMNS system we have chosen to use USERNAME is the actual user, or if the user has no data, then amnsdata DEVICE is amns DATA_VERSION is managed centrally and is changed when a new version of the CPO data structure is released (currently 4.10a ) SHOT_NUMBER is derived from the heaviest species involved in a process and equals ZN + ZM*1000 (ZN is the nuclear charge, ZM is the number of nucleons if the reaction depends on the isotopen and 0 otherwise) RUN_NUMBER represents the AMNS version number of the data Doing things this way allows us to leverage the already existing ITM infrastructure and to benefit from future developments 14

15 AMNS CPO Design concept is still evolving Want to support data provided as table R(x 1. x 2,.., x n ) linear interpolation at the moment (1d, 2d, 3d, ) for R or log(r) for x i or log(x i ) data stored in the AMNS database formula R(x 1. x 2,.., x n ) hopefully the formula has the right asymptotic behaviour! index to a predefined function stored in the database, together with any coefficients 15

16 AMNS CPO, II 16

17 Implementation Physics code Access to AMNS data only via interface initialization (2) finalization (2) querying parameters (2) setting parameters (2) getting data (1) Separation between use of the data and the implementation of the data Code author doesn t need to become an expert in AMNS Ensures compatibility between codes AMNS implementation Only accessed by a set of defined calls Implementation by AMNS experts Different versions can be supported Different implementations possible Analytic formulae Table lookup Old versions should always be recoverable (even if wrong) Should become easier to implement new data 17

18 A prototype has been implemented As a F90 module using derived types Interface will handle error estimates in the AMNS data! call ITM_AMNS_SETUP(amns) query%string='version' call ITM_AMNS_QUERY(amns,query,answer)... call ITM_AMNS_SETUP_TABLE(amns, lr_rx, species_lr, amns_lr) query%string='source' call ITM_AMNS_QUERY_TABLE(amns_lr,query,answer)... set%string='nowarn' call ITM_AMNS_SET_TABLE(amns_lr,set)... call ITM_AMNS_RX(amns_lr,rate(:,:),ne(:,:),te(:,:))... call ITM_AMNS_FINISH_TABLE(amns_lr)) call ITM_AMNS_FINISH(amns) An example 18

19 Some examples Electron impact ionization (ADAS ADF11 SCD) 19

20 Some examples D-D fusion cross section (Bosch-Hale formula) 20

21 Some examples Differential elastic cross section for W (at 90 o ) (Tokesi, preliminary data) 21

22 Coronal example: W 22

23 Coronal example: W radiation No guarantees about the correctness of the data used, or for the program that calculated these results It was done to demonstrate how the ITM AMNS system is used. 23

24 Documentation Entries in the ITM web site derived from the AMNS database. 24

25 A sample entry Documentation 25

26 Data needs are still evolving ITM has Some thoughts data consumers» data needs, not always clearly formulated data providers data packagers» format of the AMNS CPO» data import» AMNS access library Not always properly synchronized 26

27 Some thoughts Having an IAEA recommended data set will make the ITM-AMNS job of selecting data easier If the IAEA data is in a standard format, then importing the data will also be easier If the IAEA data set has the provenance information standardized, then this will also make it easier when importing the data Decisions on how to categorize and store the data in the IAEA database might affect the organization within the ITM The ITM is likely, though, to have requirements that the IAEA database doesn t 27

INTEGRATED TOKAMAK MODELLING : THE WAY TOWARDS FUSION SIMULATORS

INTEGRATED TOKAMAK MODELLING : THE WAY TOWARDS FUSION SIMULATORS INTEGRATED TOKAMAK MODELLING : THE WAY TOWARDS FUSION SIMULATORS 1. Introduction A. Bécoulet 1, P. Strand 2, H. Wilson 3, M. Romanelli 4, L-G. Eriksson 1 and the contributors to the European Task Force

More information

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ 1. What is Oracle proposing in EclipseLink, the Eclipse Persistence Platform Project? Oracle is proposing the creation of the Eclipse Persistence Platform

More information

Moving ADAS Infrastructure to Python

Moving ADAS Infrastructure to Python Moving ADAS Infrastructure to Python Overview, approach and objectives ADAS Workshop, 30th September 2014 Allan Whiteford 256 Kelvin Limited (0.02 ev Limited for fusion people) Contents Some background.

More information

Hands-on tutorial on usage the Kepler Scientific Workflow System

Hands-on tutorial on usage the Kepler Scientific Workflow System Hands-on tutorial on usage the Kepler Scientific Workflow System (including INDIGO-DataCloud extension) RIA-653549 Michał Konrad Owsiak (@mkowsiak) Poznan Supercomputing and Networking Center michal.owsiak@man.poznan.pl

More information

PSICon Daniel G. A. Smith The Molecular Sciences Software molssi.org

PSICon Daniel G. A. Smith The Molecular Sciences Software molssi.org PSICon 2018 Daniel G. A. Smith The Molecular Sciences Software Institute @dga_smith molssi.org MolSSI Education Initiatives How do we change the software practices of an entire field? Primary objectives:

More information

Online database services for atomic and molecular data

Online database services for atomic and molecular data Online database services for atomic and molecular data Christian Hill University College London IAEA Meeting on Developments in Data Exchange 28-29 July 2016 Atomic and molecular data resources VAMDC Virtual

More information

OPEN-ADAS and data integrity.

OPEN-ADAS and data integrity. OPEN-ADAS and data integrity, Martin O Mullane and Hugh Summers with special thanks to: Nigel Badnell, Kurt Behringer, Mathias Brix, Paul Bryans, Bob Clark, Rémy Guirlet, Denis Humbert, Ratko Janev, Stuart

More information

The National Fusion Collaboratory

The National Fusion Collaboratory The National Fusion Collaboratory A DOE National Collaboratory Pilot Project Presented by David P. Schissel at ICC 2004 Workshop May 27, 2004 Madison, WI PRESENTATION S KEY POINTS Collaborative technology

More information

SAP Learning Solution RKT ERP 2005 LSO 6.00

SAP Learning Solution RKT ERP 2005 LSO 6.00 SAP Learning Solution RKT ERP 2005 LSO 6.00 Authoring Environment SAP AG 2005 SAP AG 1 SAP Learning Solution Authoring Environment Metadata management and search Set content to obsolete Repository Explorer

More information

MARTe in JET. June 14, June 14, EFDA Feedback Control Working Group Meeting

MARTe in JET. June 14, June 14, EFDA Feedback Control Working Group Meeting June 14, 2010 June 14, 2010 - EFDA Feedback Control Working Group Meeting D. Alves 1 2 A. Neto 1 F. Sartori 3 R. Vitelli 4 L. Zabeo 5 and EFDA-JET PPCC contributors 1 Associação EURATOM/IST, Instituto

More information

CSE 590o: Chapel. Brad Chamberlain Steve Deitz Chapel Team. University of Washington September 26, 2007

CSE 590o: Chapel. Brad Chamberlain Steve Deitz Chapel Team. University of Washington September 26, 2007 CSE 590o: Chapel Brad Chamberlain Steve Deitz Chapel Team University of Washington September 26, 2007 Outline Context for Chapel This Seminar Chapel Compiler CSE 590o: Chapel (2) Chapel Chapel: a new parallel

More information

Discover GraphQL with Python, Graphene and Odoo. FOSDEM Stéphane Bidoul Version 1.0.4

Discover GraphQL with Python, Graphene and Odoo. FOSDEM Stéphane Bidoul Version 1.0.4 Discover GraphQL with Python, Graphene and Odoo FOSDEM 2019-02-03 Stéphane Bidoul Version 1.0.4 2 / 47 A short story Why this talk 3 / 47 /me in a nutshell @sbidoul CTO of (https://acsone.eu)

More information

N. Marusov, I. Semenov

N. Marusov, I. Semenov GRID TECHNOLOGY FOR CONTROLLED FUSION: CONCEPTION OF THE UNIFIED CYBERSPACE AND ITER DATA MANAGEMENT N. Marusov, I. Semenov Project Center ITER (ITER Russian Domestic Agency N.Marusov@ITERRF.RU) Challenges

More information

Programming Languages and Program Development

Programming Languages and Program Development Programming Languages and Program Development 1 Programming Languages and How They Work Programming o Process used to create software programs Programmers o People who use programming languages to create

More information

Ellipse Web Services Overview

Ellipse Web Services Overview Ellipse Web Services Overview Ellipse Web Services Overview Contents Ellipse Web Services Overview 2 Commercial In Confidence 3 Introduction 4 Purpose 4 Scope 4 References 4 Definitions 4 Background 5

More information

BASICS BEFORE STARTING SAS DATAWAREHOSING Concepts What is ETL ETL Concepts What is OLAP SAS. What is SAS History of SAS Modules available SAS

BASICS BEFORE STARTING SAS DATAWAREHOSING Concepts What is ETL ETL Concepts What is OLAP SAS. What is SAS History of SAS Modules available SAS SAS COURSE CONTENT Course Duration - 40hrs BASICS BEFORE STARTING SAS DATAWAREHOSING Concepts What is ETL ETL Concepts What is OLAP SAS What is SAS History of SAS Modules available SAS GETTING STARTED

More information

Outline. S: past, present and future Some thoughts. The 80s. Interfaces - 60s & 70s. Duncan Temple Lang Department of Statistics UC Davis

Outline. S: past, present and future Some thoughts. The 80s. Interfaces - 60s & 70s. Duncan Temple Lang Department of Statistics UC Davis S: past, present and future Some thoughts Duncan Temple Lang Department of Statistics UC Davis Outline Good idea that was either taken up or missed. Interfaces Thoughts on how S evolved and what implications

More information

Creating an XML Driven Data Bus between Fusion Experiments

Creating an XML Driven Data Bus between Fusion Experiments 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, PO2.093-5 (2005) Creating an XML Driven Data Bus between Fusion Experiments J.B.Lister 1, L. Appel

More information

How to Route Internet Traffic between A Mobile Application and IoT Device?

How to Route Internet Traffic between A Mobile Application and IoT Device? Whitepaper How to Route Internet Traffic between A Mobile Application and IoT Device? Website: www.mobodexter.com www.paasmer.co 1 Table of Contents 1. Introduction 3 2. Approach: 1 Uses AWS IoT Setup

More information

Implementing the RDA Data Citation Recommendations for Long Tail Research Data. Stefan Pröll

Implementing the RDA Data Citation Recommendations for Long Tail Research Data. Stefan Pröll Implementing the RDA Data Citation Recommendations for Long Tail Research Data Stefan Pröll Overview 2 Introduction Recap of the WGDC Recommendations Long Tail Research Data SQL Prototype Git Prototype

More information

Stream Processing for Remote Collaborative Data Analysis

Stream Processing for Remote Collaborative Data Analysis Stream Processing for Remote Collaborative Data Analysis Scott Klasky 146, C. S. Chang 2, Jong Choi 1, Michael Churchill 2, Tahsin Kurc 51, Manish Parashar 3, Alex Sim 7, Matthew Wolf 14, John Wu 7 1 ORNL,

More information

Integrated Predictive Modelling at JET

Integrated Predictive Modelling at JET Integrated Predictive Modelling at JET V. Parail, G. Corrigan, D. Heading, J. Spence, P. Belo, G. Huysmans, F. Imbeaux, J. Lonnroth, F. Nave, M. O Mullane, G. Pereverzev, V. Petrzilka, S. Sharapov, P.

More information

arxiv: v1 [cs.db] 31 Mar 2014

arxiv: v1 [cs.db] 31 Mar 2014 Integrated Data Acquisition, Storage, Retrieval and Processing Using the COMPASS DataBase (CDB) J. Urban a, J. Pipek a, M. Hron a, F. Janky a,b, R. Papřok a,b, M. Peterka a,b, A.S. Duarte c a Institute

More information

Accessing Arbitrary Hierarchical Data

Accessing Arbitrary Hierarchical Data D.G.Muir February 2010 Accessing Arbitrary Hierarchical Data Accessing experimental data is relatively straightforward when data are regular and can be modelled using fixed size arrays of an atomic data

More information

Science-as-a-Service

Science-as-a-Service Science-as-a-Service The iplant Foundation Rion Dooley Edwin Skidmore Dan Stanzione Steve Terry Matthew Vaughn Outline Why, why, why! When duct tape isn t enough Building an API for the web Core services

More information

Newly-Created, Work-in-Progress (WIP), Approval Cycle, Approved or Copied-from-Previously-Approved, Work-in-Progress (WIP), Approval Cycle, Approved

Newly-Created, Work-in-Progress (WIP), Approval Cycle, Approved or Copied-from-Previously-Approved, Work-in-Progress (WIP), Approval Cycle, Approved A New Approach to Enterprise Data Organization A Cuboid Enterprises are generally overwhelmed with data, making the ability to store, process, analyze, interpret, consume, and act upon that data a primary

More information

<Insert Picture Here> Accelerated Java EE Development: The Oracle Way

<Insert Picture Here> Accelerated Java EE Development: The Oracle Way 1 1 Accelerated Java EE Development: The Oracle Way Dana Singleterry Principal Product Manager Oracle JDeveloper and Oracle ADF http://blogs.oracle.com/dana Warning demo contains

More information

The IAEA database for Chemical Erosion, Physical Sputtering and Radiation-Enhanced Sublimation: History, Current Status and Future Directions

The IAEA database for Chemical Erosion, Physical Sputtering and Radiation-Enhanced Sublimation: History, Current Status and Future Directions The IAEA database for Chemical Erosion, Physical Sputtering and Radiation-Enhanced Sublimation: History, Current Status and Future Directions J.W. Davis IAEA Technical Meeting on "Improving the Database

More information

Managing large atomic and molecular data sets: HITRAN, ExoMol and CascadesDB

Managing large atomic and molecular data sets: HITRAN, ExoMol and CascadesDB Managing large atomic and molecular data sets: HITRAN, ExoMol and CascadesDB Christian Hill Atomic and Molecular Data Unit Nuclear Data Section IAEA 2018 Joint ICTP-IAEA School and Workshop on Fundamental

More information

MAGIP Best Practice: Persistent Identifier. Michael Fashoway 2010 MAGIP Technical Session October 28, 2010

MAGIP Best Practice: Persistent Identifier. Michael Fashoway 2010 MAGIP Technical Session October 28, 2010 MAGIP Best Practice: Persistent Identifier Michael Fashoway 2010 MAGIP Technical Session October 28, 2010 Background MAGIP and Best Practices One of the goals of MAGIP is to foster technical cooperation

More information

DATA SCIENCE USING SPARK: AN INTRODUCTION

DATA SCIENCE USING SPARK: AN INTRODUCTION DATA SCIENCE USING SPARK: AN INTRODUCTION TOPICS COVERED Introduction to Spark Getting Started with Spark Programming in Spark Data Science with Spark What next? 2 DATA SCIENCE PROCESS Exploratory Data

More information

Domain-Specific Languages Language Workbenches

Domain-Specific Languages Language Workbenches Software Engineering with and Domain-Specific Languages Language Workbenches Peter Friese Itemis peter.friese@itemis.de Markus Voelter Independent/itemis voelter@acm.org 1 Programming Languages C# Erlang

More information

INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT. 1. Introduction

INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT. 1. Introduction Преглед НЦД 14 (2009), 43 52 Teo Eterović, Nedim Šrndić INTRODUCING THE UNIFIED E-BOOK FORMAT AND A HYBRID LIBRARY 2.0 APPLICATION MODEL BASED ON IT Abstract: We introduce Unified e-book Format (UeBF)

More information

Introduction to Big Data

Introduction to Big Data Introduction to Big Data OVERVIEW We are experiencing transformational changes in the computing arena. Data is doubling every 12 to 18 months, accelerating the pace of innovation and time-to-value. The

More information

Cyberattack Analysis and Information Sharing in the U.S.

Cyberattack Analysis and Information Sharing in the U.S. Cyberattack Analysis and Information Sharing in the U.S. Promoting the sharing and utilization of the Analyzed Information Sean Barnum February 2013 Sponsored by the US Department of Homeland Security

More information

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE UDC:681.324 Review paper METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE Alma Butkovi Tomac Nagravision Kudelski group, Cheseaux / Lausanne alma.butkovictomac@nagra.com Dražen Tomac Cambridge Technology

More information

Outline. When we last saw our heros. Language Issues. Announcements: Selecting a Language FORTRAN C MATLAB Java

Outline. When we last saw our heros. Language Issues. Announcements: Selecting a Language FORTRAN C MATLAB Java Language Issues Misunderstimated? Sublimable? Hopefuller? "I know how hard it is for you to put food on your family. "I know the human being and fish can coexist peacefully." Outline Announcements: Selecting

More information

Distributed Systems Homework 1 (6 problems)

Distributed Systems Homework 1 (6 problems) 15-440 Distributed Systems Homework 1 (6 problems) Due: November 30, 11:59 PM via electronic handin Hand in to Autolab in PDF format November 29, 2011 1. You have set up a fault-tolerant banking service.

More information

imc STUDIO measurement data analysis visualization automation Integrated software for the entire testing process imc productive testing

imc STUDIO measurement data analysis visualization automation Integrated software for the entire testing process imc productive testing imc STUDIO measurement data analysis visualization automation Integrated software for the entire testing process imc productive testing www.imc-studio.com imc STUDIO at a glance The intuitive software

More information

Implementing the RDA data citation recommendations in the distributed Infrastructure of the Virtual Atomic and Molecular Data Centre

Implementing the RDA data citation recommendations in the distributed Infrastructure of the Virtual Atomic and Molecular Data Centre Implementing the RDA data citation recommendations in the distributed Infrastructure of the Virtual Atomic and Molecular Data Centre C.M. Zwölf, N. Moreau and VAMDC consortium The Virtual Atomic and Molecular

More information

VAMDC: The Virtual Atomic and Molecular Data Centre: Recent Advances and Future Prospects

VAMDC: The Virtual Atomic and Molecular Data Centre: Recent Advances and Future Prospects VAMDC: The Virtual Atomic and Molecular Data Centre: Recent Advances and Future Prospects Christian Hill and Jonathan Tennyson Department of Physics and Astronomy, UCL, UK Virtual Atomic and Molecular

More information

Webinar Series TMIP VISION

Webinar Series TMIP VISION Webinar Series TMIP VISION TMIP provides technical support and promotes knowledge and information exchange in the transportation planning and modeling community. Today s Goals To Consider: Parallel Processing

More information

PART IV GLOSSARY OF TERMS

PART IV GLOSSARY OF TERMS PART IV GLOSSARY OF TERMS Terms and Definitions For the purposes of this document, the following terms and definitions shall apply: PROCESS MANUAL FOR THE GFSI BENCHMARKING PROCESS V7.2 Introduction Purpose

More information

CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability

CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability Featuring Accenture managing directors

More information

SUMMARY: MODEL DRIVEN SECURITY

SUMMARY: MODEL DRIVEN SECURITY SUMMARY: MODEL DRIVEN SECURITY JAN-FILIP ZAGALAK, JZAGALAK@STUDENT.ETHZ.CH Model Driven Security: From UML Models to Access Control Infrastructres David Basin, Juergen Doser, ETH Zuerich Torsten lodderstedt,

More information

Project "THE4BEES Transnational Holistic Ecosystem 4 Better Energy Efficiency Through Social Innovation"

Project THE4BEES Transnational Holistic Ecosystem 4 Better Energy Efficiency Through Social Innovation Project "THE4BEES Transnational Holistic Ecosystem 4 Better Energy Efficiency Through Social Innovation" Work Package No. T3.5 DELIVERABLE Development of a dashboard for evaluators and high level users

More information

Grid and Component Technologies in Physics Applications

Grid and Component Technologies in Physics Applications Grid and Component Technologies in Physics Applications Svetlana Shasharina Nanbor Wang, Stefan Muszala and Roopa Pundaleeka. sveta@txcorp.com Tech-X Corporation Boulder, CO ICALEPCS07, October 15, 2007

More information

KNIME What s new?! Bernd Wiswedel KNIME.com AG, Zurich, Switzerland

KNIME What s new?! Bernd Wiswedel KNIME.com AG, Zurich, Switzerland KNIME What s new?! Bernd Wiswedel KNIME.com AG, Zurich, Switzerland Data Access ASCII (File/CSV Reader, ) Excel Web Services Remote Files (http, ftp, ) Other domain standards (e.g. Sdf) Databases Data

More information

Self Management of DB2 Systems using Data Server Manager Sowmya Kameswaran Technical Lead DB2 Tools Modernization

Self Management of DB2 Systems using Data Server Manager Sowmya Kameswaran Technical Lead DB2 Tools Modernization Self Management of DB2 Systems using Data Server Manager Sowmya Kameswaran Technical Lead DB2 Tools Modernization skamesw@us.ibm.com 2017 IBM Corporation DBA s Productivity cycles Administration helps

More information

PROGRESS ON A NEW DISRUPTION DATABASE

PROGRESS ON A NEW DISRUPTION DATABASE PROGRESS ON A NEW DISRUPTION DATABASE E.J. Strait with J. Wesley, A. Hyatt, D. Schissel Presented at ITPA Topical Group on MHD, Disruptions and Control Lisbon, Portugal, Nov. 8-10, 2004 ITPA DISRUPTION

More information

Additive manufacturing Design Hub & Modeling Factory

Additive manufacturing Design Hub & Modeling Factory VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD Additive manufacturing Design Hub & Modeling Factory EMMC webinar 2018-01-23 sami.majaniemi(at)vtt.fi General points Semantic integration platform: rapid integrations

More information

Notes for: Experiences with implementing interoperable WFS 2.0 services

Notes for: Experiences with implementing interoperable WFS 2.0 services Notes for: Experiences with implementing interoperable WFS 2.0 services @Linking Geospatial Data 5-6 th March 2014 W3C,OGC Google Campus London Dr Tim Duffy trd@bgs.ac.uk Open source software issues Open

More information

Visualization and modeling of traffic congestion in urban environments

Visualization and modeling of traffic congestion in urban environments 1th AGILE International Conference on Geographic Information Science 27 Page 1 of 1 Visualization and modeling of traffic congestion in urban environments Authors: Ben Alexander Wuest and Darka Mioc, Department

More information

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google,

In the recent past, the World Wide Web has been witnessing an. explosive growth. All the leading web search engines, namely, Google, 1 1.1 Introduction In the recent past, the World Wide Web has been witnessing an explosive growth. All the leading web search engines, namely, Google, Yahoo, Askjeeves, etc. are vying with each other to

More information

Component-Based Design of Embedded Control Systems

Component-Based Design of Embedded Control Systems Component-Based Design of Embedded Control Systems Luca Dealfaro Chamberlain Fong Tom Henzinger Christopher Hylands John Koo Edward A. Lee Jie Liu Xiaojun Liu Steve Neuendorffer Sonia Sachs Shankar Sastry

More information

July 20, 2006 Oracle Application Express Helps Build Web Applications Quickly by Noel Yuhanna with Megan Daniels

July 20, 2006 Oracle Application Express Helps Build Web Applications Quickly by Noel Yuhanna with Megan Daniels QUICK TAKE Oracle Application Express Helps Build Web Applications Quickly by Noel Yuhanna with Megan Daniels EXECUTIVE SUMMARY A lesser-known but powerful application development tool that comes freely

More information

ADAMANT: a platform for data users and producers

ADAMANT: a platform for data users and producers ADAMANT: a platform for data users and producers Institute of Theoretical Physics and Astronomy Vilnius University, Lithuania IAEA DCN meeting November 2-4, 2015 Outlook 1 ADAMANT Main purpose Developers

More information

Java Heap Resizing From Hacked-up Heuristics to Mathematical Models. Jeremy Singer and David R. White

Java Heap Resizing From Hacked-up Heuristics to Mathematical Models. Jeremy Singer and David R. White Java Heap Resizing From Hacked-up Heuristics to Mathematical Models Jeremy Singer and David R. White Outline Background Microeconomic Theory Heap Sizing as a Control Problem Summary Outline Background

More information

Fiori Makers Club Showcase 8 Review. Kai Richter, SAP

Fiori Makers Club Showcase 8 Review. Kai Richter, SAP Fiori Makers Club Showcase 8 Review Kai Richter, SAP Why did we chose this app as showcase? This application to manage users is very well designed with many well thought-through solutions. The team didn

More information

IBM WebSphere ILOG JRules V7.0, Application Development Exam.

IBM WebSphere ILOG JRules V7.0, Application Development Exam. IBM 000-529 IBM WebSphere ILOG JRules V7.0, Application Development Exam TYPE: DEMO http://www.examskey.com/000-529.html Examskey IBM 000-529 exam demo product is here for you to test the quality of the

More information

Web Services Annotation and Reasoning

Web Services Annotation and Reasoning Web Services Annotation and Reasoning, W3C Workshop on Frameworks for Semantics in Web Services Web Services Annotation and Reasoning Peter Graubmann, Evelyn Pfeuffer, Mikhail Roshchin Siemens AG, Corporate

More information

Oracle Fusion Middleware 11g: Build Applications with ADF Accel

Oracle Fusion Middleware 11g: Build Applications with ADF Accel Oracle University Contact Us: +352.4911.3329 Oracle Fusion Middleware 11g: Build Applications with ADF Accel Duration: 5 Days What you will learn This is a bundled course comprising of Oracle Fusion Middleware

More information

A REMOTE CONTROL ROOM AT DIII-D

A REMOTE CONTROL ROOM AT DIII-D GA A25817 A REMOTE CONTROL ROOM AT DIII-D by G. ABLA, D.P. SCHISSEL, B.G. PENAFLOR, G. WALLACE MAY 2007 DISCLAIMER This report was prepared as an account of work sponsored by an agency of the United States

More information

CptS 464/564 Lecture 18

CptS 464/564 Lecture 18 CptS 464/564 Lecture 18 2nd November 2004 Checkpoint What have we covered so far? Paradigms and Models: frameworks for the discussion of DS What is the plan ahead? Next: examples of distributed systems

More information

Operating Systems. 18. Remote Procedure Calls. Paul Krzyzanowski. Rutgers University. Spring /20/ Paul Krzyzanowski

Operating Systems. 18. Remote Procedure Calls. Paul Krzyzanowski. Rutgers University. Spring /20/ Paul Krzyzanowski Operating Systems 18. Remote Procedure Calls Paul Krzyzanowski Rutgers University Spring 2015 4/20/2015 2014-2015 Paul Krzyzanowski 1 Remote Procedure Calls 2 Problems with the sockets API The sockets

More information

Engineering Design Notes I Introduction. EE 498/499 Capstone Design Classes Klipsch School of Electrical & Computer Engineering

Engineering Design Notes I Introduction. EE 498/499 Capstone Design Classes Klipsch School of Electrical & Computer Engineering Engineering Design Notes I Introduction EE 498/499 Capstone Design Classes Klipsch School of Electrical & Computer Engineering Topics Overview Analysis vs. Design Design Stages Systems Engineering Integration

More information

OpenVMS migration to i4 and beyond

OpenVMS migration to i4 and beyond OpenVMS migration to i4 and beyond OpenVMS Bootcamp 2015 Migrating OpenVMS systems to Integrity -i4 servers and beyond Colin Butcher CEng FBCS CITP Technical director, XDelta Limited www.xdelta.co.uk Agenda

More information

Using Ethernet for real-time communication in a Nuclear Fusion Experiment

Using Ethernet for real-time communication in a Nuclear Fusion Experiment Using Ethernet for real-time communication in a Nuclear Fusion Experiment A. Luchetta, G. Manduchi, C. Taliercio Consorzio RFX Euratom-ENEA Association Corso Stati Uniti 4, 35127 Padova, Italy Gabriele

More information

Performance Comparison of Hive, Pig & Map Reduce over Variety of Big Data

Performance Comparison of Hive, Pig & Map Reduce over Variety of Big Data Performance Comparison of Hive, Pig & Map Reduce over Variety of Big Data Yojna Arora, Dinesh Goyal Abstract: Big Data refers to that huge amount of data which cannot be analyzed by using traditional analytics

More information

Big Data Infrastructure at Spotify

Big Data Infrastructure at Spotify Big Data Infrastructure at Spotify Wouter de Bie Team Lead Data Infrastructure September 26, 2013 2 Who am I? According to ZDNet: "The work they have done to improve the Apache Hive data warehouse system

More information

How to Create a Substance Answer Set

How to Create a Substance Answer Set How to Create a Substance Answer Set Select among five search techniques to find substances Substances can be described by multiple names or other characteristics, so SciFinder gives you the flexibility

More information

IMAGERY FOR ARCGIS. Manage and Understand Your Imagery. Credit: Image courtesy of DigitalGlobe

IMAGERY FOR ARCGIS. Manage and Understand Your Imagery. Credit: Image courtesy of DigitalGlobe IMAGERY FOR ARCGIS Manage and Understand Your Imagery Credit: Image courtesy of DigitalGlobe 2 ARCGIS IS AN IMAGERY PLATFORM Empowering you to make informed decisions from imagery and remotely sensed data

More information

Introduction to 3D Scientific Visualization. Training in Visualization for PRACE Summer of HPC 2013 Leon Kos, University of Ljubljana, Slovenia

Introduction to 3D Scientific Visualization. Training in Visualization for PRACE Summer of HPC 2013 Leon Kos, University of Ljubljana, Slovenia Introduction to 3D Scientific Visualization Training in Visualization for PRACE Summer of HPC 2013 Leon Kos, University of Ljubljana, Slovenia Motto Few correctly put words is worth hundreds of images.

More information

Spark.jl: Resilient Distributed Datasets in Julia

Spark.jl: Resilient Distributed Datasets in Julia Spark.jl: Resilient Distributed Datasets in Julia Dennis Wilson, Martín Martínez Rivera, Nicole Power, Tim Mickel [dennisw, martinmr, npower, tmickel]@mit.edu INTRODUCTION 1 Julia is a new high level,

More information

Overview. : Cloudera Data Analyst Training. Course Outline :: Cloudera Data Analyst Training::

Overview. : Cloudera Data Analyst Training. Course Outline :: Cloudera Data Analyst Training:: Module Title Duration : Cloudera Data Analyst Training : 4 days Overview Take your knowledge to the next level Cloudera University s four-day data analyst training course will teach you to apply traditional

More information

DOWNLOAD OR READ : OBJECT ORIENTED PROGRAMMING IN C BY ROBERT LAFORE 3RD EDITION PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : OBJECT ORIENTED PROGRAMMING IN C BY ROBERT LAFORE 3RD EDITION PDF EBOOK EPUB MOBI DOWNLOAD OR READ : OBJECT ORIENTED PROGRAMMING IN C BY ROBERT LAFORE 3RD EDITION PDF EBOOK EPUB MOBI Page 1 Page 2 object oriented programming in c by robert lafore 3rd edition object oriented programming

More information

The future of database technology is in the clouds

The future of database technology is in the clouds Database.com Getting Started Series White Paper The future of database technology is in the clouds WHITE PAPER 0 Contents OVERVIEW... 1 CLOUD COMPUTING ARRIVES... 1 THE FUTURE OF ON-PREMISES DATABASE SYSTEMS:

More information

Lesson 14 SOA with REST (Part I)

Lesson 14 SOA with REST (Part I) Lesson 14 SOA with REST (Part I) Service Oriented Architectures Security Module 3 - Resource-oriented services Unit 1 REST Ernesto Damiani Università di Milano Web Sites (1992) WS-* Web Services (2000)

More information

Iain Carson. design. code. make. Creative Coder Portfolio Project Samples 2017

Iain Carson. design. code. make. Creative Coder Portfolio Project Samples 2017 design code Portfolio Project Samples 2017 make I m studying towards an MSc in Computer Science at the University of St Andrews. and I also love photography design Pantheon Tableau 3 Designs grow through

More information

Cloud Computing 2. CSCI 4850/5850 High-Performance Computing Spring 2018

Cloud Computing 2. CSCI 4850/5850 High-Performance Computing Spring 2018 Cloud Computing 2 CSCI 4850/5850 High-Performance Computing Spring 2018 Tae-Hyuk (Ted) Ahn Department of Computer Science Program of Bioinformatics and Computational Biology Saint Louis University Learning

More information

RECENT ENHANCEMENTS TO ANALYZED DATA ACQUISITION AND REMOTE PARTICIPATION AT THE DIII D NATIONAL FUSION FACILITY

RECENT ENHANCEMENTS TO ANALYZED DATA ACQUISITION AND REMOTE PARTICIPATION AT THE DIII D NATIONAL FUSION FACILITY GA A23471 RECENT ENHANCEMENTS TO ANALYZED DATA ACQUISITION AND REMOTE PARTICIPATION AT THE DIII D NATIONAL FUSION FACILITY by D.P. SCHISSEL, J. BURTRUSS, Q. PENG, J. SCHACHTER, T. TERPSTRA, K.K. KEITH,

More information

Building in Quality: The Beauty of Behavior Driven Development (BDD) Larry Apke - Agile Coach

Building in Quality: The Beauty of Behavior Driven Development (BDD) Larry Apke - Agile Coach Building in Quality: The Beauty of Behavior Driven Development (BDD) Larry Apke - Agile Coach Deming on Quality Quality comes not from inspection, but from improvement of the production process. We cannot

More information

Apache Spark 2 X Cookbook Cloud Ready Recipes For Analytics And Data Science

Apache Spark 2 X Cookbook Cloud Ready Recipes For Analytics And Data Science Apache Spark 2 X Cookbook Cloud Ready Recipes For Analytics And Data Science We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing

More information

Distributed Architectures & Microservices. CS 475, Spring 2018 Concurrent & Distributed Systems

Distributed Architectures & Microservices. CS 475, Spring 2018 Concurrent & Distributed Systems Distributed Architectures & Microservices CS 475, Spring 2018 Concurrent & Distributed Systems GFS Architecture GFS Summary Limitations: Master is a huge bottleneck Recovery of master is slow Lots of success

More information

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN Improving Data Governance in Your Organization Faire Co Regional Manger, Information Management Software, ASEAN Topics The Innovation Imperative and Innovating with Information What Is Data Governance?

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

EnterpriseLink Benefits

EnterpriseLink Benefits EnterpriseLink Benefits GGY a Moody s Analytics Company 5001 Yonge Street Suite 1300 Toronto, ON M2N 6P6 Phone: 416-250-6777 Toll free: 1-877-GGY-AXIS Fax: 416-250-6776 Email: axis@ggy.com Web: www.ggy.com

More information

1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials

1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials 1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials Number: 1Z0-560 Passing Score: 650 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ 1Z0-560: Oracle Unified Business

More information

Daylight XVMerlin Manual

Daylight XVMerlin Manual Table of Contents XVMerlin Manual...1 1. Introduction to XVMerlin...1 2. Basic Operation of XVMerlin...2 3. Using the XVMerlin Window Menus...4 3.1 The Hitlist Menu...4 3.2 The Display Menu...5 3.3 The

More information

Computational Steering

Computational Steering Computational Steering Nate Woody 10/23/2008 www.cac.cornell.edu 1 What is computational steering? Generally, computational steering can be thought of as a method (or set of methods) for providing interactivity

More information

XML Web Service? A programmable component Provides a particular function for an application Can be published, located, and invoked across the Web

XML Web Service? A programmable component Provides a particular function for an application Can be published, located, and invoked across the Web Web Services. XML Web Service? A programmable component Provides a particular function for an application Can be published, located, and invoked across the Web Platform: Windows COM Component Previously

More information

Netalyzr Updates. Christian Kreibich (ICSI), Nicholas Weaver (ICSI), and Vern Paxson (ICSI & UC Berkeley) Netalyzr Updates

Netalyzr Updates. Christian Kreibich (ICSI), Nicholas Weaver (ICSI), and Vern Paxson (ICSI & UC Berkeley) Netalyzr Updates Christian Kreibich (ICSI), Nicholas Weaver (ICSI), and Vern Paxson (ICSI & UC Berkeley) 1 Acknowledgements and Important Disclaimers This work sponsored by the National Science Foundation With additional

More information

Hadoop is supplemented by an ecosystem of open source projects IBM Corporation. How to Analyze Large Data Sets in Hadoop

Hadoop is supplemented by an ecosystem of open source projects IBM Corporation. How to Analyze Large Data Sets in Hadoop Hadoop Open Source Projects Hadoop is supplemented by an ecosystem of open source projects Oozie 25 How to Analyze Large Data Sets in Hadoop Although the Hadoop framework is implemented in Java, MapReduce

More information

MI-PDB, MIE-PDB: Advanced Database Systems

MI-PDB, MIE-PDB: Advanced Database Systems MI-PDB, MIE-PDB: Advanced Database Systems http://www.ksi.mff.cuni.cz/~svoboda/courses/2015-2-mie-pdb/ Lecture 10: MapReduce, Hadoop 26. 4. 2016 Lecturer: Martin Svoboda svoboda@ksi.mff.cuni.cz Author:

More information

Software specification and modelling. Requirements engineering

Software specification and modelling. Requirements engineering Software specification and modelling Requirements engineering Requirements engineering (RE) Requirements engineering is the process of establishing the services that a customer requires from a system and

More information

FIPA specification and JADE. Tomáš Poch

FIPA specification and JADE. Tomáš Poch FIPA specification and JADE Tomáš Poch Agents System that is situated in some environment, and that is capable of autonomous action in this environment in order to meet its design objectives [Wooldridge

More information

Information Retrieval Term Project : Incremental Indexing Searching Engine

Information Retrieval Term Project : Incremental Indexing Searching Engine Information Retrieval Term Project : Incremental Indexing Searching Engine Chi-yau Lin r93922129@ntu.edu.tw Department of Computer Science and Information Engineering National Taiwan University Taipei,

More information

Search Engines and Knowledge Graphs

Search Engines and Knowledge Graphs Search Engines and Knowledge Graphs It s Complicated! Panos Alexopoulos Head of Ontology Who we are and what we do We develop Technology to bridge the language and meaning gap between People and Jobs...

More information

TemperateReefBase Data Submission

TemperateReefBase Data Submission TemperateReefBase Data Submission Home Help Sign In TemperateReefBase Data Submission An open source tool for capturing research data - simplifying the process of gathering information in a standard format

More information

Macros in sbt: Problem solved!

Macros in sbt: Problem solved! Macros in sbt: Problem solved! Martin Duhem, Eugene Burmako Technical Report January 2015 Contents 1 Introduction 2 1.1 What problems do macros bring?................ 2 1.1.1 The problems we addressed

More information