Method and system for linking data ranges of a computer-generated document with associated extensible markup language elements

Information

  • Patent Grant
  • 7620889
  • Patent Number
    7,620,889
  • Date Filed
    Monday, December 20, 2004
    21 years ago
  • Date Issued
    Tuesday, November 17, 2009
    16 years ago
Abstract
Methods and systems are provided for separating the data of a structured document from markup structure applied to the document and for linking the separately maintained data with associated markup structure applied to the document. The data stream in an Extensible Markup Language (XML) represented document is moved outside of the document structure into a data file that is linked to the document structure. The data file and the XML-represented document structure are maintained in association with a single file (e.g., document), but in separate object models. Links are established between XML elements applied to the document and data ranges of the data file. Each of the XML structure file and the data file may be accessed and edited separately without affecting the structure or data of the other file until the two files are merged for presenting the associated document.
Description
FIELD OF THE INVENTION

The present invention generally relates to managing data in computer-generated documents. More particularly, the present invention relates to methods and systems for linking data ranges of a data file with associated Extensible Markup Language elements of a computer-generated document.


BACKGROUND OF THE INVENTION

With the advent of the computer age, computer and software users have grown accustomed to user-friendly software applications that help then write, calculate, organize, prepare presentations, send and receive electronic mail, make music, and the like. For example, modem electronic word processing applications allow users to prepare a variety of useful documents. Modem spreadsheet applications allow users to enter, manipulate, and organize data. Modem electronic slide presentation applications allow users to create a variety of slide presentations containing text, pictures, data or other useful objects.


Computer-generated documents, for example, word processing documents, may be structured and formatted according to a markup language such as the Extensible Markup Language (XML). Applying XML structure to such documents, or representing the entire document as an XML file, provides many advantages. For example, a given text or data range in a template document may be structured for containing data of a certain type (e.g., date, heading, conclusion, summary, etc.). Additionally, by representing the entire document as XML, all the application information used to create that document is available in a text format for external sources to parse/edit. Subsequently, a consuming application may readily parse the document to obtain and use either the desired text, formatting information, structural information, or even just the data from the document according to the structure of the actual persistent XML saved out with the document.


Unfortunately, editing behaviors of such structured documents are often fragile because the documents are limited by the fact that the positioning of XML tags (markup) on the document surface determines the structure of the XML instance document in an associated user-defined schema file. Problems often arise from common user operations (e.g., copy/paste from one section of a document to another section) may corrupt the XML structure applied to the document. Additionally, all elements from a user-defined schema file must be included in some form on the document surface. This makes it impossible to choose only a subset of the data to present to the user for editing while maintaining the rest for other uses (workflow; searching; management; etc.). Other problems include an inability for solution creators to use a schema file as a method for carrying true metadata about the document. Moreover, elements that are semantically unnecessary on the document surface (e.g., non-leaf elements which are not marking up mixed content) must be included which further increase the fragility associated with common user operations. The final difficulty for a solution creator is that in order to deal with the data they care about, they must also navigate through all the application specific markup that is not as interesting to them. They must also make sure that when editing values of their own custom data, they also need to maintain the proper application markup.


It is with respect to these and other considerations that the present invention has been made.


SUMMARY OF THE INVENTION

Embodiments of the present invention solve the above and other problems by providing methods and systems for separating the custom data of a structured document from application markup structure applied for the actual representation of the document and for linking the separately maintained data with associated markup structure applied to the document. According to embodiments of the present invention, the data stream in an Extensible Markup Language (XML) represented document is moved outside of the document structure into a data file that is linked to the document structure. The data file and the XML-represented document structure are maintained in association with a single file (e.g., document), but in separate parallel object models.


Links are established between XML elements applied to the document and data ranges of the data file. Accordingly, a document author/editor may markup the document with XML structure that is linked to data that is associated with structural elements of the document. An end user of the document may access the XML structure of the document for editing the XML structure of the document without corrupting the data of the file. Likewise, an end user may access the separately maintained data file to edit data without corrupting the XML structure of the document. When the document is opened, the XML structure and the associated data are merged for presentation to a user such that the data is presented in the document according to the structure applied to the document. This allows for solutions to be built against the custom data without the need to understand any of the application specific markup (as they are kept separate). This is true when editing the data while the file is loaded in the application, as well as when the file is saved and the solution is acting on the file itself.


These and other features and advantages, which characterize the present invention, will be apparent from a reading of the following detailed description and a review of the associated drawings. It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention as claimed.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 illustrates an exemplary computing operating environment for embodiments of the present invention.



FIG. 2 illustrates a computer-generated document comprising an Extensible Markup Language structure file and an associated data file according to embodiments of the present invention.





DETAILED DESCRIPTION

