JPH11249941A - Method of generating file for arrangement - Google Patents

Method of generating file for arrangement

Info

Publication number
JPH11249941A
JPH11249941A JP10053792A JP5379298A JPH11249941A JP H11249941 A JPH11249941 A JP H11249941A JP 10053792 A JP10053792 A JP 10053792A JP 5379298 A JP5379298 A JP 5379298A JP H11249941 A JPH11249941 A JP H11249941A
Authority
JP
Japan
Prior art keywords
file
data
comment
generating
organizing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10053792A
Other languages
Japanese (ja)
Inventor
Kazuhiro Hayakawa
和宏 早川
Makoto Isaji
真 伊佐治
Tomoki Watabe
智樹 渡部
Kazuo Tanaka
一男 田中
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP10053792A priority Critical patent/JPH11249941A/en
Publication of JPH11249941A publication Critical patent/JPH11249941A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To extract information, which is useful to explain data stored in a file, from the file itself to automatically generate another file which explains contents of data. SOLUTION: Comment data as additional information can be stored in some picture file 21 besides picture data of the subject. For example, the file structure of JPEG which is a standard file form of picturt data allows storage of comments. Comment data is separated from such a picture file and is parsed to generate another file including a designator designating this picture file and data obtained by parsing.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータによ
るファイル管理技術に係り、詳しくは、付加情報を持つ
データファイルからファイル整理用ファイルを自動的に
生成する整理用ファイル生成方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file management technique by a computer, and more particularly, to an organizing file generating method for automatically generating a file organizing file from a data file having additional information.

【0002】[0002]

【従来の技術】従来よりコンピュータによるファイルを
整理するための方法として一般的なものに、いわゆるデ
ィレクトリファイルである。ディレクトリファイルはデ
ータファイルとは独立したファイルで、データファイル
に先立って生成され、新しくファイルを作成する際に
は、あらかじめディレクトリファイルにそのファイルの
情報を登録することにより、ファイルを管理する。ま
た、ディレクトリファイルから、利用者が見やすいよう
なファイル一覧を作るなどの目的で、二次的に別のファ
イルを生成することも行われている。
2. Description of the Related Art A conventional method for organizing files by a computer is a so-called directory file. The directory file is a file independent of the data file and is generated prior to the data file. When a new file is created, the file is managed by registering the information of the file in the directory file in advance. In addition, another file is also generated secondarily for the purpose of creating a file list that is easy for the user to view from the directory file.

【0003】一方、データ中に、そのデータを利用する
際の補助となる別のデータ(たとえば画像データに対し
て、その画像データに何が入っているかを表す文字列な
ど)を格納することが可能である。例えば、画像データ
の標準的ファイル形式であるJPEGは、ファイル構造
としてコメントを格納することができるようになってい
る。しかし、この格納されたデータは、必要になるたび
に各アプリケーションが読み出して利用するだけで、読
み出したデータをもとに、恒常的に使用する目的で別の
整理用ファイルを生成することはなかった。
On the other hand, another data (for example, a character string representing what is included in the image data with respect to the image data) which is used when the data is used may be stored in the data. It is possible. For example, JPEG, which is a standard file format for image data, is capable of storing comments as a file structure. However, this stored data is simply read out and used by each application each time it is needed, and there is no need to generate another organizing file for the purpose of permanent use based on the read out data. Was.

【0004】[0004]

【発明が解決しようとする課題】本発明の目的は、デー
タファイル中に格納されているデータを説明するために
有用な情報を、データファイル自身から抽出して、デー
タの中身を説明する整理用ファイルを自動的に生成する
整理用ファイル生成方法を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to extract information useful for describing data stored in a data file from the data file itself and to organize the data to explain the contents of the data. An object of the present invention is to provide an organizing file generating method for automatically generating a file.

【0005】[0005]

