ICAT- Experience and activities at ISIS

Slides:



Advertisements
Similar presentations
Richard Jones, Systems Developer Technical Issues for Repository Software Theses Alive! Edinburgh University Library SHERPA Nottingham.
Advertisements

Preservation by Migration to XML Dirk Roorda. work on a preservation strategy positioning of the XML preservation strategy implementing the strategy in.
Data Publishing Service Indiana University Stacy Kowalczyk April 9, 2010.
WP2: Data Management Gavin McCance University of Glasgow November 5, 2001.
Jens G Jensen CCLRC e-Science Single Sign-on to the Grid Federated Access and Integrated Identity Management.
Metadata Progress GridPP18 20 March 2007 Mike Kenyon.
Theo Andrew, Edinburgh University Library Choosing Suitable Open-Source Repository Software Choosing Suitable Open Source Repository Software Theo Andrew.
Towards an information model for I2S2
PaN-data WP7 - Integration Brian Matthews STFC-e-Science.
Geospatial One-Stop A Federal Gateway to Federal, State & Local Geographic Data
MEDIN Standards M. Charlesworth and the MEDIN Standards Working Group.
1 CEOS/WGISS20 – Kyiv – September 13, 2005 Paul Kopp SIPAD New Generation: Dominique Heulet CNES 18, Avenue E.Belin Toulouse Cedex 9 France
ACET The ASPiS project UK e-Science AHM Oxford, 08 Dec 2009 Jens Jensen, STFC.
A Very Brief Introduction to iRODS
Adaptability of learning objects by appropriate knowledge representation Anastas Misev Institute of Informatics Faculty of Natural Science and Mathematics.
27. to 28. March 2007 | Geneva, Switzerland. Fabrice Romelard ilem SA Level 200.
Dspace – Digital Repository Dawn Petherick, University Web Services Team Manager Information Services, University of Birmingham MIDESS Dissemination.
Agenda Model migration vs MDS upgrade Model migration overview Model migration – how does it work? Model package Demo.
Catania Science Gateway Framework Motivations, architecture, features Catania, 09/06/2014Riccardo Rotondo
CYBERINFRASTRUCTURE FOR THE GEOSCIENCES WMS Map Integration - Improved Ghulam Memon Ashraf Memon.
Tracking Services for ANY websites and web applications Zhu Xiong CSE 403 LCO.
Presented by DOI Create: TERN as a use-case Siddeswara Guru
© 2006 IBM Corporation IBM WebSphere Portlet Factory Architecture.
PostalOne! / FAST Data Exchange - Vision 02/15/05.
Features overview Dynamic parameters and customizable User Interface Searchable, sortable and item selectable report with a variety of output formats.
1 All-Hands Meeting 2-4 th Sept 2003 e-Science Centre The Data Portal Glen Drinkwater.
BIEN Confederated DB (S) Analytical DB(s) Heterogeneous source database(s) of Plots/Specimens/Occurrences Synonymy Names Reference taxonomy *** *** Feedback.
Publications Citations Tom Cook: Web of Science (ISI) Citation Analysis Summary: 124 Articles, 2,068 Citations, h-index = 26.
Implementing an Institutional Repository: Part III 16 th North Carolina Serials Conference March 29, 2007 Resource Issues.
Jamie Hall (ILL). SciencePAD Persistent Identifiers Workshop PANData Software Catalogue January 30th 2013 Jamie Hall Developer IT Services, Institut Laue-Langevin.
How to Implement an Institutional Repository: Part II A NASIG 2006 Pre-Conference May 4, 2006 Technical Issues.
Metadata for structural science Workshop on research metadata in context Nijmegen, 7–8 September 2010 Simon Lambert STFC e-Science UK.
ICAT Schema Current Schema organization What’s there but not yet implemented What could we want in the future 1 ICAT developer workshop, August 2009.
Internet Documentation and Integration of Metadata (IDIOM) Presented by Ahmet E. Topcu Advisor: Prof. Geoffrey C. Fox 1/14/2009.
Using the ICAT API to ingest business and experiment metadata Tom Griffin, STFC ISIS Facility NOBUGS 2012 ICAT Workshop
1 Data Architecture Strawman - Grimshaw Important points Everything is a service (object) >All have a name (EPR) and an interface (type) One or more base.
ICAT Integration at ISIS Tom Griffin, ISIS Facility ICAT Developer Workshop The Cosener’s House, Abingdon August 2009
ICAT Status Alistair Mills Project Manager Scientific Computing Department.
The Virtual Observatory and Ecological Informatics System (VOEIS): Using RESTful architecture and an extensible data model to provide a unique data management.
Hydroinformatics Lecture 15: HydroServer and HydroServer Lite The CUAHSI HIS is Supported by NSF Grant# EAR CUAHSI HIS Sharing hydrologic data.
CRISP WP 17 1 / 2 Proposed Metadata Catalogue Architecture Document.
Icat January st Jan 2013 Jamie Hall / Jean-François Perrin ILL IT services - 4th Harmonisation Meeting at XFEL/DESY.
Data Flows in ACTRIS: Considerations for Planning the Future
Node.js Express Web Services
Fernando Aguilar, IFCA-CSIC
Autentication & Umbrella
Final review 24th Nov 2014 Brussels
IP Publishing From IP Data Base to IP list to IP catalog
Common Security Mistakes
Migrating Oracle Forms Using Oracle Application Express
Advisor: Prof. Sudha Ram Jeffrey Abbruzzi, MS/MIS candidate
Progress Update MSIS: Bratislava, April 2005
Data catalogues and the data repository ADMIRe JISC MRD
Division of Air AirCom DARM’s New Compliance and Enforcement Database and Field Inspection Tool.
Leigh Grundhoefer Indiana University
Implementing an Institutional Repository: Part II
Enabling direct data access to social science research data
Implementing an Institutional Repository: Part III
Tech introduction.
State of progress Eurostat web site 3 Dissemination WG 29 April 2004
FDA-08 FDA Whitepaper Update
SDMX Tools Overview and architecture
Metadata The metadata contains
API and Interface Tasks
EventPlanner What is it? What does it do?
Publishing image services in ArcGIS
Implementing an Institutional Repository: Part II
How to Implement an Institutional Repository: Part II
Erik Vollebekk Application Architect
EDIT data validation system Ewa Stacewicz EUROSTAT VALIDATION TEAM
Presentation transcript:

