File specification of "base file"
This page describes the specification of "demo file".
Purpose
This file can show the left lower frame of framed version web page.
The number of "base file" is the same as the number of
annotated image files.
How to generate
This file is created by the either command C2KMakeAll or C2KMakeBases from annotated image file, Keyword index file, and audio log file.
The rule of file name
File Format
In the case that the name of specific file is "base"<PageNum>".html",
<BaseFile> := <HeaderPart>\n<TitlePart><KeyPart>\n<AudioLinkPart>\n<TailPart>\n"
<HeaderPart> := "<HTML>\n<HEAD><TITLE>Page "<PageNum>"</TITLE></HEAD>\n<BODY BGCOLOR=\"#FFFFFF\">"
<TitlePart> := "<h2>Slide:"<PageNum>"</h2><hr>"
<KeyPart> := <KeyHeader>\n<KeyLine>\n<KeyEnd>
<KeyHeader> := "<h3>Keywords</h3>\n<pre>\n"
<KeyLine> := (<Strings>\n)*
<KeyEnd> := "</pre>"
<AudioLinkPart> := <AudioHeader><AudioLinks><AudioTail>
<AudioHeader> := "<h3>Audio</h3>\n<H6>\n<dl>\n"
<AudioLinks> := (<AudioLink>\n)*
<AudioLink> := "<dt><A HREF=\"<AudioServerURL>"?auido_"<ReduceDate>","<StartTime>","<EndTime>"\">"<StartTime>"</A></BR>"
<AudioServerURL> := "http://c2000.gatech.edu/cgi-bin/mod.pl"
<ReduceDate> := <Month><Day><Year>
<Month> := "01"|"02"|...|"12"
<Day> := "01"|"02"|...|"31"
<Year> := "96"|"97"|"98"|"99"
<StartTime> := <FullTimeExpression>
<EndTIme> := <FullTimeExpression>
<FullTimeExpression> := <Time>":"<Minunte>":"<Second>
<Time> := "00"|"01"|"02"|...|"23"
<Minute> := "00"|"01"|"02"|...|"59"
<Second> := "00"|"01"|"02"|...|"59"
<AudioTail> := "</dl>\n</H6>\n"
<SearchPart> := "<h3><a href=\""<SearchServerURL>"\" TARGET=\"_top\">search</a></h3>"
<SearchServerURL> := "http://www.cc.gatech.edu/gvu/people/Visitors/Mikiya.Tani/c2k_search.html"<
<TailPart> := "</BODY>\n</HTML>"
Example
<HTML>
<HEAD><TITLE>Page 1</TITLE></HEAD>
<BODY BGCOLOR="#FFFFFF">
<h2>Slide:1</h2><hr><h3>Keywords</h3>
<pre>
</pre>
<h3>Audio</h3>
<H6>
<dl>
<dt><A HREF="http://c2000.gatech.edu/cgi-bin/mod.pl?audio_022996,15:09:17,15:09:49">15:09:17</A><BR>
<dt><A HREF="http://c2000.gatech.edu/cgi-bin/mod.pl?audio_022996,15:09:49,15:10:24">15:09:49</A><BR>
</dl>
</H6>
<h3><a href="http://www.cc.gatech.edu/gvu/people/Visitors/Mikiya.Tani/c2k_search.html" TARGET="_top">search</a></h3>
</BODY>
</HTML>
Mikiya Tani - Mar 12 1996 - mailto:mik@cc.gatech.edu