As briefly described above, embodiments of the present invention are directed to methods and systems for separating the data of a structured document from the markup structure applied to the document. The separately maintained data is linked with associated markup structure applied to the document. Accordingly, an end user of the document may access the structure of the document for editing the structure without corrupting the data of the file. Likewise, an end user may access the separately maintained data file to edit data without corrupting the structure of the document. When the document is opened, the structure and the associated data are merged for presentation to a user such that the data is presented in the document according to the structure applied to the document. These embodiments may be combined, other embodiments may be utilized, and structural changes may be made without departing from the spirit or scope of the present invention. The following detailed description is therefore not to be taken in a limiting sense and the scope of the present invention is defined by the appended claims and their equivalents.


Referring now to the drawings, in which like numerals refer to like elements through the several figures, aspects of the present invention and an exemplary operating environment will be described. FIG. 1 and the following discussion are intended to provide a brief, general description of a suitable computing environment in which the invention may be implemented. While the invention will be described in the general context of program modules that execute in conjunction with an application program that runs on an operating system on a personal computer, those skilled in the art will recognize that the invention may also be implemented in combination with other program modules.


Generally, program modules include routines, programs, components, data structures, and other types of structures that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.


Turning now to FIG. 1, an illustrative architecture for a personal computer 2 for practicing the various embodiments of the invention will be described. The computer architecture shown in FIG. 1 illustrates a conventional personal computer, including a central processing unit 4 (“CPU”), a system memory 6, including a random access memory 8 (“RAM”) and a read-only memory (“ROM”) 10, and a system bus 12 that couples the memory to the CPU 4. A basic input/output system containing the basic routines that help to transfer information between elements within the computer, such as during startup, is stored in the ROM 10. The personal computer 2 further includes a mass storage device 14 for storing an operating system 16, application programs, such as the application program 205, and data.


The mass storage device 14 is connected to the CPU 4 through a mass storage controller (not shown) connected to the bus 12. The mass storage device 14 and its associated computer-readable media, provide non-volatile storage for the personal computer 2. Although the description of computer-readable media contained herein refers to a mass storage device, such as a hard disk or CD-ROM drive, it should be appreciated by those skilled in the art that computer-readable media can be any available media that can be accessed by the personal computer 2.


By way of example, and not limitation, computer-readable media may comprise computer storage media and communication media. Computer storage media includes volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, DVD, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by the computer.


According to various embodiments of the invention, the personal computer 2 may operate in a networked environment using logical connections to remote computers through a TCP/IP network 18, such as the Internet. The personal computer 2 may connect to the TCP/IP network 18 through a network interface unit 20 connected to the bus 12. It should be appreciated that the network interface unit 20 may also be utilized to connect to other types of networks and remote computer systems. The personal computer 2 may also include an input/output controller 22 for receiving and processing input from a number of devices, including a keyboard or mouse (not shown). Similarly, an input/output controller 22 may provide output to a display screen, a printer, or other type of output device.


As mentioned briefly above, a number of program modules and data files may be stored in the mass storage device 14 and RAM 8 of the personal computer 2, including an operating system 16 suitable for controlling the operation of a networked personal computer, such as the WINDOWS operating systems from Microsoft Corporation of Redmond, Wash. The mass storage device 14 and RAM 8 may also store one or more application programs. In particular, the mass storage device 14 and RAM 8 may store an application program 205 for providing a variety of functionalities to a user. For instance, the application program 205 may comprise many types of programs such as a word processing application, a spreadsheet application, a desktop publishing application, and the like. According to an embodiment of the present invention, the application program 205 comprises a multiple functionality software application suite for providing functionality from a number of different software applications. Some of the individual program modules that may comprise the multiple application suite 205 include a word processing application 125, a slide presentation application 135, a spreadsheet application 140 and a database application 145. An example of such a multiple functionality application suite 205 is OFFICE manufactured by Microsoft Corporation. Other software applications illustrated in FIG. 1 include an electronic mail application 130.



FIG. 2 illustrates a computer-generated document comprising an Extensible Markup Language structure file and an associated data file according to embodiments of the present invention. Referring to FIG. 2, a computer-generated file 210 is illustrated, which is generated and/or edited by an application 205. As described above, the application 205 may be a single software application, such as a word processing application, a spreadsheet application, a slide presentation application, and the like. Or, the application 205 may represent a multiple application suite which includes multiple applications, for example, a word processing application, a spreadsheet application, a slide presentation application, and the like.


The file or document 210, for example, a word processing document, such as an article or memorandum, is comprised of two parallel, but separate, files 215, 220. According to embodiments of the present invention, XML structure applied to the file 210 according to an associated XML schema file 207 is stored in the XML structure file 215 under a document object model established for the XML structure file. For example, referring to the XML structure file 215, a first XML structural element 225 is applied to the structure file for an example heading section of the document 210. A second XML structural element 230 is applied to the XML structure file 215 for an example body section of the document. A third XML structural element 240 is applied to the XML structure file 215 for an example conclusion section of the document 210.