【課題を解決するための手段】本発明の整理用ファイル
生成方法は、付加情報を持つデータファイルからコメン
トデータを分離し、当該データファイルを指定する指定
子と該コメントデータを含むファイルを生成して出力す
ることを特徴とする。具体的には、データファイルから
コメントデータを分離し、該コメントデータを構文解析
し、データファイルを指定する指定子とコメントデータ
を構文解析して得られるデータを含むファイルを出力す
る。これによれば、コメントを埋め込んだデータファイ
ルから、当該データファイルを説明する文を含むカタロ
グファイル等を自動的に生成することができる。
According to the present invention, there is provided a method for generating a file for organizing, wherein comment data is separated from a data file having additional information, and a specifier designating the data file and a file containing the comment data are generated. Output. Specifically, comment data is separated from the data file, the comment data is parsed, and a file containing data obtained by parsing the specifier designating the data file and the comment data is output. According to this, from the data file in which the comment is embedded, it is possible to automatically generate a catalog file or the like including a sentence describing the data file.

【0006】また、本発明の整理用ファイル生成方法
は、データファイルからコメントデータを分離し、該コ
メントデータからデータファイルを説明するハイパーテ
キストリンクを含むファイルを生成して出力することを
特徴とする。これによれば、コメントを埋め込んだデー
タファイルからデータファイルの説明文へのハイパーリ
ンクを持つファイルを自動的に生成することができる。
Further, the method for generating an organizing file according to the present invention is characterized in that comment data is separated from a data file, and a file including a hypertext link for describing the data file is generated and output from the comment data. . According to this, it is possible to automatically generate a file having a hyperlink from the data file in which the comment is embedded to the description of the data file.

【0007】更に、本発明の整理用ファイル生成方法
は、データファイルからコメントデータを分離し、該コ
メントデータを構文解析し、該コメントデータに含まれ
る説明文を抽出し、さらに該コメントデータに含まれる
リンク先を抽出して、データファイルの簡単な説明とよ
り詳しい説明へのハイパーリンクを含むファイルを生成
して出力することを特徴とする。これによれば、コメン
トを埋め込んだデータファイルからデータファイルの説
明文とより詳しい説明へのハイパーリンクを持つハイパ
ーテキストファイルを自動的に生成することができる。
Further, in the method for generating an organizing file according to the present invention, comment data is separated from a data file, syntax analysis is performed on the comment data, an explanatory sentence included in the comment data is extracted, and further included in the comment data. The method is characterized in that a link destination to be extracted is extracted, a file including a brief description of the data file and a hyperlink to a more detailed description is generated and output. According to this, a hypertext file having a description sentence of the data file and a hyperlink to a more detailed description can be automatically generated from the data file in which the comment is embedded.

【0008】[0008]

【発明の実施の形態】以下、本発明の整理用ファイル生
成方法の一実施の形態として、コメントを埋め込んだデ
ータファイルから当該データファイルの説明文とより詳
しい説明へのハイパーリンクを持つハイパーテキストフ
ァイルを生成する場合について説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, as one embodiment of a method for generating an organizing file according to the present invention, a hypertext file having a hyperlink from a data file in which a comment is embedded to a description of the data file and a more detailed description will be given. Will be described.

【0009】図1は、本発明の整理用ファイル生成方法
のために利用するコンピュータシステムのハードウェア
構成図である。図1において、中央処理装置(CPU)
1は、OS等の制御プログラム、データファイルから別
の整理用ファイルを生成するための手順を規定したプロ
グラム、および処理途中のデータ等を格納するための内
部メモリを有し、システム全体を統括的に制御するとと
もにデータファイルから別の整理用ファイルの生成処理
を実行する。記憶装置2はハードディスクやフロッピー
ディスク、あるいは光ディスク等の総称であり、処理対
象のデータファイル21、および生成した整理用ファイ
ル22が格納される。中央処理装置1は入出力制御部3
を通じて、キーボードやマウス等の入力装置4、ファイ
ルの内容等を表示するための表示装置5、ファイルの内
容等をハードコピーとして出力するための出力装置6、
および、インターネットのアクセスなどに利用するため
の通信回線7が接続される。
FIG. 1 is a hardware configuration diagram of a computer system used for the method of generating an organizing file according to the present invention. In FIG. 1, a central processing unit (CPU)
Reference numeral 1 denotes a control program such as an OS, a program defining a procedure for generating another organizing file from a data file, and an internal memory for storing data being processed, and the like. And a process of generating another organizing file from the data file is executed. The storage device 2 is a general term for a hard disk, a floppy disk, an optical disk, or the like, and stores a data file 21 to be processed and a generated organizing file 22. The central processing unit 1 includes an input / output control unit 3
An input device 4 such as a keyboard and a mouse, a display device 5 for displaying the contents of the file, an output device 6 for outputting the contents of the file as a hard copy,
In addition, a communication line 7 used for accessing the Internet is connected.

