Japanese Virtual Observatory (JVO) National Astronomical Observatory of Japan (NAOJ) Contact Address: Demo 1: GRID-based database federation.

Slides:



Advertisements
Similar presentations
A Guide to Oracle9i1 Creating Database Reports Chapter 7.
Advertisements

Relational Algebra, Join and QBE Yong Choi School of Business CSUB, Bakersfield.
Exploring Microsoft Access
Construction of the Japanese Virtual Observatory (JVO) Abstract : The National Astronomical Observatory of Japan (NAOJ) has been operating several large.
Concepts of Database Management Seventh Edition
Concepts of Database Management Sixth Edition
UNESCO ICTLIP Module 4. Lesson 3 Database Design, and Information Storage and Retrieval Lesson 3. Information storage and retrieval using WinISIS.
Access Tutorial 3 Maintaining and Querying a Database
XP Chapter 3 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Analyzing Data For Effective Decision Making.
Querying a Database Using the Select Query Window
Accounting Interface:
Introduction To Form Builder
Chapter 14: Advanced Topics: DBMS, SQL, and ASP.NET
1 Chapter 2 Reviewing Tables and Queries. 2 Chapter Objectives Identify the steps required to develop an Access application Specify the characteristics.
Access Lesson 4 Creating and Modifying Forms
1 Working with MS SQL Server II. 2 The sqlcmd Utility Command line utility for MS SQL Server databases. Previous version called osql Available on classroom.
Chapter 3 Maintaining a Database
Maintaining and Querying a Database Microsoft Access 2010.
XP New Perspectives on Microsoft Access 2002 Tutorial 41 Microsoft Access 2002 Tutorial 4 – Creating Forms and Reports.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
The Japanese Virtual Observatory (JVO) Yuji Shirasaki National Astronomical Observatory of Japan.
The GAVO Cross-Matcher Application Hans-Martin Adorf, Gerard Lemson, Wolfgang Voges GAVO, Max-Planck-Institut für extraterrestrische Physik, Garching b.
Yuji SHIRASAKI National Astronomical Observatory of Japan Current Status of Japanese Virtual Observatory (JVO)
Ranjeet Department of Physics & Astrophysics University of Delhi Working with Origin.
Website Development with Dreamweaver
Functions and Demo of Astrogrid 1.1 China-VO Haijun Tian.
McGraw-Hill Technology Education © 2004 by the McGraw-Hill Companies, Inc. All rights reserved. Office Access 2003 Lab 3 Analyzing Data and Creating Reports.
Analyzing Data For Effective Decision Making Chapter 3.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
Prototype system of the Japanese Virtual Observatory The Japanese Virtual Observatory (JVO) aims at providing easy access to federated astronomical databases.
Management Information Systems MS Access MS Access is an application software that facilitates us to create Database Management Systems (DBMS)
JVO JVO Portal Japanese Virtual Observatory (JVO) Prototype 2 Masahiro Tanaka, Yuji Shirasaki, Satoshi Honda, Yoshihiko Mizumoto, Masatoshi Ohishi (NAOJ),
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Concepts of Database Management Seventh Edition
Microsoft Office 2007 Intermediate© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! With Microsoft ® Office 2007 Intermediate Chapter.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
Database Systems Microsoft Access Practical #3 Queries Nos 215.
Microsoft Office XP Illustrated Introductory, Enhanced Reports Using.
SESSION 3.1 This section covers using the query window in design view to create a query and sorting & filtering data while in a datasheet view. Microsoft.
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics Covered Understanding different types of Queries Creating a Query Creating a Query using a Wizard Changing.
COMPREHENSIVE Access Tutorial 3 Maintaining and Querying a Database.
® Microsoft Office 2013 Access Maintaining and Querying a Database.
Derek Snow 6/13/2009.  What is Form?  Creating Forms  Form Views  Calculated Controls.
IVOA Interoperalibity JVO Query Language Naoki Yasuda (NAOJ/Japanese VO)
Oct. 1, 2004IVOA Small Projects Meeting1 Development of JVO prototype system and its application to Astrophysics Portal System : M. Tanaka Data Service.
Japanese Virtual Observatory Project Abstract : The National Astronomical Observatory of Japan (NAOJ) started the Japanese Virtual Observatory (JVO) project.
Using the AccuGlobe Software with the IndianaMap Using the AccuGlobe Software.
1 Guide to Oracle10G CHAPTER 7: Creating Database Reports 7.
1 Chapter 4: Creating Simple Queries 4.1 Introduction to the Query Task 4.2 Selecting Columns and Filtering Rows 4.3 Creating New Columns with an Expression.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Japanese Virtual Observatory Project Abstract : The National Astronomical Observatory of Japan (NAOJ) started the Japanese Virtual Observatory (JVO) project.
NSF DUE ; Wen M. Andrews J. Sargeant Reynolds Community College Richmond, Virginia.
Microsoft Access Lesson 5 Lexington Technology Center February 25, 2003 Bob Herring On the Web at
Three color composite image Color-Color diagram SED SED relative to R-band Download FITS Searching for a cosmic string through the gravitational lens effect:
1 Working with MS SQL Server Beginning ASP.NET in C# and VB Chapter 12.
IVOA Small Projects Meeting Application to the science S. Honda, Y. Shirasaki, M. Tanaka and JVO team National Astronomical Observatory of Japan.
2004/03/08Japan-France Grid Computing Workshop in Paris Japanese Virtual Observatory Project Masatoshi Ohishi National Astronomical Observatory of Japan.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Microsoft Office Access 2010 Lab 3
, MS-Access, QBE, Access/Oracle
MS Access Forms, Queries, Reports Matt Martin
Access Maintaining and Querying a Database
Microsoft Office Access 2010 Lab 2
Access Tutorial 3 Maintaining and Querying a Database
Database Management  .
Query-by-Example Transparencies
Assignment resource Working with Excel Tables, PivotTables, and Pivot Charts Fairhurst pp The commands on these slides work with the Week 2 Excel.
Assignment 3 Querying and Maintaining a Database
Presentation transcript:

Japanese Virtual Observatory (JVO) National Astronomical Observatory of Japan (NAOJ) Contact Address: Demo 1: GRID-based database federation Main Control Window Write JVO SQL here Open JVO QL Editor The current JVO prototype can communicates with four distributed database, “Subaru Deep Field i’-band” (SDF-i’), SDF-z’, “Subaru XMM Deep Survey” (SXDS), and 2MASS. A main control window provides you to specify a query in The JVO system splits the user input query into pieces of queries for each database, then issues search commands to appropriate servers through a “globus-job-submit” command of Globus Toolkit. This example shows a demo doing a cross-matching search between the two databases SDF-i’ and SDF-z’. At first a search command is issued to the SDF-i’ database server, mizu-g, then the result is transferred to the SDF-z’ database server, minazuki-g, where cross-matching search is executed. Image requests are issued at the last two steps.The query results are transferred through GridFTP in a VOTable format for table data and in FITS for image data. JVO Query Language. You can save/load the QL in a file with the Export/Import button. A QL editor is opened by pushing the editor button and provides an easy way to specify search conditions. The query result is shown up in a result page, which is a kind of VOTable viewer and provides an easy access to both the table and image data. For graphical viewing of the table data, plotting tool is available. You can specify any column or expression for X/Y axis. Column attributes are shown by pushing the “column_info” button, where you can also control the column layout. We present two demos which show the current status on construction of Virtual Observatory in NAOJ. The first program demonstrates a system which federates the distributed database system using the GRID technology. The second one demonstrates a scientific case of searching for gravitationally lensed system using the Subaru-XMM Deep Survey (SXDS) data. Demo 2: Scientific Scenario Gravitational Lens Search This program demonstrates a scientific use-case of an Japanese Virtual Observatory. In this demo Gravitation Lens systems are searched by selecting a pair of two objects which are closely located and have similar colors. The corresponding images are also retrieved, so you can check the morphology of the objects. Color map is constructed from the images taken at three bands (B, R, z’) to visualize the color type of surrounding objects, which helps to find a multiple lens system. A Color-Color and a SED plot are also drawn, which help to reject a possible stellar binary which locates at “stellar locus” in the Color-Color plot. On “JVO Query Language Editor” (shown at left button of this poster), you can specify criteria such as separation angle of two objects, brightness similarity, color similarity, and parameter range. On “Query Result” page, you can check the selected images and colors visually. You can also download the FITS image for more precise examination. The order of the record can be sorted with values of any column. This field sets a restriction for a color of R-B In this example, to search for a distant and point-like object, restrictions on the ellipticity and star parameter calculated by Sextractor is set to 0.0~0.3 and 0.7~1.0, respectively Pushing the “Catalog All” button opens a new window “Table Selection” which shows a list of database accessible from the editor. Checking a catalog and pushing the “selected_table” button, a list of tables included in the database are shown in the same window. SXDS database consist of 20 object-list tables and image meta data tables. A list of columns of the selected table are shown in the column-list window as below, where you can chose the columns you want to use for a search. Pushing the “column_save” button, the editor is updated such that you can set restriction parameters for the selected columns. The above three pictures shows images around the selected objects at B, R and z’-bands from left to right, respectively. The left picture is a color image which is a compound of the three bands images. Below are the color-color and SED plot. You can enlarge the image appearance by changing image size here. Sort with a separation angle