ICAT- Experience and activities at ISIS Tom Griffin, STFC ISIS Facility 4th PaN-Data & CRISP Harmonisation Meeting XFEL/DESY January 2013 tom.griffin@stfc.ac.uk

Summary Data flows Authentication Authorisation Data policy Problems Business data - Other systems Experiment data Authentication Authorisation Data policy Problems Future plans

Getting data into ICAT Pre-experiment C# Creates empty investigations and datasets ready for data Must update ICAT after changes

Getting data into ICAT During the experiment ‘ICATIngest’ Subscribes to file system events ReadDirectoryChangesW() Invokes ‘WriteRaw’ and ‘NxIngest’ Caches groups of files for performance Extracts ‘science’ metadata

Data files ISIS RAW files Nexus Custom binary format + custom reader Outputs ICAT friendly XML Nexus Not really application definition compliant Use mapping files to convert nexus to ICAT friendly XML

Getting Data out - Web Access Main point of access for ISIS data HTTP file serving – pluggable architecture Zipped or non-zipped

TopCAT – basic web interface

Getting Data out - Mantid More convenient for users Must work on and off site Derived data upload Potential for provenance tracking

Authentication ICAT 4.x plugin architecture Web services to ISIS user database 15 minutes to write Single sign on version too Much easier to reuse existing auth systems

Authentication -Umbrella For specific permissions will require local account stub Facilities may require local registration for ‘public’ data At ISIS will all go through local user database Single authentication provider in ICAT

Authorisation My implementation not complete Increasing test coverage…. So far just under 100 rules Not everything is possible Limitations around devolving control

Data Policy ICAT implements a data policy in rules Who can access what data when ISIS policy published and implemented ICAT is flexible http://www.isis.stfc.ac.uk/user-office/data-policy11204.html tiny.cc/isisdp

DOIs – data citation When to issue?

Problems Tracking reference numbers numbers Linking calibration data ‘Fixing’ data that has been wrongly assigned Migration from 3.3 -> 4.2.2

Future Complete migration to 4.2.2 / 4.3 Replace current data server with IDS Continue integration with Mantid Improve and share tools (fixing data) Federation of catalogues Not just ICATs OAI-PMH etc

Summary 3.3 in use for several years Upgrading to 4.2.2 Data upload key to future success Easy to link to user database and umbrella Hardest part is integration with business and experiment data

Questions...