The schema file 207 is illustrative of an XML file associated with the file 210 for defining the XML structure applied to the file 210. For example, the schema file 207 may be used for defining the names and definitions of each of the XML elements 225, 230, 240 applied to the XML structure file 215. Similarly, the schema file 207 may be used for defining the data types and data properties that may be entered into the associated data file 220 for populating the overall file 210 according to the XML structure applied to the file 210 in the XML structure file 215.


According to embodiments of the present invention, rather than entering data for each of the structured sections of the file 210 into a single document along with the associated XML structure, the data for the file 210 is maintained in a separate data file 220 established under a separate, but parallel, document object model. As illustrated in FIG. 2, the example data file 220 contains a first data range 265 associated with the XML element 225 in the XML structure file 215. A second data range 275 is associated with both the XML element 240. Links may be written between a single data range in the data file 220 and more than one associated XML structural element in the XML structure file 215. According to embodiments of the invention, all XML structural elements do not point to or are not linked to corresponding data ranges. Referring to FIG. 2, for example, the <body> element 230 and the <paragraph> element 235 are not linked to data ranges in the data file 220. Those elements may have been applied to the document for presentation and layout. Also, it may be that data supplied to the linked data ranges may come from a third party, but data for the <body> and <paragraph> sections may come from the document editor, and there may be no need to link those elements to a data source.


Each XML element in the XML structure file 215 is linked to an associated data range in the data file 220 via a data link. According to one implementation, the data link is an XPath. As is known to those skilled in the art, the XPath provides a means for linking an XML structural element in the XML file 215 with corresponding data ranges in the data file 220. According to an embodiment, the mapping between portions of the document and associated data ranges is not a direct mapping between an XML element and an associated data range as illustrated in FIG. 2. Instead, the mapping is between a “data binding” tag in the document that is associated with a desired portion of the document, and the “data binding” tag has an XPath as a value. As should be understood by those skilled in the art, other suitable means may be utilized for establishing a data link between a given XML structural element in the XML structure file with corresponding data ranges in the associated data file 220. For a detailed discussion of linking structured portions of a document to associated data ranges in a data file or database, see U.S. patent application Ser. No. 10/164,260 filed Jun. 5, 2002, entitled “Mechanism for Downloading Software Components from a Remote Source for Use by a Local Software Application”, which is incorporated herein by reference as if fully set out herein, and U.S. patent application Ser. No. 10/366,141, filed Feb. 13, 2003, entitled “Linking Elements of a Document to Corresponding Fields, Queries and/or Procedures in a Database”, which is incorporated herein by reference as if fully set out herein.


According to embodiments of the present invention, the document 210 serves as a container for the XML structure file 215 and the associated data file 220. As should be understood by those skilled in the art, the XML structure file 215 and the associated data file 220 may be maintained in a common memory location on the hard drive of a local computing device, or on a volatile memory source such as a floppy disk or CD. Alternatively, the XML structure file 215 and the associated data file 220 may be stored in different locations and may be linked to each other via a distributed computing network. For example, the data file 220 may be stored on a computer server located a distance from the separately stored XML structure file 215, and the link between given XML structure elements in the XML structure file 215 and associated data ranges in the data file 220 may be across a distributed computing network such as a local or wide area intranet or the Internet.


Referring still to FIG. 2, when the file 210 is opened via the application 205, the file may be opened as a single document showing data from the data file 220 presented in the document structured according to the XML structure file 215. For example, opening the file 210 may result in the display of a single document having a heading with heading data from the data range 265, having a body with body data from the data range 270 and having a conclusion including conclusion data from the data range 275. When the file 210 is thus opened, the separate XML structure file 215 and the associated data file 220 are synchronized to form and display the single document having the data from the data file 220 formatted and structured according to the XML elements applied to the document via the XML structure file 215.


Alternatively, if it is desired by an author or editor of the file 210 to affect editing changes, additions or deletions to the XML elements applied to the document via the XML structure file 215, the XML structure file 215 may be opened as a separate file without population of the XML structure with data from the associated data file 220. Thus, the author and/or editor may make XML structural or formatting changes to the XML structure file without being encumbered by the inclusion of data associated with any of the XML elements. For example, an author/editor of the file 210 may decide to add a new section to the example document illustrated at FIG. 2. For example, the author/editor may decide to add a “summary” section to the file 210. For adding the summary section, the author/editor may add XML tags associated with a summary section to the XML structure file 215. After the XML structure is added to the XML structure file 215, a link is established between the new XML element(s) with an associated data range in the associated data file 220 if it is desired that data from a data range be associated with the new XML structure. That is, as described above, it is not necessary that all portions of the document be linked to associated data ranges. Some markup may be applied for presentation or formatting only.