【0010】図2は記憶装置2内の処理対象のデータフ
ァイル21の一例を表したものである。この例では、デ
ータファイルは画像ファイルであり、ファイル名は「0
045.jpg」である。該ファイル21中には、主体の画
像データのほかに、付加情報としてあらかじめコメント
データが格納されている。このように、画像データに加
えてコメントデータが格納できる画像ファイル形式とし
ては、例えば、図3に示すようなJPEGファイルがあ
る。コメントデータ(付加データ)は、「識別子=値」
の形式になっており、識別子が値の属性をあらわす。
FIG. 2 shows an example of a data file 21 to be processed in the storage device 2. In this example, the data file is an image file, and the file name is “0”.
045.jpg ". In the file 21, comment data is stored in advance as additional information in addition to the main image data. Thus, as an image file format that can store comment data in addition to image data, for example, there is a JPEG file as shown in FIG. Comment data (additional data) is "identifier = value"
, And the identifier indicates a value attribute.

【0011】図2の例では、画像ファイルに格納されて
いる画像データの更に詳しい説明へのハイパーテキスト
リンク(URL)、画像ファイルに格納されている画像
データについて簡単に述べた文章(COMMENT)、
画像ファイルの画像が撮影された場所(PLACE)、
撮影された時刻(DATE)がコメントデータに埋め込
まれている。このコメントデータは文字列であるが、構
文解析を行うことによって識別子とその値を取り出すこ
とができる。図2で、例えば、「PLACE」が識別
子、「パソコンショウ2001」が値である。
In the example of FIG. 2, a hypertext link (URL) to a more detailed description of the image data stored in the image file, a sentence (COMMENT) briefly describing the image data stored in the image file,
Where the image of the image file was taken (PLACE),
The shooting time (DATE) is embedded in the comment data. Although the comment data is a character string, the identifier and its value can be extracted by performing a syntax analysis. In FIG. 2, for example, "PLACE" is an identifier, and "PC show 2001" is a value.

【0012】図4は、記憶装置2内の本発明の方法で生
成されるファイル22の一例を表したものである。コメ
ントデータは、図2の画像ファイル中のものを用いてい
る。図4の生成ファイル22は、ハイパーテキスト用の
ソースファイルであって、“<”と“>”で囲まれたタ
グはそれぞれ固有の機能を表す。1行目はハイパーテキ
ストリンクを表すタグであって、ジャンプ先はコメント
データのURLの値となっている。2行目は画像の提示
を表すタグであって、ファイル名「0045.jpg」によ
って元のデータファイル(画像ファイル)を指定してい
る。3行目はハイパーテキストリンクの終了を表す。4
行目は画像データに続いて提示されるテキストで、コメ
ントデータ中のCOMMENTの値となっている。5行
目と7行目は改行を表すタグであり、6行目は改行後に
提示されるテキストで、これはコメントデータ中のPL
ACEとDATEの値を用いている。
FIG. 4 shows an example of a file 22 in the storage device 2 generated by the method of the present invention. The comment data in the image file of FIG. 2 is used. The generation file 22 of FIG. 4 is a source file for hypertext, and tags enclosed by “<” and “>” represent unique functions. The first line is a tag representing a hypertext link, and the jump destination is the URL value of the comment data. The second line is a tag indicating the presentation of an image, and specifies the original data file (image file) by the file name “0045.jpg”. The third line indicates the end of the hypertext link. 4
The line is a text presented following the image data, and has the value of COMMENT in the comment data. The fifth and seventh lines are tags indicating a line feed, and the sixth line is text presented after the line feed.
The values of ACE and DATE are used.

【0013】図5は、図4の生成ファイル22を実際に
ハイパーテキストとして提示した表示装置5上の画面例
を表したものである。画像はハイパーテキストへリンク
するボタンに指定されているので、画像をクリックする
と、この画像に写っているパソコンに関するより詳しい
情報を提供するホームページにジャンプする。
FIG. 5 shows an example of a screen on the display device 5 in which the generated file 22 of FIG. 4 is actually presented as hypertext. Since the image is specified on the button that links to the hypertext, clicking on the image will take you to a home page that provides more detailed information about the PC in the image.

【0014】図6は、本発明の整理用ファイル生成方法
の処理手順の一例を示すフローチャートである。本フロ
ーチャートでは、図2に示した画像ファイルから図4に
示すハイパーテキストファイルを生成する。
FIG. 6 is a flowchart showing an example of the processing procedure of the method for generating an organizing file according to the present invention. In this flowchart, the hypertext file shown in FIG. 4 is generated from the image file shown in FIG.

【0015】まず、画像ファイルを解析してコメントデ
ータを抽出する(ステップ601)。例えば、図3に示
すようなJPEGファイルのデータ構造では、APP0
マーカ、データ長を参照してコメントデータを抽出す
る。次に、コメントデータを構文解析して、「変数名=
“値”」の文字列から、変数名と変数値の辞書を生成す
る(ステップ602〜603)。次に、ファイル名およ
び変数名「COMMENT」「URL」「PLACE」
および「DATE」の値を求める(ステップ604〜6
08)。次に、これらの値を用いて、図4に示した形式
のハイパーテキストファイルを作成して出力する(ステ
ップ609〜612)。画像ファイルが複数ある場合
は、以上の処理を各画像ファイルについて行えば、画像
ファイルからカタログ様のハイパーテキストが生成され
る。
First, comment data is extracted by analyzing an image file (step 601). For example, in the data structure of a JPEG file as shown in FIG.
The comment data is extracted with reference to the marker and the data length. Next, the comment data is parsed, and "variable name =
A dictionary of variable names and variable values is generated from the character string "value" (steps 602 to 603). Next, the file name and variable name “COMMENT” “URL” “PLACE”
And the value of "DATE" (steps 604-6)
08). Next, using these values, a hypertext file in the format shown in FIG. 4 is created and output (steps 609 to 612). When there are a plurality of image files, if the above processing is performed for each image file, a catalog-like hypertext is generated from the image file.

【0016】以上、本発明の一実施の形態について説明
したが、例えば、図6のフローチャートのたぐいは整理
用ファイル生成プログラムとして、FDもしくはCD−
ROM等の記録媒体にコンピュータで読み取り可能な形
式で記録し、販売することが可能であることは云うまで
もない。
An embodiment of the present invention has been described above. For example, in the flowchart of FIG.
It goes without saying that it is possible to record on a recording medium such as a ROM in a computer-readable format and sell it.

【0017】[0017]

【発明の効果】本発明の請求項1や2の整理用ファイル
生成方法によれば、コメントを埋め込んだデータファイ
ルから、当該データファイルを説明する文を含むカタロ
グファイル等を自動的に生成することができる。
According to the method for generating an organizing file according to the first or second aspect of the present invention, a catalog file or the like including a sentence describing the data file is automatically generated from the data file in which the comment is embedded. Can be.

【0018】本発明の請求項3の整理用ファイル生成方
法によれば、コメントを埋め込んだデータファイルか
ら、当該データファイルの説明文へのハイパーリンクを
持つファイルを自動的に生成することができる。
According to the method of generating a file for organizing according to the third aspect of the present invention, a file having a hyperlink to a description of the data file can be automatically generated from the data file in which the comment is embedded.

