Movatterモバイル変換


[0]ホーム

URL:


US6694357B1 - Accessing, viewing and manipulation of references to non-modifiable data objects - Google Patents

Accessing, viewing and manipulation of references to non-modifiable data objects
Download PDF

Info

Publication number
US6694357B1
US6694357B1US09/109,135US10913598AUS6694357B1US 6694357 B1US6694357 B1US 6694357B1US 10913598 AUS10913598 AUS 10913598AUS 6694357 B1US6694357 B1US 6694357B1
Authority
US
United States
Prior art keywords
entries
references
notebook
entry
collection
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.)
Expired - Lifetime, expires
Application number
US09/109,135
Inventor
Will Volnak
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.)
Copernican Tech Inc
Original Assignee
Copernican Tech Inc
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 Copernican Tech IncfiledCriticalCopernican Tech Inc
Assigned to COPERNICAN TECHNOLOGIES, INC.reassignmentCOPERNICAN TECHNOLOGIES, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: VOLNAK, WILL
Priority to US09/109,135priorityCriticalpatent/US6694357B1/en
Priority to JP2000558473Aprioritypatent/JP2002520697A/en
Priority to BR9910955-7Aprioritypatent/BR9910955A/en
Priority to CNB998076031Aprioritypatent/CN1236394C/en
Priority to EP99928869Aprioritypatent/EP1090364A4/en
Priority to PCT/US1999/014478prioritypatent/WO2000002146A1/en
Priority to AU45843/99Aprioritypatent/AU4584399A/en
Priority to US10/781,495prioritypatent/US20040162891A1/en
Publication of US6694357B1publicationCriticalpatent/US6694357B1/en
Application grantedgrantedCritical
Adjusted expirationlegal-statusCritical
Expired - Lifetimelegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

A method and apparatus are provided for accessing, viewing and manipulating data stored in a computer system. This is achieved by selecting one or more of the non-modifiable data objects stored in a computer system, creating references to the selected objects and adding the references to a reference list. The reference list is then manipulated to allow a user to add to, remove from or search the references in the reference list. In some embodiments, different operations are performed by different computers connected to a computer network such as the Internet. In such cases, data objects are stored on a server computer and searched by client computers connected to the server computer over the network. A reference list is stored on the client computers and can be directly manipulated by the user without a need for further interaction with the server computer.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates generally to computer systems and, in particular, to accessing, viewing and manipulating archived information in a computer system.
2. Related Art
Systems that allow users to store and retrieve information in a computer system, such as database management systems, are well known. A database is a collection of data arranged according to a predefined structure. A telephone book is a classic example of a database containing a listing of telephone service subscribers, their respective telephone numbers and, optionally, their addresses. The data stored in such a database is organized in astructure100 having three fields: asubscriber name field110, a subscribertelephone number field120 and asubscriber address field130, as shown in FIG.1A.Records150 are copies ofstructure100 that contain information specific to individual telephone subscribers.Multiple records150 are stored indatabase140, as shown in FIG.1B.
Database management systems typically provide means for searching the database to retrieve a portion of the records stored in the database that satisfy certain search parameters. These searches are generally referred to as queries. Using the telephone book database of FIG. 1B as an example, one could search for all records in which the telephone subscriber has a certain address, or for all records in which the user has a certain name or, or for all records in which the user has a certain name and a certain address. Typically, however, database management systems do not allow users to manipulate the results of the queries, although some database management systems allow users to sort the order in which the records returned by a query are displayed. Other systems allow users to combine multiple search parameters in a single query; however, this approach still requires a new search to be performed. Accordingly, there is a need for a computer information system that allows results of searches to be manipulated and stored for future use, without requiring a new search to be performed.
Furthermore, current global network information systems, such as the World Wide Web, allow user to retrieve information stored on different host computers connected to a global network (e.g., the Internet). The World Wide Web is described on pages 681-723 of “Computer Networks” by Andrew S. Tanenbaum (Englewood Cliffs, N.J.: Prentice-Hall, Inc. 3rd ed. 1996), which are herein incorporated by reference in their entirety. The information stored on the World Wide Web, for example, is organized in a plurality of web pages. Each web page contains information in different formats, including multimedia. In addition, each web page may contain “links” to a other web pages. A user typically accesses the web pages through a web browser (i.e., a program executed by a computer connected to a global network that is able to retrieve and display data organized in web pages) by specifying an http address of a given web page. A user can then access other web pages either by specifying their http address or by “following a link” (i.e., clicking a hypertext field on a web page currently displayed by the web browser). This process is generally referred to as “navigating” or “surfing” the World Wide Web.
Users, however, cannot generally modify web pages to discard irrelevant information. In addition, currently available web browsers do not provide facilities for easily storing and manipulating a collection of links without interrupting the current search operation or performing a new search. Typically, web browsers employ a search engine to search the World Wide Web for web pages that meet the parameters of the search. Search engines then generate one or more web pages containing links to the web pages that meet the parameters of the search. The web browser, in turn, displays the web pages generated by the search. Thus, there is no easy way of manipulating the list of links contained in the web pages generated by the search engine. Accordingly, there is a need for a more flexible and faster method of organizing, searching and manipulating data than is currently available.
SUMMARY OF THE INVENTION
The present invention provides a method and apparatus for accessing, viewing and manipulating data stored in a computer system. This is achieved by selecting one or more of the non-modifiable data objects stored in a computer system, creating references to the selected data objects and adding the references to a reference list. The reference list is then manipulated to allow a user to add to, remove from or search the references in the reference list.
Furthermore, the invention provides a method and apparatus for accessing, viewing and manipulating data stored in a computer system in which different operations are performed by different computers connected to a computer network. This is particularly advantageous for Internet related applications in which data objects are stored on a server computer and searched by client computers connected to the server computer over the Internet. A reference list is stored on the client computers and can be directly manipulated by the user without a need for further interaction with the server computer.
BRIEF DESCRIPTION OF THE DRAWING
FIG. 1A illustrates the structure of a record of a prior art telephone book database.
FIG. 1B shows a prior art telephone book database having a plurality of records.
FIG. 2 is a flow diagram of a data manipulation operation, according to an embodiment of the invention.
FIG. 3 illustrates the relationships among a library, an archive and several notebooks, according to an embodiment of the invention.
FIG. 4A is a flow diagram of a notebook manipulation operation, according to an embodiment of the invention.
FIG. 4B is a flow diagram of a standalone library creation operation, according to an embodiment of the invention.
FIG. 4C is a flow diagram of a notebook manipulation operation, according to an embodiment of the invention.
FIG. 4D is a flow diagram of a notebook entry duplication operation, according to an embodiment of the invention.
FIG. 5A shows the menu structure of a software application program, according to an embodiment of the invention.
FIGS. 5B-5D illustrate several views of a journal window of the software application program, according to an embodiment of the invention.
FIG. 6A illustrates a journal layout of a notebook window of a software application program, according to an embodiment of the present invention.
FIG. 6B illustrates a browser layout of a notebook window of a software application program, according to an embodiment of the present invention.
FIG. 7 illustrates a browser window of a software application program, according to an embodiment of the invention.
FIG. 8A illustrates a cockpit window of a software application program, according to an embodiment of the invention.
FIG. 8B illustrates a clue editing window of a software application program, according to an embodiment of the invention.
FIG. 8C illustrates a put window of a software application program, according to an embodiment of the invention.
FIG. 9A illustrates computers connected to a local area network, according to an embodiment of the invention.
FIG. 9B illustrates computers connected to a wide area network, according to an embodiment of the invention.
FIG. 9C illustrates computers connected to a global network, according to an embodiment of the invention.
FIG. 10A shows a window of a software application program that allows a user to access data entries stored in a standalone library.
FIG. 10B shows a window of a software application program that allows a user to access data entries stored in a standalone library over a global network.
FIG. 11 shows a window of a software application program that allows references to data entries to be accessed over a global network, according to an embodiment of the invention.
FIGS. 12A illustrates the elements of a reference to a data object.
FIG. 12B illustrates specific values of the elements of a reference to a data object.
FIG. 12C illustrates the values of the elements of a reference to a data object in the special case of a data object that is not referenced in any notebook.
DETAILED DESCRIPTION OF THE INVENTION
A method and apparatus are provided for accessing, viewing and manipulating a wide variety of data objects stored in a computer system. Unlike in a database management system, data objects stored in the computer system can be searched or selected and the results of the search/selection can be freely manipulated . In addition, since the data objects are non-modifiable, the chronology of the data objects is preserved automatically and the task of maintaining references to the data objects is greatly simplified.
Anoperation200 for selecting and manipulating non-modifiable data objects is described in FIG.2. The non-modifiable data objects are first created as modifiable data objects, edited and then converted into non-modifiable data objects. The modifiable data objects can be created using any suitable technique known in the art including, but not limited to, importing data objects from an external file, generating data objects in a word processing, graphics or paint program or “copying and pasting” data objects from another application program via a “copy and paste” facility provided by an operating system. As those skilled in the art are familiar with these techniques, they are not further discussed herein. First,stage210 determines whether a search is being performed on a set of non-modifiable data objects stored on the computer system, in whichcase operation200 proceeds toparameter search stage220. Otherwise the operation proceeds to stage260. Each non-modifiable data object has content data, a unique identifier and meta-information used in the search. The content data can be text, image, video, audio, multimedia or any combination thereof. For example, in some embodiments, the non-modifiable data objects are implemented in HTML. Inparameter search stage220, the search parameters are specified by a user of the computer system, although those skilled in the art realize that the search parameters could also be supplied by an application program executed by the computer system. For instance, the search parameters may include the author of the source data object, a range of creation dates of the data objects, specific text data contained in the data objects, whether the data object is already referenced in some other list of references to data objects, etc.Stage230 determines if any data objects satisfy the search parameters, in which case a reference to each of the matching data objects is created instage240. Otherwiseoperation200 terminates.Stage260 determines whether data objects are being selected, in whichcase operation200 proceeds to stage270. Otherwise,operation200 terminates. Instage270, one or more references to data objects are selected by a user andoperation200 proceeds to stage280.Stage280 then determines whether any of the reference are to be manipulated, in whichcase operation200 proceeds to stage250. Otherwiseoperation200 terminates. Any references to the matching data objects are manipulated instage250. For example, a list of references to the matching data objects is displayed in a window of a software application program executed by the computer system. A user may then add or delete references from the list, perform a new search on the references contained in the list or sort the references in a particular order. Individual data objects, as well as information about the data objects, can be displayed in the same window as the list of references either by scrolling through the references or by clicking on a particular reference in the reference list, as shown in FIGS. 6A,6B and7.
A computer system according to an embodiment of the invention is illustrated in FIG.3. In FIG. 3, alibrary300 includes ajournal310,archives320 andnotebooks330,340 and350.Journal310, in turn, has a plurality ofjournal entries350,360,370 and380.Journal entries350,360,370 and380 are data objects, according to an embodiment of the invention. The body of a journal entry can be created by any suitable technique known in the art. For example, text journal entries can be created by a word processing program executed by the computer system, image data entries can be created by a drawing program executed by the computer system, etc. Alternatively, journal entries can be created by inputting them directly into the computer system. For example, a text entry can be created by typing into a text pane of the computer system. An image data entry can be created by copying the image into a window pane of the computer system using the “cut and paste” function of an operating system such as the MACOS operating system.
Journal entries are typically fluid, in the sense that they can be modified at any time (e.g., by a user of the computer system). While journal entries are in a fluid state, they can only be accessed through the journal. Thus, adding entries to a journal is similar to a user having his/her own private electronic diary. Journal entries can be made available to other components of the system by storing them intoarchives320. This process is referred to herein as “freezing” a journal entry. Once a journal entry is stored inarchives320, it becomes “frozen” and can no longer be modified. Thus,journal entries360,370,380 and390 are stored inarchives320 asfrozen entries365,375,385 and395, respectively.
Furthermore, references tofrozen entries365,375,385 and395 can be combined innotebooks330,340 and350. These references are referred to as notebook entries. Thus, as used herein, a notebook is simply a collection of references to frozen entries stored inarchives320. Only one reference to an entry is allowed in each notebook, even though two separate notebooks can each contain references to the same entry. In FIG. 2, for instance,notebook A330 contains references tofrozen entries365 and375,notebook B340 contains references tofrozen entries365,385 and395, andnotebook C350 contains references tofrozen entries385 and395.
FIGS. 4A-4C are flow diagrams of operations performed on the system of FIG.3. FIG. 4A describes dataobject manipulation operation400, according to an embodiment of the invention.Journal entries360,370,380 and390 (FIG. 3) are first created instage405 and then stored inarchives320 asfrozen entries365,375,385 and395, instage408.Frozen entries365,375,385 and395 are then selected by a user for inclusion in a notebook (e.g., notebook A330), instage410. Instage415, a reference to the selected entries is created and added to the notebook. Finally, references are added to and/or removed from the notebook by a user, instage420.
FIG. 4B describes a standalonelibrary creation operation430, according to a further embodiment of the invention.Stages435,437,440,445 and447 are analogous tostages405,408,410,415 and420 of the operation of FIG.4A. Instage450, however, one or more notebooks are selected by the user for publication and, instage455, the selected notebooks and the corresponding entries inarchives320 are “published” by replicating the notebooks and the entries and storing the resulting copies as a non-modifiable collection of data objects and associated references in the computer system. The published library is referred to as a standalone library and the notebook entries contained in the standalone library cannot be modified. Furthermore, the standalone library does not provide a journal for adding entries to the archives. New entries cannot be added to the notebooks of the standalone library and existing notebooks cannot be modified.
FIG. 4C describes a dataobject manipulation operation460, according to a further embodiment of the invention.Stage465 is analogous to stage405 in FIG.4A. Instage470, however, the frozen entries are searched according to a set of search parameters.Stage475 then determines whether any of the frozen entries satisfies the search parameters, in which case the operation proceeds to stage480. Otherwise, the operation proceeds to stage485. Instage480, references to the frozen entries satisfying the search parameters are created and, combined with the entries already stored in the notebook (e.g., if a reference to the frozen entry does not already appear in the notebook, a new notebook entry is added referencing the frozen entry). Finally, instage485, notebook entries are added to or removed from the notebook by a user.
FIG. 4D illustrates a notebookentry duplication operation490, according to an embodiment of the invention. In FIG. 4D,stage487 first determines whether a search is being conducted, in whichcase operation490 proceeds to stage493. Otherwise,stage489 determines whether a selection is being performed, in whichcase operation490 proceeds to stage491. Otherwiseoperation490 terminates. The source notebook entries are searched instage493.Stage495 then determines if any source notebook entries satisfy the search parameters, in whichcase operation490 proceeds to stage497. Otherwiseoperation490 terminates. Instage491, one or more source notebook entries are selected to be duplicated in one or more destination notebooks. Finally, instage497, the source notebook entries either selected instage491 or returned by a search instage493 are combined with the destination notebook entries (e.g., if a reference to the same data object is not already contained in the destination notebook, a new reference to the data object is created and added to the destination notebook) andoperation490 terminates.
A software application program in accordance to an embodiment of the invention and executed by a general purpose computer running under the MACOS operating system is now described in reference to FIGS. 5A-5E,6A-6B and7-8.
FIG. 5A illustrates the menu structure of the software application program. In FIG. 5A,menubar505 has several pulldown menus:file menu515,edit menu525,text menu535, managemenu545 andnotebook menu547, in addition to the standard Apple menu common to most MACOS application programs. Each of the menus ofmenubar505 provides access to one or more commands that can be performed by the software application program. For instance,file menu515 contains commands to create, open, close and save a library, importing a file or a notebook, exporting a notebook (e.g., saving the frozen entries referenced by the notebook into a file) and printing the data objects referenced by a notebook on a printer connected to the computer system. In addition,file menu515 provides access to standard MACOS operations to close the current active window, performing page setup for a document to be printed or quitting the current application program. Similarly,edit menu525 provides access to standard formatting and editing commands supported by MACOS.Text menu535 provides access to commands that determine the appearance of text characters displayed by the software application program. Managemenu545, in turn, provides access to several commands to create a new entry or a new browser window (FIG.7), open the cockpit window (FIG. 8A) or display a clues window (FIG.8B). Finally,notebook menu547 provides access to commands to create, open, delete or rename a notebook, as well as to sort notebook entries.
FIGS. 5B-5D illustrate ajournal window500 of the software program displayed on a screen of a monitor of the computer system.Journal window500 includes awindow header510 and one ormore entry panes520.Window header510 includes acommand menu530 and asort menu550.Command menu530 controls commands to be performed on the entire journal, such as removing entries from the journal (“zap”) and replicating entries in one or more notebooks (“put” and “zip”). Zip and put are both used to replicate entries in one or more notebooks, however, put requires that the destination notebooks be explicitly specified by the user. By contrast, zip provides a facility (“sifting”) that allows users to automatically replicate notebook entries in a predetermined set of notebooks if a number of keywords (“clues”) associated with the set of notebooks are found in the entries being zipped. For example, a user can create a clue such as “project x” to distribute all entries regarding project x to all notebooks concerning project x. During a zip operation, entries are sifted for the term “project x” and those entries containing “project x” are automatically replicated in all notebooks specified in the project x clue.Sort menu550, in turn, controls the order in which theentry panes520 are displayed injournal window500.Entry panes520 may scroll up or down to displaymore entry panes520 than can physically be displayed injournal window500 at any one time. As those skilled in the art are familiar with scrolling window techniques, they are not further discussed herein.
Eachentry pane520 includes aformat menu555, aentry command menu560, atitle text field565, atag text field570, asource text label575, acreation time label580, acomment field pane585 and abody pane590.Title text field565,tag text field570,source text label575,creation time label580, andcomment pane585 are all searchable and siftable and are thus referred to as meta-information.Format menu555 controls the display format ofentry pane520.Entry command menu560 controls commands performed on the entry displayed inentry pane520.Title text field565 contains a user modifiable title identifying the entry. Typically, the title is assigned by the user creating the entry.Tag text field570 contains a user modifiable tag field used to further identify the entry.Tag text field570 is the only field that can still be modified after the entry is frozen (e.g., in a notebook entry).Source text label575 is a non-modifiable text label identifying the source of the entry. Likewise,creation time label580 is a text label indicating the creation time of the entry.Comments pane585, on the other hand, is a free form text field that allows the user creating the entry to describe the contents ofbody text pane590. Finally,body pane590 is a free form text field that is used to store the body of the entry. In some embodiments of the invention,body pane590 is used to store data other than text. For example, in some embodimentsbody text pane590 stores text data, image data, video data, audio data or any combination thereof.
All entries displayed in anentry pane520 ofjournal window500 are initially fluid. A fluid entry is an entry that can be modified by the user and is, therefore, private to the journal (the entry cannot be referenced outside the journal, e.g., by a notebook). A fluid entry that is stored inarchives320 becomes a frozen entry. Once an entry is frozen it can no longer be modified by the user, even though it may still appear injournal window500. A journal entry can be removed fromjournal window500 by issuing a “zap” command. The zap command can be issued fromentry command menu560 ofentry pane520, fromcommand menu530 ofjournal widow500 or fromcommand menu805 ofcockpit window800.
FIGS. 6A-6B illustrate anotebook window600. Notebook window600 (FIG. 6A) comprises awindow header610 and one ormore entry panes620A,620B, etc., one for each entry of the notebook displayed innotebook window600.Window header610 includes acommand menu630, atotal label635, alayout menu640 and asort menu650.Command menu630 controls commands to be performed on the entire notebook, such as removing entries from the notebook or replicating the entry into other notebooks.Layout menu640 controls the arrangement ofentry panes620A,620B, etc. innotebook window600. By selecting one of the layouts specified inlayout menu640 the user can cause notebook window to appear in either journal layout (FIG. 6A) or browser layout (FIG.6B).Sort menu650 controls the order in whichentry panes620A,620B, etc. are displayed innotebook window600.Entry panes620A,620B, etc. may scroll up or down withinnotebook window600 in FIG.6A. As those skilled in the art are familiar with scrolling window techniques, they are not further discussed herein.
Eachentry pane620A,620B, etc. includes acommand menu660, anotebook menu645, atitle label665, atag field670, aformat menu635, asource label675, acreation time label680, a freezingtime label683, acomment pane685 and abody pane690.Command menu660 controls commands performed on the entry displayed inentry panes620A,620B, etc. Whennotebook menu645 is activated, a list of notebooks containing the notebook entry displayed inentry pane620A is displayed. The user can then display one of these notebooks by simply selecting the notebook name fromnotebook menu645.Title label665 identifies the entry displayed inentry pane620A.Tag field670 contains a user modifiable tag used to identify the entry displayed inentry pane620A during searches and sorts.Format menu635 controls whichformat entry panes620A,620B, etc. are displayed in. Note that each ofentry panes620A,620B,620C,620D and620E appears in a different format selected viaformat menu635.Source label675 is a non-modifiable text label identifying the source of the entry displayed inentry pane620A. Likewise,creation time label680 is a text label indicating when the entry displayed inentry pane620A was created as a journal entry and freezingtime label683 is a text label indicating when the entry displayed inentry pane620A was frozen.Comments pane685, on the other hand, is a text field used to describe the contents ofbody pane690. Finally,body pane690 is a free form text field used to store the body of the entry displayed inentry pane620A. In some embodiments of the invention,body pane690 is used to store data other than text. For example, in someembodiments body pane690 stores text data, image data, video data, audio data or any combination thereof.
Whennotebook window600 appears in browser layout (FIG.6B), a notebookentry list pane695 is displayed betweenwindow header610 andentry pane620A. The user can then select any entry innotebook entry pane695 for display inentry pane620A by double clicking on the corresponding line of notebookentry list pane695.
Note that since notebooks, unlike journals, contain only frozenentries title label665, commentspane685 andbody pane690 ofentry pane620A cannot be modified by the user. By contrast,title field565, commentspane585 andbody pane590 ofentry pane590 of FIG. 5B can be modified since the entry displayed inentry pane590 is fluid. On the other hand,tag field670 can still be modified even though the underlying data object is frozen. As a result, the user can enter any text intag field670 to aid in future searches or sorts of the notebook entries.
Notebook entries can be exported as text files. For example when an export menu command ofcommand menu660 is selected, the entry shown inentry pane620A is stored as a text file in a location specified by the user. Those skilled in the art realize that a similar scheme can be devised to allow notebook entries to be imported from text files arranged in a predefined format. For example, text files could be imported as the body of a notebook entry. Alternatively, meta-information could be extracted from formatted data at a predefined location within the file.
FIG. 7 illustrates abrowser window700 that can be used to display notebook entries.Browser window700 is similar tonotebook window600 in browser mode, except for the addition of anotebook list pane710 and the elimination oflayout menu640. The user can thus access individual notebooks by double clicking on a corresponding line ofnotebook list pane710.
Users of the application program can also manipulate notebooks by means ofcockpit window800, shown in FIG.8.Cockpit window800 includes acommand menu805, asource pane810, adestination pane820 and afilter pane830.Filter pane830, in turn, includes atime box850,condition boxes860 and870 and anotebook list pane840.
Command menu805 controls the commands performed on the entries stored in library300 (FIG.3).Source pane810 can be used to select specific notebooks for the command specified bycommand menu805.Destination pane820 specifies which notebooks the selected entries should be replicated to, if required by the command selected fromcommand menu805. Notebooks can be added tosource pane810 anddestination pane820 by dragging selected list items fromnotebook list pane840 to sourcepane810 ordestination pane820 or by pushing an “add” button. Notebooks can be removed fromsource pane810 anddestination pane820 by selecting a corresponding line of the scrolling lists displayed insource pane810 anddestination pane820 and pushing the corresponding “delete” button.
Finally,filter pane830 allows the user to specify parameters to be used to limit the number of entries selected viasource pane810 that are to be transferred to the notebooks specified viadestination pane820, again, if required by the command selected fromcommand menu805. The operation specified viacommand menu805 is triggered by pushingcommand button880, whose appearance is modified to reflect the type of command selected viacommand menu805.
To speed up searches, in some embodiments, the contents of frozen entries are indexed upon freezing. This is accomplished by creating an alphabetical list of the words contained in an entry being frozen and comparing the list to a master list of words contained in the entries already frozen in the library. The master list, in turn, contains separate lists for each word of references to frozen entries containing that word. When a word in the list for the entry being frozen is already contained in the master list, a reference to the entry is added to the reference list for that word in the master list. Otherwise, if the word is not already included in the master list, the word is added to the master list and a new reference list for that word is created having a reference to the entry being frozen. Those skilled in the art realize that other techniques for indexing entries can be used in place of the one described above. The invention is not limited to any particular indexing scheme and other indexing schemes other than the one described herein can be used in accordance to the principles of the present invention. Since once entries are frozen they can no longer be modified, there is no need to re-index the entries every time an entry is modified. As a result, the overhead associated with indexing the entries is minimized, while still allowing for fast searching of the frozen entries stored in a library.
FIG. 8B illustrates aclues editing window890 that is displayed in response to a user selecting the clues command from manage menu545 (FIG.5A).Clue editing window890 allows the user to add, delete or edit clues. Clues allow the user to associate one or more notebooks with a specific name or acronym (the “clue”). When the clue is used either in the header or in the body of a journal or notebook entry and a zip command is issued, the entry is sifted and automatically added to the notebooks associated with the clue. The zip command is analogous to the put command, except that destination notebooks are not explicitly defined by means of put window895 (FIG.8C), but are determined according to the clues contained within the entry. Thus, the user can use the zip command to distribute entries to notebooks associated with certain topics specified by the clues without having to explicitly select the notebooks.
Furthermore, repetitive tasks like zipping and zapping all journal entries at the end of the day can be automated by using a feature of the application program known as “chores.” Chores allow a user to specify a certain operation to be performed at fixed intervals of time by the application program without requiring further user interaction. The user, of course, can cancel a chore when it is no longer needed.
FIG. 8C illustrates putwindow895 that is displayed when the put command is selected fromcommand menu805, or when a put command is selected using the command menu of a notebook or journal entry. Putwindow895 allows the user to specify which notebooks the selected entries are to be distributed to. For the user's convenience, anotebook list pane897 is provided which contains a listing of all available notebooks. Notebooks can be added or deleted from selectednotebook list899 by pushingadd button892 or deletebutton893. The put command is triggered by pushingput button896.
According to one embodiment of the invention, journal entries are created on a first client computer connected to a network, selected journal entries are added to the archive on the first computer, stored in the archives of a group library stored on a server computer connected to the network, and forwarded to the archives of a second client computer also connected to the network. FIGS. 9A-9C illustrate these operations when the computers are connected to a local area network, a wide area network and a global area network, respectively.
In FIG. 9A,general purpose computers900,910 and920 are connected to alocal area network930 and execute an information system program according to an embodiment of the invention, such as the one described in reference to FIG.3.Local area network930 is any suitable local area data communications network known in the art. A user ofgeneral purpose computer900 creates journal entries, as described in reference to FIGS. 5B-5D. The user then freezes the entries by storing them in the archives ofgeneral purpose computer900, as described in reference to FIG.3. Copies of all entries selected for distribution by the user are then transferred overlocal area network930 togeneral purpose computer920, where they are stored in the archives of the group library. A user ofgeneral purpose computer930 then receives copies of the frozen entries stored in the group library ofgeneral purpose computer920, storing them in his/her library.
In some embodiments, a general purpose computer is designated as a central repository for entries published by all users connected to the network and then distributes copies to the archives of individual computers while in others the central repository can be located on one of the individual computers. Other techniques for data distribution and broadcasting known in the art may be used according to the principles of the invention. As those skilled in the art are familiar with these techniques, they are not further discussed herein.
In FIG. 9B,general purpose computers900,910 and920 are connected to a wide area network940 and execute an information system program, according to an embodiment of the invention, such as the one described in reference to FIG.3. Wide area network940 is any suitable wide area data communications network known in the art. Entries are created and distributed over wide area network940 in a manner analogous to the one described with reference togeneral purpose computers900,910 and920 of FIG.9A.
In FIG. 9C,general purpose computers900,910 and920 are connected to a global network970 and execute an information system program, according to an embodiment of the invention, such as the one described in reference to FIG.3. Global network970 is any suitable wide area data communications network known in the art. Entries are created and distributed over global network970 in a manner analogous to the one described with reference togeneral purpose computers900,910 and920 of FIG.9A.
FIG. 10A shows awindow1000 of a software application program that allows a user to access a standalone library.
Window1000 has abrowser header1010, anentry list pane1020, anentry pane1030, anauthor notebook list1040 and areader notebook list1050.Browser header1010,entry list pane1020,entry pane1030 perform the same functions as the corresponding elements of browser window700 (FIG.7).Author notebook list1040, on the other hand, provides access to notebooks created by the author of the standalone library prior to the publication of the standalone library.Reader notebook list1050, provides access to notebooks created by the user after the publication of the standalone library. As a result, notebooks accessed throughauthor notebook list1040 cannot be modified by the user, while notebooks accessed throughreader notebook list1050 can be modified by the user.
FIG. 10B showswindow1000 displayed within a pane of web-browser window1060. Web-browser window1060 is a window of a web-browser application program such as NETSCAPE NAVIGATOR, available from Netscape Communications Corp. of Mountain View, Calif., or INTERNET EXPLORER, available from Microsoft Corp. of Redmond, Wash., that allows users to access and view web-pages over the Internet.Window1000 is displayed within a pane of web-browser window1060 by means of a plug-in extension to the web-browser application program that allows standalone libraries to be accessed and viewed over the Internet by accessing a URL of a computer on which the standalone library is residing.
FIG. 11 showswindow1060 of a software application program that allows a user to access libraries stored on one or more server computers connected to a client computer via the Internet, as shown in FIG.9C.
Pane1100 has abrowser header1110, anentry list pane1120, anentry pane1130, anauthor notebook list1140 and areader notebook list1150 that perform analogous functions to those ofbrowser header1010,entry list pane1020,entry pane1030,author notebook list1040 andreader notebook list1050 of FIGS. 10A-10B. However,library list1160 allows a user of the software application program to select a particular standalone library or hyper-library among a list of libraries stored on server computers connected to the client computer via the Internet. A hyper-library is similar to a standalone library, except that the author can always add new entries and notebooks to the hyper-library. A user of the application program of FIG. 11 can thus access any library stored on a computer connected to the Internet, regardless of whether the library is a standalone library or a hyper-library. Furthermore, references to data objects in separate libraries stored on server computers can be combined in a single notebook by a user of client computer connected to the server computers via the Internet. These notebooks comprise a local library that is private to the user (e.g., the USER library of FIG.11). The entries contained in a library stored on a server can be viewed by first selecting the library fromlibrary list1160 and then clicking on a line ofentry list1120. The contents of the corresponding entry are thus displayed inentry pane1130. The user can also search the entries in one or more libraries by using cockpit window800 (FIG.8A), create reader's notebooks and add/remove entries from the reader's notebooks. Author's notebooks, on the other hand, cannot be modified by the user. The application program of FIG. 11 can thus function as a search engine for data objects stored on computers connected to the Internet. The results of the search comprise a listing ofreferences1200A to data objects that include alibrary ID1210A, anotebook ID1220A and anentry ID1230A, as shown in FIG.12A. FIG. 12B shows the values oflibrary ID1210B,notebook ID1220B andentry ID1230B ofreference1200B for the notebook entry selected in FIG.11. As shown in FIG. 12C, when a frozen entry in a library is not referenced in any notebook,notebook ID1220C has a special value, such as —0— to indicate that the frozen entry is not referenced in any notebook.
An example is now provided of the operation of the various application programs described above. In the example, the application program of FIGS. 5A-8C is referred to as Personal Archive Librarian (PAL), the application program of FIGS. 9A-9B is referred to Group Archive Librarian (GAL), the application program of FIGS. 10A-10B is referred to as Standalone Archive Librarian (SAL) and the application program of FIG. 11 is referred to as Hyper Archive Librarian (HAL).
In the example, a three-person team is working on a project, but each teammember is located in a different office. Each teammember has a computer equipped with PAL, GAL, SAL and HAL. The computers are connected via the Internet. A Central Project Library (CPL) is created on a server computer equipped with GAL. The CPL has a unique library ID1210. Each teammember is registered as a user of the CPL by providing GAL with the library ID of the teammember's PAL library. A list of clues, agreed upon by the teammembers, is maintained on each teammembers' PAL together with a Project Notebook (PN). Each teammember periodically zips his/her journal entries. Entries containing any of the clues for the project are automatically added to the PN. Alternatively, a chore can be set up to automatically zip new entries at fixed time intervals. Once a day, GAL then sends a message to the PALs of each teammember registered as a user of the CPL requesting that all new notebook entries in the PNs be sent to GAL. The entries are thus imported into the CPL. GAL then exports to each teammember's PAL all new entries that were not created by that teammember. The entries are then imported into each teammember's PAL journal. At the end of this operation each teammember has a copy of all notebook entries pertaining to the project that are stored in the CPL, regardless of the author.
At some point, one of the teammembers is asked to teach a class on a new technology developed by the project. The teammember then searches the CPL for all entries related to the new technology and saves them in several notebooks dealing with different aspects of the new technology. When the teammember is satisfied that all the relevant entries have been included in the notebooks, he/she exports the notebooks and the corresponding entries into a standalone library (SL) about the new technology. During the course, each of the teammember's students has a computer equipped with SAL and a copy of the SL. The students can add new notebooks to their own SL, for example to organize the entries about a particular class.
Finally, once the project is completed, the teammembers decide to make both the SL and other portions of the CPL available to the public to promote the new technology. This is accomplished by exporting the desired portions of the CPL and importing them into HAL as an hyper library (HL). The HL has its own http address and can be accessed over the Internet by users equipped with HAL. A user could then search the HL, as well as other libraries (including both standalone libraries and hyper-libraries) accessible over the Internet, to create his/her own notebooks on the new technology.
MACOS is a registered trademark of Apple Computer, Inc. of Cupertino, Calif., NETSCAPE NAVIGATOR is a registered trademark of Netscape Communications Corp. of Mountain View, Calif. and INTERNET EXPLORER is a registered trademark of Microsoft Corp. of Redmond, Wash.
Embodiments described above illustrate but do not limit the invention. In particular, the invention is not limited by any number of journals or notebooks manipulated by the computer system, or by any particular hardware or software implementation. Furthermore, the invention is not limited by the format of the journal window, the cockpit window or the notebook window shown in the drawings and described in the specification. Other window formats or other user interface techniques known in the art can be used in accordance to the principles of the invention. The invention is also not limited to any number of computers connected to a network, or to any particular network implementation. Any suitable technique for computers to share information over a network can be used according to the invention. Other embodiments and variations are within the scope of the invention, as defined by the following claims.

Claims (18)

What is claimed is:
1. A method for accessing, viewing and manipulating data stored in a computer system having one or more computers, the method comprising:
storing a set of entries in a permanent archive on one of the computers of the computer system;
storing a collection of references to one or more of the entries in a notebook on one of the computers;
displaying the collection of references and one or more of the entries in a window of one of the computers; and
manipulating the collection of references in the notebook.
2. The method ofclaim 1, wherein each of the references further comprises a modifiable tag field.
3. The method ofclaim 2, wherein each of the data objects contains a searchable comment field and a searchable tag field.
4. The method ofclaim 1, further comprising storing the entries in the archive as a collection of non-modifiable data objects.
5. The method ofclaim 4, wherein the non-modifiable collection of data objects is created on a first computer and the method further comprises adding a plurality of references to data objects stored in the non-modifiable collection of data objects to a second collection of references stored on a second computer, such that access to the non-modifiable data objects corresponding to references in the second collection of references is provided by the notebook and access is denied to the journal.
6. The method ofclaim 5, wherein the collection of references to the entries are created by more than one search of the entries.
7. The method ofclaim 1, wherein a reference to a single entry is contained in more than one collection of references.
8. The method ofclaim 1, wherein the references in the collection of references are organized in a user-modifiable order.
9. The method ofclaim 1, wherein each data comprises a unique identifier, one or more fields of meta-information and freeform content.
10. The method ofclaim 9, wherein the meta-information is used in searching the entries and is displayed on the window of the computer system together with the contents of the entry.
11. The method ofclaim 10, further comprising automatically adding references in the first collection of references to the second collection of references.
12. The method ofclaim 14, wherein the network is selected from the group consisting of: a local area network, a wide area network, a global network, and the internet.
13. The method ofclaim 11, further comprising a third computer, wherein the entries are created in a journal on the third computer.
14. The method ofclaim 1, wherein one or more entries are selected from the group consisting of: text data, image data, audio data, and multimedia data.
15. The method ofclaim 14, wherein the search parameters are automatically sifted by comparing a text portion of the entries to a list of predetermined text segments to determine whether one or more of the text segments occur within a text portion of the entries.
16. The method ofclaim 15, wherein the predetermined text segments are used in successive sifting operations.
17. The method ofclaim 13, wherein the entries in the permanent archive are retrieved only through the corresponding reference in one of the notebooks.
18. The method ofclaim 1, further comprising
identifying a set of group entries from the set of entries;
automatically forwarding the set of group entries to the permanent archive; and
automatically forwarding references to the set of group entries to one or more computers associated with the group.
US09/109,1351998-07-021998-07-02Accessing, viewing and manipulation of references to non-modifiable data objectsExpired - LifetimeUS6694357B1 (en)

Priority Applications (8)

Application NumberPriority DateFiling DateTitle
US09/109,135US6694357B1 (en)1998-07-021998-07-02Accessing, viewing and manipulation of references to non-modifiable data objects
EP99928869AEP1090364A4 (en)1998-07-021999-06-25Accessing, viewing and manipulation of archived information
BR9910955-7ABR9910955A (en)1998-07-021999-06-25 Computer method and system for accessing, viewing and manipulating data stored on a computer system and a computer-readable storage device
CNB998076031ACN1236394C (en)1998-07-021999-06-25Accessing, viewing and manipulation of archived information
JP2000558473AJP2002520697A (en)1998-07-021999-06-25 Access, browse and operate stored information
PCT/US1999/014478WO2000002146A1 (en)1998-07-021999-06-25Accessing, viewing and manipulation of archived information
AU45843/99AAU4584399A (en)1998-07-021999-06-25Accessing, viewing and manipulation of archived information
US10/781,495US20040162891A1 (en)1998-07-022004-02-17Accessing, viewing and manipulation of archived information

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
US09/109,135US6694357B1 (en)1998-07-021998-07-02Accessing, viewing and manipulation of references to non-modifiable data objects

Related Child Applications (1)

Application NumberTitlePriority DateFiling Date
US10/781,495ContinuationUS20040162891A1 (en)1998-07-022004-02-17Accessing, viewing and manipulation of archived information