According to embodiments of the present invention, an author/editor of the file 210 may similarly open the data file 220 separate from the XML structure file 215 for editing individual data ranges contained in the data file 220. For example, if the author/editor of the file 210 desires to edit the conclusion of the example word processing document/file 210, the author/editor may open the data file 220 and make changes to the data contained in the data range 275 illustrated in FIG. 2. Once one or more data ranges in the data file 220 are edited, the data file 220 may be saved without affecting any of the structural markup applied to the XML structure file 215. Subsequently, when the file 210 is opened by the application 205, the edited data applied to the data file 220, as described above, is displayed in the file 210 according to the associated XML structure linked to the edited data from the XML structure file 215.


According to embodiments of the present invention, a data editing application 208 may be utilized by an author/editor of the file 210 or by third parties for accessing the data file 220 and for editing data ranges contained in the data file 220. That is, the third party data editing application 208 may be a separate application from the application 205 with which the file 210 is created and/or edited. This is particularly advantageous for allowing third parties to prepare programs for running against the data file 220 on a periodic or automated basis. For example, a third-party accounting firm may be hired by a sales company to tabulate sales figures on a periodic basis. The third-party accounting firm may, on a periodic basis, open the data file 220 using a third-party data editing application 208 for automatically updating a data range contained in the data file associated with sales figures. Accordingly, when a sales manager subsequently opens the file 210 with the application 205, the opened file 210 will show the updated sales figures applied to the data file 220, but shown according to the XML structure applied to the file by the XML structure file 215.


Advantageously, the third-party accounting firm, in this example, is able to affect data changes without the potential of changing or harming XML structure applied to the document via the XML structure file 215. Indeed, the third party does not need to know anything about the XML structure applied to the document. The third party can be completely ignorant of how the document will be structured so that the third party is only responsible for its own custom data that is populated into a data range for access by the document. In addition, for security purposes, it may be desired that the third-party accounting firm, in this example, may only access certain data ranges in the data file 220 because other data ranges in the data file may contain information that is confidential and that should not be accessible by the third-party accounting firm. According to embodiments of the present invention, the third-party accounting firm may make changes directly to the one or more data ranges to which it has access for updating the overall file 210 without having access to other data ranges in the data file 220 and without having access to the XML structure applied to the file 210 by the author/editor or owner of the file 210.


According to embodiments of the present invention, as data is changed in the file 210, live updates may be made to a corresponding data range contained in the data file 220. For example, if changes are made to data associated with the heading section 225, the application 205 may pass the data changes along the link 245 to the data range 265 for automatically changing the data contained in the data range 265. Alternatively, the changes made to data in the file 210 may be temporarily stored in a temporary data file that parallels the data file 220. Then, if the author/editor of the file 210 saves the file 210, the changes made to a section of the file 210 may be passed along the corresponding link to the data range in the data file 220 for persisting those changes in the data file 220.


Similarly, if an author/editor of the file 210 makes changes to the file 210 in a given section of the file 210 associated with XML structure and corresponding data ranges, the author/editor may choose to “undo” the changes made to the data. According to one embodiment, if the changes made to the data are automatically persisted to associated data ranges in the data file 220, the application 205 may send data associated with the edited data range across an appropriate data link to the affected data range for replacing the data to a state prior to the change in the data by the author/editor. According to an alternate embodiment, if changes made to given sections of the file 210 are stored in a temporary data file until the file 210 is saved, an undo operation may be made by passing data to the temporary data file for restoring the affected data range in the temporary data file to a state of the data prior to the change made by the author/editor.


As briefly described herein, methods and systems are provided for separating markup structure applied to a document from corresponding data entered into the document to allow separate editing of the markup structure and associated data. Linking markup structure elements of the document with associated data ranges in a separate data file allow for the presentation of a merged document showing the entered data structured according to the applied markup elements. It will be apparent to those skilled in the art that various modifications or variations may be made in the present invention without departing from the scope or spirit of the invention. Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein.

