CBS Expert Team on Integrated Data Management – WMO - 15-18 December 2003 ACSYS – CliC – IACPO.

Slides:



Advertisements
Similar presentations
Alexander Carrington and Liam Martell. Introduction Client: Tom Goldsworthy – G-Group Security Project: Electronic Incident Reporting System Online access.
Advertisements

A Roadmap of Open Source components for GI Web Services and Clients A Paul R Cooper MAGIC.
World Meteorological Organization Working together in weather, climate and water WMO Information System (WIS) Search (with SRU) Timo Pröscholdt (PO-WIS)
Course for teachers covering: HTML, CSS, JavaScript, JQuery PHP, PHP/MySQL
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
Design of Web-based Systems IS Development: lecture 10.
What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
IS 360 Course Introduction. Slide 2 What you will Learn (1) The role of Web servers and clients How to create HTML, XHTML, and HTML 5 pages suitable for.
9/25/2009 Software Plan. Our Client… Dr. Timoth C. Lederman Professor of Computer Science Siena College And To All Other Guests 9/25/2009 Software Plan.
INTRODUCTION The Group WEB BROWSER FOR RELATION Goals.
Multiple Tiers in Action
Apache Tomcat Server Typical html Request/Response cycle
Complaint Desk Team 8. Introduction A web based system that records grievances. A web based system that records grievances. Users can report their grievances.
MIS2502: Data Analytics MySQL and SQL Workbench David Schuff
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
The Metadata System of C hina M ete. D ata S ervice S ystem WANG Guofu National Meteorological Information Centre, CMA Metadata Workshop.
Server Side Scripting Norman White. Where do we do processing? Client side – Javascript (embed code in html) – Java applets (send java program to run.
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
Easy HTML DB. Michael Cunningham Developer/Database Administrator.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 24 How Websites Work with Databases How Websites Work with Databases.
AJAX Chat Analysis and Design Rui Zhao CS SPG UCCS.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
Web Application Development. Define ER model in QSEE Generate SQL Create Database mySQL Write Script to use TableEditor class Process to create A simple.
Web Application Development. Tools to create a simple web- editable database QSEE MySQL (or PHPMyAdmin) PHP TableEditor.
MediMizer User Group  Users want an iPad application  Users want a web application  IT wants a no-installation client  Can be used anywhere.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Session I Chapter 1 - Introduction to Web Development
Case Study Dynamic Website - Three Tier Architecture
1 CSC 301 Web Programming Charles Frank. PHP – Stands for:  Personal Home Page (originally),  PHP: Hypertext Preprocessor (now; follows GNU’s recursive.
EGEE User Forum Data Management session Development of gLite Web Service Based Security Components for the ATLAS Metadata Interface Thomas Doherty GridPP.
CS779 Term Project Steve Shoyer Section 5 December 9, 2006 Week 6.
Session 1 Chapter 1 - Introduction to Web Development ITI 133: HTML5 Desktop and Mobile Level I
PHP Introduction PHP is a server-side scripting language.
Windows 7 WampServer 2.1 MySQL PHP 5.3 Script Apache Server User Record or Select Media Upload to Internet Return URL Forward URL Create.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
PhpMyAdmin Matthew Walsh April 28, 2003 CMSC Shawn Sivy.
How Web Database Architectures Work CPS181s April 8, 2003.
Glossary WMS – OGC Web Mapping Services WFS – OGC Web Feature Services XML- Extensible Markup Language OGC – Open GIS Consortium ADN –
Chapter 9 Using PHP with MySQL Part 2. view_users.php Script 9.4 on page 283 iew_users.php
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Display Page (HTML/CSS)
COSC 2328 – Web Programming.  PHP is a server scripting language  It’s widely-used and free  It’s an alternative to Microsoft’s ASP and Ruby  PHP.
MYSQL AND MYSQL WORKBENCH MIS2502 Data Analytics.
1/7/2016www.infocampus.co.in1. 1/7/2016www.infocampus.co.in2 Web Development training gives you and all-round training in both the design and the development.
Hydroinformatics Lecture 15: HydroServer and HydroServer Lite The CUAHSI HIS is Supported by NSF Grant# EAR CUAHSI HIS Sharing hydrologic data.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
Presented by: K.AMARNATH Ht.no:10841f0045 Guided by: T.Suneetha.
Web Programming Language
Javascript and Dynamic Web Pages: Client Side Processing
JavaScript and Ajax (Ajax Tutorial)
Introduction to Dynamic Web Programming
CSC 301 Web Programming Charles Frank.
Introduction and Principles
mysql and mysql workbench
AJAX.
MapServer In its most basic form, MapServer is a CGI program that sits inactive on your Web server. When a request is sent to MapServer, it uses.
Database Driven Websites
PHP + Oracle = Data-Driven Websites
IS 360 Course Introduction
Web Browser server client 3-Tier Architecture Apache web server PHP
Web Systems Development (CSC-215)
HTML5 Level I Session I Chapter 1 - Introduction to Web Development
Lecture 1: Multi-tier Architecture Overview
Tiers vs. Layers.
Database Connectivity and Web Development
Introduction to World Wide Web
DR. JOHN ABRAHAM PROFESSOR UTPA
UFCEUS-20-2 Web Programming
Client-Server Model: Requesting a Web Page
Web Application Development Using PHP
Presentation transcript:

CBS Expert Team on Integrated Data Management – WMO December 2003 ACSYS – CliC – IACPO

Metadata Database ACSYS Data and Information Service (ADIS) Data and Information Service for CliC (DISC) Metadata Standard WMO Core Metadata Profile – ISO Database Properties Server: Apache/Linux (Free, Open Source) Database: MySQL (Free, Open Source) Database Interface: phpMyAdmin (Free, Open Source) Scripts: PHP (Free, Open Source) Web pages: XHTML 1.0, CSS 2.0, Javascript, Works on all standard compliant web browsers Metadata Exchange: XML (Coming Soon) ACSYS – CliC – IACPO – Metadata Database CBS Expert Team on Integrated Data Management – WMO December 2003

ACSYS – CliC – IACPO – Metadata Database CBS Expert Team on Integrated Data Management – WMO December 2003 Web Browser: User sends request and receives query results Server process PHP scripts and send SQL Query to Database and Query results to Client Server Database SQL Query PHP Script Executes query and sends results to server

ACSYS – CliC – IACPO – User Interface CBS Expert Team on Integrated Data Management – WMO December 2003

ACSYS – CliC – IACPO – Metadata Results CBS Expert Team on Integrated Data Management – WMO December 2003

ACSYS – CliC – IACPO – Database Interface CBS Expert Team on Integrated Data Management – WMO December 2003

ACSYS – CliC – IACPO – Editing Metadata CBS Expert Team on Integrated Data Management – WMO December 2003

Metadata Standard Add line and point for Geographic Extent Add Cryosphere keywords and combined words (Glacier, Sea Ice, …) Future Development Data and Information Service for CliC (DISC) Full compliance to WMO Core Metadata Profile XML format for metadata exchange GIS Mapserver for datasets boundaries SVG for datasets boundaries ACSYS – CliC – IACPO CBS Expert Team on Integrated Data Management – WMO December 2003