YOUR FEEDBACK
Ubuntu Here We Come! - Java Finally To Become 100% Open Source
Reader wrote: Since November 206, wow! that is a long process.
SOA World Conference
Virtualization Conference
$200 Savings Expire May 16, 2008... – Register Today!


2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SYS-CON.TV
TOP LINKS YOU MUST CLICK ON


How I Spent My Summer
Three months in Antarctica with Eclipse and Java

Digg This!

Page 1 of 3   next page »

I recently came home from three months in Antarctica. As a software engineer, Antarctica was the last place I expected to be. I was there as part of the ANDRILL project, a multinational collaboration comprised of scientists, educators, students, technicians, drillers, and support staff from Germany, Italy, New Zealand, and the United States.

Their goal is to uncover the elusive geological history of Antarctica by drilling and recovering sediment core samples from under the Antarctic ice shelf and sea-ice in hopes it will reveal how the ice on and around Antarctica reacted in past periods of climate change. They were using PSICAT (pronounced sigh-cat), a Java-based graphical editing tool I developed, to describe the core samples they were drilling. Since the expedition's fate depended on this data, and because PSICAT was largely unproven, I accompanied the project to ensure that PSICAT performed as expected. This gave me the unique opportunity to be fully involved with the people who were actually using the software - to see what worked, what didn't, and improve the quality of the software and user experience on a daily basis. The journey was long, with plenty of trials along the way, but in the end PSICAT performed better than anyone expected and, most importantly, the people who actually had to use it were still talking to me at the end of the expedition. This article will discuss the design and implementation of PSICAT for use on the harshest continent in the world.

Background
PSICAT, which stands for Paleontological Stratigraphic Interval Construction and Analysis Tool, is a standalone Java-based graphical editing tool for creating and viewing core description diagrams. Core description diagrams are the primary record of the cylindrical rock samples that result from scientific drilling. As the cores come out of the ground, they are examined and described by sedimentologists - scientists who specialize in identifying and interpreting the "story" of the sediments in the sample. Some of the many things that sedimentologists look for when examining a sample include: what type of sediment is present - for example, is it sand? mud? - where does the type and size of the sediment change; are there special structures like bedding or faults presents; and are there fossil traces. All of these features are represented pictorially on the core description diagram. This description process and the resulting diagrams are very important since they provide the scaffolding on which all further analysis is built.

On past drilling expeditions, the sedimentologists drew these diagrams by hand, usually including four meters of core per page, and then passed them off to a dedicated draftsman who would draft them up in a graphics application like CorelDraw or Adobe Illustrator. Although the process worked and allowed scientists to create nice diagrams, it had several shortcomings.

Because of the complexity of the graphics software and of the information to be captured, it required a person dedicated to drafting the diagrams. It also required the diagrams to be created at least twice - once by hand and then a second time in a digital format. Once digitized, the diagrams were static images, which was a problem when changes had to be made. Small local changes to individual diagrams could be made fairly easily, but making changes spanning multiple diagrams was a burden. Truly substantial changes, like changing the symbol that represents a type of rock, would have required re-drafting every diagram - an onerous job when there are diagrams for 1,000 meters of core to update. Static images also complicated the task of searching for specific features in the information-dense diagrams because it required searching each of the individual diagrams for the features of interest.

Realizing the shortcomings of the traditional approach, when it came time for the ANDRILL project to decide on the core description process for their upcoming Antarctic drilling expeditions, they decided to explore other options. Being a new project, they had the chance to modernize their core description process without having to support legacy approaches. They evaluated several commercial core description applications, but none offered the level of detail and flexibility that ANDRILL required.

Around that time, I was doing graduate work with the CHRONOS project at Iowa State University. CHRONOS specializes in providing IT resources and know-how to the geoscience community. My advisor, Dr. Cinzia Cervato, heard about ANDRILL's search for a core description solution and approached them about developing some software to meet their specific needs. Thus PSICAT was born.

Design
The crux of the problem with the traditional approach is that the sedimentologist is drawing a diagram that represents some data without actually capturing the data itself. It's like drawing a bar chart without keeping the data being charted. However, for scientists, capturing the data is as important as displaying it. Having the data makes searching for specific features easy: one simply specifies the constraints of what is interesting - for example, sections of core that are at least two meters in length and contain no pyrite - and the software crunches the data to find the areas that satisfy those constraints. Working with data also has the advantage that if diagrams can be generated from the data then changes at any scale become simpler - just update the data and regenerate the diagrams.