Claims
  • 1. A method for managing markup structure and associated data in a computer-generated document, comprising: applying Extensible Markup Language (XML) elements to a document;generating an XML structure file for containing the XML elements applied to the document;generating an associated data file for storing data entered into the document;establishing a link from a plurality of the XML elements contained in the XML structure file with a corresponding data range contained in the associated data file, wherein the link is established by a mapping between a data binding tag in the document that is associated with a desired portion of the document, wherein the data binding tag has an XPath as a value;upon launching the document, merging data contained in the data file with linked XML elements contained in the XML structure file for displaying the data contained in the data file in the document according to the XML elements applied to the document;displaying the document on a display device;receiving edits to a given data item displayed in the document, wherein the edits are received from a third-party data editing application which is separate from an application utilized for creating and editing the data file, wherein the third-party data application has access to only a certain number of a plurality of associated data ranges in the data file for making the edits, wherein the third-party data application does not have access to associated data ranges in the plurality of associated data ranges in the data file which do not comprise the certain number, and wherein the third-party data application does not have access to the XML elements applied to the documents which are contained in the XML structure file;passing the edits to the given data item to the data file for automatically persisting in one of the plurality of associated data ranges in the data file, wherein automatically persisting comprises initiating a live update to the one of the plurality of associated data ranges in the data file, the live update comprising automatically changing the data in the one of the plurality of associated data ranges in the data file, the changed data comprising data associated with a section of the data file; andsending data associated with the edited associated data range across a data link to the associated data range to replace the data in the one of the plurality of associated data ranges to a state prior to the edits being received for the given data item displayed in the document.
  • 2. The method of claim 1, further comprising providing an electronic file container for containing the XML structure file and the data file.
  • 3. The method of claim 2, whereby upon selection of the electronic file container, providing access to each of the XML structure file and the data file.
  • 4. The method of claim 2, further comprising: allowing access to the XML structure file independent of the data file for editing the XML elements applied to the document ; andallowing access to the data file independent of the XML structure file for editing data contained in the data file.
  • 5. A method for managing markup structure and associated data in a computer-generated document, comprising: receiving an application of Extensible Markup Language (XML) elements to a document;receiving an input of data into the document;generating an XML structure file for containing the XML elements applied to the document;generating a data file for storing data entered into the document;separating the XML structure file and the data file into two separate files contained in an electronic container file;establishing a link from a plurality of the XML elements contained in the XML structure file to a corresponding data range in the data file, wherein at least one of the XML elements is a non-linked element with respect to the stored data in the data file, the at least one non-linked element being applied for presentation and layout of the document;upon launching the document, merging data contained in the data file with linked XML elements contained in the XML structure file for displaying the data contained in the data file in the document according to a document structure dictated by the XML elements applied to the document;displaying the document on a display device;receiving edits to a given data item displayed in the document, wherein the edits are received from a third-party data editing application which is separate from an application utilized for creating and editing the data file, wherein the third-party data application has access to only a certain number of a plurality of associated data ranges in the data file for making the edits, wherein the third-party data application does not have access to associated data ranges in the plurality of associated data ranges in the data file which do not comprise the certain number, and wherein the third-party data application does not have access to the XML elements applied to the documents which are contained in the XML structure file;storing the edits to the given data item in a temporary data file until the data file is saved; andpassing data to the temporary data file for restoring an affected data range in the temporary data file to a data state prior to the edits being received for the given data item displayed in the document.
  • 6. The method of claim 5, whereby upon selection of the electronic file container, providing access to each of the XML structure file and the data file.
  • 7. The method of claim 6, further comprising: allowing access to the XML structure file independent of the data file for editing the XML elements applied to the document; andallowing access to the data file independent of the XML structure file for editing data contained in the data file.
  • 8. A computer-readable storage medium having stored thereon computer-executable instructions which when executed by a computer perform a method for managing markup structure and associated data in a computer-generated document, comprising: applying Extensible Markup Language (XML) elements to a document;generating an XML structure file for containing the XML elements applied to the document;generating an associated data file for storing data entered into the document;establishing a link from a plurality of the XML elements contained in the XML structure file with a corresponding data range contained in the associated data file, wherein the link is established by a mapping between a data binding tag in the document that is associated with a desired portion of the document, wherein the data binding tag has an XPath as a value; andupon launching the document, merging data contained in the data file with linked XML elements contained in the XML structure file for displaying the data contained in the data file in the document according to the XML elements applied to the document;receiving edits to a given data item displayed in the document, wherein the edits are received from a third-party data editing application which is separate from an application utilized for creating and editing the data file, wherein the third-party data application has access to only a certain number of a plurality of associated data ranges in the data file for making the edits, wherein the third-party data application does not have access to associated data ranges in the plurality of associated data ranges in the data file which do not comprise the certain number, and wherein the third-party data application does not have access to the XML elements applied to the documents which are contained in the XML structure file;passing the edits to the given data item to the data file for automatically persisting in one of the plurality of associated data ranges in the data file, wherein automatically persisting comprises initiating a live update to the one of the plurality of associated data ranges in the data file, the live update comprising automatically changing the data in the one of the plurality of associated data ranges in the data file, the changed data comprising data associated with a section of the data file; andsending data associated with the edited associated data range across a data link to the associated data range to replace the data in the one of the plurality of associated data ranges to a state prior to the edits being received for the given data item displayed in the document.
  • 9. The computer-readable storage medium of claim 8, further comprising providing an electronic file container for containing the XML structure file and the data file.
  • 10. The computer-readable storage medium of claim 9, whereby upon selection of the electronic file container, providing access to each of the XML structure file and the data file.
  • 11. The computer-readable storage medium of claim 9, further comprising allowing access to the data file independent of the XML structure file for editing data contained in the data file.
  • 12. The computer-readable storage medium of claim 8, whereby establishing a link from a given XML element contained in the XML structure file to a corresponding data range contained in the data file includes establishing an XPath from each XML element contained in the XML structure file that is linked to a corresponding data range contained in the data file.
  • 13. The computer-readable storage medium of claim 8, whereby one or more XML elements contained in the XML structure file are not linked to associated data ranges contained in the data file, the one or more non-linked XML elements being applied for presentation and layout of the document.
US Referenced Citations (263)
Number Name Date Kind
4410286 Ko et al. Oct 1983 A
4594674 Boulia et al. Jun 1986 A
4649513 Martin et al. Mar 1987 A
4870611 Martin et al. Sep 1989 A
5222205 Larson et al. Jun 1993 A
5267155 Buchanan et al. Nov 1993 A
5469533 Dennis Nov 1995 A
5487138 Rust et al. Jan 1996 A
5537526 Anderson et al. Jul 1996 A
5579466 Habib et al. Nov 1996 A
5579519 Pelletier Nov 1996 A
5613124 Atkinson et al. Mar 1997 A
5655130 Dodge et al. Aug 1997 A
5675788 Husick et al. Oct 1997 A
5701342 Anderson et al. Dec 1997 A
5745910 Piersol et al. Apr 1998 A
5752055 Redpath et al. May 1998 A
5752056 Celik May 1998 A
5819295 Nakagawa et al. Oct 1998 A
5845058 Shaw et al. Dec 1998 A
5893109 DeRose et al. Apr 1999 A
5903903 Kennedy May 1999 A
5903905 Andersen et al. May 1999 A
5905504 Barkans et al. May 1999 A
5911776 Guck Jun 1999 A
5950215 Tabuchi Sep 1999 A
5960168 Shaw et al. Sep 1999 A
5993088 Nogay et al. Nov 1999 A
6023714 Hill et al. Feb 2000 A
6026416 Kanerva et al. Feb 2000 A
6067531 Hoyt et al. May 2000 A
6094665 Lyons et al. Jul 2000 A
6134552 Fritz et al. Oct 2000 A
6144974 Gartland Nov 2000 A
6175845 Smith et al. Jan 2001 B1
6182080 Clements Jan 2001 B1
6182096 Mastie et al. Jan 2001 B1
6199082 Ferrel et al. Mar 2001 B1
6212530 Kadlec Apr 2001 B1
6247018 Rheaume Jun 2001 B1
6247066 Tanaka Jun 2001 B1
6269403 Anders et al. Jul 2001 B1
6342904 Vasudevan et al. Jan 2002 B1
6362870 Mui et al. Mar 2002 B2
6393441 Kanerva et al. May 2002 B1
6407821 Hohensee et al. Jun 2002 B1
6418448 Sarkar Jul 2002 B1
6449653 Klemets et al. Sep 2002 B2
6457017 Watkins et al. Sep 2002 B2
6480206 Prinzing Nov 2002 B2
6484189 Gerlach et al. Nov 2002 B1
6496206 Mernyk et al. Dec 2002 B1
6507858 Kanerva et al. Jan 2003 B1
6509974 Hansen Jan 2003 B1
6538760 deBry et al. Mar 2003 B1
6549918 Probert, Jr. et al. Apr 2003 B1
6583789 Carlson et al. Jun 2003 B1
6591278 Ernst Jul 2003 B1
6604144 Anders Aug 2003 B1
6608693 Loyd et al. Aug 2003 B1
6609200 Anderson et al. Aug 2003 B2
6654737 Nunez Nov 2003 B1
6657647 Bright Dec 2003 B1
6658477 Lisitsa et al. Dec 2003 B1
6674540 Wiechers et al. Jan 2004 B1
6675353 Friedman Jan 2004 B1
6675356 Adler et al. Jan 2004 B1
6681223 Sundaresan Jan 2004 B1
6694485 Kelley et al. Feb 2004 B1
6715126 Chang et al. Mar 2004 B1
6763343 Brooke et al. Jul 2004 B1
6771291 DiStefano, III Aug 2004 B1
6781609 Barker et al. Aug 2004 B1
6785673 Fernandez Aug 2004 B1
6789229 Dunietz et al. Sep 2004 B1
6812941 Brown et al. Nov 2004 B1
6871321 Wakayama Mar 2005 B2
6910843 Saw et al. Jun 2005 B2
6912555 Lemon et al. Jun 2005 B2
6918082 Gross et al. Jul 2005 B1
6925597 Anwar Aug 2005 B2
6925631 Golden Aug 2005 B2
6931590 Kanie et al. Aug 2005 B2
6938203 Dimarco et al. Aug 2005 B1
6941510 Ozzie et al. Sep 2005 B1
6952801 Warmus et al. Oct 2005 B2
6961902 Anecki et al. Nov 2005 B2
6981207 Bakman et al. Dec 2005 B1
6993527 Raman et al. Jan 2006 B1
7036076 Anwar Apr 2006 B2
7051276 Mogilevsky et al. May 2006 B1
7054841 Tenorio May 2006 B1
7080083 Kim et al. Jul 2006 B2
7134071 Ohwada et al. Nov 2006 B2
7168035 Bell et al. Jan 2007 B1
7171618 Harrington et al. Jan 2007 B2
7290205 Monocsko et al. Oct 2007 B2
7301544 Yuan Nov 2007 B2
7412649 Emek et al. Aug 2008 B2
7418652 Ornstein et al. Aug 2008 B2
7487448 Emerson et al. Feb 2009 B2
7549118 Shur et al. Jun 2009 B2
20010003828 Peterson et al. Jun 2001 A1
20010013043 Wagner Aug 2001 A1
20010016842 Umen et al. Aug 2001 A1
20010018697 Kunitake et al. Aug 2001 A1
20010034739 Anecki et al. Oct 2001 A1
20010039552 Killi et al. Nov 2001 A1
20010044809 Parasnis et al. Nov 2001 A1
20010044813 Frank Nov 2001 A1
20010051962 Piotkin Dec 2001 A1
20010054042 Watkins et al. Dec 2001 A1
20020004805 Nojima et al. Jan 2002 A1
20020016800 Spivak et al. Feb 2002 A1
20020038348 Malone et al. Mar 2002 A1
20020049790 Ricker et al. Apr 2002 A1
20020059265 Valorose May 2002 A1
20020059337 Takaoka et al. May 2002 A1
20020065848 Walker et al. May 2002 A1
20020065857 Michalewicz May 2002 A1
20020073236 Helgeson et al. Jun 2002 A1
20020087602 Masuda et al. Jul 2002 A1
20020099797 Merrell et al. Jul 2002 A1
20020103835 Kearney Aug 2002 A1
20020107886 Gentner et al. Aug 2002 A1
20020111133 Wittkotter Aug 2002 A1
20020116421 Fox et al. Aug 2002 A1
20020120647 Amano Aug 2002 A1
20020129058 Story et al. Sep 2002 A1
20020136662 Khaba Sep 2002 A1
20020174145 Duga et al. Nov 2002 A1
20020184263 Perinet et al. Dec 2002 A1
20020188638 Hamscher Dec 2002 A1
20020194220 Sluiman Dec 2002 A1
20030004957 Broman et al. Jan 2003 A1
20030023637 Halahmi Jan 2003 A1
20030028560 Kudrolli et al. Feb 2003 A1
20030033287 Shanahan et al. Feb 2003 A1
20030065946 Holliday et al. Apr 2003 A1
20030074633 Boulmakoul et al. Apr 2003 A1
20030079181 Schumacher et al. Apr 2003 A1
20030093520 Beesley May 2003 A1
20030115547 Ohwada et al. Jun 2003 A1
20030120671 Kim et al. Jun 2003 A1
20030126136 Omoigui Jul 2003 A1
20030126260 Husain et al. Jul 2003 A1
20030137539 Dees Jul 2003 A1
20030137691 Tanaka Jul 2003 A1
20030142128 Reulein et al. Jul 2003 A1
20030145134 Wehage et al. Jul 2003 A1
20030149934 Worden Aug 2003 A1
20030149935 Takizawa et al. Aug 2003 A1
20030158851 Britton et al. Aug 2003 A1
20030163552 Savitzky et al. Aug 2003 A1
20030167446 Thomas Sep 2003 A1
20030172168 Mak et al. Sep 2003 A1
20030172343 Leymaster et al. Sep 2003 A1
20030177446 Gropper et al. Sep 2003 A1
20030177449 Rose Sep 2003 A1
20030182450 Ong et al. Sep 2003 A1
20030182656 Leathers et al. Sep 2003 A1
20030195784 Smith Oct 2003 A1
20030196176 Abu-Ghazalah et al. Oct 2003 A1
20030221167 Goldstein et al. Nov 2003 A1
20030222890 Salesin et al. Dec 2003 A1
20030229845 Salesin et al. Dec 2003 A1
20030233420 Stark et al. Dec 2003 A1
20030237048 Jones et al. Dec 2003 A1
20030237049 Sawicki et al. Dec 2003 A1
20040003343 Liao et al. Jan 2004 A1
20040003388 Jacquemot et al. Jan 2004 A1
20040015782 Day et al. Jan 2004 A1
20040015890 Wong et al. Jan 2004 A1
20040015908 Giel et al. Jan 2004 A1
20040019853 Takizawa et al. Jan 2004 A1
20040030711 Roudot Feb 2004 A1
20040030987 Manelli Feb 2004 A1
20040034848 Moore et al. Feb 2004 A1
20040049737 Simon et al. Mar 2004 A1
20040054669 Seyrat et al. Mar 2004 A1
20040054697 Brandenberger Mar 2004 A1
20040066527 Kloosterman et al. Apr 2004 A1
20040078755 Shinjo et al. Apr 2004 A1
20040088332 Lee et al. May 2004 A1
20040103073 Blake et al. May 2004 A1
20040117733 Moreau et al. Jun 2004 A1
20040128535 Cheng Jul 2004 A1
20040128623 Hudson Jul 2004 A1
20040139049 Hancock et al. Jul 2004 A1
20040148278 Milo et al. Jul 2004 A1
20040148567 Jeon et al. Jul 2004 A1
20040153467 Conover et al. Aug 2004 A1
20040172584 Jones et al. Sep 2004 A1
20040172592 Collie et al. Sep 2004 A1
20040181753 Michaelides Sep 2004 A1
20040183837 Watanabe et al. Sep 2004 A1
20040194025 Hubert et al. Sep 2004 A1
20040205533 Lopata et al. Oct 2004 A1
20040205539 Mak et al. Oct 2004 A1
20040205580 De Angelis et al. Oct 2004 A1
20040205623 Weil et al. Oct 2004 A1
20040205653 Hadfield et al. Oct 2004 A1
20040205656 Reulein et al. Oct 2004 A1
20040216048 Brown et al. Oct 2004 A1
20040221233 Thielen Nov 2004 A1
20040226012 Awada et al. Nov 2004 A1
20040230894 Elza et al. Nov 2004 A1
20040243551 Boone et al. Dec 2004 A1
20040267553 Brunton Dec 2004 A1
20040268304 Kuo et al. Dec 2004 A1
20050005233 Kays et al. Jan 2005 A1
20050022113 Hanlon Jan 2005 A1
20050063010 Giannetti Mar 2005 A1
20050066335 Aarts Mar 2005 A1
20050071385 Rao Mar 2005 A1
20050071755 Harrington et al. Mar 2005 A1
20050091574 Maaniitty et al. Apr 2005 A1
20050091575 Relyea et al. Apr 2005 A1
20050099398 Garside et al. May 2005 A1
20050105116 Kobashi May 2005 A1
20050108001 Aarskog May 2005 A1
20050108212 Karimisetty et al. May 2005 A1
20050108278 Jones et al. May 2005 A1
20050120061 Kraft Jun 2005 A1
20050125720 Little et al. Jun 2005 A1
20050125728 Peiro et al. Jun 2005 A1
20050132279 Relyea et al. Jun 2005 A1
20050144556 Petersen et al. Jun 2005 A1
20050177784 Andrews et al. Aug 2005 A1
20050192813 Richard Sep 2005 A1
20050198561 McAuley Sep 2005 A1
20050204016 McAuley Sep 2005 A1
20050210026 Wood Sep 2005 A1
20050223312 Erdtmann et al. Oct 2005 A1
20050246724 Foehr et al. Nov 2005 A1
20050248790 Ornstein et al. Nov 2005 A1
20050249536 Sedky et al. Nov 2005 A1
20050251739 Shur et al. Nov 2005 A1
20050251740 Shur et al. Nov 2005 A1
20050251742 Mogilevsky et al. Nov 2005 A1
20050268221 Shur et al. Dec 2005 A1
20050278616 Eller Dec 2005 A1
20050278626 Malik Dec 2005 A1
20060010371 Shur et al. Jan 2006 A1
20060025091 Buford Feb 2006 A1
20060026585 Haselden et al. Feb 2006 A1
20060031749 Schramm et al. Feb 2006 A1
20060031758 Shur et al. Feb 2006 A1
20060041838 Khan Feb 2006 A1
20060047743 Yuan et al. Mar 2006 A1
20060056334 Yuan et al. Mar 2006 A1
20060080314 Hubert et al. Apr 2006 A1
20060080316 Gilmore et al. Apr 2006 A1
20060080603 Bailey et al. Apr 2006 A1
20060095834 Jeon et al. May 2006 A1
20060117019 Sylthe et al. Jun 2006 A1
20060136809 Fermstrom Jun 2006 A1
20060155529 Ludviksson et al. Jul 2006 A1
20060168562 Emek et al. Jul 2006 A1
20060206794 Ornstein et al. Sep 2006 A1
20060227150 Yuan Oct 2006 A1
20070061384 Harrington et al. Mar 2007 A1
20070136443 Sah et al. Jun 2007 A1
Foreign Referenced Citations (13)
Number Date Country
1 376 387 Jan 2004 EP
1 452 966 Nov 2004 EP
1 672 543 A28 Nov 2005 EP
1 672 528 Dec 2005 EP
WO 9901802 Jan 1999 WO
WO 0144932 Jun 2001 WO
WO 0180044 Oct 2001 WO
WO 0221339 Mar 2002 WO
WO 03009517 Jan 2003 WO
WO 03021537 Mar 2003 WO
WO 2006021673 Jun 2006 WO
WO 2006133053 Dec 2006 WO
200509350 Apr 2008 ZA
Related Publications (1)
Number Date Country
20060136812 A1 Jun 2006 US