Data is commonly stored in computer-based systems in fixed, rigidly structured data stores. For example, one common type of data store is a “flat” file such as a spreadsheet, plain-text document, or XML document. Another common type of data store is a relational database comprising one or more tables. Other examples of data stores that comprise structured data include, without limitation, files systems, object collections, record collections, arrays, hierarchical trees, linked lists, stacks, and combinations thereof.
Often, the underlying structure of these types of data stores is poorly suited for data analysis. One approach for facilitating a more efficient analysis of data in such data stores is to reorganize that data according to an object model that defines object structures and relationships between the object structures. Tagging is a method used to create objects, properties, or links between objects and/or properties in structured or unstructured data. It can add structure to unstructured data or add further structure to structured data.
Reference will now be made to the accompanying drawings showing example embodiments of the present application, and in which:
Reference will now be made in detail to the embodiments, the examples of which are illustrated in the accompanying drawings. Whenever possible, the same reference numbers will be used throughout the drawings to refer to the same or like parts.
System 100 comprises a definition component 110 and a translation component 120, both implemented by one or more processors on one or more computing devices executing hardware and/or software-based logic for providing various functionality described herein. As will be appreciated from the present disclosure, system 100 can comprise fewer or additional components that provide various functionalities described herein. Such components are, for clarity, omitted from
Definition component 110 generates and/or modifies ontology 150 and a schema map 140. Exemplary embodiments for defining an ontology (such as ontology 150) is described in U.S. Pat. No. 7,962,495 (the '495 patent), issued Jun. 14, 2011, the entire contents of which are expressly incorporated herein by reference for all purposes. Among other things, the '495 patent describes embodiments that define a dynamic ontology for use in creating data in a database. For creating a database ontology, one or more object types are created where each object type can include one or more properties. The attributes of object types or property types of the ontology can be edited or modified at any time. And for each property type, at least one parser definition is created. The attributes of a parser definition can be edited or modified at any time.
In some embodiments, each property type is declared to be representative of one or more object types. A property type is representative of an object type when the property type is intuitively associated with the object type. For example, a property type of “Social Security Number” may be representative of an object type “Person” but not representative of an object type “Business.”
In some embodiments, each property type has one or more components and a base type. In some embodiments, a property type may comprise a string, a date, a number, or a composite type consisting of two or more string, date, or number elements. Thus, property types are extensible and can represent complex data structures. Further, a parser definition can reference a component of a complex property type as a unit or token.
An example of a property having multiple components is a Name property having a Last Name component and a First Name component. An example of raw input data is “Smith, Jane.” An example parser definition specifies an association of imported input data to object property components as follows: {LAST_NAME}, {FIRST_NAME}→Name:Last, Name:First. In some embodiments, the association {LAST_NAME}, {FIRST_NAME} is defined in a parser definition using regular expression symbology. The association {LAST_NAME}, {FIRST_NAME} indicates that a last name string followed by a first name string comprises valid input data for a property of type Name. In contrast, input data of “Smith Jane” would not be valid for the specified parser definition, but a user could create a second parser definition that does match input data of “Smith Jane.” The definition Name:Last, Name:First specifies that matching input data values map to components named “Last” and “First” of the Name property.
As a result, parsing the input data using the parser definition results in assigning the value “Smith” to the Name: Last component of the Name property, and the value “Jane” to the Name: First component of the Name property.
Referring back to
Based on the identified information, definition component 110 can generate a graphical interface 115. Graphical interface 115 can be presented to users of a computing device via any suitable output mechanism (e.g., a display screen, an image projection, etc.), and can further accept input from users of the computing device via any suitable input mechanism (e.g., a keyboard, a mouse, a touch screen interface). Graphical interface 115 features a visual workspace that visually depicts representations of the elements of ontology 150 for which mappings are defined in schema map 140. Graphical interface 115 also includes controls for adding new elements to schema map 140 and/or ontology 150, including objects, properties of objects, and relationships, via the visual workspace. After elements of ontology 150 are represented in the visual workspace, graphical interface 115 can further provide controls in association with the representations that allow for modifying the elements of ontology 150 and identifying how the elements of ontology 150 correspond to elements of schemas 135. Optionally, the graphical interface 115 can further utilize the sample data 136 to provide the user with a preview of object model 160 as the user defines schema map 140. In response to the input via the various controls of graphical interface 115, definition component 110 can generate and/or modify ontology 150 and schema map 140.
In some embodiments, graphical user 115 can provide an interface providing a user with the ability to add structure to an unstructured document stored in data sources 130 by tagging one or more portions (e.g., text) within the document. Defining tags and applying these tags to a portion of the document can create object, properties, or links creating a relationship between one or more objects and/or properties. An exemplary interface, including related features and pop-up windows, is described below with reference to
Selecting the “Add Tag . . . ” option can result in, for example, a “Tag as . . . ” pop-up window appearing, an example of which is shown in
Referring back to
Data sources 130 can be one or more sources of data, including, without limitation, spreadsheet files, databases, email folders, document collections, media collections, contact directories, and so forth. Data sources 130 can include structured data (e.g., a database, a .csv file, or any tab delimited or fixed-width file), semi-structured data (e.g., an email, an email server, or forms such as a suspicious activity report or currency transaction report), or unstructured data (e.g., encoded files such as PDF, sound, and image files). Data sources 130 can include data structures stored persistently in non-volatile memory. Data sources 130 can also or instead include temporary data structures generated from underlying data sources via data extraction components, such as a result set returned from a database server executing an database query.
Schema map 140, ontology 150, and schemas 135 can be stored in any suitable data structures, such as XML files, database tables, and so forth. In some embodiments, ontology 150 is maintained persistently. Schema map 140 can or cannot be maintained persistently, depending on whether the transformation process is perpetual or a one-time event. Schemas 135 need not be maintained in persistent memory, but can be cached for optimization.
Object model 160 comprises collections of elements such as typed objects, properties, and relationships. The collections can be structured in any suitable manner. In some embodiments, a database 170 stores the elements of object model 160, or representations thereof. In some embodiments, the elements of object model 160 are stored within database 170 in a different underlying format, such as in a series of object, property, and relationship tables in a relational database.
Electronic device 310 can provide the ability to communicate with server 330 via network 320. By way of example, electronic device 310 can be a personal computer, a tablet computer, a personal digital assistant (PDA), a mobile phone, a smart-phone, or any other web-enabled computing device with a processor and a memory. Electronic device 310 can provide support for software applications including, a web browser (or other network communication software), that can also comprise a special add-on, a plug-in, or a bookmarklet. In some embodiments, electronic device 310 and a portion of network 320 can be included in internal database system 100. For example, electronic device 310 could provide graphical interface 115 of internal database system 100.
Electronic device 310 can also include, for example, one or more processors (not shown), a memory device (not shown), and a data interface (not shown). The one or more processors can be a single or multiple microprocessors, field programmable gate arrays (FPGAs), or digital signal processors (DSPs) capable of executing particular sets of instructions. Computer-readable instructions can be stored on a tangible non-transitory computer-readable medium, such as a flexible disk, a hard disk, a CD-ROM (compact disk-read only memory), and MO (magneto-optical), a DVD-ROM (digital versatile disk-read only memory), a DVD RAM (digital versatile disk-random access memory), or a semiconductor memory. Alternatively, the instructions can be implemented in hardware components or combinations of hardware and software such as, for example, Application Specific Integrated Circuits (ASICs), special purpose computers, or general purpose computers.
Server 330 can comprise hardware, software, or a combination of both that provides the capability for communicating with electronic device 310 via network 320. Server 330 provides content to electronic device 310. This content is stored external to database system and can be referred to as “external content.” External content can include a web page, a document, a PDF file, a sound or audio file, an image or video file, a database, an email, a form, etc. In some embodiments, server 330 can be a part of a network cloud, which can include, for example, one or more networked servers.
Network 320 can be, for example, the Internet, an intranet, a local area network, a wide area network, a campus area network, a metropolitan area network, an extranet, a private extranet, any set of two or more coupled electronic devices, or a combination of any of these or other appropriate networks. In the exemplary embodiment of
Tagging interface 450 can be used to create tags associated with at least a portion of external content 460. In some embodiments, the user can select at least a portion of external content 460. For example, if external content 460 is text-based, the user can select at least a portion of the text of external content 460. In other embodiments, if external content is an image or video, the user can select at least a portion of the image or at least a frame of the video to create one or more tags associated with the selected portions of external content 460. It can be understood that there can be other types of external content 460 that can also be selected for creating tags. For example, an audio file having a voice of a person can be tagged as a property of a person object.
When the user selects a portion of external content 460, at least some of the fields of tagging interface 450 (e.g., TITLE 412, TYPE 410, etc.) can be automatically populated. In some embodiments, this automatic population of fields can depend on the type of external content 460. For example, in a text-based document. TITLE 412 field can be automatically populated with the selected portion of the text. In the screenshot of
Tagging interface 450 includes options for designating the type of tag. These options include a property tag option 404, an object tag option 406, and a link tag option 408. It will be understood by a skilled person in the art that it is possible to customize tagging interface 450 to modify the various available options. For example, a selection of property tag option 404 could result in tagging interface 450 adding one or more fields for linking an object to the property. For example, the property “Curiosity” could be linked to an object “Robot.” Moreover, a selection of link tag option 408 could result in tagging interface 450 adding one or more fields linking two or more objects or two or more properties.
After the tagging option is selected and the appropriate fields are filled in, a Create Tag button 414 can be selected to create a tag associated with the selected portion of external content 460. In some embodiments, the properties of created tag can be modified after the tag is created. For example, TYPE 410 field can be changed, if desired, from “Ground Travel” to “Air Travel” after the tag is created. In some embodiments, the created tag can be stored in a memory of the electronic device.
After an object tag is created, it can be displayed in a Tagged objects field 418 of tagging interface 450. Tagged objects field 418 can be useful as it can display all of the created object tags associated with external content 460 in one portion of tagging interface 450. Tagged objects field 418 can also be useful as it can enable a user to modify any of the created tags. Moreover, after property tag option 404 is selected, tagged objects field 418 of tagging interface 450 allows a user to select an appropriate tagged object from tagged objects field 418 for linking that property tag to a tagged object. Further, after a link tag option 408 is selected, tagged objects field 418 of tagging interface 450 could allow a user to select two or more appropriate tagged objects from the tagged objects field 418. Moreover, tagging interface 450 could provide a tagged properties field (not shown) that would provide a user with the option of linking two or more tagged properties.
Tagging interface 450 can also include, in some embodiments, a search for object field 416, which can be used to search for already existing created tag objects in internal database system (e.g., Database System 100). For example,
Created tags and external content 460 can be gathered for storage using, for example, an application program interface (API), such as a Java client API. The API can create one or more parameter-value pairs associated with the tag. For example, with reference to the exemplary embodiments of
Created tags and external content 460 can be exported to an internal database system (e.g., Database System 100) by selecting an export button 420 (such as the “Export to Palantir” button in
After receiving external content and the created one or more tags, internal database system 100 stores the exported data into appropriate components. For example, external content 460 (or a converted format of external content 460) can be stored in data sources 130, while the parameter-value pairs that were created by electronic device 310 (or a converted format of the parameter value-pairs) can be stored in database 170 according to ontology 150 and object model 160.
In this exemplary embodiment, a user can utilize an electronic device (e.g., electronic device 310) that comprises a web browser like, for example, Google™ Chrome™, Mozilla™ Firefox™, Microsoft™ Internet Explorer™, etc. The user can run a web browser to access content external to an internal database system (e.g., database system 100) that is present on a website or otherwise accessible via a network (e.g., network 320), such as the Internet or an intranet. In this disclosure, intranet can mean any network that is understood as a network that does not encompass the Internet including, for example, a local area network, a wide area network, a campus area network, a metropolitan area network, an extranet, a private extranet, any set of two or more coupled electronic devices, or a combination of any of these or other appropriate networks. Also, for the exemplary embodiment of
In step 505, a bookmarklet is installed in the web browser of the electronic device. A bookmarklet can be a bookmark that is stored in a web browser and can contain JavaScript™ commands to extend the web browser's functionality. That is, a bookmarklet can be a simple “one-click” tool that can add functionality to the web browser. For example, a bookmarklet can modify the appearance of a web page within the web browser by changing the font size or the background color of the text, and/or extract data from a web page.
In some embodiments, a plug-in, instead of a bookmarklet, can be installed. A plug-in can be implemented as a set of software components that adds specific abilities to a larger software application, like a web browser, to enable customizing the functionality of the software application. For example, a plug-in can be installed in a web browser to enable the web browser to play video.
There are some advantages to using a bookmarklet as opposed to a plug-in. For example, a bookmarklet can be web browser-agnostic. That is, the same code underlying a given bookmarklet can be used to run on any of the web browser such as Google™ Chrome™, Mozilla™ Firefox™, Microsoft™ Internet Explorer™, etc. A plug-in, on the other hand, need not be compatible between various web browsers. A user might choose to install a bookmarklet due to its simplicity and browser-agnostic capability.
In some embodiments, a bookmarklet can be installed, for example, by a process similar to adding a bookmark to the web browser. For example, if the user intends to bookmark a particular website, the user can drag an icon associated with the web address (also known as uniform resource locator) of the website to the bookmark bar of the web browser. Similar to the process of adding a bookmark, the user can drag an object or link associated with a bookmarklet to the bookmark bar of the web browser to install the bookmarklet to the web browser. As known in the art, there are several other ways of adding a bookmarklet, for example, using keyboard shortcuts, importing bookmarklets from other web browsers, manually adding by right-clicking the bookmark bar and selecting adding page, etc.
A plug-in can be installed in the web browser instead of, or in addition to, a bookmarklet. A plug-in can be installed similar to any software application like, for example, the web browser. The user can first download the plug-in from an appropriate web site and then can proceed to install the plug-in. Since a typical plug-in is designed to be compatible to a specific web browser (e.g., Google™ Chrome™, Mozilla™ Firefox™, Microsoft™ Internet Explorer™, etc.), the plug-in can become a part of the web browser automatically after the plug-in is installed.
Referring again to
In step 515, the web browser is enhanced by providing a tagging interface, such as tagging interface 450. Enhancing the web browser can involve rewriting or modifying at least a portion of the underlying code of the web browser, wherein the web browser can display at least some of the accessed external content. The enhancement can be accomplished by running or activating the installed bookmarklet. In some embodiments, when the installed bookmarklet is activated, the underlying code of the web browser specific to the accessed external content can be modified or altered in order to display a tagging interface in the web browser. For example, when a web page on the Internet is the accessed external content (say, a news web page accessed at <http://www.cnn.com>) and is displayed in the web browser, the activation of the installed bookmarklet can enhance the web browser for displaying a tagging interface (such as tagging interface 450) in the web browser.
In some embodiments, enhancing the web browser can also include enhancing the local copy of the external content being accessed in the web browser. For example, if the accessed external content is a news web page associated with CNN™, as noted above, enhancing the web browser can include modifying or editing the specific content associated with the displayed CNN™'s news web page.
Next, in some embodiments, the user can select or highlight at least a portion of the external content for tagging. For example, the user can select a portion of text of a news web page for tagging that portion of the content. The user can select or highlight a portion of the external content (for example, selecting by using a mouse or touchpad) and can select, using the tagging interface, a type of tag to be created for that selected or highlighted portion. The tagging interface can be a graphical user interface that enables a user to create tags for tagging external content. In some embodiments, the tagging interface can enable a user to create tags of different kinds, for example, an object tag (e.g., object tag option 406), a link tag (e.g., link tag option 408), and a property tag (e.g., property tag option 404). The selecting of various tag options can provide different functionalities and fields, as discussed above. After the user selects an appropriate tag option for the selected portion of the external content, the tagging interface provides the ability to create a tag. For example, the tagging interface can include an option called “Create Tag” (Create Tag 414 of
In step 520, the created tag that is associated with the enhanced web browser is received by the tagging interface. In some embodiments, one or more created tags can be associated with the enhanced portion of the external content. For example,
In step 525, the received tag is stored. The received tag can be stored in an external system (e.g., a memory of the electronic device or a cache associated with web browser), or a combination of both. In step 530, the received tag and the external content can be exported to an internal database system (internal database system 100). In some embodiments, the electronic device must be logged into the internal database system to export the external content and any created tags. In some embodiments, content and created tags can be stored in the electronic device and be later exported after the electronic device connects to the internal database system. In some embodiments, the receipt of a created tag causes an automatic export of the content and created one or more tags to the internal database system. In some embodiments, the receipt of the created tag is stored to the internal database system and export step 530 may not be needed.
According to some embodiments, the operations, techniques, and/or components described herein are implemented by one or more special-purpose computing devices (e.g., electronic device 310). The special-purpose computing devices can be hard-wired to perform the operations, techniques, and/or components described herein, or can include digital electronic devices such as one or more application-specific integrated circuits (ASICs) or field programmable gate arrays (FPGAs) that are persistently programmed to perform the operations, techniques and/or components described herein, or can include one or more general purpose hardware processors programmed to perform such features of the present disclosure pursuant to program instructions in firmware, memory, other storage, or a combination. Such special-purpose computing devices can also combine custom hard-wired logic, ASICs, or FPGAs with custom programming to accomplish the technique and other features of the present disclosure. The special-purpose computing devices can be desktop computer systems, portable computer systems, handheld devices, networking devices, or any other device that incorporates hard-wired and/or program logic to implement the techniques and other features of the present disclosure.
The one or more computing devices can be generally controlled and coordinated by operating system software, such as IOS, Android, Blackberry, Chrome OS, Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server, Windows CE, Unix, Linux, SunOS, Solaris, VxWorks, or other compatible operating systems. In other embodiments, the computing device can be controlled by a proprietary operating system. Conventional operating systems control and schedule computer processes for execution, perform memory management, provide file system, networking, I/O services, and provide a user interface functionality, such as a graphical user interface (“GUI”), among other things.
By way of example,
Computer system 600 also includes a main memory 606, such as a random access memory (RAM) or other dynamic storage device, coupled to bus 602 for storing information and instructions to be executed by processor 604. Main memory 606 also can be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 604. Such instructions, when stored in non-transitory storage media accessible to one or more processors 604, render computer system 600 into a special-purpose machine that is customized to perform the operations specified in the instructions.
Computer system 600 further includes a read only memory (ROM) 608 or other static storage device coupled to bus 602 for storing static information and instructions for processor 604. A storage device 610, such as a magnetic disk, optical disk, or USB thumb drive (Flash drive), etc., is provided and coupled to bus 602 for storing information and instructions.
Computer system 600 can be coupled via bus 602 to a display 612, such as a cathode ray tube (CRT), an LCD display, or a touchscreen, for displaying information to a computer user. An input device 614, including alphanumeric and other keys, is coupled to bus 602 for communicating information and command selections to processor 604. Another type of user input device is cursor control 616, such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 604 and for controlling cursor movement on display 612. The input device typically has two degrees of freedom in two axes, a first axis (for example, x) and a second axis (for example, y), that allows the device to specify positions in a plane. In some embodiments, the same direction information and command selections as cursor control may be implemented via receiving touches on a touch screen without a cursor.
Computer system 600 can include a user interface module to implement a GUI that may be stored in a mass storage device as executable software codes that are executed by the one or more computing devices. This and other modules may include, by way of example, components, such as software components, object-oriented software components, class components and task components, processes, functions, attributes, procedures, subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, databases, data structures, tables, arrays, and variables.
In general, the word “module,” as used herein, refers to logic embodied in hardware or firmware, or to a collection of software instructions, possibly having entry and exit points, written in a programming language, such as, for example, Java, Lua, C or C++. A software module can be compiled and linked into an executable program, installed in a dynamic link library, or written in an interpreted programming language such as, for example, BASIC, Perl, or Python. It will be appreciated that software modules can be callable from other modules or from themselves, and/or can be invoked in response to detected events or interrupts. Software modules configured for execution on computing devices can be provided on a computer readable medium, such as a compact disc, digital video disc, flash drive, magnetic disc, or any other tangible medium, or as a digital download (and can be originally stored in a compressed or installable format that requires installation, decompression, or decryption prior to execution). Such software code can be stored, partially or fully, on a memory device of the executing computing device, for execution by the computing device. Software instructions can be embedded in firmware, such as an EPROM. It will be further appreciated that hardware modules can be comprised of connected logic units, such as gates and flip-flops, and/or can be comprised of programmable units, such as programmable gate arrays or processors. The modules or computing device functionality described herein are preferably implemented as software modules, but can be represented in hardware or firmware. Generally, the modules described herein refer to logical modules that may be combined with other modules or divided into sub-modules despite their physical organization or storage.
Computer system 600 can implement the techniques and other features described herein using customized hard-wired logic, one or more ASICs or FPGAs, firmware and/or program logic which in combination with the computer system causes or programs computer system 600 to be a special-purpose machine. According to some embodiments, the techniques and other features described herein are performed by computer system 600 in response to one or more processors 604 executing one or more sequences of one or more instructions contained in main memory 606. Such instructions can be read into main memory 606 from another storage medium, such as storage device 610. Execution of the sequences of instructions contained in main memory 606 causes processor 604 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry can be used in place of or in combination with software instructions.
The term “non-transitory media” as used herein refers to any media storing data and/or instructions that cause a machine to operate in a specific fashion. Such non-transitory media can comprise non-volatile media and/or volatile media. Non-volatile media includes, for example, optical or magnetic disks, such as storage device 610. Volatile media includes dynamic memory, such as main memory 606. Common forms of non-transitory media include, for example, a floppy disk, a flexible disk, hard disk, solid state drive, magnetic tape, or any other magnetic data storage medium, a CD-ROM, any other optical data storage medium, any physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM, NVRAM, any other memory chip or cartridge, and networked versions of the same.
Non-transitory media is distinct from, but can be used in conjunction with, transmission media. Transmission media participates in transferring information between storage media. For example, transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise bus 602. Transmission media can also take the form of acoustic or light waves, such as those generated during radio-wave and infra-red data communications.
Various forms of media can be involved in carrying one or more sequences of one or more instructions to processor 604 for execution. For example, the instructions can initially be carried on a magnetic disk or solid state drive of a remote computer. The remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem. A modem local to computer system 600 can receive the data on the telephone line and use an infra-red transmitter to convert the data to an infra-red signal. An infra-red detector can receive the data carried in the infra-red signal and appropriate circuitry can place the data on bus 602. Bus 602 carries the data to main memory 606, from which processor 604 retrieves and executes the instructions. The instructions received by main memory 606 can optionally be stored on storage device 610 either before or after execution by processor 604.
Computer system 600 also includes a communication interface 618 coupled to bus 602. Communication interface 618 provides a two-way data communication coupling to a network link 620 that is connected to a local network 622. For example, communication interface 618 can be an integrated services digital network (ISDN) card, cable modem, satellite modem, or a modem to provide a data communication connection to a corresponding type of telephone line. As another example, communication interface 618 can be a local area network (LAN) card to provide a data communication connection to a compatible LAN. Wireless links can also be implemented. In any such implementation, communication interface 618 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
Network link 620 typically provides data communication through one or more networks to other data devices. For example, network link 620 can provide a connection through local network 622 to a host computer 624 or to data equipment operated by an Internet Service Provider (ISP) 626. ISP 626 in turn provides data communication services through the world wide packet data communication network now commonly referred to as the “Internet” 628. Local network 622 and Internet 628 both use electrical, electromagnetic or optical signals that carry digital data streams. The signals through the various networks and the signals on network link 620 and through communication interface 618, which carry the digital data to and from computer system 600, are example forms of transmission media.
Computer system 600 can send messages and receive data, including program code, through the network(s), network link 620 and communication interface 618. In the Internet example, a server 630 might transmit a requested code for an application program through Internet 628, ISP 626, local network 622 and communication interface 618.
The received code can be executed by processor 604 as it is received, and/or stored in storage device 610, or other non-volatile storage for later execution.
In the foregoing specification, embodiments have been described with reference to numerous specific details that can vary from implementation to implementation. Certain adaptations and modifications of the described embodiments can be made. Other embodiments can be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims. It is also intended that the sequence of steps shown in figures are only for illustrative purposes and are not intended to be limited to any particular sequence of steps. As such, those skilled in the art can appreciate that these steps can be performed in a different order while implementing the same method.
This application is a continuation of U.S. patent application Ser. No. 17/067,413, filed Oct. 9, 2020, which is a continuation of U.S. patent application Ser. No. 15/867,185, filed Jan. 10, 2018, which is a continuation of U.S. patent application Ser. No. 14/025,653, filed Sep. 12, 2013, which application claims benefit of U.S. Provisional Patent Application No. 61/801,556, filed Mar. 15, 2013. The entire disclosure of each of the above items is hereby made part of this specification as if set forth fully herein and incorporated by reference for all purposes, for all that it contains. Any and all applications for which a foreign or domestic priority claim is identified in the Application Data Sheet as filed with the present application are hereby incorporated by reference under 37 CFR 1.57.
Number | Name | Date | Kind |
---|---|---|---|
5418950 | Li et al. | May 1995 | A |
5428737 | Li et al. | Jun 1995 | A |
5428776 | Rothfield | Jun 1995 | A |
5542089 | Lindsay et al. | Jul 1996 | A |
5608899 | Li et al. | Mar 1997 | A |
5613105 | Xbikowski et al. | Mar 1997 | A |
5701456 | Jacopi et al. | Dec 1997 | A |
5724575 | Hoover et al. | Mar 1998 | A |
5794228 | French et al. | Aug 1998 | A |
5794229 | French et al. | Aug 1998 | A |
5857329 | Bingham | Jan 1999 | A |
5911138 | Li et al. | Jun 1999 | A |
5918225 | White et al. | Jun 1999 | A |
5956483 | Grate et al. | Sep 1999 | A |
6061697 | Nakao | May 2000 | A |
6208985 | Krehel | Mar 2001 | B1 |
6232971 | Haynes | May 2001 | B1 |
6236994 | Swartz et al. | May 2001 | B1 |
6256649 | Mackinlay et al. | Jul 2001 | B1 |
6289334 | Reiner et al. | Sep 2001 | B1 |
6289338 | Stoffel et al. | Sep 2001 | B1 |
6311181 | Lee et al. | Oct 2001 | B1 |
6321274 | Shakib et al. | Nov 2001 | B1 |
6369835 | Lin | Apr 2002 | B1 |
6463404 | Appleby | Oct 2002 | B1 |
6523172 | Martinez-Guerra et al. | Feb 2003 | B1 |
6539538 | Brewster et al. | Mar 2003 | B1 |
6640231 | Andersen et al. | Oct 2003 | B1 |
6643613 | McGee et al. | Nov 2003 | B2 |
6745382 | Zothner | Jun 2004 | B1 |
6748481 | Parry et al. | Jun 2004 | B1 |
6851108 | Syme et al. | Feb 2005 | B1 |
6857120 | Arnold et al. | Feb 2005 | B1 |
6877137 | Rivette et al. | Apr 2005 | B1 |
6976024 | Chavez et al. | Dec 2005 | B1 |
7027974 | Busch et al. | Apr 2006 | B1 |
7028223 | Kolawa et al. | Apr 2006 | B1 |
7085890 | Kashyap | Aug 2006 | B2 |
7089541 | Ungar | Aug 2006 | B2 |
7155728 | Prabhu et al. | Dec 2006 | B1 |
7216133 | Wu et al. | May 2007 | B2 |
7237192 | Stephenson et al. | Jun 2007 | B1 |
7240330 | Fairweather | Jul 2007 | B2 |
7406592 | Polyudov | Jul 2008 | B1 |
7418656 | Petersen | Aug 2008 | B1 |
7506246 | Hollander et al. | Mar 2009 | B2 |
7519589 | Charnock et al. | Apr 2009 | B2 |
7533069 | Fairweather | May 2009 | B2 |
7546353 | Hesselink et al. | Jun 2009 | B2 |
7574675 | Linker et al. | Aug 2009 | B1 |
7610290 | Kruy et al. | Oct 2009 | B2 |
7613731 | Larson | Nov 2009 | B1 |
7617232 | Gabbert et al. | Nov 2009 | B2 |
7627489 | Schaeffer et al. | Dec 2009 | B2 |
7685083 | Fairweather | Mar 2010 | B2 |
7703021 | Flam | Apr 2010 | B1 |
7783679 | Bley | Aug 2010 | B2 |
7818658 | Chen | Oct 2010 | B2 |
7853573 | Warner et al. | Dec 2010 | B2 |
7877421 | Berger et al. | Jan 2011 | B2 |
7908521 | Sridharan et al. | Mar 2011 | B2 |
7962495 | Jain et al. | Jun 2011 | B2 |
7979424 | Dettinger et al. | Jul 2011 | B2 |
8073857 | Sreekanth | Dec 2011 | B2 |
8103962 | Embley et al. | Jan 2012 | B2 |
8117022 | Linker | Feb 2012 | B2 |
8132149 | Shenfield et al. | Mar 2012 | B2 |
8271948 | Talozi et al. | Sep 2012 | B2 |
8352573 | Chandra | Jan 2013 | B2 |
8417715 | Bruckhaus et al. | Apr 2013 | B1 |
8429194 | Aymeloglu et al. | Apr 2013 | B2 |
8433702 | Carrino et al. | Apr 2013 | B1 |
8468452 | Zellweger et al. | Jun 2013 | B2 |
8489623 | Jain et al. | Jul 2013 | B2 |
8489641 | Seefeld et al. | Jul 2013 | B1 |
8499287 | Shafi et al. | Jul 2013 | B2 |
8504626 | Nairn et al. | Aug 2013 | B2 |
8560494 | Downing | Oct 2013 | B1 |
8606807 | Drieschner | Dec 2013 | B2 |
8635520 | Christiansen et al. | Jan 2014 | B2 |
8639552 | Chen et al. | Jan 2014 | B1 |
8689182 | Leithead et al. | Apr 2014 | B2 |
8799867 | Peri-Glass et al. | Aug 2014 | B1 |
8855999 | Elliot | Oct 2014 | B1 |
8903717 | Elliot | Dec 2014 | B2 |
8909597 | Aymeloglu et al. | Dec 2014 | B2 |
8924429 | Fisher et al. | Dec 2014 | B1 |
8930897 | Nassar | Jan 2015 | B2 |
8935201 | Fisher et al. | Jan 2015 | B1 |
8954444 | Retzlaff et al. | Feb 2015 | B1 |
8972869 | Willis et al. | Mar 2015 | B1 |
8990083 | Gannu et al. | Mar 2015 | B1 |
9009827 | Albertson et al. | Apr 2015 | B1 |
9015179 | Xiaolu et al. | Apr 2015 | B2 |
9031981 | Potter et al. | May 2015 | B1 |
9105000 | White et al. | Aug 2015 | B1 |
9201920 | Jain et al. | Dec 2015 | B2 |
9223773 | Isaacson | Dec 2015 | B2 |
9229952 | Meacham et al. | Jan 2016 | B1 |
9251130 | Lynnes et al. | Feb 2016 | B1 |
9275052 | Siegel et al. | Mar 2016 | B2 |
9292388 | Fisher et al. | Mar 2016 | B2 |
9367609 | Mianji | Jun 2016 | B1 |
9424281 | Smith | Aug 2016 | B2 |
9740369 | Sun et al. | Aug 2017 | B2 |
9898167 | Sun et al. | Feb 2018 | B2 |
10061756 | Gunawardena et al. | Aug 2018 | B2 |
10809888 | Sun et al. | Oct 2020 | B2 |
11675485 | Sun et al. | Jun 2023 | B2 |
20020184111 | Swanson | Dec 2002 | A1 |
20030004770 | Miller et al. | Jan 2003 | A1 |
20030023620 | Trotta | Jan 2003 | A1 |
20030105833 | Daniels | Jun 2003 | A1 |
20030172053 | Fairweather | Sep 2003 | A1 |
20030177112 | Gardner | Sep 2003 | A1 |
20040044992 | Muller et al. | Mar 2004 | A1 |
20040083466 | Dapp et al. | Apr 2004 | A1 |
20040088177 | Travis et al. | May 2004 | A1 |
20040098731 | Demsey et al. | May 2004 | A1 |
20040103088 | Cragun et al. | May 2004 | A1 |
20040126840 | Cheng et al. | Jul 2004 | A1 |
20040139212 | Mukherjee et al. | Jul 2004 | A1 |
20040153837 | Preston et al. | Aug 2004 | A1 |
20040193608 | Gollapudi et al. | Sep 2004 | A1 |
20040221223 | Yu et al. | Nov 2004 | A1 |
20040260702 | Cragun | Dec 2004 | A1 |
20050004911 | Goldberg et al. | Jan 2005 | A1 |
20050021397 | Cui et al. | Jan 2005 | A1 |
20050028094 | Allyn | Feb 2005 | A1 |
20050039119 | Parks et al. | Feb 2005 | A1 |
20050091420 | Snover et al. | Apr 2005 | A1 |
20050120080 | Weinreb et al. | Jun 2005 | A1 |
20050125715 | Di Franco et al. | Jun 2005 | A1 |
20050183005 | Denoue | Aug 2005 | A1 |
20050187899 | Odagiri | Aug 2005 | A1 |
20050216526 | Kumagai | Sep 2005 | A1 |
20050226473 | Ramesh | Oct 2005 | A1 |
20050278286 | Djugash et al. | Dec 2005 | A1 |
20060004740 | Dettinger et al. | Jan 2006 | A1 |
20060026170 | Kreitler et al. | Feb 2006 | A1 |
20060070046 | Balakrishnan et al. | Mar 2006 | A1 |
20060074967 | Shaburov | Apr 2006 | A1 |
20060080295 | Elsaesser | Apr 2006 | A1 |
20060080616 | Vogel et al. | Apr 2006 | A1 |
20060080619 | Carlson et al. | Apr 2006 | A1 |
20060116991 | Calderwood | Jun 2006 | A1 |
20060129746 | Porter | Jun 2006 | A1 |
20060129992 | Oberholtzer et al. | Jun 2006 | A1 |
20060142949 | Helt | Jun 2006 | A1 |
20060209085 | Wong et al. | Sep 2006 | A1 |
20060271838 | Carro | Nov 2006 | A1 |
20060271884 | Hurst | Nov 2006 | A1 |
20060288046 | Gupta et al. | Dec 2006 | A1 |
20070005582 | Navratil et al. | Jan 2007 | A1 |
20070027851 | Kruy et al. | Feb 2007 | A1 |
20070074169 | Chess et al. | Mar 2007 | A1 |
20070078872 | Cohen | Apr 2007 | A1 |
20070094248 | McVeigh et al. | Apr 2007 | A1 |
20070110397 | Tanikawa | May 2007 | A1 |
20070112714 | Fairweather | May 2007 | A1 |
20070113164 | Hansen et al. | May 2007 | A1 |
20070150805 | Misovski | Jun 2007 | A1 |
20070168336 | Ransil et al. | Jul 2007 | A1 |
20070178501 | Rabinowitz et al. | Aug 2007 | A1 |
20070192274 | Sugiyama | Aug 2007 | A1 |
20070192281 | Cradick et al. | Aug 2007 | A1 |
20070208679 | Tseng | Sep 2007 | A1 |
20070233709 | Abnous | Oct 2007 | A1 |
20070260582 | Liang | Nov 2007 | A1 |
20070266336 | Nojima et al. | Nov 2007 | A1 |
20070271498 | Schachter | Nov 2007 | A1 |
20080077597 | Butler | Mar 2008 | A1 |
20080077642 | Carbone et al. | Mar 2008 | A1 |
20080082486 | Lermant et al. | Apr 2008 | A1 |
20080086496 | Kumar et al. | Apr 2008 | A1 |
20080126344 | Hoffman et al. | May 2008 | A1 |
20080126951 | Sood et al. | May 2008 | A1 |
20080140387 | Linker | Jun 2008 | A1 |
20080148398 | Mezack et al. | Jun 2008 | A1 |
20080155440 | Trevor et al. | Jun 2008 | A1 |
20080196016 | Todd | Aug 2008 | A1 |
20080201313 | Dettinger et al. | Aug 2008 | A1 |
20080201320 | Hong et al. | Aug 2008 | A1 |
20080215543 | Huang et al. | Sep 2008 | A1 |
20080228467 | Womack et al. | Sep 2008 | A1 |
20080267386 | Cooper | Oct 2008 | A1 |
20080281580 | Zabokritski | Nov 2008 | A1 |
20080281805 | Xiaolu et al. | Nov 2008 | A1 |
20090006150 | Prigge et al. | Jan 2009 | A1 |
20090007056 | Prigge et al. | Jan 2009 | A1 |
20090019553 | Narayanaswami | Jan 2009 | A1 |
20090043762 | Shiverick et al. | Feb 2009 | A1 |
20090055487 | Moraes et al. | Feb 2009 | A1 |
20090077124 | Spivack et al. | Mar 2009 | A1 |
20090083275 | Jacob et al. | Mar 2009 | A1 |
20090083278 | Zhao et al. | Mar 2009 | A1 |
20090094217 | Dettinger et al. | Apr 2009 | A1 |
20090132953 | Reed et al. | May 2009 | A1 |
20090144747 | Baker | Jun 2009 | A1 |
20090161147 | Klave | Jun 2009 | A1 |
20090164267 | Banatwala et al. | Jun 2009 | A1 |
20090172674 | Bobak et al. | Jul 2009 | A1 |
20090172821 | Daira et al. | Jul 2009 | A1 |
20090177962 | Gusmorino et al. | Jul 2009 | A1 |
20090187556 | Ross et al. | Jul 2009 | A1 |
20090193012 | Williams | Jul 2009 | A1 |
20090199047 | Vaitheeswaran et al. | Aug 2009 | A1 |
20090216867 | Pusateri et al. | Aug 2009 | A1 |
20090217149 | Kamien et al. | Aug 2009 | A1 |
20090222759 | Drieschner | Sep 2009 | A1 |
20090228507 | Jain et al. | Sep 2009 | A1 |
20090248721 | Burton et al. | Oct 2009 | A1 |
20090254970 | Agarwal et al. | Oct 2009 | A1 |
20090281970 | Mika et al. | Nov 2009 | A1 |
20090282068 | Shockro et al. | Nov 2009 | A1 |
20090299830 | West et al. | Dec 2009 | A1 |
20100011282 | Dollard | Jan 2010 | A1 |
20100042660 | Rinearson | Feb 2010 | A1 |
20100070464 | Aymeloglu et al. | Mar 2010 | A1 |
20100070897 | Aymeloglu et al. | Mar 2010 | A1 |
20100073315 | Lee et al. | Mar 2010 | A1 |
20100082576 | Walker et al. | Apr 2010 | A1 |
20100082583 | Chang et al. | Apr 2010 | A1 |
20100082671 | Li et al. | Apr 2010 | A1 |
20100145902 | Boyan et al. | Jun 2010 | A1 |
20100161646 | Ceballos et al. | Jun 2010 | A1 |
20100169376 | Chu | Jul 2010 | A1 |
20100169405 | Zhang | Jul 2010 | A1 |
20100199167 | Uematsu et al. | Aug 2010 | A1 |
20100204983 | Chung et al. | Aug 2010 | A1 |
20100281351 | Mohammed | Nov 2010 | A1 |
20100293174 | Bennett et al. | Nov 2010 | A1 |
20100306285 | Shah et al. | Dec 2010 | A1 |
20100313119 | Baldwin et al. | Dec 2010 | A1 |
20110035396 | Merz et al. | Feb 2011 | A1 |
20110041084 | Karam | Feb 2011 | A1 |
20110066497 | Gopinath et al. | Mar 2011 | A1 |
20110074811 | Hanson et al. | Mar 2011 | A1 |
20110093490 | Schindlauer et al. | Apr 2011 | A1 |
20110131547 | Elaasar | Jun 2011 | A1 |
20110145401 | Westlake | Jun 2011 | A1 |
20110191428 | Nairn et al. | Aug 2011 | A1 |
20110208724 | Jones et al. | Aug 2011 | A1 |
20110208822 | Rathod | Aug 2011 | A1 |
20110238495 | Kang | Sep 2011 | A1 |
20110252282 | Meek et al. | Oct 2011 | A1 |
20110258216 | Supakkul et al. | Oct 2011 | A1 |
20110270871 | He et al. | Nov 2011 | A1 |
20110288660 | Wojsznis et al. | Nov 2011 | A1 |
20110301938 | Agrawal et al. | Dec 2011 | A1 |
20110321008 | Jhoney et al. | Dec 2011 | A1 |
20120078595 | Balandin et al. | Mar 2012 | A1 |
20120102022 | Miranker et al. | Apr 2012 | A1 |
20120136987 | Bostick | May 2012 | A1 |
20120137235 | Ts et al. | May 2012 | A1 |
20120159449 | Arnold et al. | Jun 2012 | A1 |
20120173338 | Ariel et al. | Jul 2012 | A1 |
20120173381 | Smith | Jul 2012 | A1 |
20120173551 | Haddorp | Jul 2012 | A1 |
20120174057 | Narendra et al. | Jul 2012 | A1 |
20120188252 | Law | Jul 2012 | A1 |
20120191446 | Binsztok et al. | Jul 2012 | A1 |
20120221553 | Wittmer et al. | Aug 2012 | A1 |
20120239661 | Giblin | Sep 2012 | A1 |
20120259859 | Ishigami | Oct 2012 | A1 |
20120284719 | Phan et al. | Nov 2012 | A1 |
20120303629 | Klein et al. | Nov 2012 | A1 |
20120304150 | Leithead et al. | Nov 2012 | A1 |
20130024268 | Manickavelu | Jan 2013 | A1 |
20130024731 | Shochat et al. | Jan 2013 | A1 |
20130031454 | Griffiths et al. | Jan 2013 | A1 |
20130054551 | Lange | Feb 2013 | A1 |
20130054613 | Bishop | Feb 2013 | A1 |
20130086482 | Parsons | Apr 2013 | A1 |
20130091084 | Lee | Apr 2013 | A1 |
20130096968 | Van Pelt et al. | Apr 2013 | A1 |
20130124193 | Holmberg | May 2013 | A1 |
20130198624 | Aymeloglu et al. | Aug 2013 | A1 |
20130201161 | Dolan et al. | Aug 2013 | A1 |
20130225212 | Khan | Aug 2013 | A1 |
20130226944 | Baid et al. | Aug 2013 | A1 |
20130232149 | Smith | Sep 2013 | A1 |
20130232220 | Sampson | Sep 2013 | A1 |
20130251233 | Yang et al. | Sep 2013 | A1 |
20130275446 | Jain et al. | Oct 2013 | A1 |
20140012886 | Downing et al. | Jan 2014 | A1 |
20140047319 | Eberlein | Feb 2014 | A1 |
20140074855 | Zhao et al. | Mar 2014 | A1 |
20140074888 | Potter et al. | Mar 2014 | A1 |
20140101527 | Suciu | Apr 2014 | A1 |
20140108074 | Miller et al. | Apr 2014 | A1 |
20140108958 | Toepper et al. | Apr 2014 | A1 |
20140115589 | Marinelli, III et al. | Apr 2014 | A1 |
20140115610 | Marinelli, III et al. | Apr 2014 | A1 |
20140214579 | Shen et al. | Jul 2014 | A1 |
20140244388 | Manouchehri et al. | Aug 2014 | A1 |
20150046481 | Elliot | Feb 2015 | A1 |
20150074110 | Paek et al. | Mar 2015 | A1 |
20150100559 | Nassar | Apr 2015 | A1 |
20150112641 | Faraj | Apr 2015 | A1 |
20150142766 | Jain et al. | May 2015 | A1 |
20150261847 | Ducott et al. | Sep 2015 | A1 |
20150269030 | Fisher et al. | Sep 2015 | A1 |
20160026923 | Erenrich et al. | Jan 2016 | A1 |
20210026510 | Sun et al. | Jan 2021 | A1 |
Number | Date | Country |
---|---|---|
2666364 | Jan 2015 | CA |
102014103482 | Sep 2014 | DE |
102014204840 | Sep 2014 | DE |
102014215621 | Feb 2015 | DE |
1647908 | Apr 2006 | EP |
2221725 | Aug 2010 | EP |
2284769 | Feb 2011 | EP |
2634745 | Sep 2013 | EP |
2743839 | Jun 2014 | EP |
2778913 | Sep 2014 | EP |
2778914 | Sep 2014 | EP |
2778977 | Sep 2014 | EP |
2778986 | Sep 2014 | EP |
2911078 | Aug 2015 | EP |
2921975 | Sep 2015 | EP |
2366498 | Mar 2002 | GB |
2513007 | Oct 2014 | GB |
2508503 | Jan 2015 | GB |
2508293 | Apr 2015 | GB |
2518745 | Apr 2015 | GB |
1194178 | Sep 2015 | HK |
2013306 | Feb 2015 | NL |
622485 | Mar 2015 | NZ |
616212 | May 2015 | NZ |
616299 | Jul 2015 | NZ |
WO 2000034895 | Jun 2000 | WO |
WO 2002035376 | May 2002 | WO |
WO 2003060751 | Jul 2003 | WO |
WO 2008064207 | May 2008 | WO |
WO 2010030913 | Mar 2010 | WO |
WO 2010030917 | Mar 2010 | WO |
WO 2011071833 | Jun 2011 | WO |
WO 2012040621 | Mar 2012 | WO |
WO 2013030595 | Mar 2013 | WO |
Entry |
---|
Nasirifard et al., Annotation-Based Access Control for e-Professionals. 2008, IEEE, 8 pages. |
“A First Look: Predicting Market Demand for Food Retail using a Huff Analysis,” TRF Policy Solutions, Jul. 2012, pp. 30. |
“A Quick Guide to UniProtKB Swiss-Prot & TrEMBL,” Sep. 2011, pp. 2. |
“A Tour of Pinboard,” <http://pinboard.in/tour> as printed May 15, 2014 in 6 pages. |
“The FASTA Program Package,” fasta-36.3.4, Mar. 25, 2011, pp. 29. |
Acklen, Laura, “Absolute Beginner's Guide to Microsoft Word 2003,” Dec. 24, 2003, pp. 15-18, 34-41, 308-316. |
Alur et al., “Chapter 2: IBM InfoSphere DataStage Stages,” IBM InfoSphere DataStage Data Flow and Job Design, Jul. 1, 2008, pp. 35-137. |
Ananiev et al., “The New Modality API,” http://web.archive.org/web/20061211011958/http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javase6/modality/ Jan. 21, 2006, pp. 8. |
Anonymous, “BackTult—JD Edwards One World Version Control System,” printed Jul. 23, 2007 in 1 page. |
Anonymous, “Frequently Asked Questions about Office Binder 97,” http://web.archive.org/web/20100210112922/http://support.microsoft.com/kb/843147 printed Dec. 18, 2006 in 5 pages. |
Bae et al., “Partitioning Algorithms for the Computation of Average Iceberg Queries,” DaWaK 2000, LNCS 1874, pp. 276_286. |
Ballesteros et al., “Batching: A Design Pattern for Efficient and Flexible Client/Server Interaction,” Transactions on Pattern Languages of Programming, Springer Berlin Heildeberg, 2009, pp. 48-66. |
Barbagallo et al., “Semi-automated Methods for the Annotation and Design of a Semantic Network Designed for Sentiment Analysis of Social Web Content,” IEEE, (c) 2011. |
Bogle et al., “Reducing Cross-Domain Call Overhead Using Batched Futures,” SIGPLAN No. 29, 10 (Oct. 1994) pp. 341-354. |
Bogle, Phillip Lee, “Reducing Cross-Domain Call Overhead Using Batched Futures,” May 1994, Massachusetts Institute of Technology, pp. 96. |
Bouajjani et al., “Analysis of Recursively Parallel Programs,” PLDI09: Proceedings of the 2009 ACM Sigplan Conference on Programming Language Design and Implementation, Jun. 15-20, 2009, Dublin, Ireland, pp. 203-214. |
Bugzilla@Mozilla, “Bug 18726—[feature] Long-click means of invoking contextual menus not supported,” http://bugzilla.mozilla.org/show_bug.cgi?id=18726 printed Jun. 13, 2013 in 11 pages. |
Canese et al., “Chapter 2: PubMed: The Bibliographic Database,” The NCBI Handbook, Oct. 2002, pp. 1-10. |
Cesarano et al., “Improving Usability of Web Pages for Blinds,” 2007, IEEE, 8 pages. |
Charles, Robert, “KARIS1: A Multiple-scheme Framework for Encryption Based on an Annotation Model for Enhanced Information Security,” 2008, IEEE, 2 pages. |
Chazelle et al., “The Bloomier Filter: An Efficient Data Structure for Static Support Lookup Tables,”SODA '04 Proceedings of the Fifteenth Annual ACM-SIAM Symposium on Discrete Algorithms, 2004, pp. 30-39. |
Chen et al., “Bringing Order to the Web: Automatically Categorizing Search Results,” CHI 2000,Proceedings of the SIGCHI conference on Human Factors in Computing Systems, Apr. 1-6, 2000, The Hague, The Netherlands, pp. 145-152. |
Delcher et al., “Identifying Bacterial Genes and Endosymbiont DNA with Glimmer,” BioInformatics, vol. 23, No. 6, 2007, pp. 673-679. |
Delicious, <http://delicious.com/> as printed May 15, 2014 in 1 page. |
Donjerkovic et al., “Probabilistic Optimization of Top N Queries,” Proceedings of the 25th VLDB Conference, Edinburgh, Scotland, 1999, pp. 411-422. |
Dramowicz, Ela, “Retail Trade Area Analysis Using the Huff Model,” Directions Magazine, Jul. 2, 2005 in 10 pages, http://www.directionsmag.com/articles/retail-trade-area-analysis-using-the-huff-model/123411. |
Fang et al., “Computing Iceberg Queries Efficiently,” Proceedings of the 24th VLDB Conference New York, 1998, pp. 299-310. |
Geiger, Jonathan G., “Data Quality Management, The Most Critical Initiative You Can Implement”, Data Warehousing, Management and Quality, Paper 098-29, SUGI 29, Intelligent Solutions, Inc., Bounder, CO, pp. 14, accessed Oct. 3, 2013. |
GIS-NET 3 Public_Department of Regional Planning. Planning & Zoning Information for UNINCORPORATED LA County. Retrieved Oct. 2, 2013 from http://gis.planning.lacounty.gov/GIS- NET3_Public/Viewer.html. |
Goldstein et al., “Stacks Lazy Threads: Implementing a Fast Parallel Call,” Journal of Parallel and Distributed Computing, Jan. 1, 1996, pp. 5-20. |
Griffith, Daniel A., “A Generalized Huff Model,” Geographical Analysis, Apr. 1982, vol. 14, No. 2, pp. 135-144. |
Han et al., “Efficient Computation of Iceberg Cubes with Complex Measures,” ACM Sigmod, May 21-24, 2001, pp. 1-12. |
He et al., “Surfing Notes” An Integrated Web Annotation and Archiving Tool, 2012, IEEE, pp. 5. |
Hibbert et al., “Prediction of Shopping Behavior Using a Huff Model Within a GIS Framework,” Healthy Eating in Context, Mar. 18, 2011, pp. 16. |
Huff et al., “Calibrating the Huff Model Using ArcGIS Business Analyst,” ESRI, Sep. 2008, pp. 33. |
Huff, David L., “Parameter Estimation in the Huff Model,” ESRI, ArcUser, Oct.-Dec. 2003, pp. 34-36. |
Ivanova et al., “An Architecture for Recycling Intermediates in a Column-Store,” Proceedings of the 35th Sigmod International Conference on Management of Data, Sigmod '09, Jun. 29, 2009, p. 309. |
Jacques, M., “An extensible math expression parser with plug-ins,” Code Project, Mar. 13, 2008. Retrieved on Jan. 30, 2015 from the internet: <http://www.codeproject.com/Articles/7335/An-extensible-math-expression-parser-with-plug-ins>. |
Jenks et al., “Nomadic Threads: A Migrating Multithreaded Approach to Remote Memory Accesses in Multiprocessors,” Parallel Architectures and Compilation Techniques, 1996, Oct. 20, 1996, pp. 2-11. |
Johnson, Maggie “Introduction to YACC and Bison”, Handout 13, Jul. 8, 2005, in 11 pages. |
Kahan et al., “Annotea: an Open RDF Infrastructure for Shared Web Annotations”, Computer Networks, Elsevier Science Publishers B.V., vol. 39, No. 5, dated Aug. 5, 2002, pp. 589-608. |
Karp et al., “A Simple Algorithm for Finding Frequent Elements in Streams and Bags,” ACM Transactions on Database Systems, vol. 28, No. 1, Mar. 2003, pp. 51-55. |
Kitts, Paul, “Chapter 14: Genome Assembly and Annotation Process,” The NCBI Handbook, Oct. 2002, pp. 1-21. |
Klemmer et al., “Where Do Web Sites Come From? Capturing and Interacting with Design History,” Association for Computing Machinery, CHI 2002, Apr. 20-25, 2002, Minneapolis, MN, pp. 8. |
Kokossi et al., “D7-Dynamic Ontoloty Management System (Design),” Information Societies Technology Programme, Jan. 10, 2002, pp. 1-27. |
Leela et al., “On Incorporating Iceberg Queries in Query Processors,” Technical Report, TR-2002-01, Database Systems for Advanced Applications Lecture Notes in Computer Science, 2004, vol. 2973. |
Liu et al., “Methods for Mining Frequent Items in Data Streams: An Overview,” Knowledge and Information Systems, vol. 26, No. 1, Jan. 2011, pp. 1-30. |
Liu, Tianshun, “Combining GIS and the Huff Model to Analyze Suitable Locations for a New Asian Supermarket in the Minneapolis and St. Paul, Minnesota USA,” Papers in Resource Analysis, 2012, vol. 14, pp. 8. |
Madden, Tom, “Chapter 16: The BLAST Sequence Analysis Tool,” The NCBI Handbook, Oct. 2002, pp. 1-15. |
Manske, “File Saving Dialogs,” <http://www.mozilla.org/editor/ui_specs/FileSaveDialogs.html>, Jan. 20, 1999, pp. 7. |
Map of San Jose, CA. Retrieved Oct. 2, 2013 from http://maps.yahoo.com. |
Map of San Jose, CA. Retrieved Oct. 2, 2013 from http://maps.bing.com. |
Map of San Jose, CA. Retrieved Oct. 2, 2013 from http://maps.google.com. |
Mendes et al., “TcruziKB: Enabling Complex Queries for Genomic Data Exploration,” IEEE International Conference on Semantic Computing, Aug. 2008, pp. 432-439. |
Microsoft Office—Visio, “About connecting shapes,” <http://office.microsoft.com/en-us/visio-help/about-connecting-shapes-HP085050369.aspx> printed Aug. 4, 2011 in 6 pages. |
Microsoft Office—Visio, “Add and glue connectors with the Connector tool,” <http://office.microsoft.com/en-us/visio-help/add-and-glue-connectors-with-the-connector-tool-HA010048532.aspx?CTT=1> printed Aug. 4, 2011 in 1 page. |
Miklau et al., “Securing History: Privacy and Accountability in Database Systems,” 3rd Biennial Conference on Innovative Data Systems Research (CIDR), Jan. 7-10, 2007, Asilomar, California, pp. 387-396. |
Mizrachi, Ilene, “Chapter 1: GenBank: The Nuckeotide Sequence Database,” The NCBI Handbook, Oct. 2002, pp. 1-14. |
Morrison et al., “Converting Users to Testers: An Alternative Approach to Load Test Script Creation,Parameterization and Data Corellation,” CCSC: Southeastern Conference, JCSC 28, 2, Dec. 2012, pp. 188-196. |
Niepert et al., “A Dynamic Ontology for a Dynamic Reference Work”, Joint Conference on Digital Libraries, Jun. 17_22, 2007, Vancouver, British Columbia, Canada, pp. 1-10. |
Nivas, Tuli, “Test Harness and Script Design Principles for Automated Testing of non-GUI or Web Based Applications,” Performance Lab, Jun. 2011, pp. 30-37. |
Palantir, “Extracting and Transforming Data with Kite,” Palantir Technologies, Inc., Copyright 2010, pp. 38. |
Palantir, “Kite Data-Integration Process Overview,” Palantir Technologies, Inc., Copyright 2010, pp. 48. |
Palantir, “Kite Operations,” Palantir Technologies, Inc., Copyright 2010, p. 1. |
Palantir, “Kite,” https://docs.palantir.com/gotham/3.11.1.0/adminreference/datasources. 11 printed Aug. 30, 2013 in 2 pages. |
Palantir, “The Repository Element,” https://docs.palantir.com/gotham/3.11.1.0/dataguide/kite_config_file.04 printed Aug. 30, 2013 in 2 pages. |
Palantir, “Write a Kite Configuration File in Eclipse,” Palantir Technologies, Inc., Copyright 2010, pp. 2. |
Palantir, https://docs.palantir.com/gotham/3.11.1.0/dataguide/baggage/KiteSchema printed Aug. 30, 2013 in 1 page. |
Palantir, https://docs.palantir.com/gotham/3.11.1.0/dataguide/baggage/KiteSchema.xsd printed Apr. 4, 2014 in 4 pages. |
Palermo, Christopher J., “Memorandum,” [Disclosure relating to U.S. Appl. No. 13/916,447, filed Jun. 12, 2013, and related applications], Jan. 31, 2014 in 3 pages. |
Pea et al., Video Collaboratories for Research and Education: An Analysis of Collaboration Design Patterns; IEEE, 2008, pp. 205-247. |
Russell et al., “Nitelight: A Graphical Tool for Semantic Query Construction,” 2008, pp. 10. |
Sigrist, et al., “PROSITE, a Protein Domain Database for Functional Characterization and Annotation,” Nucleic Acids Research, 2010, vol. 38, pp. D161-D166. |
Sirotkin et al., “Chapter 13: The Processing of Biological Sequence Data at NCBI,” The NCBI Handbook, Oct. 2002, pp. 1-11. |
Smart et al., “A Visual Approach to Semantic Query Design Using a Web-Based Graphical Query Designer,” 16th International Conference on Knowledge Engineering and Knowledge Management (EKAW 2008), ÊAcitrezza, Catania, Italy, Sep. 29-Oct. 3, 2008, pp. 16. |
Stamos et al., “Remote Evaluation,” Journal ACM Transactions on Programming Languages and Systems (TOPLAS) vol. 12, Issue 4, Oct. 1990, pp. 537-564. |
Strobelt et al., Document Cards: A Top Trumps Visualization for Documents; IEEE, 2009, pp. 1145-1152. |
Symantec Corporation, “E-Security Begins with Sound Security Policies,” Announcement Symantec, Jun. 14, 2001. |
Takeda et al., “Online Workspaces for Annotation and Discussion of Documents”, IEEE, 2002, pp. 5. |
Wikipedia, “Machine Code”, p. 1-5, printed Aug. 11, 2014. |
Wollrath et al., “A Distributed Object Model for the Java System,” Proceedings of the 2nd Conference on USENEX, Conference on Object-Oriented Technologies (COOTS), Jun. 17, 1996, pp. 219-231. |
Yang et al., “An Automated Semantic Annotation based-on Wordnet Ontology,” added to IEEE Wplorer Sep. 16, 2010, IEEE, 6 pages. |
Notice of Acceptance for New Zealand Patent Application No. 616212 dated Jan. 23, 2015. |
Notice of Acceptance for New Zealand Patent Application No. 616299 dated Apr. 7, 2015. |
Notice of Acceptance for New Zealand Patent Application No. 622485 dated Nov. 24, 2014. |
Notice of Allowance for U.S. Appl. No. 13/657,635 dated Jan. 29, 2016. |
Notice of Allowance for U.S. Appl. No. 13/657,656 dated May 10, 2016. |
Notice of Allowance for U.S. Appl. No. 13/767,779 dated Mar. 17, 2015. |
Notice of Allowance for U.S. Appl. No. 14/019,534 dated Feb. 4, 2016. |
Notice of Allowance for U.S. Appl. No. 14/025,653 dated Oct. 13, 2017. |
Notice of Allowance for U.S. Appl. No. 14/044,800 dated Sep. 2, 2014. |
Notice of Allowance for U.S. Appl. No. 14/134,558 dated Apr. 20, 2017. |
Notice of Allowance for U.S. Appl. No. 14/148,568 dated Aug. 26, 2015. |
Notice of Allowance for U.S. Appl. No. 14/254,757 dated Sep. 10, 2014. |
Notice of Allowance for U.S. Appl. No. 14/254,773 dated Aug. 20, 2014. |
Notice of Allowance for U.S. Appl. No. 14/304,741 dated Apr. 7, 2015. |
Notice of Allowance for U.S. Appl. No. 14/508,696 dated Jul. 27, 2015. |
Notice of Allowance for U.S. Appl. No. 14/533,433 dated Sep. 1, 2015. |
Notice of Allowance for U.S. Appl. No. 14/581,902 dated Nov. 13, 2015. |
Official Communication for Australian Patent Application No. 2013237658 dated Feb. 2, 2015. |
Official Communication for Australian Patent Application No. 2013237710 dated Jan. 16, 2015. |
Official Communication for Australian Patent Application No. 2014201506 dated Feb. 27, 2015. |
Official Communication for Australian Patent Application No. 2014201507 dated Feb. 27, 2015. |
Official Communication for Australian Patent Application No. 2014201580 dated Feb. 27, 2015. |
Official Communication for Canadian Patent Application No. 2666364 dated Jun. 4, 2012. |
Official Communication for Canadian Patent Application No. 2807899 dated Jul. 20, 2015. |
Official Communication for Canadian Patent Application No. 2807899 dated Oct. 24, 2014. |
Official Communication for Canadian Patent Application No. 2828264 dated Apr. 28, 2015. |
Official Communication for Canadian Patent Application No. 2829266 dated Apr. 28, 2015. |
Official Communication for EP Patent Application No. 14159629.6 dated Oct. 19, 2018. |
Official Communication for European Patent Application No. 13157474.1 dated Oct. 30, 2015. |
Official Communication for European Patent Application No. 14158958.0 dated Mar. 11, 2016. |
Official Communication for European Patent Application No. 14158958.0 dated Apr. 16, 2015. |
Official Communication for European Patent Application No. 14158958.0 dated Jun. 3, 2014. |
Official Communication for European Patent Application No. 14158977.0 dated Jun. 10, 2014. |
Official Communication for European Patent Application No. 14158977.0 dated Mar. 11, 2016. |
Official Communication for European Patent Application No. 14158977.0 dated Apr. 16, 2015. |
Official Communication for European Patent Application No. 14159175.0 dated Jul. 17, 2014. |
Official Communication for European Patent Application No. 14159175.0 dated Feb. 4, 2016. |
Official Communication for European Patent Application No. 14159464.8 dated Feb. 18, 2016. |
Official Communication for European Patent Application No. 14159464.8 dated Nov. 26, 2018. |
Official Communication for European Patent Application No. 14159464.8 dated Jul. 31, 2014. |
Official Communication for European Patent Application No. 14159629.6 dated Jun. 21, 2019. |
Official Communication for European Patent Application No. 14159629.6 dated Sep. 22, 2014. |
Official Communication for European Patent Application No. 14159629.6 dated Jul. 31, 2014. |
Official Communication for European Patent Application No. 15155845.9 dated Oct. 6, 2015. |
Official Communication for European Patent Application No. 15159520.4 dated Jul. 15, 2015. |
Official Communication for European Patent Application No. 17155145.0 dated Aug. 31, 2017. |
Official Communication for German Patent Application No. 10 2013 221 052.3 dated Mar. 24, 2015. |
Official Communication for German Patent Application No. 10 2013 221 057.4 dated Mar. 23, 2015. |
Official Communication for Great Britain Patent Application No. 1404479.6 dated Aug. 12, 2014. |
Official Communication for Great Britain Patent Application No. 1404479.6 dated Jul. 9, 2015. |
Official Communication for Great Britain Patent Application No. 1404574.4 dated Dec. 18, 2014. |
Official Communication for Great Britain Patent Application No. 1413935.6 dated Dec. 21, 2015. |
Official Communication for Great Britain Patent Application No. 1413935.6 dated Jan. 27, 2015. |
Official Communication for Israel Patent Application No. 198253 dated Jan. 12, 2016. |
Official Communication for Israel Patent Application No. 198253 dated Nov. 24, 2014. |
Official Communication for Netherlands Patent Application No. 2011613 dated Aug. 13, 2015. |
Official Communication for Netherlands Patent Application No. 2011627 dated Aug. 14, 2015. |
Official Communication for Netherlands Patent Application No. 2012434 dated Jan. 8, 2016. |
Official Communication for Netherlands Patent Application No. 2012437 dated Sep. 18, 2015. |
Official Communication for Netherlands Patent Application No. 2013306 dated Apr. 24, 2015. |
Official Communication for New Zealand Patent Application No. 616299 dated Jan. 26, 2015. |
Official Communication for New Zealand Patent Application No. 622389 dated Mar. 20, 2014. |
Official Communication for New Zealand Patent Application No. 622404 dated Mar. 20, 2014. |
Official Communication for New Zealand Patent Application No. 622414 dated Mar. 24, 2014. |
Official Communication for New Zealand Patent Application No. 622484 dated Apr. 2, 2014. |
Official Communication for New Zealand Patent Application No. 622485 dated Nov. 21, 2014. |
Official Communication for New Zealand Patent Application No. 622497 dated Jun. 19, 2014. |
Official Communication for New Zealand Patent Application No. 622497 dated Mar. 26, 2014. |
Official Communication for New Zealand Patent Application No. 622513 dated Apr. 3, 2014. |
Official Communication for U.S. Appl. No. 13/411,291 dated Oct. 1, 2015. |
Official Communication for U.S. Appl. No. 13/411,291 dated Jul. 15, 2015. |
Official Communication for U.S. Appl. No. 13/608,864 dated Mar. 17, 2015. |
Official Communication for U.S. Appl. No. 13/608,864 dated Jun. 8, 2015. |
Official Communication for U.S. Appl. No. 13/657,635 dated Mar. 30, 2015. |
Official Communication for U.S. Appl. No. 13/657,635 dated Oct. 7, 2015. |
Official Communication for U.S. Appl. No. 13/657,656 dated May 6, 2015. |
Official Communication for U.S. Appl. No. 13/657,656 dated Oct. 7, 2014. |
Official Communication for U.S. Appl. No. 13/827,627 dated Mar. 2, 2015. |
Official Communication for U.S. Appl. No. 13/827,627 dated Oct. 20, 2015. |
Official Communication for U.S. Appl. No. 13/827,627 dated Dec. 22, 2015. |
Official Communication for U.S. Appl. No. 13/827,627 dated Aug. 26, 2015. |
Official Communication for U.S. Appl. No. 13/831,791 dated Mar. 4, 2015. |
Official Communication for U.S. Appl. No. 13/831,791 dated Aug. 6, 2015. |
Official Communication for U.S. Appl. No. 14/019,534 dated Jul. 20, 2015. |
Official Communication for U.S. Appl. No. 14/019,534 dated Sep. 4, 2015. |
Official Communication for U.S. Appl. No. 14/025,653 dated Nov. 16, 2016. |
Official Communication for U.S. Appl. No. 14/025,653 dated Aug. 18, 2016. |
Official Communication for U.S. Appl. No. 14/025,653 dated Mar. 3, 2016. |
Official Communication for U.S. Appl. No. 14/025,653 dated Apr. 4, 2017. |
Official Communication for U.S. Appl. No. 14/025,653 dated Oct. 6, 2015. |
Official Communication for U.S. Appl. No. 14/134,558 dated May 16, 2016. |
Official Communication for U.S. Appl. No. 14/134,558 dated Aug. 26, 2016. |
Official Communication for U.S. Appl. No. 14/134,558 dated Nov. 3, 2016. |
Official Communication for U.S. Appl. No. 14/134,558 dated Oct. 7, 2015. |
Official Communication for U.S. Appl. No. 14/148,568 dated Oct. 22, 2014. |
Official Communication for U.S. Appl. No. 14/148,568 dated Mar. 26, 2015. |
Official Communication for U.S. Appl. No. 14/304,741 dated Mar. 3, 2015. |
Official Communication for U.S. Appl. No. 14/304,741 dated Aug. 6, 2014. |
Official Communication for U.S. Appl. No. 14/508,696 dated Mar. 2, 2015. |
Official Communication for U.S. Appl. No. 14/526,066 dated Jan. 21, 2016. |
Official Communication for U.S. Appl. No. 14/631,633 dated Feb. 3, 2016. |
Official Communication for U.S. Appl. No. 14/877,229 dated Mar. 22, 2016. |
Number | Date | Country | |
---|---|---|---|
20230273712 A1 | Aug 2023 | US |
Number | Date | Country | |
---|---|---|---|
61801556 | Mar 2013 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 17067413 | Oct 2020 | US |
Child | 18313005 | US | |
Parent | 15867185 | Jan 2018 | US |
Child | 17067413 | US | |
Parent | 14025653 | Sep 2013 | US |
Child | 15867185 | US |