1. Field of the Invention
The present invention is related to a pipelined architecture for Global analysis and index building.
2. Description of the Related Art
The World Wide Web (also known as WWW or the “Web”) is a collection of some Internet servers that support Web pages that may include links to other Web pages. A Uniform Resource Locator (URL) indicates a location of a Web page. Also, each Web page may contain, for example, text, graphics, audio, and/or video content. For example, a first Web page may contain a link to a second Web page. When the link is selected in the first Web page, the second Web page is typically displayed.
A Web browser is a software application that is used to locate and display Web pages. Currently, there are billions of Web pages on the Web.
Web search engines are used to retrieve Web pages on the Web based on some criteria (e.g., entered via the Web browser). That is, Web search engines are designed to return relevant Web pages given a keyword query. For example, the query “HR” issued against a company intranet search engine is expected to return relevant pages in the intranet that are related to Human Resources (HR). The Web search engine uses indexing techniques that relate search terms (e.g., keywords) to Web pages.
Global analysis computations may be described as extracting properties from a global view of documents in a corpus (e.g., documents available on the Web). One example of a global analysis computation is the page rank computation. A page rank computation takes as input a directed graph in which every document in the corpus is a node and every hyperlink between documents is an edge. Then, the page rank computation produces as output a global rank for each document in the corpus. Other examples of global analysis computations are duplicate detection (i.e., the identification of pages with similar or the same content) and template detection (i.e., identification of which parts of a Web page are part of a site template).
Search engines that use global analysis computations typically need to have the output of these computations ready before indexing the corpus. For instance, rank values computed by page rank may be used to determine the order of documents in the index, and the results of the duplicate detection computation may be used to filter out which documents should not be indexed. Having to perform all global analysis computations before the creation of the search indices is a problem in scenarios where freshness requirements impose constraints on the time allowed for index creation. In general, global computations are costly, since their computational time is proportional to the number of documents in the corpus, which in the case of the Web or some textual and biological databases is very large.
Additionally, conventional index structures designed for large scale search engines are not well tuned for incremental updates. Thus, incrementally updating an index is expensive in conventional systems.
Thus, there is a need for improved global analysis and index building.
Provided are a method, system, and program for building an index in which global analysis computations and index creation are pipelined, wherein the global analysis computations share intermediate results.
Also provided are a method, system, and program in which a new indexi+1 is built and an anchor text tablei+1 and a duplicates tablei+1 are output using a storei, a delta store, and previously generated global analysis computationsi, wherein the previously generated global analysis computationsi include an anchor text tablei, a rank tablei, and a duplicates tablei. New global analysis computationsi+1 are generated using the anchor text tablei+1, the duplicates tablei+1, and the previously generated global analysis computationsi.
Referring now to the drawings in which like reference numbers represent corresponding parts throughout:
In the following description, reference is made to the accompanying drawings which form a part hereof and which illustrate several implementations of the present invention. It is understood that other implementations may be utilized and structural and operational changes may be made without departing from the scope of the present invention.
Implementations of the invention provide an architecture in which global analysis computations are pipelined so that intermediate results may be shared between different sets of global analysis computations and where lagging global analysis information is used for creating search indices. The term “lagging” may be described as performing processing with results of recent processing of documents existing at a certain point in time, but not necessarily processing that has taken into account documents existing at a current point in time.
The server computer 120 includes system memory 122, which may be implemented in volatile and/or non-volatile devices. A information retrieval system 130 executes in the system memory 122. In certain implementations, the search engine includes a crawler component 132, a global analysis component 134, an indexing component 142, and a delta indexing component 144. The global analysis component 134 includes a static rank component 136, a duplicate detection component 138, an anchor text component 140. Although components 132, 136, 134, 138, 140, 142, and 144 are illustrated as separate components, the functionality of components 132, 136, 134, 138, 140, 142, and 144 may be implemented in fewer or more or different components than illustrated. Additionally, the functionality of the components 132, 136, 134, 138, 140, 142, and 144 may be implemented at a Web application server computer or other server computer that is connected to the server computer 120. Additionally, one or more server applications 160 execute in system memory 122.
The server computer 120 provides the client computer 100 with access to data in at least one data store 170 (e.g., a database). Although a single data store 170 is illustrated, for ease of understanding, data in data store 170 may be stored in data stores at other computers connected to server computer 120.
Also, an operator console 180 executes one or more applications 182 and is used to access the server computer 120 and the data store 170.
The data store 170 may comprise an array of storage devices, such as Direct Access Storage Devices (DASDs), Just a Bunch of Disks (JBOD), Redundant Array of Independent Disks (RAID), virtualization device, etc. The data store 170 includes data that is used with certain implementations of the invention.
In certain implementations of the invention, global analysis computations are performed by the global analysis component 134 in a pipelined manner with the use of lagging information and delta indices for an index build process performed by the indexing component 142. The global analysis computations described herein provide examples of possible global analysis computations, but such examples are not intended to limit the scope of the invention. The techniques of the invention are applicable to any global analysis computations.
The store 210 is a repository for a tokenized version of each document in a corpus of documents to be used for the information retrieval system 130. For example, the documents may be Web pages obtained at a certain point in time or the documents may be files in a directory obtained at a certain point in time. The documents are parsed and tokenized before being put in the store 210. Parsing and tokenizing may be described as identifying words (tokens) from text in the documents that are to be indexed. Parsed documents are typically small, so they may be aggregated into bundles in the store 210 to improve Input/Output (I/O) performance. Each bundle corresponds to a single file and multiple documents. A document in the store 210 may be found using a locator. The locator may be described as a reference to a bundle followed by a reference within the bundle. Also, implementations of the invention provide an Application Programming Interface (API) that may be used to retrieve a document from the store 210, given the locator of the document.
Additionally, attribute-value pairs may be used to store data and metadata about a document. The data in the store 210 is used by the global analysis component 134 and by the indexing component 142. Attributes include, for example, a TEXT attribute for the tokenized text of a document, and attributes that are used as input for global analysis computations, such as an ANCHORTEXT attribute for the source anchor text of a document. An anchor may be described as a path or link to a document (e.g., a URL), while anchor text may be described as text associated with the path or link (e.g., a URL) that points to a document. In certain implementations, anchor text is text that labels or encloses hypertext text links in Web documents. Implementations of the invention provide an API to retrieve the value of a given attribute for a document from the store 210.
In certain implementations, the bundles are organized for efficient storage and retrieval for particular attributes. The store 210 may be implemented in various ways. That is, the implementation of the store 210 is independent from the pipelined architecture described for implementations of the invention, as long the functionality of retrieving attributes from documents is supported.
The indexing component 142 builds an index 220 from the store 210. The index 220 is used to determine which documents are chosen as “hits” when a query for a set of documents is received with certain criteria. Different information retrieval system 130 may use different index structures, such as an inverted text index over the documents content. Implementations of the invention are applicable to any type of index structure.
The information retrieval system 130 periodically updates the store 210 and index 220 with new documents. In certain implementations, the term “new” documents is used to refer to newly generated documents and to updated existing documents. This is especially useful in environments in which documents are constantly being created or updated. Additionally, certain implementations of the invention use a delta store 230 to accumulate changes to the store 210 and use a delta index 240 as an index over the delta store 230. This allows the index 220 to be rebuilt using an efficient batch process. The delta store 230 and delta index 240 mirror the structure and functionality of the store 210 and index 220, respectively. To make newly documents visible, queries requesting documents are run over both the index 220 and the delta index 240. The delta store 230 is periodically merged with the store 210, after which the index 220 is rebuilt, and the delta store 230 and the delta index 240 are reset. Resetting may be described as clearing the data structures of current content.
The delta store 230 and the delta index 240 are also generated together in time, but at a faster rate than the store 210 and the index 220. Thus, DeltaStore has no subscript in
The process illustrated in
In certain implementations, in
To avoid multiple scans of the current store 210 during index build, Storei+1 and Indexi+1 are generated in parallel. This is accomplished by feeding the bundles of Storei+1 into the sort for Indexi+1 before they are copied to storage (e.g., disk). The final phase of building Indexi+1, which consists of merging sorted runs, takes place after Storei+1 is copied to storage (e.g., disk). The delta index 240 is built in a similar way, that is, using a single scan of the delta store 230 and new documents. Certain implementations of the invention provide a store merge API that marks two stores as merged and does not do any garbage collection until the index build process initiates a scan of the merged store.
In block 604, the global analysis component 134 performs global analysis. For example, the global analysis component 134 may perform multiple global analysis computations, such as duplicate detection, anchor text analysis, and static ranking. In certain implementations, the global analysis component 134 performs the duplicate detection, anchor text analysis, and static ranking directly, and, in certain implementations, the global analysis component 134 invokes the duplicate detection 138, anchor text 140, and static rank 136 components to perform this processing.
The duplicates table 670, anchor text table 672, and rank table 674 are derived from a global analysis of the documents in the store 210. Although the duplicates table 670, anchor text table 672, and rank table 674 are illustrated as single entities, one or more of the duplicates table 670, anchor text table 672, and rank table 674 may be implemented as one or more tables in storage (e.g., disk). A subscript used with each data structure denotes which version of the store 210 that the data structure reflects. For example, Ranki+1 corresponds to the ranking of documents in Storei+1.
After the global analysis component performs processing, the indexing component builds an index 220 (block 606) and builds a delta index 240 (block) 608.
With reference to
The performance of the index build process is largely bound by the time to do a scan of the store 210 and to perform the global analysis computations, which might be quite expensive. Two scans of the store 210 are required in
In block 704, the global analysis component 134 performs global analysis. In block 706, the indexing component 142 builds an initial index using slightly older input data. In block 708, the global analysis component 134 performs global analysis, while the delta index component 144 builds a new delta store and a new delta index.
With reference to
In
In
In addition to cutting the number of store 210 scans in half, using slightly older global analysis results (GA) also allows the delta index build process 754 to be done in parallel with the global analysis process 752. This allows the cycle time of the index build process to be reduced.
In order to generate the first index (Index0), implementations of the invention run the index build process in
With reference to
Thus, when creating an index, global analysis need not yet be finished. Instead, the index build process uses the results of a recent global analysis process that has already finished. In certain implementations, for documents that have changed since the global analysis was computed, the change may be ignored and the available results may be used, while for new documents for which no results are available, a default value (e.g. a minimum or average value) may be used. That is, although document content may have changed, the already computed information, e.g. rank, may be used without loss of precision.
Lagging global analysis may be used in different scenarios. For example, if global analysis is slower than an index build, but fast enough to run between two index builds, index build for iteration N may use the global analysis results from iteration (N−1). Hence global analysis for iteration N may run concurrently. Moreover, if global analysis takes longer than the time between two index builds, global analysis may run continuously in the background. Whenever an iteration of global analysis finishes, another iteration starts over with the most recent data. In certain implementations, global analysis may be skipped for a few iterations of the index build. The indexing component 142 then uses the most recent complete global analysis results.
A high frequency of index builds are achieved to fulfill strict freshness requirements, at the temporary cost of some precision in the global analysis. Also, the architecture allows new documents to be indexed in smaller indices (delta indices) that are queried together with the main indices. In certain implementations, global analysis is not performed for the delta indices in the first version of those indices. Thus, when the freshness requirements are strict compared to the time required by the global analysis computations, new documents may be indexed and retrieved before their global information is computed.
In certain implementations, the techniques of the invention may be applied to per-document analysis (e.g., summarization, keyword extraction, etc.) that does not require a global analysis of an entire corpus. Using lagging per-document analysis information is especially useful in scenarios where the change rate of documents is high, and the per-document analysis is expensive.
The described techniques for a pipelined architecture for global analysis and index building may be implemented as a method, apparatus or article of manufacture using standard programming and/or engineering techniques to produce software, firmware, hardware, or any combination thereof The term “article of manufacture” as used herein refers to code or logic implemented in hardware logic (e.g., an integrated circuit chip, Programmable Gate Array (PGA), Application Specific Integrated Circuit (ASIC), etc.) or a computer readable medium, such as magnetic storage medium (e.g., hard disk drives, floppy disks, tape, etc.), optical storage (CD-ROMs, optical disks, etc.), volatile and non-volatile memory devices (e.g., EEPROMs, ROMs, PROMs, RAMs, DRAMs, SRAMs, firmware, programmable logic, etc.). Code in the computer readable medium is accessed and executed by a processor. The code in which various implementations are implemented may further be accessible through a transmission media or from a file server over a network. In such cases, the article of manufacture in which the code is implemented may comprise a transmission media, such as a network transmission line, wireless transmission media, signals propagating through space, radio waves, infrared signals, etc. Thus, the “article of manufacture” may comprise the medium in which the code is embodied. Additionally, the “article of manufacture” may comprise a combination of hardware and software components in which the code is embodied, processed, and executed. Of course, those skilled in the art will recognize that many modifications may be made to this configuration without departing from the scope of the present invention, and that the article of manufacture may comprise any information bearing medium known in the art.
The logic of
The illustrated logic of
The computer architecture 1000 may comprise any computing device known in the art, such as a mainframe, server, personal computer, workstation, laptop, handheld computer, telephony device, network appliance, virtualization device, storage controller, etc. Any processor 1002 and operating system 1005 known in the art may be used.
The foregoing description of implementations of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. It is intended that the scope of the invention be limited not by this detailed description, but rather by the claims appended hereto. The above specification, examples and data provide a complete description of the manufacture and use of the composition of the invention. Since many implementations of the invention may be made without departing from the spirit and scope of the invention, the invention resides in the claims hereinafter appended.
This application is a continuation of and claims the benefit of U.S. Pat. No. 7,293,005, having application Ser. No. 10/764,772, filed on Jan. 26, 2004, the disclosure of which is incorporated herein by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
4965763 | Zamora | Oct 1990 | A |
5187790 | East et al. | Feb 1993 | A |
5265221 | Miller | Nov 1993 | A |
5287496 | Chen et al. | Feb 1994 | A |
5297039 | Kanaegami et al. | Mar 1994 | A |
5423032 | Byrd et al. | Jun 1995 | A |
5574906 | Morris | Nov 1996 | A |
5638543 | Pederson et al. | Jun 1997 | A |
5685003 | Peltonen et al. | Nov 1997 | A |
5701469 | Brandli et al. | Dec 1997 | A |
5708825 | Sotomayor | Jan 1998 | A |
5721938 | Stuckey | Feb 1998 | A |
5721939 | Kaplan | Feb 1998 | A |
5724033 | Burrows | Mar 1998 | A |
5729730 | Wlaschin et al. | Mar 1998 | A |
5745889 | Burrows | Apr 1998 | A |
5745890 | Burrows | Apr 1998 | A |
5745894 | Burrows et al. | Apr 1998 | A |
5745898 | Burrows | Apr 1998 | A |
5745899 | Burrows | Apr 1998 | A |
5745900 | Burrows | Apr 1998 | A |
5745904 | King et al. | Apr 1998 | A |
5745906 | Squibb | Apr 1998 | A |
5756150 | Mori et al. | May 1998 | A |
5765149 | Burrows | Jun 1998 | A |
5765158 | Burrows | Jun 1998 | A |
5765168 | Burrows | Jun 1998 | A |
5787435 | Burrows | Jul 1998 | A |
5797008 | Burrows | Aug 1998 | A |
5809502 | Burrows | Sep 1998 | A |
5832480 | Byrd, Jr. et al. | Nov 1998 | A |
5832500 | Burrows | Nov 1998 | A |
5832519 | Bowen et al. | Nov 1998 | A |
5852820 | Burrows | Dec 1998 | A |
5862325 | Reed et al. | Jan 1999 | A |
5864863 | Burrows | Jan 1999 | A |
5873097 | Harris et al. | Feb 1999 | A |
5884305 | Kleinberg et al. | Mar 1999 | A |
5890103 | Carus | Mar 1999 | A |
5893119 | Squibb | Apr 1999 | A |
5903646 | Rackman | May 1999 | A |
5903891 | Chen et al. | May 1999 | A |
5903901 | Kawakura et al. | May 1999 | A |
5909677 | Broder et al. | Jun 1999 | A |
5914679 | Burrows | Jun 1999 | A |
5915251 | Burrows et al. | Jun 1999 | A |
5920859 | Li | Jul 1999 | A |
5924091 | Burkhard | Jul 1999 | A |
5933822 | Braden-Harder et al. | Aug 1999 | A |
5963940 | Liddy et al. | Oct 1999 | A |
5963954 | Burrows | Oct 1999 | A |
5966703 | Burrows | Oct 1999 | A |
5966710 | Burrows | Oct 1999 | A |
5970497 | Burrows | Oct 1999 | A |
5974412 | Hazlehurst et al. | Oct 1999 | A |
5995980 | Olson et al. | Nov 1999 | A |
6005503 | Burrows | Dec 1999 | A |
6016493 | Burrows | Jan 2000 | A |
6016501 | Martin et al. | Jan 2000 | A |
6021409 | Burrows | Feb 2000 | A |
6026388 | Liddy et al. | Feb 2000 | A |
6026413 | Challenger et al. | Feb 2000 | A |
6029165 | Gable | Feb 2000 | A |
6035268 | Carus et al. | Mar 2000 | A |
6047286 | Burrows | Apr 2000 | A |
6067543 | Burrows | May 2000 | A |
6078914 | Redfern | Jun 2000 | A |
6078916 | Culliss | Jun 2000 | A |
6078923 | Burrows | Jun 2000 | A |
6088694 | Burns et al. | Jul 2000 | A |
6105019 | Burrows | Aug 2000 | A |
6119124 | Broder et al. | Sep 2000 | A |
6182062 | Fujisawa et al. | Jan 2001 | B1 |
6182121 | Wlaschin | Jan 2001 | B1 |
6192258 | Kamada et al. | Feb 2001 | B1 |
6192333 | Pentheroudakis | Feb 2001 | B1 |
6205451 | Norcott et al. | Mar 2001 | B1 |
6205456 | Nakao | Mar 2001 | B1 |
6216175 | Sliger et al. | Apr 2001 | B1 |
6233571 | Egger et al. | May 2001 | B1 |
6243713 | Nelson et al. | Jun 2001 | B1 |
6243718 | Klein et al. | Jun 2001 | B1 |
6269361 | Davis et al. | Jul 2001 | B1 |
6278992 | Curtis et al. | Aug 2001 | B1 |
6285999 | Page | Sep 2001 | B1 |
6295529 | Corston-Oliver et al. | Sep 2001 | B1 |
6308179 | Petersen et al. | Oct 2001 | B1 |
6324566 | Himmel et al. | Nov 2001 | B1 |
6336117 | Massarani | Jan 2002 | B1 |
6339772 | Klein et al. | Jan 2002 | B1 |
6374268 | Testardi | Apr 2002 | B1 |
6381602 | Shoroff et al. | Apr 2002 | B1 |
6385616 | Gardner | May 2002 | B1 |
6418433 | Chakrabarti et al. | Jul 2002 | B1 |
6421655 | Horvitz et al. | Jul 2002 | B1 |
6463439 | Dahlberg | Oct 2002 | B1 |
6507846 | Consens | Jan 2003 | B1 |
6519592 | Getchius et al. | Feb 2003 | B1 |
6519593 | Matias et al. | Feb 2003 | B1 |
6519597 | Cheng et al. | Feb 2003 | B1 |
6529285 | Bobrow et al. | Mar 2003 | B2 |
6542906 | Korn | Apr 2003 | B2 |
6547829 | Meyerzon et al. | Apr 2003 | B1 |
6553385 | Johnson et al. | Apr 2003 | B2 |
6567804 | Ramasamy et al. | May 2003 | B1 |
6578032 | Chandrasekar et al. | Jun 2003 | B1 |
6584458 | Millett et al. | Jun 2003 | B1 |
6594682 | Peterson et al. | Jul 2003 | B2 |
6615209 | Gomes et al. | Sep 2003 | B1 |
6618725 | Fukuda et al. | Sep 2003 | B1 |
6622211 | Henry et al. | Sep 2003 | B2 |
6631369 | Meyerzon et al. | Oct 2003 | B1 |
6631496 | Li et al. | Oct 2003 | B1 |
6633872 | Ambrosini et al. | Oct 2003 | B2 |
6643650 | Slaughter et al. | Nov 2003 | B1 |
6658406 | Mazner et al. | Dec 2003 | B1 |
6658423 | Pugh et al. | Dec 2003 | B1 |
6665657 | Dibachi | Dec 2003 | B1 |
6678409 | Wu et al. | Jan 2004 | B1 |
6725214 | Garcia-Chiesa | Apr 2004 | B2 |
6754873 | Law et al. | Jun 2004 | B1 |
6763362 | McKeeth | Jul 2004 | B2 |
6766316 | Caudill et al. | Jul 2004 | B2 |
6789077 | Slaughter et al. | Sep 2004 | B1 |
6810375 | Ejerhed | Oct 2004 | B1 |
6829606 | Ripley | Dec 2004 | B2 |
6839665 | Meyers | Jan 2005 | B1 |
6839702 | Patel et al. | Jan 2005 | B1 |
6839843 | Bacha et al. | Jan 2005 | B1 |
6842730 | Ejerhed et al. | Jan 2005 | B1 |
6845009 | Whitted | Jan 2005 | B1 |
6850979 | Saulpaugh et al. | Feb 2005 | B1 |
6865575 | Smith et al. | Mar 2005 | B1 |
6868447 | Slaughter et al. | Mar 2005 | B1 |
6870095 | Whitted | Mar 2005 | B1 |
6877136 | Bess et al. | Apr 2005 | B2 |
6904454 | Stickler | Jun 2005 | B2 |
6906920 | Whitted | Jun 2005 | B1 |
6907423 | Weil et al. | Jun 2005 | B2 |
6934634 | Ge | Aug 2005 | B1 |
6985948 | Taguchi et al. | Jan 2006 | B2 |
6990634 | Conroy et al. | Jan 2006 | B2 |
6999971 | Latarche et al. | Feb 2006 | B2 |
7024623 | Higashiyama et al. | Apr 2006 | B2 |
7031954 | Kirsch | Apr 2006 | B1 |
7051023 | Kapur et al. | May 2006 | B2 |
7065784 | Hopmann et al. | Jun 2006 | B2 |
7080091 | Matsuda | Jul 2006 | B2 |
7089532 | Rubin | Aug 2006 | B2 |
7096208 | Zaragoza et al. | Aug 2006 | B2 |
7136806 | Miyahira et al. | Nov 2006 | B2 |
7139752 | Broder et al. | Nov 2006 | B2 |
7146361 | Broder et al. | Dec 2006 | B2 |
7173912 | Jaber et al. | Feb 2007 | B2 |
7197497 | Cossock | Mar 2007 | B2 |
7243301 | Bargeron et al. | Jul 2007 | B2 |
7257593 | Mazner et al. | Aug 2007 | B2 |
7318075 | Ashwin et al. | Jan 2008 | B2 |
7356530 | Kim et al. | Apr 2008 | B2 |
7362323 | Doyle | Apr 2008 | B2 |
7424467 | Fontoura et al. | Sep 2008 | B2 |
7461064 | Fontoura et al | Dec 2008 | B2 |
7499913 | Kraft et al. | Mar 2009 | B2 |
20010049671 | Joerg | Dec 2001 | A1 |
20020032677 | Morgenthaler et al. | Mar 2002 | A1 |
20020120685 | Srivastava et al. | Aug 2002 | A1 |
20020165707 | Call | Nov 2002 | A1 |
20020169770 | Kim et al. | Nov 2002 | A1 |
20030028564 | Sanfilippo | Feb 2003 | A1 |
20030046311 | Baidya et al. | Mar 2003 | A1 |
20030163454 | Jacobsen et al. | Aug 2003 | A1 |
20030177127 | Goodwin et al. | Sep 2003 | A1 |
20030187833 | Plu | Oct 2003 | A1 |
20030217052 | Rubenczyk et al. | Nov 2003 | A1 |
20030225763 | Guilak et al. | Dec 2003 | A1 |
20040044962 | Green et al. | Mar 2004 | A1 |
20040078387 | Benjamin et al. | Apr 2004 | A1 |
20040098399 | Risberg et al. | May 2004 | A1 |
20040111408 | Caudill et al. | Jun 2004 | A1 |
20040123104 | Boyen et al. | Jun 2004 | A1 |
20040243554 | Broder et al. | Dec 2004 | A1 |
20040243556 | Ferrucci et al. | Dec 2004 | A1 |
20040243560 | Broder et al. | Dec 2004 | A1 |
20040243581 | Weissman et al. | Dec 2004 | A1 |
20050033745 | Wiener et al. | Feb 2005 | A1 |
20050044411 | Somin et al. | Feb 2005 | A1 |
20050120004 | Stata et al. | Jun 2005 | A1 |
20050149499 | Franz et al. | Jul 2005 | A1 |
20050149576 | Marmaros et al. | Jul 2005 | A1 |
20050149851 | Mittal | Jul 2005 | A1 |
20050165800 | Fontoura et al. | Jul 2005 | A1 |
20050198076 | Stata et al. | Sep 2005 | A1 |
20060047825 | Steenstra et al. | Mar 2006 | A1 |
20060129538 | Baader et al. | Jun 2006 | A1 |
20070016583 | Lempel et al. | Jan 2007 | A1 |
20070198456 | Betz et al. | Aug 2007 | A1 |
20070271268 | Fontoura et al. | Nov 2007 | A1 |
20080294634 | Fontoura et al. | Nov 2008 | A1 |
20080301130 | Fontoura et al. | Dec 2008 | A1 |
20090083270 | Kraft et al. | Mar 2009 | A1 |
Number | Date | Country |
---|---|---|
0809197 | Nov 1997 | EP |
9749048 | Dec 1997 | WO |
Number | Date | Country | |
---|---|---|---|
20070282829 A1 | Dec 2007 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 10764772 | Jan 2004 | US |
Child | 11840881 | US |