| Software > TimeSearcher
Description | Usage
Hints | References | Acknowledgments
click for full image

Description |
|
The TimeSearcher
software was implemented and documented by Harry Hochheiser. There is
a TimeSearcher
User's Manual and information on how
to format your data for use with TimeSearcher.
Usage Hints |
|
In the InfoVis Toolkit,
the TimeSearcher 1.3 source code is in the '/src/edu/umd/cs/temporalquery'
directory. See package 'edu.umd.cs.temporalquery' in the toolkit javadoc.
You can run TimeSearcher on a dos computer using timesearcher.bat
stored in the /IVR/bin directory.
If you are working on a unix platform simply add
<target name="timesearcher" depends="compile">
<java classname='edu.umd.cs.temporalquery.TQMain'
fork='yes'>
<classpath refid='project.classpath'
/>
</java>
</target>
to the Ant build.xml file in the IVR directory and type 'ant timesearcher'.
This will open the window below (left). Open the data file stu.tqd
and TimeSearcher will display the data as shown in the figure below (right).
Read the TimeSearcher
User's Manual and information on how
to format your data to use TimeSearcher.

References |
|
- Hochheiser; H., Baehrecke, E.H.; Mount, S.M.; and Shneiderman, B.
(2003) Dynamic
Querying for Pattern Identification in Microarray and Genomic Data.
Proeedings IEEE Multimedia Conference and Expo, Baltimore, MD.
- Hochheiser, H. (2003) Interactive
Graphical Querying of Time Series and Linear Sequence Data Sets.
Ph.D. Dissertation, University of Maryland, Department of Computer Science.
- Keogh, E., Hochheiser, H., and Shneiderman B. An
Augmented Visual Query Mechanism for Finding Patterns in Time Series
Data. Proc. Fifth International Conference on Flexible Query Answering
Systems, (October 27-29, 2002, Copenhagen, Denmark). Spring-Verlag,
Lecture Notes in Artificial Intelligence. Univesrity of Maryland Computer
Science Dept. Technical Report #CS-TR-4398, UMIACS-TR-2002-78.
- Hochheiser, H. Shneiderman, B. Visual
Queries for Finding Patterns in Time Series Data. University of
Maryland, Computer Science Dept. Tech Report #CS-TR-4365, UMIACS-TR-2002-45
- Hochheiser, H., Shneiderman, B. Visual
Specification of Queries for Finding Patterns in Time-Series Data.
Proceedings Discovery Science 2001, University of Maryland, Computer
Science Dept. Technical Report #CS-TR-4326. UMIACS-TR-2001-25.

Acknowledgments |
|
This package was made available for teaching the InfoVis course at IU
by Harry Hochheiser and Ben Shneiderman, University of Maryland. Feel
free to contact Ning Yu (nyu@indiana.edu)
if you have questions.

Information Visualization Cyberinfrastructure
@ SLIS, Indiana University
Last Modified February 10, 2004 |