Publications (1)

Publication NumberPublication Date
US6694357B1true US6694357B1 (en)2004-02-17

Family

ID=22325979

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US09/109,135Expired - LifetimeUS6694357B1 (en)1998-07-021998-07-02Accessing, viewing and manipulation of references to non-modifiable data objects
US10/781,495AbandonedUS20040162891A1 (en)1998-07-022004-02-17Accessing, viewing and manipulation of archived information

Family Applications After (1)

Application NumberTitlePriority DateFiling Date
US10/781,495AbandonedUS20040162891A1 (en)1998-07-022004-02-17Accessing, viewing and manipulation of archived information

Country Status (7)

CountryLink
US (2)US6694357B1 (en)
EP (1)EP1090364A4 (en)
JP (1)JP2002520697A (en)
CN (1)CN1236394C (en)
AU (1)AU4584399A (en)
BR (1)BR9910955A (en)
WO (1)WO2000002146A1 (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20020128871A1 (en)*2000-12-072002-09-12Dan AdamsonMethod, apparatus, and system for aggregating, targeting, and synchronizing health information delivery
US20030222886A1 (en)*2002-05-282003-12-04Broadcom CorporationMethods and systems for data manipulation
US20050216531A1 (en)*2004-03-242005-09-29Blandford Robert RPersonal web diary
US20060020646A1 (en)*2004-07-262006-01-26Philip TeeMethod and system for managing data
US20060080301A1 (en)*2004-09-242006-04-13Cole Ronald NSoftware system to allow creation of customized database search screens
US7139980B1 (en)*2002-10-092006-11-21Sprint Spectrum L.P.Method and system for selecting and saving objects in web content
US20090100076A1 (en)*2007-10-122009-04-16International Business Machines CorporationControlling and using virtual universe wish lists
US20090216778A1 (en)*2008-02-252009-08-27Microsoft CorporationAccessing different application data via a common data structure
US7599951B1 (en)*2004-03-252009-10-06Emc CorporationContinuous data backup
US20100262508A1 (en)*2009-04-102010-10-14Will VolnakMethod and system for an online library marketplace
US20110055733A1 (en)*2009-09-032011-03-03International Business Machines CorporationSystem and Method for Locating Missing Items in a Virtual Universe
US9251318B2 (en)2009-09-032016-02-02International Business Machines CorporationSystem and method for the designation of items in a virtual universe
US9852191B2 (en)*2006-05-102017-12-26Google LlcPresenting search result information

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
FR2907572B1 (en)*2006-10-202009-01-30Airbus France Sas DEVICE FOR CONTROLLING THE SWITCHING OF A USER INTERFACE ..
AU2009221571B2 (en)*2008-03-062014-03-06Commonwealth Scientific And Industrial Research OrganisationManufacture of pipes
EP4220509A3 (en)*2012-08-202023-08-23BlackBerry LimitedMethods and devices for applying constraints to data object

Citations (49)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5206951A (en)*1987-08-211993-04-27Wang Laboratories, Inc.Integration of data between typed objects by mutual, direct invocation between object managers corresponding to object types
US5408655A (en)*1989-02-271995-04-18Apple Computer, Inc.User interface system and method for traversing a database
US5428778A (en)*1992-02-131995-06-27Office Express Pty. Ltd.Selective dissemination of information
US5435004A (en)*1994-07-211995-07-18International Business Machines CorporationComputerized system and method for data backup
US5446575A (en)*1991-06-281995-08-29Digital Equipment Corp.System for constructing and loading a table data structure based on an associated configuration data
US5446891A (en)*1992-02-261995-08-29International Business Machines CorporationSystem for adjusting hypertext links with weighed user goals and activities
US5491820A (en)1994-11-101996-02-13At&T CorporationDistributed, intermittently connected, object-oriented database and management system
US5523942A (en)*1994-03-311996-06-04New England Mutual Life Insurance CompanyDesign grid for inputting insurance and investment product information in a computer system
WO1996023265A1 (en)*1995-01-231996-08-01British Telecommunications Public Limited CompanyMethods and/or systems for accessing information
US5592073A (en)*1995-05-311997-01-07Sunpower, Inc.Triac control circuit
US5623659A (en)*1993-04-301997-04-22International Business Machines CorporationParent/child subset locking scheme for versioned objects
US5623652A (en)*1994-07-251997-04-22Apple Computer, Inc.Method and apparatus for searching for information in a network and for controlling the display of searchable information on display devices in the network
US5632022A (en)*1991-11-131997-05-20The United States Of America As Represented By The Administrator Of The National Aeronautics And Space AdministrationEncyclopedia of software components
US5649186A (en)*1995-08-071997-07-15Silicon Graphics IncorporatedSystem and method for a computer-based dynamic information clipping service
US5694594A (en)*1994-11-141997-12-02Chang; DanielSystem for linking hypermedia data objects in accordance with associations of source and destination data objects and similarity threshold without using keywords or link-difining terms
US5706502A (en)*1996-03-251998-01-06Sun Microsystems, Inc.Internet-enabled portfolio manager system and method
US5708825A (en)1995-05-261998-01-13Iconovex CorporationAutomatic summary page creation and hyperlink generation
US5717923A (en)1994-11-031998-02-10Intel CorporationMethod and apparatus for dynamically customizing electronic information to individual end users
US5717925A (en)*1993-10-081998-02-10International Business Machines CorporationInformation catalog system with object-dependent functionality
US5721897A (en)1996-04-091998-02-24Rubinstein; Seymour I.Browse by prompted keyword phrases with an improved user interface
US5727175A (en)1989-06-301998-03-10Massachusetts Institute Of TechnologyObject-oriented computer user interface
US5727950A (en)*1996-05-221998-03-17Netsage CorporationAgent based instruction system and method
US5737599A (en)1995-09-251998-04-07Rowe; Edward R.Method and apparatus for downloading multi-page electronic documents with hint information
US5761662A (en)*1994-12-201998-06-02Sun Microsystems, Inc.Personalized information retrieval using user-defined profile
US5761656A (en)1995-06-261998-06-02Netdynamics, Inc.Interaction between databases and graphical user interfaces
US5778367A (en)*1995-12-141998-07-07Network Engineering Software, Inc.Automated on-line information service and directory, particularly for the world wide web
US5781785A (en)1995-09-261998-07-14Adobe Systems IncMethod and apparatus for providing an optimized document file of multiple pages
US5781189A (en)*1995-05-051998-07-14Apple Computer, Inc.Embedding internet browser/buttons within components of a network component system
US5784619A (en)*1995-05-051998-07-21Apple Computer, Inc.Replaceable and extensible notebook component of a network component
US5794233A (en)1996-04-091998-08-11Rubinstein; Seymour I.Browse by prompted keyword phrases
US5802518A (en)*1996-06-041998-09-01Multex Systems, Inc.Information delivery system and method
US5819032A (en)*1996-05-151998-10-06Microsoft CorporationElectronic magazine which is distributed electronically from a publisher to multiple subscribers
US5835905A (en)*1997-04-091998-11-10Xerox CorporationSystem for predicting documents relevant to focus documents by spreading activation through network representations of a linked collection of documents
US5838326A (en)*1996-09-261998-11-17Xerox CorporationSystem for moving document objects in a 3-D workspace
US5842206A (en)*1996-08-201998-11-24Iconovex CorporationComputerized method and system for qualified searching of electronically stored documents
US5845278A (en)*1997-09-121998-12-01Inioseek CorporationMethod for automatically selecting collections to search in full text searches
US5893109A (en)*1996-03-151999-04-06Inso Providence CorporationGeneration of chunks of a long document for an electronic book system
US5907843A (en)*1997-02-271999-05-25Apple Computer, Inc.Replaceable and extensible navigator component of a network component system
US5913215A (en)*1996-04-091999-06-15Seymour I. RubinsteinBrowse by prompted keyword phrases with an improved method for obtaining an initial document set
US5929852A (en)*1995-05-051999-07-27Apple Computer, Inc.Encapsulated network entity reference of a network component system
US5931907A (en)*1996-01-231999-08-03British Telecommunications Public Limited CompanySoftware agent for comparing locally accessible keywords with meta-information and having pointers associated with distributed information
US5978828A (en)*1997-06-131999-11-02Intel CorporationURL bookmark update notification of page content or location changes
US5987480A (en)*1996-07-251999-11-16Donohue; MichaelMethod and system for delivering documents customized for a particular user over the internet using imbedded dynamic content
US6006227A (en)1996-06-281999-12-21Yale UniversityDocument stream operating system
US6049664A (en)*1997-11-252000-04-11Alphablox CorporationTier-neutral development mechanism for hypertext based applications
US6209128B1 (en)*1998-06-052001-03-27International Business Machines CorporationApparatus and method for providing access to multiple object versions
US6272673B1 (en)*1997-11-252001-08-07Alphablox CorporationMechanism for automatically establishing connections between executable components of a hypertext-based application
US6486895B1 (en)*1995-09-082002-11-26Xerox CorporationDisplay system for displaying lists of linked documents
US6544295B1 (en)*1996-11-182003-04-08Starfish Software, Inc.Methods for managing preferred internet sites in a computer system having a browser

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5347579A (en)1989-07-051994-09-13Blandford Robert RPersonal computer diary
CA2066724C (en)*1989-09-012000-12-05Helge KnudsenOperating system and data base
CA2172559A1 (en)*1995-03-241996-09-25Barry H. SchwabSecure digital interactive system for unique product identification and sales
JPH10124315A (en)*1996-10-181998-05-15Hitachi Ltd Branch processing method and information processing apparatus therefor
US6138142A (en)*1996-12-202000-10-24Intel CorporationMethod for providing customized Web information based on attributes of the requester
US5991728A (en)*1997-04-301999-11-23Deroyal Industries, Inc.Method and system for the tracking and profiling of supply usage in a health care environment
US6557102B1 (en)*1997-09-052003-04-29Koninklijke Philips Electronics N.V.Digital trust center for medical image authentication

Patent Citations (49)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5206951A (en)*1987-08-211993-04-27Wang Laboratories, Inc.Integration of data between typed objects by mutual, direct invocation between object managers corresponding to object types
US5408655A (en)*1989-02-271995-04-18Apple Computer, Inc.User interface system and method for traversing a database
US5727175A (en)1989-06-301998-03-10Massachusetts Institute Of TechnologyObject-oriented computer user interface
US5446575A (en)*1991-06-281995-08-29Digital Equipment Corp.System for constructing and loading a table data structure based on an associated configuration data
US5632022A (en)*1991-11-131997-05-20The United States Of America As Represented By The Administrator Of The National Aeronautics And Space AdministrationEncyclopedia of software components
US5428778A (en)*1992-02-131995-06-27Office Express Pty. Ltd.Selective dissemination of information
US5446891A (en)*1992-02-261995-08-29International Business Machines CorporationSystem for adjusting hypertext links with weighed user goals and activities
US5623659A (en)*1993-04-301997-04-22International Business Machines CorporationParent/child subset locking scheme for versioned objects
US5717925A (en)*1993-10-081998-02-10International Business Machines CorporationInformation catalog system with object-dependent functionality
US5523942A (en)*1994-03-311996-06-04New England Mutual Life Insurance CompanyDesign grid for inputting insurance and investment product information in a computer system
US5435004A (en)*1994-07-211995-07-18International Business Machines CorporationComputerized system and method for data backup
US5623652A (en)*1994-07-251997-04-22Apple Computer, Inc.Method and apparatus for searching for information in a network and for controlling the display of searchable information on display devices in the network
US5717923A (en)1994-11-031998-02-10Intel CorporationMethod and apparatus for dynamically customizing electronic information to individual end users
US5491820A (en)1994-11-101996-02-13At&T CorporationDistributed, intermittently connected, object-oriented database and management system
US5694594A (en)*1994-11-141997-12-02Chang; DanielSystem for linking hypermedia data objects in accordance with associations of source and destination data objects and similarity threshold without using keywords or link-difining terms
US5761662A (en)*1994-12-201998-06-02Sun Microsystems, Inc.Personalized information retrieval using user-defined profile
WO1996023265A1 (en)*1995-01-231996-08-01British Telecommunications Public Limited CompanyMethods and/or systems for accessing information
US5929852A (en)*1995-05-051999-07-27Apple Computer, Inc.Encapsulated network entity reference of a network component system
US5784619A (en)*1995-05-051998-07-21Apple Computer, Inc.Replaceable and extensible notebook component of a network component
US5781189A (en)*1995-05-051998-07-14Apple Computer, Inc.Embedding internet browser/buttons within components of a network component system
US5708825A (en)1995-05-261998-01-13Iconovex CorporationAutomatic summary page creation and hyperlink generation
US5592073A (en)*1995-05-311997-01-07Sunpower, Inc.Triac control circuit
US5761656A (en)1995-06-261998-06-02Netdynamics, Inc.Interaction between databases and graphical user interfaces
US5649186A (en)*1995-08-071997-07-15Silicon Graphics IncorporatedSystem and method for a computer-based dynamic information clipping service
US6486895B1 (en)*1995-09-082002-11-26Xerox CorporationDisplay system for displaying lists of linked documents
US5737599A (en)1995-09-251998-04-07Rowe; Edward R.Method and apparatus for downloading multi-page electronic documents with hint information
US5781785A (en)1995-09-261998-07-14Adobe Systems IncMethod and apparatus for providing an optimized document file of multiple pages
US5778367A (en)*1995-12-141998-07-07Network Engineering Software, Inc.Automated on-line information service and directory, particularly for the world wide web
US5931907A (en)*1996-01-231999-08-03British Telecommunications Public Limited CompanySoftware agent for comparing locally accessible keywords with meta-information and having pointers associated with distributed information
US5893109A (en)*1996-03-151999-04-06Inso Providence CorporationGeneration of chunks of a long document for an electronic book system
US5706502A (en)*1996-03-251998-01-06Sun Microsystems, Inc.Internet-enabled portfolio manager system and method
US5913215A (en)*1996-04-091999-06-15Seymour I. RubinsteinBrowse by prompted keyword phrases with an improved method for obtaining an initial document set
US5794233A (en)1996-04-091998-08-11Rubinstein; Seymour I.Browse by prompted keyword phrases
US5721897A (en)1996-04-091998-02-24Rubinstein; Seymour I.Browse by prompted keyword phrases with an improved user interface
US5819032A (en)*1996-05-151998-10-06Microsoft CorporationElectronic magazine which is distributed electronically from a publisher to multiple subscribers
US5727950A (en)*1996-05-221998-03-17Netsage CorporationAgent based instruction system and method
US5802518A (en)*1996-06-041998-09-01Multex Systems, Inc.Information delivery system and method
US6006227A (en)1996-06-281999-12-21Yale UniversityDocument stream operating system
US5987480A (en)*1996-07-251999-11-16Donohue; MichaelMethod and system for delivering documents customized for a particular user over the internet using imbedded dynamic content
US5842206A (en)*1996-08-201998-11-24Iconovex CorporationComputerized method and system for qualified searching of electronically stored documents
US5838326A (en)*1996-09-261998-11-17Xerox CorporationSystem for moving document objects in a 3-D workspace
US6544295B1 (en)*1996-11-182003-04-08Starfish Software, Inc.Methods for managing preferred internet sites in a computer system having a browser
US5907843A (en)*1997-02-271999-05-25Apple Computer, Inc.Replaceable and extensible navigator component of a network component system
US5835905A (en)*1997-04-091998-11-10Xerox CorporationSystem for predicting documents relevant to focus documents by spreading activation through network representations of a linked collection of documents
US5978828A (en)*1997-06-131999-11-02Intel CorporationURL bookmark update notification of page content or location changes
US5845278A (en)*1997-09-121998-12-01Inioseek CorporationMethod for automatically selecting collections to search in full text searches
US6272673B1 (en)*1997-11-252001-08-07Alphablox CorporationMechanism for automatically establishing connections between executable components of a hypertext-based application
US6049664A (en)*1997-11-252000-04-11Alphablox CorporationTier-neutral development mechanism for hypertext based applications
US6209128B1 (en)*1998-06-052001-03-27International Business Machines CorporationApparatus and method for providing access to multiple object versions

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
"Agent Based Design of Distributed Hypertext", Dattolo et al., 1996.**
Goldberg, D. et al.: "Using Collaborative Filtering to Weave an Information Tapestry" Communications of the Association for Computing Machinery, Association for Computing Machinery. New York, US, vol. 35, No. 12, Dec. 1, 1992, pp. 61-70, XP000334368, ISSN: 0001-0782.
Jasper: Communicating Information Agents for WWW, Davies et al., British Telcom, First Published Jan. 1996.**
Jühne, J. et al.: "Ariadne: a Java-based guided tour system for the World Wide Web" Computer Networks and ISDN Systems, North Holland Publishing. Amsterdam, NL, vol. 30, No. 1-7, Apr. 1, 1998, pp. 131-139, XP004121433, ISSN: 0169-7552.
Maltz, D. et al.: "Pointing The Way: Active Collaborative Filtering" Human Factors in Computing Systems. CHI '95 Conference Proceedings. Denver, May 7-11, 1995, Conference on Human Factors in Computing Systems, New York, ACM, US, May 7, 1995, pp. 202-209, XP000538449, ISBN: 0-201-84705-1.
Röscheisen, M. et al.: "Beyond browsing: shared comments, SOAPs, trails, and on-line communities" Computer Networks and ISDN Systems, North Holland Publishing. Amsterdam, NL, vol. 27, No. 6, Apr. 1, 1995, pp. 739-749, XP004013176, ISSN: 0169-7552.

Cited By (26)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20020128871A1 (en)*2000-12-072002-09-12Dan AdamsonMethod, apparatus, and system for aggregating, targeting, and synchronizing health information delivery
US20030222886A1 (en)*2002-05-282003-12-04Broadcom CorporationMethods and systems for data manipulation
US20040246151A1 (en)*2002-05-282004-12-09Broadcom CorporationMethods and systems for data manipulation
US6975250B2 (en)*2002-05-282005-12-13Broadcom CorporationMethods and systems for data manipulation
US7236106B2 (en)*2002-05-282007-06-26Broadcom CorporationMethods and systems for data manipulation
US7139980B1 (en)*2002-10-092006-11-21Sprint Spectrum L.P.Method and system for selecting and saving objects in web content
US20050216531A1 (en)*2004-03-242005-09-29Blandford Robert RPersonal web diary
US7599951B1 (en)*2004-03-252009-10-06Emc CorporationContinuous data backup
US20060020646A1 (en)*2004-07-262006-01-26Philip TeeMethod and system for managing data
US8412685B2 (en)2004-07-262013-04-02Riverbed Technology, Inc.Method and system for managing data
US20060080301A1 (en)*2004-09-242006-04-13Cole Ronald NSoftware system to allow creation of customized database search screens
US11775535B2 (en)2006-05-102023-10-03Google LlcPresenting search result information
US10521438B2 (en)2006-05-102019-12-31Google LlcPresenting search result information
US9852191B2 (en)*2006-05-102017-12-26Google LlcPresenting search result information
US8442946B2 (en)2007-10-122013-05-14Activision Publishing, Inc.Controlling and using virtual universe wish lists
US7792801B2 (en)*2007-10-122010-09-07International Business Machines CorporationControlling and using virtual universe wish lists
US20110010270A1 (en)*2007-10-122011-01-13International Business Machines CorporationControlling and using virtual universe wish lists
US8214335B2 (en)2007-10-122012-07-03International Business Machines CorporationControlling and using virtual universe wish lists
US20090100076A1 (en)*2007-10-122009-04-16International Business Machines CorporationControlling and using virtual universe wish lists
US8307016B2 (en)2008-02-252012-11-06Microsoft CorporationAccessing different application data via a common data structure
US8756257B2 (en)2008-02-252014-06-17Microsoft CorporationAccessing different application data via a common data structure
US20090216778A1 (en)*2008-02-252009-08-27Microsoft CorporationAccessing different application data via a common data structure
US20100262508A1 (en)*2009-04-102010-10-14Will VolnakMethod and system for an online library marketplace
US8788952B2 (en)*2009-09-032014-07-22International Business Machines CorporationSystem and method for locating missing items in a virtual universe
US9251318B2 (en)2009-09-032016-02-02International Business Machines CorporationSystem and method for the designation of items in a virtual universe
US20110055733A1 (en)*2009-09-032011-03-03International Business Machines CorporationSystem and Method for Locating Missing Items in a Virtual Universe

Also Published As

Publication numberPublication date
EP1090364A1 (en)2001-04-11
CN1308749A (en)2001-08-15
JP2002520697A (en)2002-07-09
US20040162891A1 (en)2004-08-19
EP1090364A4 (en)2001-10-31
AU4584399A (en)2000-01-24
CN1236394C (en)2006-01-11
WO2000002146A1 (en)2000-01-13
BR9910955A (en)2001-03-06

Similar Documents

PublicationPublication DateTitle
US6694357B1 (en)Accessing, viewing and manipulation of references to non-modifiable data objects
US6321228B1 (en)Internet search system for retrieving selected results from a previous search
JP3655714B2 (en) Information filtering apparatus and recording medium
JP3683821B2 (en) Method for managing objects, method and system for sharing objects among user communities
EP0762297B1 (en)Use of proxy servers to provide annotation overlays
US7260579B2 (en)Method and apparatus for accessing data within an electronic system by an external system
CA2410747C (en)System and method for saving browsed data
US6160552A (en)Method and apparatus for managing multiple hierarchical lists within a browser
US20030038836A1 (en)Web map tool
KR20050117476A (en)System and method for filtering and organizing items based on common elements
TerryA tour through tapestry
SchatzTelesophy: A system for manipulating the knowledge of a community
LynchNetworked information resource discovery: An overview of current issues
Karger et al.Haystack: Per-User Information Environments
US20050060353A1 (en)Method and system for personalized information management
JP3588507B2 (en) Information filtering device
Davis et al.Automatic extraction of hypermedia bundles from the digital library
Foo et al.Managing world wide web publications
GB2326746A (en)Displaying a subset of a list of titles
TurkSoftware agents and robots in construction: An outlook
JP2002512716A (en) Construction and reference method of electronic data in media library environment
McDonald et al.Collaborative refinery: A collaborative information workspace for the World Wide Web
McCown et al.A navigation system for personalized databases' StarMap'
JP2002516009A (en) Method of managing electronic data flow and storage of such data within an architecture associated with a media library, and binary components used in the method
SchipflingerThe design and implementation of the Harmony session manager

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:COPERNICAN TECHNOLOGIES, INC., CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:VOLNAK, WILL;REEL/FRAME:009321/0933

Effective date:19980702

STCFInformation on status: patent grant

Free format text:PATENTED CASE

REMIMaintenance fee reminder mailed
FPAYFee payment

Year of fee payment:4

SULPSurcharge for late payment
REMIMaintenance fee reminder mailed
FPAYFee payment

Year of fee payment:8

SULPSurcharge for late payment

Year of fee payment:7

FPAYFee payment

Year of fee payment:12


[8]ページ先頭

©2009-2025 Movatter.jp