A data-centric approach opens up many other interesting possibilities. The core samples are initially described in a high level of detail. Often, however, it's useful to see the general trends in larger sections of the core. Without the data behind the diagrams, summarization requires going back through the original detailed diagrams and pulling out the key features by hand. By capturing the data, this summarization can be done programmatically. Decoupling the data from the diagram allows it to be visualized in different ways. For example, one user may want to see each individual occurrence of a specific trace fossil. Another may want to see a histogram of all trace fossil occurrences per meter. Since they both access the same data, both these visualizations are possible and easily done.

In the traditional approach used by previous Antarctic geologic expeditions, no core description data was collected in a digital format. The challenge was to collect the data without drastically modifying the core logging routine that the scientists were accustomed to. PSICAT takes the innovative approach of automatically capturing the data as the user drafts the digital core description diagram. It provides a drawing environment similar to other graphics software, but it's customized to draw core description diagrams. This simplifies the software since the user only sees the tools that she is likely to use. She selects one of the tools available from the palette and begins drawing the diagram. Behind the scenes, PSICAT is capturing the data - depth, grain size, type of rock, symbols - that the user is drawing and simultaneously generates a visual representation of those data on the screen. In addition to capturing data through what the user is drawing, PSICAT also provides a property area to enter data directly. This lets the user enter data that can't be drawn, such as written descriptions and lithology definitions, and specify exact values for properties like depth and grain size, which can be difficult to draw exactly with a mouse. When PSICAT is closed and reopened, it completely regenerates the diagram from the saved data. The user can then continue to add data or edit previously drawn objects, and the additions and changes are immediately reflected on the screen. When the user is finished, she can export the diagram, or a subset of it, to various graphic formats as a single image or multiple (e.g., two meters/page) images.


Page 1 of 3   next page »

About Josh Reed
Josh Reed is a Masters student in the Human Computer Interaction program at Iowa State University and the IT and Data Manager for the ANDRILL project's 2006-2007 McMurdo Ice Shelf drilling expedition. He has over 5 years of Java programming experience working on a variety of web and rich client applications. He is finishing up his Masters degree in June after which he hopes to continue solving complex IT problems.

Charles Dowdell wrote: Good text Josh. I think you got a lot out of being on the ice from the sounds of it. The connections between the SME and the analysis seems to be a key connection that makes the difference between good and great. Charlie (happy camper classmate)
read & respond »
LATEST ECLIPSE STORIES . . .
Borland Finally Dumps CodeGear Tools Division
It's only taken Borland two years but it's finally dumped its CodeGear tools division, responsible for Borland's hereditary JBuilder, Delphi and C++ Builder lines as well as its new web ventures into PHP and Ruby, said to be used by 7.5 million developers. Embarcadero Technologies is b
AJAX World - Skyway Software Announces RIA Developer Contest
According to Sean Walsh, President and CEO of Skyway Software, 'Our Skyway Community is thriving and our members are very talented. We truly look forward to their RIAs submittals and Skyway Builder extensions and are excited that all of the contributions will benefit the entire Skyway
Skyway Software Releases Eclipse Plug-In at JavaOne
Skyway Software announced a strategic partnership with SpringSource. In this technology partnership, Skyway Software becomes an application-delivery ISV certified by SpringSource and integrates Spring into Skyway Visual Perspectives, its end-to-end application development and delivery
Virtualization Conference Keynote Webcast Live on SYS-CON.TV
Brian Stevens, the Chief Technology Officer and Vice President of Engineering of Red Hat, delivered his Virtualization Keynote 'The Future of the Virtual Enterprise' at SYS-CON's Virtualization Conference & Expo 2007 West in San Francisco. 'Virtualization is the hottest subject today,
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discussed in NYC June 23-24, 2008 by the world-class speaker faculty at the 3rd International Virtualization Conference & Expo being held by SYS-CON Events in The Roosevelt Hotel, in midtown
Red Hat Named "Platinum Sponsor" of Virtualization Conference & Expo
Red Hat is a trusted open source provider. Red Hat offers enterprise customers a long-term plan for building infrastructures on the quality and innovation of open source. Combining open source operating system platform, Red Hat Enterprise Linux, together with applications, management
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE