Dean Hinshaw NASA/HEASARC

Slides:



Advertisements
Similar presentations
The VAO is operated by the VAO, LLC. Web SAMP in VAO Data Discovery Tool Dean Hinshaw, NASA/HEASARC.
Advertisements

Modernize Your Old Browser to Support HTML 5 Svetlin Nakov Telerik Software Academy academy.telerik.com Senior Technical Trainer
Web ADI - Srinivas.M. Purpose Data upload into Oracle Applications Solution: Web ADI brings Oracle E-Business Suite functionality to a spreadsheet, where.
North Shore.NET User Group Our Sponsors. North Shore.NET User Group Check out our new web site Next Meeting
From legacy desktop application to Single Page Application By Jens Munk Freelance consultant.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
VOView Rendering VOTables using XSLT and JavaScript Dean Hinshaw HEASARC GSFC/NASA.
Philly.NET Hands-On jQuery + Plug-ins Bill Wolff, Rob Keiser.
XML on the Web: is it still relevant? O'Neil D. Delpratt.
Version Control with git. Version Control Version control is a system that records changes to a file or set of files over time so that you can recall.
Debugging JavaScript CS346. IE Javascript Debugging Aids From IE6 on default: no debugging aid for Javascript Change setting: – Tools > Internet Options.
GALEXView Demo T. Rogers, B. Shiao, P. Brown, P. McCauley, A. Conti, M. Smith, S. Tseng, A. Volpicelli StSci/MAST.
#RefreshCache Redmine Learn why RefreshCache is the community developer's new best friend. Daniel Hazelbaker Information Technology Director.
Records Registration Management System The HOB Capstone Project.
The Document Object Model. The Web B.D, A.D. They aren’t web pages, they’re document objects A web browser interprets structured information. A server.
Subversion (SVN) Tutorial Source:
Axel Naumann University of Nijmegen / NIKHEF, NL ROOT 2004 Users Workshop The Future of THtml Plans and Status of ROOT’s documentation facility.
Host and Application Security Lesson 20: How the Web Does not Work.
SharePoint Branding "just not look like SharePoint!" Branding is the act of creating a specific image or identity that people recognize in relation to.
IVOA Interop Pune, A.Micol/ESO An Archive in the VOSphere Experimenting with VOVIEW and SAMP Data Providers mind User Experience A.Micol/ESO,
Wijmo Troy Taylor. What is Wijmo? -Wijmo is a kit of over 40 UI widgets, optimized for client-side web development. -HTML5 -jQuery -CSS3 -SVG.
Crossmatch: the NRAO Cross-identifcation Service Jared Crossley Data Archive Access Meeting - Socorro, NM - 5 April 2010.
In the Labs… X-Bot 2003 by Overtech Technologies.
MIS 7003 MBA Core Course in MIS Professor Akhilesh Bajaj The University of Tulsa Introduction to S/W Engineering © All slides in this presentation Akhilesh.
PEFnet 2012 Václav Telenský. What is TeXonWeb?  Web application  DTP system  TeX/LaTeX  Output format PDF  Sufficient basic principles of TeX/LaTeX.
Dean Anderson Polk County, Oregon GIS in Action 2014 Modifying Open Source Software (A Case Study)
xmACIS2 Rewritten from ground up. Increased flexibility:
By : SAG3 Members.  Cross platform client interface for Time recording/capturing  MS Project integration to Time tracker  integration to Time.
Code.soundsoftware.ac.uk: A software repository for sustainable collaborative research Mark Plumbley, Chris Cannam, Luis Figueira Centre for Digital Music.
1 What is JQuery. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax* interactions.
Team Members Charles Dunbar Ben Kallal Ankit Patel Peter Purcell Kody Reynolds 1 IRP Presentation Client Lisa Hein-Iowa Natural Heritage Foundation Faculty.
Part 4: FCM and the UM University of Reading, December 2015.
Trilinos Framework: Next Steps Thursday November 9, :45-9:30 a.m. Jim Willenbring Mike Phenow.
Semantic Web Technologies Brief Readings Discussion Class work: Projects discussion Research Presentations.
Component Design Elaborating the Design Model. Component Design Translation of the architectural design into a detailed (class-based or module- based)
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
Craig Pelkie Copyright © 2015, Craig Pelkie ALL RIGHTS RESERVED Use RPG to Mobilize your IBM i.
DataGrid is a project funded by the European Commission under contract IST EDG Baseline API Document Document build description and current.
EPrints statistics at the University of Northampton Statistics for repositories: DSpace and Eprints 26/2/2013
Fundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar Textbook to be published by Pearson Ed in early Bootstrap.
Maven. Introduction Using Maven (I) – Installing the Maven plugin for Eclipse – Creating a Maven Project – Building the Project Understanding the POM.
TWITTER BOOTSTRAP Rick Mason. All houses were custom built on site.
Spaso Lazarević Microsoft MVP Nova banka ad Banja Luka Building business application using Visual Studio 2013 LightSwitch.
OPeNDAP Development and Security Policies. Development Policies All of our software uses LGPL or GPL –LGPL is used by most of the code –We want it to.
June 30, 2005 Public Web Site Search Project Update: 6/30/2005 Linda Busdiecker & Andy Nguyen Department of Information Technology.
By Jeremy Burdette & Daniel Gottlieb. It is an architecture It is not a technology May not fit all businesses “Service” doesn’t mean Web Service It is.
1 DIRAC Project Status A.Tsaregorodtsev, CPPM-IN2P3-CNRS, Marseille 10 March, DIRAC Developer meeting.
Testing under the Agile Method CSCI 521 Software Project Management based on the book Testing Extreme Programming by Lisa Crispin and Tip House.
S UB V ERSION / T ORTOISE. S UB V ERSION  Where to find information? 
Source Control Dr. Scott Schaefer. Version Control Systems Allow for maintenance and archiving of multiple versions of code / other files Designed for.
New Tools Used by the Scientific Linux Team
JQuery Fundamentals Introduction Tutorial Videos
NGI and Site Nagios Monitoring
Continuous Integration (CI)
Introduction to Unit Testing in JavaScript
Source Control Dr. Scott Schaefer.
MICROSOFT OUTLOOK and Outlook service Provider
Building a Custom Video Player
Haritha Dasari Josue Balandrano Coronel -
DBM 405 Innovative Education- -snaptutorial.com
The AMI Database Project
Using the Java Library API
Tests of Divisibility 1 - All integers can be divided by 1
A Collaborative Environment
A Short Course on Geant4 Simulation Toolkit How to learn more?
A Short Course on Geant4 Simulation Toolkit How to learn more?
Bootstrap Direct quote from source: bootstrap/
Murach's JavaScript and jQuery (3rd Ed.)
WP3 Case Management Systems
EMODnet Chemistry 3 Reporting
Presentation transcript:

Dean Hinshaw NASA/HEASARC VOView Status Dean Hinshaw NASA/HEASARC

Overview/Reminder View large tables within a Web browser Goal 1000 to 100,000 rows Javascript not efficient enough to handle large tables XSLT 1.0 processing built in to all major browsers Needed for operations that handle the entire table, e.g. sorting Promotes/Exploits VO Table standard

Original Design Goals Bring development together into one project Google Project: voview Combine all functionality into one code base Make VOView into a package (a la jquery) Simple installation Well defined external interfaces Documentation Design Redesign with well-define OO structure and interfaces Modular design allows for developer customization

Status First version of (rewritten) VOView available Current called alpha 1.2 Essentially ready for release Some functionality missing relative to old versions Otherwise, design goals pretty much met

Future Not supported in VAO (i.e. me) in 2010/2011 Google Project voview svn repository Wiki Issue tracker Discussion group http://code.google.com/p/voview/ voview@googlegroups.com