【0019】本発明の請求項4の整理用ファイル生成方
法によれば、コメントを埋め込んだデータファイルか
ら、当該データファイルの説明文と更に詳しい説明への
ハイパーリンクを待つハイパーテキストファイルを自動
的に生成することができる。
According to the method for generating a file for organizing according to the fourth aspect of the present invention, a hypertext file which waits for a description of the data file and a hyperlink to a more detailed description is automatically generated from the data file in which the comment is embedded. Can be generated.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の方法の一実施の形態のコンピュータシ
ステムのハードウェア構成図である。
FIG. 1 is a hardware configuration diagram of a computer system according to an embodiment of a method of the present invention.

【図2】本発明の処理対象のデータファイルとコメント
データの一例を表した図である。
FIG. 2 is a diagram illustrating an example of a data file to be processed and comment data according to the present invention.

【図3】コメントデータを含むデータファイルの一例と
してのJPEGファイルの概略構造を示す図である。
FIG. 3 is a diagram showing a schematic structure of a JPEG file as an example of a data file including comment data.

【図4】本発明の方法で生成されるファイルの一例を表
した図である。
FIG. 4 is a diagram showing an example of a file generated by the method of the present invention.

【図5】図4の生成ファイルを実際にハイパーテキスト
として提示した画面例を表した図である。
FIG. 5 is a diagram showing an example of a screen on which the generated file of FIG. 4 is actually presented as hypertext.

【図6】本発明の方法の処理手順の一例を表したフロー
チャートである。
FIG. 6 is a flowchart showing an example of a processing procedure of the method of the present invention.

【符号の説明】[Explanation of symbols]

1 中央処理装置(CPU) 2 記憶装置 21 データファイル 22 生成ファイル 3 入出力制御部 4 入力装置 5 表示装置 6 出力装置 7 通信回線 DESCRIPTION OF SYMBOLS 1 Central processing unit (CPU) 2 Storage device 21 Data file 22 Generation file 3 Input / output control part 4 Input device 5 Display device 6 Output device 7 Communication line

───────────────────────────────────────────────────── フロントページの続き (72)発明者 田中 一男 東京都新宿区西新宿三丁目19番2号 日本 電信電話株式会社内 ────────────────────────────────────────────────── ─── Continued on the front page (72) Inventor Kazuo Tanaka Nippon Telegraph and Telephone Corporation 3-19-2 Nishishinjuku, Shinjuku-ku, Tokyo

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 付加情報を持つデータファイルからファ
イル整理用ファイルを生成する方法において、データフ
ァイルからコメントデータを分離し、当該データファイ
ルを指定する指定子と該コメントデータを含むファイル
を生成することを特徴とする整理用ファイル生成方法。
1. A method for generating a file organizing file from a data file having additional information, wherein comment data is separated from the data file, and a specifier designating the data file and a file including the comment data are generated. A method for generating a file for organizing.
【請求項2】 データファイルから分離したコメントデ
ータを構文解析し、当該データファイルを指定する指定
子と該コメントデータを構文解析して得られるデータを
含むファイルを生成することを特徴とする請求項1記載
の整理用ファイル生成方法。
2. A method for parsing comment data separated from a data file and generating a file containing a specifier designating the data file and data obtained by parsing the comment data. 1. The method for generating an organizing file according to 1.
【請求項3】 付加情報を持つデータファイルからファ
イル整理用ファイルを生成する方法において、データフ
ァイルからコメントデータを分離し、該コメントデータ
からデータファイルを説明するハイパーテキストリンク
を含むファイルを生成することを特徴とする整理用ファ
イル生成方法。
3. A method for generating a file organizing file from a data file having additional information, wherein comment data is separated from the data file, and a file including a hypertext link describing the data file is generated from the comment data. A method for generating a file for organizing.
【請求項4】 付加情報を持つデータファイルからファ
イル整理用ファイルを生成する方法において、データフ
ァイルからコメントデータを分離し、該コメントデータ
を構文解析し、該コメントデータに含まれる説明文を抽
出し、さらにコメントデータに含まれるリンク先を抽出
し、データファイルの簡単な説明とより詳しい説明への
ハイパーリンクを含むファイルを生成することを特徴と
する整理用ファイル生成方法。
4. A method for generating a file organizing file from a data file having additional information, separating comment data from the data file, parsing the comment data, and extracting a description sentence included in the comment data. And generating a file including a simple description of the data file and a hyperlink to a more detailed description, by extracting a link destination included in the comment data.
JP10053792A 1998-03-05 1998-03-05 Method of generating file for arrangement Pending JPH11249941A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10053792A JPH11249941A (en) 1998-03-05 1998-03-05 Method of generating file for arrangement

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10053792A JPH11249941A (en) 1998-03-05 1998-03-05 Method of generating file for arrangement

