US8056007B2 - System and method for recognizing and storing information and associated context - Google Patents
System and method for recognizing and storing information and associated context Download PDFInfo
- Publication number
- US8056007B2 US8056007B2 US11/600,667 US60066706A US8056007B2 US 8056007 B2 US8056007 B2 US 8056007B2 US 60066706 A US60066706 A US 60066706A US 8056007 B2 US8056007 B2 US 8056007B2
- Authority
- US
- United States
- Prior art keywords
- event
- information
- application
- detected
- events
- 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 - Fee Related, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3003—Monitoring arrangements specially adapted to the computing system or computing system component being monitored
- G06F11/302—Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3065—Monitoring arrangements determined by the means or processing involved in reporting the monitored data
- G06F11/3072—Monitoring arrangements determined by the means or processing involved in reporting the monitored data where the reporting involves data filtering, e.g. pattern matching, time or event triggered, adaptive or policy-based reporting
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3438—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/86—Event-based monitoring
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2201/00—Indexing scheme relating to error detection, to error correction, and to monitoring
- G06F2201/865—Monitoring of software
Definitions
- the present disclosure relates to a system and method for context information associated with detected events, and more particularly to a system and method of recognizing occurrence of an event in a computing system, and identifying information associated with the event, including context information, which information can be stored for subsequent retrieval.
- Computers are being used more and more to retain various types of information in electronic form.
- computers can be used to store word processing documents, spreadsheets, correspondence (e.g., electronic mail and facsimile), contact information, calendars, instant messages, and the like.
- correspondence e.g., electronic mail and facsimile
- contact information calendars, instant messages, and the like.
- information is stored in one or more files maintained by a file system component of the computer system.
- a user can input a file name to retrieve the file (e.g., a file containing a word processing document) from the file system.
- the file e.g., a file containing a word processing document
- Some software applications provide a listing of a limited number of the most recent files opened by the application in a listing when a user elects to open a file, in order to provide a shortcut for use in opening a file within the software application. If the file does not appear in this list, however, the user must use other means for identifying the file.
- a file system browse feature is typically available to the user from within a file open dialog screen, which allows the user to traverse the file system to locate the file.
- a user can use a search tool that resides on the user's “desktop”.
- Microsoft Windows® has a search tool, which allows the user to search based on a file's attributes, such as name, contents, location, modification date, data type. Once the file is located, it can be displayed for the user to select.
- Other search tools are available, such as the Desktop Search tool from Yahoo!®.
- the present disclosure seeks to address failings in the art and to provide a system and method for recognizing and storing context information associated with an information item.
- Context information can comprise circumstantial information related to a previous experience with an information item, for example.
- Context information can be related to an event, e.g., in connection with an application program, the occurrence of which is connected to one or more information items, for example.
- an event such as a process start, process stop, file (or other item) open, file (or other item) close, a spawned process, is identified, and information and context associated with the event is identified. For example, if a user is working in an electronic mail application, and receives an electronic mail message that has a word processing document as an attachment.
- embodiments of the present disclosure recognize the file open operation as an event and broadcast a message which contains information about the detected event, e.g., what applications were open at the time of the event, the fact that the file was received as an attachment to an electronic mail message, the sender of the electronic mail message, the recipients of the electronic mail message, the contents of the electronic mail message, the date of the electronic mail message, etc.
- Embodiments of the present disclosure store some or all of the information about the event, including context, or contextual, information. It should be apparent that the stored information can be used to subsequently identify the file. For example, the stored information can be used to identify a file that was received in an electronic mail message sent by “Jane Doe”.
- Context information can be used to identify an associated information item.
- context information can identify a person or system component involved in a process start/stop, information associated with a file (or other item) that is opened or closed, such as a file name, location, etc., information identifying a circumstance (e.g., reason) a new process is spawned, etc.
- the context information is indexed and related to information items, such that the context information can be used to identify one or more information items.
- information and associated context are collected by monitoring at least one application program executable using the computing system, so as to detect one or more events associated with the at least one application program; identifying contextual information corresponding to the detected one or more events; and storing information associated with the at least one detected event, the stored information including the identified contextual information.
- a system of collecting information and associated context comprising a plurality of clients, each client corresponding to an application program and operative to monitor its corresponding application so as to detect an occurrence of one or more events associated therewith; a context engine operative to identify context information corresponding to the detected one or more events; an index and search engine operative to store information associated with at least one detected event, the stored information including the identified contextual information.
- FIG. 1 which comprises FIGS. 1A and 1B , provides examples of information displayed in accordance with one or more embodiments of the present disclosure.
- FIG. 2 provides an architectural overview in accordance with embodiments of the present disclosure.
- FIG. 3 provides examples of pattern matching expressions used in one or more embodiments of the present disclosure.
- FIG. 4 which comprises FIGS. 4A and 4B , provides examples of context graphs in accordance with one or more embodiments of the present disclosure.
- FIG. 5 provides an example of events and relationships based on time and pattern matches in accordance with at least one embodiment of the present disclosure.
- FIG. 6 provides an example of a processing performed in accordance with one or more embodiments of the present disclosure.
- FIG. 7 which comprises FIGS. 7A to 7G , provide examples of displays provided in accordance with one or more embodiments of the present disclosure.
- FIG. 8 provides an example of a process flow in accordance with one or more embodiments of the present disclosure.
- the present disclosure system and method for recognizing, storing, and retrieving information and associated context information.
- an event and associated context information are identified and stored.
- an event can be a process start, process stop, file (or other item) open, file (or other item) close, new process spawned.
- an event identifies that a process opened a file
- embodiments of the present disclosure save the name of the file, the program that opened the file, together with date and time that the file was opened.
- this information might supplement information already identified and indexed, such as that the file was received as an attachment in an email received at a certain date and time from a certain user.
- Embodiments of the present disclosure build an index associated with items, e.g., a files, applications, etc., and context information associated with the information item, e.g., the file was received in an email from the certain user and was opened in a word processing application program on a certain date and time.
- context information can comprise information identifying a person or system component involved in a process start/stop, information associated with a file (or other item) that is opened or closed, such as a file name, location, etc., information identifying a circumstance (e.g., reason) a new process is spawned, etc.
- a software application e.g., an instant messenger or electronic mail application
- information such as an electronic mail address or an instant messenger identifier, phone number, postal address, message content, date and/or time, etc. are identified.
- the information is new, embodiments of the present disclosure can be used to save the information.
- the new information is identified as a phone number
- the information can be saved as contact information in an electronic address book.
- context information can be saved. For example, information about how the phone number came to be identified, e.g., it was contained in a communication received by an instant messenger application program from another user, whose identification information can be saved as context information associated with the phone number.
- Information identifying the circumstances surrounding the receipt of the phone number can be associated with the contact information.
- This information which is referred to as context information, can be used to subsequently search for the phone number. For example, a user can search for phone numbers received from a certain user, or via the instant messenger application, or when a given application program was open, or at a given date and time, or while viewing a given web site.
- embodiments of the present disclosure can detect that a search is being performed, and can automatically provide the user with additional search results from other search engines.
- the user can be prompted to save search results, address and phone number information, and the details surrounding the information in the user's address book.
- context information e.g., how the user found the information
- the saved contextual information can be used to search for the saved information. For example, the user can search for phone numbers found on the internet, addresses found on a specific web site, or phone numbers found while using the browser software application.
- an indexing and search engine is used to build an index of information items and associated context information, which index can be searched to locate information and associated context.
- the indexing and search engine can be used to search for recent instant messenger conversations, or recent electronic mail messages, that were received while a given word processing document was open by a word processing application.
- the indexing and search engine can be invoked to perform a search requested by the user, or it can be automatically invoked without a request from the user. To illustrate the latter by way of a non-limiting example, a user might receive an instant message from another user, which message includes information determined to be a name of a third user.
- the indexing and search engine automatically searches the index to locate any information associated with the third user, such as the third user's avatar or display image, names of files that were sent to or from the third user via email or via messenger and appointments scheduled with the third user, for example.
- FIG. 1 which comprises FIGS. 1A and 1B , provides examples of information displayed in accordance with one or more embodiments of the present disclosure.
- a user is contacted via an instant messenger application.
- Embodiments of the present disclosure recognize the contacting user and display a small toast, or other display window, with information associated with the user.
- the display window is configured so as to be displayed automatically without request by a user.
- context information can be automatically displayed to the user in connection with the display of an instant message in a window displayed by the instant messenger application, for example.
- Recent instant message conversations with the contacting user are located via the index, as well as two files, two calendar appointments shared with the contacting user, and links to this information are displayed in the toast.
- the contacted user has the option to click on any of the three links to see the conversations, the files or the calendar appointments.
- the contacted user can also decide to find and view all the information using a more detailed display. For example, with reference to FIG. 1B , the contacted user can elect to view additional information, such as recent conversations, related files, calendar appointments, and recent email.
- the user can click on any of the items to see the information in full detail.
- contextual information can be associated with files as well as software application programs, such as word processing, browser, instant message, etc. software applications.
- the contextual information can be stored as metadata associated with, or as part of, the file or application. File and application access times can be tracked, as well as the manner in which the file or application is invoked, the application that used a file, other applications that were open while a file or application was in use, websites visited while a file or application was in use and search terms used to find websites and information, etc.
- the context information can be used to locate the files and/or applications.
- a phone number can be located based on a website on which the user found the phone number (or vice versa), find a document using the name of the sender that sent the document (e.g., via an instant messenger or electronic mail application), find a contact based on who provided the contact information to the user, find a file based on the software applications that were open at the time the file was sent, opened, received, etc., find information based on the website from which the information originated, etc.
- context information can be used to identify undesired or unwanted files or programs, e.g., spyware, virus etc.
- a user finds a suspicious file, the user can use context information associated with the file to determine how the file was introduced onto the user's system, e.g., to determine that the file was installed when the user opened an email from an unknown sender, or visited a website unfamiliar to the user.
- a spyware detection program might access information stored in accordance with embodiments of the present disclosure to determine the circumstances under which a program was installed on a user's computer. For example, using context information, it is possible to determine whether or not the installation was performed by a website suspected/known to be the source of spyware, and report this to the user.
- FIG. 2 provides an architectural overview in accordance with embodiments of the present disclosure.
- system 200 operates in the background on a computing system, and is transparent to the computing system user.
- System 200 comprises event queue 202 , event wait list 204 , context engine 206 and indexing and search engine 208 .
- indexing and search engine 208 are separate components.
- each of desktop applications 210 has a corresponding event queue 202 , which event queue stores messages received from the corresponding application. Queued messages are processed by context engine 206 .
- Context engine 206 processes queued messages to identify information and relationships between the information (e.g., context information) to be indexed and/or stored by indexing and search engine 208 .
- the information can be stored in the form of metadata.
- Indexing and search engine 208 can be used to retrieve indexed information, such as information that provides context for a given item of information.
- context engine 206 can store information which identifies the desktop application(s) 210 open when a given file was open using word processor 212 A.
- context engine 206 generates a context graph, as discussed in more detail below.
- a client 210 is a component separate from the desktop application 210 , and operates in a manner transparent to the desktop application 210 .
- Client 210 monitors a desktop application 212 and detects an event associated with the desktop application 212 . If client 210 detects an event, it extracts information, e.g., information from the desktop application 212 and broadcasts a message as notification to system 200 of the event.
- the broadcast message can include an event type, information identifying the item for which context information is to be retained, and the context information, for example.
- the message comprises a timestamp, a unique identifier, as well as other information associated with a given event (e.g., file name, content such as document, email instant message content, email address, instant messenger user identification).
- a timestamp e.g., file name, content such as document, email instant message content, email address, instant messenger user identification.
- other information e.g., file name, content such as document, email instant message content, email address, instant messenger user identification.
- client 210 A can broadcast a message identifying the type of event (e.g., a “file open” event type), together with the name and location of the file opened by application 212 .
- the message broadcast by client 210 D can include a “new conversation” event, together with the name of the person initiating the new conversation.
- the message can include the contents of the message.
- client 210 D Another type of event that can be detected by client 210 D is a “new message” event.
- the message broadcast by client 210 D can include the sender's identification as well as the contents of the message.
- client 210 C can detect when the user opens a web site, and can broadcast a message as notification of such an event, together with the universal resource locator (URL) for the web site.
- URL universal resource locator
- client 210 B can detect when a new email message is opened, and can forward a notification message, which includes the sender's email address, for example.
- the messages from clients 210 A to 210 D are received into a corresponding event queue 201 , e.g., event queues 202 A to 202 D, and are processed by context engine 206 .
- pattern matcher 218 can parse information associated with an event, e.g., content in a message received from a client 210 .
- Context engine 206 retrieves messages from event queue 202 , and identifies connections between events. Events can be tied together chronologically, by application (e.g., an event queue 202 consists of events from a given desktop application 212 in accordance with at least one embodiment), or based on a pattern of information identified by pattern matcher 218 , for example.
- GUID globally unique identifier
- System 200 can request pattern matcher 218 to scan content to identify a pattern (e.g., URL, postal address, phone number, etc.).
- pattern matcher 218 uses a library of regular expressions that it accesses, and then parses received information to identify a pattern.
- a regular expression is a language that can be used to describe a pattern (e.g., phone number, zip code, date, URL, address, UPC, MP3/IP3 tag, etc.).
- FIG. 3 provides examples of pattern matching expressions used in one or more embodiments of the present disclosure.
- pattern matcher 218 can be instructed to dynamically create a regular expression to define a new pattern.
- client 210 can detect a command (e.g., a key sequence or mouse button input), which an application, or application user, can instruct
- Pattern matcher 218 can be invoked by other than context engine 206 .
- client 210 or a desktop application 212
- a user can input a command (e.g., a right click mouse button) to request the pattern matcher 218 to verify information based on its pattern.
- information input by the user can automatically be verified, so that information entered by a user into an input field can be analyzed by the pattern matcher 218 to confirm that it has the correct format, for example.
- System 200 can use services 216 , such as search engine 216 A and address book 216 B.
- context engine 206 can use search engine 216 A to identify context information for a given information item, e.g., search engine 216 A can be used to search the internet for information associated with a sender of an email.
- an address book 216 B can be used to identify an email sender's name, postal address and/or phone number. It should be apparent that other services 216 can be used by system 200 .
- Context engine 206 analyzes events to identify information and related context information.
- context engine 206 builds one or more context graphs based on the contents of event queues 202 to identify relationships and associated contexts.
- FIG. 4 which comprises FIGS. 4A and 4B , provides examples of context graphs in accordance with one or more embodiments of the present disclosure.
- process 401 which corresponds to a windowing desktop such as Microsoft Windows®, is the root of context graph 400 .
- Events 402 to 404 correspond to an email program process (e.g., Microsoft Outlook®), presentation program process 403 (e.g., Microsoft PowerPoint®), instant messenger program process 404 (e.g., Yahoo!® Messenger) and browser program process (e.g., Microsoft Internet Explorer®) being spawned.
- email program process e.g., Microsoft Outlook®
- presentation program process 403 e.g., Microsoft PowerPoint®
- instant messenger program process 404 e.g., Yahoo!® Messenger
- browser program process e.g., Microsoft Internet Explorer®
- Context engine 206 determines, using event queues 202 , that email program process spawned in event 402 spawned browser program process, which resulted in event 406 , as well as word processor program process (e.g., Microsoft Word®), which resulted in event 408 , and that the browser program process associated with event 406 spawned a word program process, which resulted in event 409 .
- word processor program process e.g., Microsoft Word®
- context engine 206 can determine, using context graph 400 , that event 404 corresponds to an instant messenger program process being spawned, which instant messenger program process spawned browser program process, which resulted in event 410 , that the browser program process spawned zip program process (e.g., Microsoft WinZip) associated with event 411 , and that browser program process associated with event 405 spawned a document reader program process (e.g., Adobe Acrobat®), which resulted in event 412 .
- context engine 206 can determine what application programs are open at a given time. Thus, for example, it is possible for context engine 206 to determine what applications are open when an email is opened by email program process 402 .
- context engine 206 can determine relationships between events occurring in different desktop applications, and identify context information associated with the related events.
- FIG. 4B provides an example of a context graph 420 which identifies events associated with spawned processes and items (e.g., files, emails, web pages, etc.) manipulated by the spawned processes.
- Events 421 and 422 correspond to an email program process and a browser program process being spawned from desktop 401 .
- Email program process of event 421 opens an email, “email opened” event 423 , spawns a word processor program process (which corresponds to event 424 ), opens another email (which corresponds to event 406 ), spawns browser program process (which corresponds to event 427 ) and opens a third email (which corresponds to event 431 ).
- Word processor program process (corresponding to spawned process event 424 ), opens a document, “someFile.doc” (which corresponds to event 425 ).
- Browser program process (which corresponds to event 427 ), is used to view web pages (“open email” events 426 and 429 ), and download a zip file (“download file” event 430 ).
- Browser program process (“spawned process” event 422 ) is used to access a web site (event 435 ), view web pages, (events 433 and 434 ) and download “file.pdf” (event 432 ).
- Context graph 420 can be used by context engine 206 to identify that events associated with email program process 421 and word processor program process 424 , for example, are related, and that “somefile.doc” opened via word processor program process 424 is related to email 423 opened by email program process 421 .
- context engine 206 can associate events in one or more events queues, and can relate events and items across desktop applications 212 . More particularly, in accordance with one or more embodiments, context engine 206 determines relationships between events and items corresponding to different desktop applications, using one or more context graphs, e.g., context graph 420 , and an event wait list (“EWL”) 204 of FIG. 2 .
- context graphs e.g., context graph 420
- EWL event wait list
- event 421 when email program process (event 421 ) spawns word processor program process (event 424 ), e.g., in response to the user selecting a link from within an email message (e.g., which corresponds to “email open” event 423 ), the client 210 associated with email program process (event 421 ) notifies context engine 206 , by way of an “event waiting” notification.
- event 424 when email program process (event 421 ) spawns word processor program process (event 424 ), e.g., in response to the user selecting a link from within an email message (e.g., which corresponds to “email open” event 423 ), the client 210 associated with email program process (event 421 ) notifies context engine 206 , by way of an “event waiting” notification.
- EWL 204 In response to the “event waiting” notification, an entry is created in EWL 204 which indicates that context engine 206 should expect to receive a “file open” event from a word processor program process, e.g., word processor program process (event 424 ) spawned by email program process (event 421 ), in connection with the opening of the “someFile.doc” file (event 425 ).
- a word processor program process spawned in response to operations occurring in connection with the email program process (the spawning of which corresponds to event 421 )
- the email program's client 210 forwards the “spawned process” event (event 424 ) to its event queue 202 .
- context engine 206 can relate the “open email” event 423 with the “open file” event 425 using the “event waiting” EWL 204 entry, and can associate the “someFile.doc” file 425 with email 423 .
- context engine 206 can further relate information contained in the email (“open email” event 423 ) with the “someFile.doc”, as well as information for which pattern matcher 218 has identified a valid pattern (e.g., a valid sending email address).
- Context engine 206 can use index and searching engine 208 to retrieve additional information (e.g., name, address, company, phone number, etc.) of the sender based on the sending email address, e.g., using address book 216 B, for example.
- context engine 206 can retrieve information from the subject line of the email 423 , and/or the body of the email 423 , for association with the file 425 .
- context engine 206 can use EWL 204 to determine that the “myDownload.zip” file (“download file” event 430 ) was downloaded as a result of email (event 426 ) being opened, browser program process being spawned (event 427 ), and web pages being opened (events 428 and 429 ).
- event 426 the “myDownload.zip” file
- event 427 the “web pages” opened
- web pages being opened
- client 210 associated with spawned email program process event 421
- client 210 can send an event message corresponding to this event, as well as an “event waiting” message to notify context engine that it should expect an “open web page” event from a browser program process spawned by the email program process.
- the client associated with the spawned browser program process (“spawn process” event 427 ) detects events corresponding to viewing web pages 428 and 429 and downloading “myDownload.zip” file 430 , and forwards these events to event queue 202 .
- the EWL 204 entry created in response to the “event waiting” message can be used in connection with the contents of the event queues of the email and browser program processes to associate the web pages 428 and 429 and the “myDownload.zip” file with email 426 .
- context information e.g., sender, subject, email message, etc.
- Indexing and search engine 208 can be used to store associations between the context information and the spawned programs and/or items to which the context information is associated.
- context engine 206 can use EWL 204 to-determine that the “file.pdf” was downloaded as a result of browser program process being spawned (event 422 ), a web site being accessed (event 435 ) and web pages being visited (events 433 and 434 ).
- Embodiments of the present disclosure can associate context information based on time and/or patterns.
- FIG. 5 provides an example of events and relationships based on time and pattern matches in accordance with at least one embodiment of the present disclosure.
- a timestamp is associated with events in event queues 202 .
- the timestamp can identify the time that an event was sent by client 210 to system 200 , for example.
- client 210 to system 200 for example.
- Each of columns 510 to 517 correspond to a time T 1 to T 8 , respectively, of an event
- each of rows 521 to 523 correspond to an application.
- Event A 1 P 1 in row 520 and column 510 , occurred at time T 1 .
- Event A 1 P 1 comprises elements 501 to 503 , which identify the application, “A” (e.g., word processor, instant messenger, browser, etc.), event identifier, “1”, and a pattern identifier, “P 1 ”.
- A e.g., word processor, instant messenger, browser, etc.
- P 1 a pattern identifier
- each event has a corresponding pattern, P n , which is identified by pattern matcher 218 .
- pattern matcher 218 has identified the patterns for each of events 506 , 507 , 508 and 509 .
- context engine 206 determines that events 506 , 507 , 508 and 509 are related.
- applications “A”, “B” and “C” correspond to instant messenger, word processing and email programs, respectively
- patterns P 3 and P 11 correspond to an email address and a file name.
- event A 2 , B 2 , B 4 and C 3 correspond to an instant message being received, a document file being opened, the document file being saved, and an email message being sent, respectively.
- context engine 206 can determine that an email address sent by an instant messenger user, whose instant messenger identifier (e.g., which has a pattern P 5 ) is captured from event A 2 , is used to send, in event C 5 , a file, which was opened and then saved via events B 2 and B 3 , respectively, to the email address received in event A 2 .
- Context engine 206 can use the timeline shown in row 520 to identify a sequence of the events. In addition, the timeline can be used to expand or narrow the scope of the associations made by context engine 206 . For example, based on a detected pattern, P 5 , of information, an instant messenger identifier is associated with event A 7 .
- context engine 206 can create an association to indicate that the user sent a message to the sender of the email message at time T 7 , and further that the message included some reference to the file identified using the file name pattern P 11 .
- context engine 206 can be limited to a predefined time span, which may exclude time T 7 , in order to conserve resources, for example. In such a case, context engine 206 would capture the association between events 506 to 509 , but not the association between events 506 to 509 and event 518 .
- FIG. 6 provides an example of a processing performed in accordance with one or more embodiments of the present disclosure.
- the processing which can be performed by system 200 , is in response to a user opening an email which contains a phone number, as shown in event block 602 .
- pattern matcher 218 parses the email to identify information that has a phone number pattern and information having a user identification (e.g., user name) pattern.
- Context engine 206 uses the information identified by pattern matcher 218 to find related information using information location tools 606 .
- a data index 609 can include data stored in a local repository (e.g., memory of the user's computer, or accessible via a local area network), as well as remotely stored data (e.g., data stored on a remote server accessible via the internet).
- Context engine 206 uses a local index/search tool 607 to retrieve related information from a local repository.
- context engine 206 uses an internet search engine 608 to conduct one or more web/internet searches.
- the resulting data index 609 includes the phone number contained in the email opened by the user, together with information identifying the first time the user received email containing the identified phone number and identification of the individual that sent the phone number to the user.
- context engine 206 can be used to retrieve information about the email sender (e.g., address, phone number, files recently shared with the sender, dates and/or content of recent instant messenger conversations with the email sender, dates and/or content of recent emails with the sender, recent phone calls with the sender, notes taken in connection with the sender, and the sender's picture. Further still, context engine 206 can be used to conduct a web search to retrieve additional information based on information contained in the data index 609 (e.g., the sender's phone and/or email address). The information identified by context engine 206 can be displayed to the user at block 605 .
- the email sender e.g., address, phone number, files recently shared with the sender, dates and/or content of recent instant messenger conversations with the email sender, dates and/or content of recent emails with the sender, recent phone calls with the sender, notes taken in connection with the sender, and the sender's picture.
- context engine 206 can be used to conduct a web search to retrieve additional
- context engine 206 can be used to store any new information in data index 608 . For example, if information is retrieved from a web search which is not included in the local repository, context engine 206 can be used to save the information to data index 609 . In accordance with one or more embodiments, the user is given an option to save some or all of the new information, as part of the user interface displayed in block 605 .
- FIG. 7 which comprises FIGS. 7A to 7G , provide examples of displays provided in accordance with one or more embodiments of the present disclosure.
- Display portion 700 is part of an instant messenger program user interface, which displays a portion of an instant messenger conversation.
- Instant message 701 requests an individual's phone number, and a reply instant message 702 provides a phone number.
- pattern matcher 218 is used to recognize the phone number contained in instant message 702 .
- Display 703 is provided by system 200 , which alerts the user, in display portion 704 , that a new phone number was found in instant message 702 , and allows the user the option of viewing the history associated with the new phone number and/or entering additional information, e.g., a name and address associated with the phone number, in portion 706 .
- system 200 performs a query using index/search tool 208 , and displays recent history in portion 705 , e.g., recent instant messenger and email messages.
- a dialog box 710 is displayed by system 200 in response to an address being entered in an input field of a web page displayed by a browser program, which address is entered to retrieve a map, for example.
- Pattern matcher 218 is used to identify the input as an address. Recognizing that the address was entered in a context of a web page provided by a “mapping” web site, system 200 provides dialog box 710 , which provides the user with an opportunity to save the address in an address book, obtain and/or save driving directions. In addition, system 200 provides the user with an opportunity to conduct another search using the address information input to find local restaurants.
- system 200 can recognize a search query entered by the user, use the user's query as input to another search engine, and compare the results of the latter search with that of the former. Dialog box 720 can then be displayed to notify the user that there are additional search results available, as well as to allow the user to save the search.
- FIG. 7D provides an example of a pull-down menu that is displayed by system 200 in response to detection of phone number input in a word processing program in accordance with one or more embodiments of the present disclosure.
- Pattern matcher 218 of system 200 is used to recognize the input as matching a phone number pattern.
- system 200 displays menu 731 , which provides the user with an option to add the phone number to the user's address book.
- FIGS. 7E to 7G provide examples of displays provided in accordance with embodiments of the present disclosure.
- display 740 is provided by system 200 in association with a browser program, for example, and provides historical information associated with a given web page/site URL, e.g., last time the user visited the web page, as well as other web pages visited, instant messenger conversations held, emails received, emails sent, and other files opened, during the user's visit(s) to this web page.
- display 740 identifies the web page that was visited just prior to the user's visit to the current web page. The other times that the user visited this web page in the last thirty days is also provided in display 740 .
- display 750 is provided by system 200 in response to email received from the sender of a given email, for example, and provides a history of communications (e.g., other emails received from the sender, web pages associated with URLs received from the sender and instant messenger conversations with the sender) with the email sender in the last thirty days, files shared with the sender in the last thirty days, results of a network search (e.g., local and/or web search) using the sender's information (e.g., name, email address, etc.), and information retrieved from the user's address book using the sender's information.
- a network search e.g., local and/or web search
- FIG. 7G provides an example of a display 760 which is displayed by system 200 in connection with a word processing program.
- Display 760 identifies the last time the user worked on the file, as well as web pages visited, instant messenger conversations held, emails sent and received, and other files opened the last time the user opened the current file.
- display 760 identifies the other times the user worked on the file in the last thirty days.
- Display 760 identifies other users with which the file has been shared, and the file's origin (e.g., the file was received via an email from another user on the specified date and time).
- FIG. 8 provides an example of a process flow in accordance with one or more embodiments of the present disclosure.
- a determination is made as to whether an event is to be processed, or a search is to be performed by system 200 .
- processing proceeds to step 804 to determine whether any of queues 202 have events queued for processing by system 200 . If not, processing continues at step 801 . If there is at least one queue 202 that contains an event to be processed, processing continues to identify the next queue to be processed, and to ensure that the next queue has events remaining to be processed, at steps 805 and 806 . If the selected queue 202 has at least one event to be processed, processing continues at step 807 to retrieve the event from the queue 202 .
- step 808 pattern matcher 218 of system 200 is used to detect any patterns in the information processed.
- step 809 a determination is made whether or not there are any events waiting for the queued event, using EWL 204 . If so, processing continues at step 810 to process the EWL 204 entry. In either case, processing then continues at step 801 to process another action. In a case that the action is a search to be performed using system 200 , processing continues at step 802 to perform the search using index/search tool 208 , and to display the results of the search for the user at step 803 . Processing continues at step 801 to process any remaining actions.
- Embodiments of the present disclosure can be platform specific or platform independent (e.g., Macintosh, Microsoft or Unix platforms).
- desktop applications 212 communicate with system 200 via clients 210 using any inter-process communication (IPC) mechanism.
- IPC mechanisms can include, without limitation, sockets, message queues, COM message exchange, and/or message posts to threads.
- desktop applications 212 can broadcast, via clients 201 , information (e.g., events, context information, file contents and other information associated with files, etc.) to be indexed by system 200 .
- desktop applications 212 can receive a message from system 200 to confirm that the information was successfully received and indexed by the system 200 .
- the messages communicated between desktop applications 212 and system 200 are formatted in XML.
- a desktop application 212 can broadcast information about files that are opened, closed, and when new applications are spawned, as well as any other context information, for example.
- messages can be stored in event queues 202 .
- system 200 processes the received messages and identifies information as context information.
- context engine 206 tags the context information with a timestamp and the application from which the information originated, and index and searching engine 208 stores the context information, so that it can be subsequently searched.
- context information as well as other information, received from a desktop application 212 and processed by system 200 can be rebroadcast to one or more services 216 registered with system 200 .
- information received from desktop applications 212 can be passed to pattern matcher 218 to determine whether the received information matches a predefined pattern known to pattern matcher 218 (e.g., phone number, postal address, email address, URL, etc.). If any information matching one or more predefined patterns is found, the information can be identified to services 216 as a type of information based on the matched patterns.
- the information forwarded to services 216 can be formatted in XML.
- services 216 can be add-ons to system 200 , which can operate to take information, e.g., context information, and process it so as to return a result.
- System 200 can then take the result and forward the result to one or more of the desktop applications 212 registered to receive the type of result generated by services 216 .
- a desktop application 212 can register itself with system 200 to receive internet search engine results, postal addresses, etc.
- information forwarded to desktop applications 212 is formatted in XML.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Business, Economics & Management (AREA)
- Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Entrepreneurship & Innovation (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- General Physics & Mathematics (AREA)
- Tourism & Hospitality (AREA)
- Operations Research (AREA)
- Marketing (AREA)
- General Business, Economics & Management (AREA)
- Economics (AREA)
- Data Mining & Analysis (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (30)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/600,667 US8056007B2 (en) | 2006-11-15 | 2006-11-15 | System and method for recognizing and storing information and associated context |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/600,667 US8056007B2 (en) | 2006-11-15 | 2006-11-15 | System and method for recognizing and storing information and associated context |
Publications (2)
Publication Number | Publication Date |
---|---|
US20080115086A1 US20080115086A1 (en) | 2008-05-15 |
US8056007B2 true US8056007B2 (en) | 2011-11-08 |
Family
ID=39370649
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/600,667 Expired - Fee Related US8056007B2 (en) | 2006-11-15 | 2006-11-15 | System and method for recognizing and storing information and associated context |
Country Status (1)
Country | Link |
---|---|
US (1) | US8056007B2 (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080250342A1 (en) * | 2005-11-14 | 2008-10-09 | Red Hat, Inc. | Searching desktop objects based on time comparison |
US20100180200A1 (en) * | 2009-01-12 | 2010-07-15 | Thierry Donneau-Golencer | Electronic assistant |
US20110055295A1 (en) * | 2009-09-01 | 2011-03-03 | International Business Machines Corporation | Systems and methods for context aware file searching |
US20120131020A1 (en) * | 2009-01-12 | 2012-05-24 | Kenneth Nitz | Method and apparatus for assembling a set of documents related to a triggering item |
US8732049B2 (en) | 1998-07-31 | 2014-05-20 | Jpmorgan Chase Bank, Na | Object oriented system for managing complex financial instruments |
US20150121290A1 (en) * | 2012-06-29 | 2015-04-30 | Microsoft Corporation | Semantic Lexicon-Based Input Method Editor |
US9195640B1 (en) | 2009-01-12 | 2015-11-24 | Sri International | Method and system for finding content having a desired similarity |
Families Citing this family (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8005806B2 (en) * | 2006-11-15 | 2011-08-23 | Yahoo! Inc. | System and method for information retrieval using context information |
US8522257B2 (en) * | 2006-11-15 | 2013-08-27 | Yahoo! Inc. | System and method for context information retrieval |
US8185524B2 (en) * | 2006-12-22 | 2012-05-22 | Yahoo! Inc. | Method and system for locating events in-context |
US20080168402A1 (en) | 2007-01-07 | 2008-07-10 | Christopher Blumenberg | Application Programming Interfaces for Gesture Operations |
US20080168478A1 (en) | 2007-01-07 | 2008-07-10 | Andrew Platzer | Application Programming Interfaces for Scrolling |
WO2009039867A1 (en) | 2007-09-20 | 2009-04-02 | Siemens Enterprise Communications Gmbh & Co. Kg | Method and communications arrangement for operating a communications connection |
US8717305B2 (en) | 2008-03-04 | 2014-05-06 | Apple Inc. | Touch event model for web pages |
US8645827B2 (en) | 2008-03-04 | 2014-02-04 | Apple Inc. | Touch event model |
US8286199B1 (en) * | 2008-08-22 | 2012-10-09 | SmartVault Corporation | Automated method for creating a graphical user interface for a document management system that is visually integrated with an application having limited native GUI-integration capabilities |
US9684521B2 (en) | 2010-01-26 | 2017-06-20 | Apple Inc. | Systems having discrete and continuous gesture recognizers |
US8285499B2 (en) | 2009-03-16 | 2012-10-09 | Apple Inc. | Event recognition |
US8566045B2 (en) | 2009-03-16 | 2013-10-22 | Apple Inc. | Event recognition |
US20110041177A1 (en) * | 2009-08-14 | 2011-02-17 | Microsoft Corporation | Context-sensitive input user interface |
US9223590B2 (en) * | 2010-01-06 | 2015-12-29 | Apple Inc. | System and method for issuing commands to applications based on contextual information |
US8552999B2 (en) | 2010-06-14 | 2013-10-08 | Apple Inc. | Control selection approximation |
US20120011426A1 (en) * | 2010-07-09 | 2012-01-12 | Research In Motion Limited | Automatic linking of contacts in message content |
US9240111B2 (en) * | 2010-10-06 | 2016-01-19 | Microsoft Technology Licensing, Llc | Inferring building metadata from distributed sensors |
US8738583B2 (en) * | 2011-02-09 | 2014-05-27 | Cisco Technology, Inc. | Efficiently delivering event messages using compiled indexing and paginated reporting |
KR20150127785A (en) * | 2012-03-20 | 2015-11-18 | 삼성전자주식회사 | Device and method for creating e-mail in wireless terminal |
US9667700B2 (en) * | 2012-08-12 | 2017-05-30 | Apple Inc. | Rendering a redeemable document |
US9733716B2 (en) | 2013-06-09 | 2017-08-15 | Apple Inc. | Proxy gesture recognizer |
US9811245B2 (en) * | 2013-12-24 | 2017-11-07 | Dropbox, Inc. | Systems and methods for displaying an image capturing mode and a content viewing mode |
US11017412B2 (en) * | 2014-05-23 | 2021-05-25 | Microsoft Technology Licensing, Llc | Contextual information monitoring |
US10476819B2 (en) * | 2016-03-31 | 2019-11-12 | Atlassian Pty Ltd | Systems and methods for providing controls in a messaging interface |
Citations (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5889993A (en) * | 1996-10-15 | 1999-03-30 | The Regents Of The University Of California | Predictive event tracking method |
US5948040A (en) | 1994-06-24 | 1999-09-07 | Delorme Publishing Co. | Travel reservation information and planning system |
US6025932A (en) * | 1995-12-27 | 2000-02-15 | Mitsubishi Denki Kabushiki Kaisha | Digital information encoding apparatus, digital information encoding/decoding apparatus, digital information encoding method, and digital information decoding method |
US20010049617A1 (en) | 2000-02-24 | 2001-12-06 | Berenson Richard W. | Web-driven calendar updating system |
US20020194388A1 (en) * | 2000-12-04 | 2002-12-19 | David Boloker | Systems and methods for implementing modular DOM (Document Object Model)-based multi-modal browsers |
US20030200192A1 (en) | 2002-04-18 | 2003-10-23 | Bell Brian L. | Method of organizing information into topical, temporal, and location associations for organizing, selecting, and distributing information |
US20040199498A1 (en) | 2003-04-04 | 2004-10-07 | Yahoo! Inc. | Systems and methods for generating concept units from search queries |
US6839719B2 (en) * | 2002-05-14 | 2005-01-04 | Time Industrial, Inc. | Systems and methods for representing and editing multi-dimensional data |
US20050021485A1 (en) * | 2001-06-28 | 2005-01-27 | Microsoft Corporation | Continuous time bayesian network models for predicting users' presence, activities, and component usage |
US20050044066A1 (en) | 2003-08-20 | 2005-02-24 | David Hooper | Method and system for calendar-based image asset organization |
US20050108233A1 (en) | 2003-11-17 | 2005-05-19 | Nokia Corporation | Bookmarking and annotating in a media diary application |
US6917926B2 (en) * | 2001-06-15 | 2005-07-12 | Medical Scientists, Inc. | Machine learning method |
US6931647B1 (en) * | 2001-03-27 | 2005-08-16 | Microsoft Corporation | Protocol agnostic web listener |
US20050240596A1 (en) | 2004-02-12 | 2005-10-27 | Bill Worthen | Managed rich media system and method |
US6968509B1 (en) * | 2002-06-05 | 2005-11-22 | Microsoft Corporation | Recording of user-driven events within a computer application |
US20050273702A1 (en) | 2004-06-04 | 2005-12-08 | Jeff Trabucco | Creation and management of common interest community web sites |
US20060000900A1 (en) | 2002-09-17 | 2006-01-05 | Vivotech, Inc. | Collaborative negotiation techniques for mobile personal trusted device financial transactions |
US20060179415A1 (en) | 2001-06-08 | 2006-08-10 | Microsoft Corporation | User interface for a system and process for providing dynamic communication access and information awareness in an interactive peripheral display |
US20060271520A1 (en) * | 2005-05-27 | 2006-11-30 | Ragan Gene Z | Content-based implicit search query |
US20060271827A1 (en) | 2005-05-25 | 2006-11-30 | International Business Machines Corporation | System and method for vertical integrated performance and environment monitoring |
US20070060112A1 (en) | 2005-07-22 | 2007-03-15 | John Reimer | Identifying events |
US7254569B2 (en) * | 2004-05-12 | 2007-08-07 | Microsoft Corporation | Intelligent autofill |
US7281008B1 (en) | 2003-12-31 | 2007-10-09 | Google Inc. | Systems and methods for constructing a query result set |
US20070250784A1 (en) | 2006-03-14 | 2007-10-25 | Workstone Llc | Methods and apparatus to combine data from multiple computer systems for display in a computerized organizer |
US20070260567A1 (en) * | 2004-07-06 | 2007-11-08 | Ikuni, Inc. | Real time context learning by software agents |
US20070299631A1 (en) | 2006-06-27 | 2007-12-27 | Microsoft Corporation | Logging user actions within activity context |
US20080059419A1 (en) | 2004-03-31 | 2008-03-06 | David Benjamin Auerbach | Systems and methods for providing search results |
US20080115149A1 (en) | 2006-11-15 | 2008-05-15 | Yahoo! Inc. | System and method for providing context information |
US20080120396A1 (en) | 2006-11-22 | 2008-05-22 | Nandagopal Mysore Jayaram | Personal contact and marketing system |
US7379889B2 (en) | 2002-03-05 | 2008-05-27 | Getthere Inc. | Interactive calendar interface for defining and displaying date ranges |
US20080154912A1 (en) | 2006-12-22 | 2008-06-26 | Yahoo! Inc. | Method and system for locating events in-context |
US7398268B2 (en) * | 2004-07-09 | 2008-07-08 | Microsoft Corporation | Systems and methods that facilitate data mining |
US20080222170A1 (en) | 2002-02-20 | 2008-09-11 | Microsoft Corporation | Computer system architecture for automatic context associations |
US7437353B2 (en) | 2003-12-31 | 2008-10-14 | Google Inc. | Systems and methods for unification of search results |
US7441194B2 (en) | 2002-02-20 | 2008-10-21 | Microsoft Corporation | Calendar-based user interface system |
US7467232B2 (en) * | 2003-10-14 | 2008-12-16 | Aol Llc | Search enhancement system and method having rankings, explicitly specified by the user, based upon applicability and validity of search parameters in regard to a subject matter |
US7519566B2 (en) * | 2004-02-11 | 2009-04-14 | Oracle International Corporation | Method and apparatus for automatically and continuously updating prediction models in real time based on data mining |
US7539747B2 (en) * | 2001-03-14 | 2009-05-26 | Microsoft Corporation | Schema-based context service |
US7548932B2 (en) * | 2001-03-14 | 2009-06-16 | Microsoft Corporation | Schemas for a notification platform and related information services |
US7558925B2 (en) * | 2004-09-10 | 2009-07-07 | Cavium Networks, Inc. | Selective replication of data structures |
US7596571B2 (en) | 2004-06-30 | 2009-09-29 | Technorati, Inc. | Ecosystem method of aggregation and search and related techniques |
US7685202B2 (en) | 2004-06-30 | 2010-03-23 | Panasonic Corporation | Event importance adjustment method and device for carrying out the method |
US7801782B2 (en) | 1998-07-31 | 2010-09-21 | Jpmorgan Chase Bank, Na | Object oriented system for managing complex financial instruments |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5955710A (en) * | 1998-01-20 | 1999-09-21 | Captivate Network, Inc. | Information distribution system for use in an elevator |
-
2006
- 2006-11-15 US US11/600,667 patent/US8056007B2/en not_active Expired - Fee Related
Patent Citations (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5948040A (en) | 1994-06-24 | 1999-09-07 | Delorme Publishing Co. | Travel reservation information and planning system |
US6025932A (en) * | 1995-12-27 | 2000-02-15 | Mitsubishi Denki Kabushiki Kaisha | Digital information encoding apparatus, digital information encoding/decoding apparatus, digital information encoding method, and digital information decoding method |
US5889993A (en) * | 1996-10-15 | 1999-03-30 | The Regents Of The University Of California | Predictive event tracking method |
US7801782B2 (en) | 1998-07-31 | 2010-09-21 | Jpmorgan Chase Bank, Na | Object oriented system for managing complex financial instruments |
US20010049617A1 (en) | 2000-02-24 | 2001-12-06 | Berenson Richard W. | Web-driven calendar updating system |
US20020194388A1 (en) * | 2000-12-04 | 2002-12-19 | David Boloker | Systems and methods for implementing modular DOM (Document Object Model)-based multi-modal browsers |
US7539747B2 (en) * | 2001-03-14 | 2009-05-26 | Microsoft Corporation | Schema-based context service |
US7548932B2 (en) * | 2001-03-14 | 2009-06-16 | Microsoft Corporation | Schemas for a notification platform and related information services |
US6931647B1 (en) * | 2001-03-27 | 2005-08-16 | Microsoft Corporation | Protocol agnostic web listener |
US20060179415A1 (en) | 2001-06-08 | 2006-08-10 | Microsoft Corporation | User interface for a system and process for providing dynamic communication access and information awareness in an interactive peripheral display |
US6917926B2 (en) * | 2001-06-15 | 2005-07-12 | Medical Scientists, Inc. | Machine learning method |
US20050021485A1 (en) * | 2001-06-28 | 2005-01-27 | Microsoft Corporation | Continuous time bayesian network models for predicting users' presence, activities, and component usage |
US20080222170A1 (en) | 2002-02-20 | 2008-09-11 | Microsoft Corporation | Computer system architecture for automatic context associations |
US7441194B2 (en) | 2002-02-20 | 2008-10-21 | Microsoft Corporation | Calendar-based user interface system |
US7379889B2 (en) | 2002-03-05 | 2008-05-27 | Getthere Inc. | Interactive calendar interface for defining and displaying date ranges |
US20030200192A1 (en) | 2002-04-18 | 2003-10-23 | Bell Brian L. | Method of organizing information into topical, temporal, and location associations for organizing, selecting, and distributing information |
US6839719B2 (en) * | 2002-05-14 | 2005-01-04 | Time Industrial, Inc. | Systems and methods for representing and editing multi-dimensional data |
US6968509B1 (en) * | 2002-06-05 | 2005-11-22 | Microsoft Corporation | Recording of user-driven events within a computer application |
US20060000900A1 (en) | 2002-09-17 | 2006-01-05 | Vivotech, Inc. | Collaborative negotiation techniques for mobile personal trusted device financial transactions |
US20040199498A1 (en) | 2003-04-04 | 2004-10-07 | Yahoo! Inc. | Systems and methods for generating concept units from search queries |
US20050044066A1 (en) | 2003-08-20 | 2005-02-24 | David Hooper | Method and system for calendar-based image asset organization |
US7467232B2 (en) * | 2003-10-14 | 2008-12-16 | Aol Llc | Search enhancement system and method having rankings, explicitly specified by the user, based upon applicability and validity of search parameters in regard to a subject matter |
US20050108233A1 (en) | 2003-11-17 | 2005-05-19 | Nokia Corporation | Bookmarking and annotating in a media diary application |
US7281008B1 (en) | 2003-12-31 | 2007-10-09 | Google Inc. | Systems and methods for constructing a query result set |
US7437353B2 (en) | 2003-12-31 | 2008-10-14 | Google Inc. | Systems and methods for unification of search results |
US7519566B2 (en) * | 2004-02-11 | 2009-04-14 | Oracle International Corporation | Method and apparatus for automatically and continuously updating prediction models in real time based on data mining |
US20050240596A1 (en) | 2004-02-12 | 2005-10-27 | Bill Worthen | Managed rich media system and method |
US20080059419A1 (en) | 2004-03-31 | 2008-03-06 | David Benjamin Auerbach | Systems and methods for providing search results |
US7254569B2 (en) * | 2004-05-12 | 2007-08-07 | Microsoft Corporation | Intelligent autofill |
US20050273702A1 (en) | 2004-06-04 | 2005-12-08 | Jeff Trabucco | Creation and management of common interest community web sites |
US7596571B2 (en) | 2004-06-30 | 2009-09-29 | Technorati, Inc. | Ecosystem method of aggregation and search and related techniques |
US7685202B2 (en) | 2004-06-30 | 2010-03-23 | Panasonic Corporation | Event importance adjustment method and device for carrying out the method |
US20070260567A1 (en) * | 2004-07-06 | 2007-11-08 | Ikuni, Inc. | Real time context learning by software agents |
US7398268B2 (en) * | 2004-07-09 | 2008-07-08 | Microsoft Corporation | Systems and methods that facilitate data mining |
US7558925B2 (en) * | 2004-09-10 | 2009-07-07 | Cavium Networks, Inc. | Selective replication of data structures |
US20060271827A1 (en) | 2005-05-25 | 2006-11-30 | International Business Machines Corporation | System and method for vertical integrated performance and environment monitoring |
US20060271520A1 (en) * | 2005-05-27 | 2006-11-30 | Ragan Gene Z | Content-based implicit search query |
US20070060112A1 (en) | 2005-07-22 | 2007-03-15 | John Reimer | Identifying events |
US20070250784A1 (en) | 2006-03-14 | 2007-10-25 | Workstone Llc | Methods and apparatus to combine data from multiple computer systems for display in a computerized organizer |
US20070299631A1 (en) | 2006-06-27 | 2007-12-27 | Microsoft Corporation | Logging user actions within activity context |
US20080115149A1 (en) | 2006-11-15 | 2008-05-15 | Yahoo! Inc. | System and method for providing context information |
US20080120396A1 (en) | 2006-11-22 | 2008-05-22 | Nandagopal Mysore Jayaram | Personal contact and marketing system |
US20080154912A1 (en) | 2006-12-22 | 2008-06-26 | Yahoo! Inc. | Method and system for locating events in-context |
Non-Patent Citations (22)
Title |
---|
Ames, M.; Dennis, T.; Hill, B.; Poon, S.; Wooldridge, M. PicturePortal Final Presentation, SIMS 2002: Fall 2004 Class (2004) (UC Berkeley School of Information Management & Systems) [retrieved from http://www2.sims.berkeley.edu/academics/courses/is202/f04/phone-project/Group4/PicturePortal.ppt on May 7, 2010], pp. 1-20. |
Ames, M.; Dennis, T.; Hill, B.; Poon, S.; Wooldridge, M. PicturePortal Website (2004) [retrieved from http://www2.sims. berkeley.edu/academics/courses/is202/f04/phone-project/Group4/ on May 7, 2010], pp. 1-2. |
Chirita, P., et al. "Activity Based Metadata for Semantic Desktop Search" Proceedings of the Second European Semantic Web Conference, (May 29-Jun. 1, 2005), pp. 439-454 http://www.springerlink.com/content/q3yrwa5e1vklj33v/. |
Davis, M., S. King, N. Good, and Risto Serves. From Context to Content: Leveraging Context to Infer Media Metadata. Proceedings of the 12th annual ACM international conference on Multimedia (Oct. 10-14, 2004). pp. 188-195. |
Davison et al.; Predicting Sequences of User Actions; Proceedings of the 1998 AAAI/ICML Workshop "Predicting the Future: Al Approaches to Time-Series Analysis;" 1998; pp. 1-8. * |
Dey, A.K., "Context-Aware Computing: The CyberDesk Project," American Association for Artificial Intelligence '98 Spring Symposium, Standford University (Mar. 23-25, 1998), pp. 51-54 http://www.aaai.org/Papers/Symposia/Spring/1998/SS-98-02/SS98-02-008.pdf Sep. 8, 2010. |
Friedman, Nat, "XIMIAN Dashboard", Jul. 25, 2003, pp. 1-23 [retrieved from nat.org/dashboard/ols2003/ols2003-dashboard.ppt]. |
Gorniak et al.; Predicting Future User Actions by Observing Unmodified Applications; 2000; AAAI-00 Proceedings; pp. 1-6. * |
IEEE 100 The Authoritative Dictionary of IEEE Standards Terms, 7th edition (2000), p. 398. |
Kim, P.; Podlaseck, M.; Pingali, G., "Personal Chronicling Tools for Enhancing Information Archival and Collaboration in Enterprises" CARPE'04 (Oct. 15, 2004), New York, New York, pp. 56-65 http://portal.acm.org/ft-gateway.cfm?id=1026662 Sep. 8, 2010. |
Kroeger et al.; Predicting Future File-System Actions From Prior Events; Proceedings of the USENIX 1996 Annual Technical Conference; Jan. 1996; pp. 1-11. * |
Liberman, H. et al., "Out of Context: Computer systems that adapt to, and learn from, context", IBM Systems Journal, vol. 39, No. 3&4 (2000), pp. 617-632 http://eee.cse.nd.edu/~cpoellab/teaching/cse40827/papers/context1.pdf. |
Liberman, H. et al., "Out of Context: Computer systems that adapt to, and learn from, context", IBM Systems Journal, vol. 39, No. 3&4 (2000), pp. 617-632 http://eee.cse.nd.edu/˜cpoellab/teaching/cse40827/papers/context1.pdf. |
Liberman, H., Autonomous Interface Agents, Proceedings of the SIGCHI conference on Human factors in computing systems (CHI '97). ACM, New York, NY, USA, (1997), pp. 67-74. http://portal.acm.org/ft-gateway.cfm?id=258592. |
Manguy, L., S. Fisher, J. Parada, C. Burgener, C. Madhwacharyuia, J. Antin, iTour Final Presentation from Project Group # 6, SIMS 202: Fall 2004 Class (UC Berkeley School of Information Management & Systems) [retrieved from http://www2.sims.berkeley.edu/academics/courses/is202/f04/phone-project/Group6/iTour%20Slides.ppt on Dec. 29, 2009], pp. 1-8. |
Maxson, C., "Building User Interfaces with the Information Bridge Framework" (May 2004), pp. 1-11 http://msdn.microsoft.com/en-us/library/aa679799(office.11,printer). Sep. 8, 2010 . |
Microsoft Computer Dictionary, 5th edition ( 2002), pp. 198-199. |
Microsoft Corp., "Introducing the Microsoft Office Information Bridge Framework" (May 2004) pp. 1-9 http://msdn.microsoft.com/en-us/library/aa679800(office.11,printer).aspx Sep. 8, 2010. |
Microsoft Corp., "Technical Overview of Information Bridge Framework" (May 2004), pp. 1-16 http://msdn.microsoft.com/en-us/library/aa679802(office.11,printer). Sep. 8, 2010. |
Mitnick, S., C. Nigro, P. Poling, D. Thaw, S. Yardi, Pillbox Final Presentation from Project Group #8, SIMS 202: Fall 2004 Class (UC Berkeley School of Information Management & Systems).[retrieved from http://www2.sims.berkeley.edu/academics/courses/is202/f04/phone-project/Group8/ presentation.php on Dec. 29, 2009], pp. 1-16. |
Office Action from U.S. Appl. No. 11/600,359 dated Aug. 21, 2008. |
Sauermann, et al., "Semantic Desktop 2.0: The Gnowsis Experience", Proceedings of the 5th International Semantic Web Conference, ISWC 2006, (Nov. 5-9, 2006), pp. 887-900 http://www.springerlink.com/content/97322418h3201014/. |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8732049B2 (en) | 1998-07-31 | 2014-05-20 | Jpmorgan Chase Bank, Na | Object oriented system for managing complex financial instruments |
US9824341B2 (en) | 1998-07-31 | 2017-11-21 | Jpmorgan Chase Bank, N.A. | Object oriented system for managing complex financial instruments |
US20080250342A1 (en) * | 2005-11-14 | 2008-10-09 | Red Hat, Inc. | Searching desktop objects based on time comparison |
US8984429B2 (en) * | 2005-11-14 | 2015-03-17 | Red Hat, Inc. | Searching desktop objects in view of time based statistics |
US20100180200A1 (en) * | 2009-01-12 | 2010-07-15 | Thierry Donneau-Golencer | Electronic assistant |
US20120131020A1 (en) * | 2009-01-12 | 2012-05-24 | Kenneth Nitz | Method and apparatus for assembling a set of documents related to a triggering item |
US9195640B1 (en) | 2009-01-12 | 2015-11-24 | Sri International | Method and system for finding content having a desired similarity |
US9904681B2 (en) * | 2009-01-12 | 2018-02-27 | Sri International | Method and apparatus for assembling a set of documents related to a triggering item |
US20110055295A1 (en) * | 2009-09-01 | 2011-03-03 | International Business Machines Corporation | Systems and methods for context aware file searching |
US20150121290A1 (en) * | 2012-06-29 | 2015-04-30 | Microsoft Corporation | Semantic Lexicon-Based Input Method Editor |
US9959340B2 (en) * | 2012-06-29 | 2018-05-01 | Microsoft Technology Licensing, Llc | Semantic lexicon-based input method editor |
Also Published As
Publication number | Publication date |
---|---|
US20080115086A1 (en) | 2008-05-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8056007B2 (en) | System and method for recognizing and storing information and associated context | |
US9400662B2 (en) | System and method for providing context information | |
US8005806B2 (en) | System and method for information retrieval using context information | |
US7333976B1 (en) | Methods and systems for processing contact information | |
US7941439B1 (en) | Methods and systems for information capture | |
US8965873B2 (en) | Methods and systems for eliminating duplicate events | |
US7725508B2 (en) | Methods and systems for information capture and retrieval | |
US8832205B2 (en) | System and method for extracting calendar events from free-form email | |
US7580568B1 (en) | Methods and systems for identifying an image as a representative image for an article | |
US8275839B2 (en) | Methods and systems for processing email messages | |
US7788274B1 (en) | Systems and methods for category-based search | |
US20050223027A1 (en) | Methods and systems for structuring event data in a database for location and retrieval | |
US8346777B1 (en) | Systems and methods for selectively storing event data | |
US7707142B1 (en) | Methods and systems for performing an offline search | |
US8589433B2 (en) | Dynamic tagging | |
WO2008011019A1 (en) | Action tags | |
US20240020305A1 (en) | Systems and methods for automatic archiving, sorting, and/or indexing of secondary message content | |
US7680888B1 (en) | Methods and systems for processing instant messenger messages | |
US7853606B1 (en) | Alternate methods of displaying search results | |
US9959300B1 (en) | Systems and methods for article location and retrieval | |
JP2006260100A (en) | Message context management device, and method | |
JP2012073798A (en) | Monitoring server and method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: YAHOO! INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RUPP, JASON;KHAN, MOHAMMAD RAFIUSHAN;SIGNING DATES FROM 20061113 TO 20061114;REEL/FRAME:018617/0399 Owner name: YAHOO! INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RUPP, JASON;KHAN, MOHAMMAD RAFIUSHAN;REEL/FRAME:018617/0399;SIGNING DATES FROM 20061113 TO 20061114 |
|
ZAAA | Notice of allowance and fees due |
Free format text: ORIGINAL CODE: NOA |
|
ZAAB | Notice of allowance mailed |
Free format text: ORIGINAL CODE: MN/=. |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: EXCALIBUR IP, LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO! INC.;REEL/FRAME:038383/0466 Effective date: 20160418 |
|
AS | Assignment |
Owner name: YAHOO! INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EXCALIBUR IP, LLC;REEL/FRAME:038951/0295 Effective date: 20160531 |
|
AS | Assignment |
Owner name: EXCALIBUR IP, LLC, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO! INC.;REEL/FRAME:038950/0592 Effective date: 20160531 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
AS | Assignment |
Owner name: STARBOARD VALUE INTERMEDIATE FUND LP, AS COLLATERAL AGENT, NEW YORK Free format text: PATENT SECURITY AGREEMENT;ASSIGNORS:ACACIA RESEARCH GROUP LLC;AMERICAN VEHICULAR SCIENCES LLC;BONUTTI SKELETAL INNOVATIONS LLC;AND OTHERS;REEL/FRAME:052853/0153 Effective date: 20200604 |
|
AS | Assignment |
Owner name: R2 SOLUTIONS LLC, TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EXCALIBUR IP, LLC;REEL/FRAME:053459/0059 Effective date: 20200428 |
|
AS | Assignment |
Owner name: PARTHENON UNIFIED MEMORY ARCHITECTURE LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: LIMESTONE MEMORY SYSTEMS LLC, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: STINGRAY IP SOLUTIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: MOBILE ENHANCEMENT SOLUTIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: SUPER INTERCONNECT TECHNOLOGIES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: NEXUS DISPLAY TECHNOLOGIES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: AMERICAN VEHICULAR SCIENCES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: INNOVATIVE DISPLAY TECHNOLOGIES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: LIFEPORT SCIENCES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: BONUTTI SKELETAL INNOVATIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: TELECONFERENCE SYSTEMS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: MONARCH NETWORKING SOLUTIONS LLC, CALIFORNIA Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: R2 SOLUTIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: ACACIA RESEARCH GROUP LLC, NEW YORK Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: UNIFICATION TECHNOLOGIES LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: CELLULAR COMMUNICATIONS EQUIPMENT LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 Owner name: SAINT LAWRENCE COMMUNICATIONS LLC, TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:053654/0254 Effective date: 20200630 |
|
AS | Assignment |
Owner name: R2 SOLUTIONS LLC, TEXAS Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE ASSIGNEE NAME PREVIOUSLY RECORDED ON REEL 053654 FRAME 0254. ASSIGNOR(S) HEREBY CONFIRMS THE RELEASE OF SECURITY INTEREST GRANTED PURSUANT TO THE PATENT SECURITY AGREEMENT PREVIOUSLY RECORDED;ASSIGNOR:STARBOARD VALUE INTERMEDIATE FUND LP;REEL/FRAME:054981/0377 Effective date: 20200630 |
|
AS | Assignment |
Owner name: STARBOARD VALUE INTERMEDIATE FUND LP, AS COLLATERAL AGENT, NEW YORK Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE THE ASSIGNOR NAME PREVIOUSLY RECORDED AT REEL: 052853 FRAME: 0153. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:R2 SOLUTIONS LLC;REEL/FRAME:056832/0001 Effective date: 20200604 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20231108 |