Publications (1)

Publication Number Publication Date
JPH11249941A true JPH11249941A (en) 1999-09-17

Family

ID=12952679

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10053792A Pending JPH11249941A (en) 1998-03-05 1998-03-05 Method of generating file for arrangement

Country Status (1)

Country Link
JP (1) JPH11249941A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003091523A (en) * 2001-09-18 2003-03-28 Hitachi Kokusai Electric Inc Information provision device
KR100719514B1 (en) 2005-12-20 2007-05-17 엔에이치엔(주) Method and system for sorting/searching file and record media therefor
KR100963902B1 (en) 2003-10-28 2010-06-17 삼성전자주식회사 File addition information recording and Searching method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003091523A (en) * 2001-09-18 2003-03-28 Hitachi Kokusai Electric Inc Information provision device
KR100963902B1 (en) 2003-10-28 2010-06-17 삼성전자주식회사 File addition information recording and Searching method
KR100719514B1 (en) 2005-12-20 2007-05-17 엔에이치엔(주) Method and system for sorting/searching file and record media therefor
WO2007073097A1 (en) * 2005-12-20 2007-06-28 Nhn Corporation Method and system for sorting/searching file and record media therefor

Similar Documents

Publication Publication Date Title
US6055543A (en) File wrapper containing cataloging information for content searching across multiple platforms
US8572202B2 (en) Persistent saving portal
JP3860347B2 (en) Link processing device
AU2010200518B2 (en) Information processing apparatus, information processing method and information processing program
US20060218492A1 (en) Copy and paste with citation attributes
US7606797B2 (en) Reverse value attribute extraction
KR20040077530A (en) Method and system for enhancing paste functionality of a computer software application
JP2002351878A (en) Digital contents reproduction device, data acquisition system, digital contents reproduction method, metadata management method, electronic watermark embedding method, program, and recording medium
JP5676167B2 (en) System and method for generating search results
US20040128280A1 (en) System, method and program for printing an electronic document
EP2336898A1 (en) Method and system for processing electronic data
JPH1091648A (en) Device for representing and giving link to information and quoted or reproduced material
JP2008090404A (en) Document retrieval apparatus, method and program
JP2009200699A (en) Image processor and image processing method
US20070185832A1 (en) Managing tasks for multiple file types
JP3832693B2 (en) Structured document search and display method and apparatus
JP5063877B2 (en) Information processing apparatus and computer program
US20230153358A1 (en) Systems and methods for collecting digital forensic evidence
JP2006065467A5 (en)
CN107066437B (en) Method and device for labeling digital works
Jones et al. MementoEmbed and Raintale for web archive storytelling
JPH11249941A (en) Method of generating file for arrangement
JP2011209886A (en) Method, program, and device for annotation
US20050033753A1 (en) System and method for managing transcripts and exhibits
JP2004118599A (en) Information disclosure program

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 7

Free format text: PAYMENT UNTIL: 20071208

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081208

Year of fee payment: 8

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 9

Free format text: PAYMENT UNTIL: 20091208

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 9

Free format text: PAYMENT UNTIL: 20091208

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20101208

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111208

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees