US8065606B1 - System and method for automating document generation - Google Patents

System and method for automating document generation Download PDF

Info

Publication number
US8065606B1
US8065606B1 US11/228,574 US22857405A US8065606B1 US 8065606 B1 US8065606 B1 US 8065606B1 US 22857405 A US22857405 A US 22857405A US 8065606 B1 US8065606 B1 US 8065606B1
Authority
US
United States
Prior art keywords
data
document
user
heap
content
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US11/228,574
Inventor
Samuel L. Gralnick
Thomas H. Hill
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
JPMorgan Chase Bank NA
Original Assignee
JPMorgan Chase Bank NA
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by JPMorgan Chase Bank NA filed Critical JPMorgan Chase Bank NA
Priority to US11/228,574 priority Critical patent/US8065606B1/en
Assigned to JPMORGAN CHASE BANK, N.A. reassignment JPMORGAN CHASE BANK, N.A. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HILL, THOMAS H., GRALNICK, SAMUEL L.
Priority to US13/207,099 priority patent/US8732567B1/en
Application granted granted Critical
Publication of US8065606B1 publication Critical patent/US8065606B1/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/123Storage facilities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents
    • G06F40/143Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/197Version control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • the present invention relates generally to a system and a method for generating computer-accessible documents from a plurality of data sources and maintaining the integrity of the documents.
  • a business document such as a text file or presentation slides
  • a document includes data imported from multiple sources and multiple applications external to the document.
  • the importation of data into a document is performed manually, once a user has located the relevant data.
  • Generating a document that requires a large volume of data to be imported, such as, for example, presentation slides in which data from multiple sources are compiled, can take weeks, sometimes even months, to produce depending on the size of the document.
  • the present invention provides a system and a method that compiles and assembles data from multiple sources and generates documents using structured elements that incorporate the compiled data. Maintenance of each generated document is controlled by the system through automatic “versioning” or version creation for modifications made to the generated document. By automating the compilation of relevant data for a document and maintaining each document's integrity through automatic versioning, the time and human error associated with generating documents using data from multiple data sources are reduced significantly.
  • the system includes a content building application, referred to herein as a content builder, multiple application program interfaces (APIs) to interface with multiple data sources, a catalog of predefined structured elements or content elements, and a data map.
  • the system also includes sets of instructions and templates for generating different types of documents using the content builder, such as, for example, slides for a PowerPointTM presentation, or a portable document format (PDF) document.
  • a content element is a collection of data structured into a type of display that is embedded into the document by the content builder.
  • the content elements may be grouped into categories, such as, for example, corporate financial data, risk exposure data, and credit profitability data.
  • Each content element includes a data type, such as, for example, a chart or a graph, and data gathered from a compilation or superset of data retrieved by the system from multiple data sources, referred to herein as a data heap.
  • Each content element also includes instructions for locating and retrieving the associated data from within a data heap generated by the system, and instructions for formatting and presenting the content element within the document.
  • a data heap is a collection of data retrieved by the system from multiple data sources.
  • the data heap is maintained in a temporary memory that is accessible by the content builder.
  • the data heap is created using a hierarchical structure, similar to structures associated with an extensible markup language (XML) document.
  • XML extensible markup language
  • the system may save the associated data heap, for example, as an XML document, and attaches the saved data heap file to the generated document.
  • the system also includes a user interface, such as an Internet Web page.
  • the content builder uses a data map to retrieve data from multiple data sources.
  • the data map includes the locations of the data from the multiple data sources and instructions for generating a data heap.
  • the data map also assists in creating a content element because the data map contains the layout of the data within the data heap.
  • the content builder accesses the data map to determine where data relevant to each content element is located within the data heap.
  • a computer-readable storage medium storing computer code for implementing the method of generating and maintaining a document, described herein, is provided.
  • a method for generating a document and maintaining the integrity of the document includes steps for a user accessing a system according to the present invention via a user interface, such as, for example, a Web page.
  • the user is prompted to select a type of document to be created and to input a beginning date or start date for the system to retrieve data.
  • the user also is prompted to input one or more clients, for example, by name, by category, or by group, in order for the system to retrieve data associated with the clients.
  • the system Upon receiving the user inputs, the system queries multiple data sources from within the user's organization or external to the user's organization for all data corresponding to the inputted clients and generated no earlier than the start date inputted by the user. To locate the data, the system uses a data map to retrieve the pertinent data from the corresponding data sources. The system then generates a data heap, which is a superset of all the data corresponding to the inputted start date and clients. The system formats the data heap using a hierarchical structure, with the inputted start date serving as a root node or element and the inputted clients following as child nodes descending from the root node (the inputted start date). Descending from each client are attribute nodes containing associated business data. Each attribute may have a name, a value, a data source identifier, a date and time stamp corresponding to the date and time the system retrieved the data, and one or more flags characterizing the data associated with each attribute.
  • the system then outputs a list of content elements to the user.
  • the user selects which content elements are to be present in the generated document.
  • each content element is, in essence, a data graphic file
  • the user may instruct the system to generate a document with “built in” or embedded graphics, such as, for example, spreadsheets, tables, charts, and other pictorial and/or graphical presentations of data. Since each content element is created using data retrieved from multiple data sources, the content builder replaces the typical process of manually searching for and retrieving data from multiple data sources, and then manually creating spreadsheets, tables, charts, and other presentations of the data.
  • the system receives the selected content elements and generates or builds the document using the content builder. For each selected content element, the content builder references the data map to locate the relevant data. The content builder then creates each selected content element according to the instructions associated with each content element. The system then generates the document according to the stored predefined templates and embeds the selected content elements.
  • the system saves the generated document and outputs it to the user according to user-inputted instructions. Additionally, the system saves the data heap associated with the document, preferably as an XML document, and attaches it to the document. In doing so, the system provides a “snapshot” of all the possible data provided to the user at the time the document was created. The user then may access the document through an applicable business, commercial, or other application in order to add, remove, or modify unstructured content, such as, for example, the text or the page layout of the document. Once the user has modified the document, the system automatically saves the document as a new version. Thus, the integrity of the document is maintained automatically by the system, which reduces human error typically associated with document revisions.
  • the user may wish to revise one or more content elements in the document.
  • the user accesses the system via the user interface, and opens the document using the system.
  • the system displays the content elements and the associated data previously selected by the user to generate the document.
  • the user may view each content element and the respective data in aggregate form.
  • the user also may view the respective data of each content element in detail.
  • the system generates a new data heap to provide the user with the most up-to-date data associated with the clients previously selected by the user.
  • the user may modify the content elements in the document, may add and/or remove content elements, or may instruct the system to generate an entirely new document. Modifications involving content elements are flagged within the data of the content elements.
  • the content builder regenerates the document and automatically saves the regenerated document as a new version. Additionally, the system automatically saves the regenerated data heap as a new version of the original data heap and attaches the regenerated data heap file to the new version of the document. The system maintains synchronicity between the document and the associated data heap in order to allow a user to view all the relevant data available at the time each version of the document was created. By automatically generating new versions of both the document and the data heap, the system maintains the integrity of the document without requiring manual intervention.
  • the system significantly reduces time and human error associated with generating documents that utilize large amounts of data from multiple data sources spread throughout a corporation.
  • the documents referred to herein may be of any type, including but not limited to, text, presentation, multimedia, etc.
  • the documents are business documents with financial data.
  • FIG. 1 illustrates a document-generation system, according to an embodiment of the present invention.
  • FIG. 2 is a flow chart describing a processing flow of a method for generating a document and maintaining document integrity, according to an embodiment of the present invention.
  • FIG. 1 illustrates an arrangement of a system 101 for automating the generation of business documents according to an embodiment of the present invention.
  • the system 101 includes a content building application 102 , or content builder, and a repository 103 that contains a data map 113 , a catalog of content elements 114 , and one or more document templates 115 .
  • the system 101 also includes one or more APIs 105 , 106 , 107 , which allow the system 101 to interface with multiple sources of data, such as, for example, a Microsoft AccessTM database 108 , an SQL database 109 , or some other database 110 .
  • a user may utilize the system at a workstation 111 and access the system 101 through a user interface 112 , such as a Web page.
  • a data heap 104 is maintained in a temporary computer-readable memory within the system 101 while the content builder 102 is used to create a document.
  • the system 101 includes a standard microprocessor for executing the content building application and other software applications and routines discussed below.
  • FIG. 2 illustrates a method for automating the generation of documents according to an embodiment of the present invention.
  • the steps of the method need not be taken in the sequence illustrated, and some steps may be implemented essentially simultaneously.
  • a user such as, for example, the user 111 , accesses the system 101 via the user interface 112 .
  • the user 111 accesses the system 101 through a Web page.
  • the user 111 may enter login information, such as a user identification number and a password.
  • the user 111 is prompted to select a type of document to be generated, such as a presentation, a word processing (text) document, or a PDF document.
  • a type of document to be generated such as a presentation, a word processing (text) document, or a PDF document.
  • the user 111 also is prompted to enter a start date and one or more client identifiers. Clients may be identified individually as well as identified by one or more groups or categories. For example, the user 111 may wish for the system 101 to retrieve all data relevant to clients in the oil and gas industry beginning from the end of the first quarter in 2002. Thus, at step S 201 , the user 111 enters a start date of 03312002 and an alphanumerical identifier for oil and gas clients.
  • the system 101 receives the user inputs and queries multiple data sources, such as the databases 108 , 109 , 110 , for data corresponding to the inputted date and client identifiers.
  • the system 101 utilizes the data map 113 to determine which databases contain the appropriate data.
  • the data map 113 is pre-constructed by a system administrator and includes the locations of data within a corporation.
  • the system 101 may determine that data sources 108 , 109 , 110 may hold all of the data corresponding to the inputted date and client identifiers and retrieves the data from data sources 108 , 109 , 110 using the applicable APIs 105 , 106 , 107 .
  • the system 101 Upon retrieving the corresponding data via the APIs 105 , 106 , 107 , the system 101 creates and stores a data heap 104 in a computer-readable memory, which temporarily stores all of the retrieved data.
  • the data heap 104 is structured according to a set of instructions included in the data map 113 .
  • the data map 113 instructs the system 101 to generate the data heap 104 using a hierarchical structure.
  • the inputted start date is at the top of the hierarchy and serves as the root node of the hierarchical structure. Each inputted client (child node) then descends directly from the root node, i.e., the inputted start date. Descending from each child node are data nodes containing all of the data retrieved for each client.
  • An attribute node may contain the following information: a name, a value, a data source identifier, a date and/or time stamp corresponding to the date and time the attribute was retrieved by the system 101 , and one or more flags characterizing the data of the attribute.
  • the data heap 104 contains all of the data associated with the inputted client identifiers, which has a date no earlier than the start date inputted by the user 111 .
  • the system 101 outputs the content elements 114 maintained in the repository 103 to the user 111 .
  • the user 111 selects the content elements to be included in the document and instructs the system 101 to build the document.
  • the content building application 102 generates the document using the document templates 115 stored in the repository 103 .
  • the content building application 102 then generates each selected content element by first locating the corresponding data within the data heap 104 according to the data map 113 . Because the data heap 104 is structured according to instructions provided in the data map 113 , the location of any data for any content element is found within the data map 113 . Additionally, the content building application 102 formats the content element according to instructions stored within the content element. The system 101 then embeds the formatted content elements into the document.
  • the system 101 saves the document and saves the data heap 104 as an XML document.
  • the system maintains a “snapshot” image of the data heap used to generate the associated document.
  • the system 101 then transmits the document to a destination according to user-inputted instructions.
  • the user 111 may access the document using a business, commercial, or other software application that corresponds to the type of the document created.
  • a business, commercial, or other software application that corresponds to the type of the document created.
  • only one user may access and edit the document at any given time in order to maintain the integrity of the document.
  • the user 111 may access the document using a presentation software application, such as Microsoft PowerPointTM.
  • the user 111 may add, remove, and/or edit any unstructured content of the document, where unstructured content is content that is not associated with a content element.
  • the system 101 automatically saves the revised document as a new version. Thus, no content is lost between versions of the document.
  • the user 111 may revise the content elements within the document by accessing the document using the system 101 via the user interface 112 .
  • the system 101 provides a list of the content elements presently embedded in the document and the data underlying each content element. Additionally, the system 101 generates a new version of the original data heap 104 associated with the document, so that the user 111 has the most recent data available.
  • the user 111 then may add or remove content elements, and/or may modify the document entirely. In each content element that is removed or modified, the content building application 102 flags the fact within the data of the associated content element.
  • the content building application 102 generates a modified document and prompts the system 101 to save the modified document as a new version of the original document.
  • the content building application 102 also prompts the system to save the new version of the data heap 104 as an attachment.
  • the system 101 provides an updated “snapshot” image of all the data available to the user 111 while the user 111 was modifying the document.
  • the system 101 then outputs the modified document and the associated data heap file to one or more destinations as instructed by the user 111 .

Abstract

A system and a method for generating a document and maintaining the integrity of the document includes compiling a superset of data into a data heap from multiple data sources, where the data heap corresponds to a start date and one or more clients. The system generates the document using content elements, which are created using the compiled data, and embeds the content elements into the document. The document then is accessible through an associated software application. The data heap is saved and attached to the document. When the document is modified or edited in any manner, the system automatically saves the modified document as a new version. Additionally, the data heap is synchronized to the associated document and, therefore, is regenerated and saved as a new version along with the modified document.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates generally to a system and a method for generating computer-accessible documents from a plurality of data sources and maintaining the integrity of the documents.
2. Related Art
It is common when generating a business document, such as a text file or presentation slides, to draft, review, and revise the document multiple times before a final document is produced. Often, such a document includes data imported from multiple sources and multiple applications external to the document. Typically, the importation of data into a document is performed manually, once a user has located the relevant data. Generating a document that requires a large volume of data to be imported, such as, for example, presentation slides in which data from multiple sources are compiled, can take weeks, sometimes even months, to produce depending on the size of the document.
Additionally, because a document often is edited and revised multiple times before a final document is produced, changes between each version of the document are lost when a new version is not created for each time the document is modified. If multiple users have access to the document, maintaining the integrity of the document becomes increasingly difficult. Accordingly, a need exists for an improved way of automating the creation of documents that utilize external or imported data, and for an improved means of maintaining the integrity of such documents in order to reduce the time and human error often associated with documents made through the collaborative efforts of multiple users.
SUMMARY OF INVENTION
The present invention provides a system and a method that compiles and assembles data from multiple sources and generates documents using structured elements that incorporate the compiled data. Maintenance of each generated document is controlled by the system through automatic “versioning” or version creation for modifications made to the generated document. By automating the compilation of relevant data for a document and maintaining each document's integrity through automatic versioning, the time and human error associated with generating documents using data from multiple data sources are reduced significantly.
According to the invention, the system includes a content building application, referred to herein as a content builder, multiple application program interfaces (APIs) to interface with multiple data sources, a catalog of predefined structured elements or content elements, and a data map. The system also includes sets of instructions and templates for generating different types of documents using the content builder, such as, for example, slides for a PowerPoint™ presentation, or a portable document format (PDF) document. A content element is a collection of data structured into a type of display that is embedded into the document by the content builder. The content elements may be grouped into categories, such as, for example, corporate financial data, risk exposure data, and credit profitability data. Each content element includes a data type, such as, for example, a chart or a graph, and data gathered from a compilation or superset of data retrieved by the system from multiple data sources, referred to herein as a data heap. Each content element also includes instructions for locating and retrieving the associated data from within a data heap generated by the system, and instructions for formatting and presenting the content element within the document.
As mentioned above, a data heap is a collection of data retrieved by the system from multiple data sources. When the system is generating a document, the data heap is maintained in a temporary memory that is accessible by the content builder. The data heap is created using a hierarchical structure, similar to structures associated with an extensible markup language (XML) document. Once the content builder has generated the document, the system may save the associated data heap, for example, as an XML document, and attaches the saved data heap file to the generated document. The system also includes a user interface, such as an Internet Web page.
The content builder uses a data map to retrieve data from multiple data sources. The data map includes the locations of the data from the multiple data sources and instructions for generating a data heap. The data map also assists in creating a content element because the data map contains the layout of the data within the data heap. Thus, the content builder accesses the data map to determine where data relevant to each content element is located within the data heap.
According to an embodiment of the present invention, a computer-readable storage medium storing computer code for implementing the method of generating and maintaining a document, described herein, is provided.
According to an embodiment of the present invention, a method for generating a document and maintaining the integrity of the document is provided. The method includes steps for a user accessing a system according to the present invention via a user interface, such as, for example, a Web page. The user is prompted to select a type of document to be created and to input a beginning date or start date for the system to retrieve data. The user also is prompted to input one or more clients, for example, by name, by category, or by group, in order for the system to retrieve data associated with the clients.
Upon receiving the user inputs, the system queries multiple data sources from within the user's organization or external to the user's organization for all data corresponding to the inputted clients and generated no earlier than the start date inputted by the user. To locate the data, the system uses a data map to retrieve the pertinent data from the corresponding data sources. The system then generates a data heap, which is a superset of all the data corresponding to the inputted start date and clients. The system formats the data heap using a hierarchical structure, with the inputted start date serving as a root node or element and the inputted clients following as child nodes descending from the root node (the inputted start date). Descending from each client are attribute nodes containing associated business data. Each attribute may have a name, a value, a data source identifier, a date and time stamp corresponding to the date and time the system retrieved the data, and one or more flags characterizing the data associated with each attribute.
The system then outputs a list of content elements to the user. The user selects which content elements are to be present in the generated document. Because each content element is, in essence, a data graphic file, the user may instruct the system to generate a document with “built in” or embedded graphics, such as, for example, spreadsheets, tables, charts, and other pictorial and/or graphical presentations of data. Since each content element is created using data retrieved from multiple data sources, the content builder replaces the typical process of manually searching for and retrieving data from multiple data sources, and then manually creating spreadsheets, tables, charts, and other presentations of the data.
The system receives the selected content elements and generates or builds the document using the content builder. For each selected content element, the content builder references the data map to locate the relevant data. The content builder then creates each selected content element according to the instructions associated with each content element. The system then generates the document according to the stored predefined templates and embeds the selected content elements.
The system saves the generated document and outputs it to the user according to user-inputted instructions. Additionally, the system saves the data heap associated with the document, preferably as an XML document, and attaches it to the document. In doing so, the system provides a “snapshot” of all the possible data provided to the user at the time the document was created. The user then may access the document through an applicable business, commercial, or other application in order to add, remove, or modify unstructured content, such as, for example, the text or the page layout of the document. Once the user has modified the document, the system automatically saves the document as a new version. Thus, the integrity of the document is maintained automatically by the system, which reduces human error typically associated with document revisions.
Alternatively, the user may wish to revise one or more content elements in the document. To do so, the user accesses the system via the user interface, and opens the document using the system. The system displays the content elements and the associated data previously selected by the user to generate the document. The user may view each content element and the respective data in aggregate form. The user also may view the respective data of each content element in detail. Optionally, the system generates a new data heap to provide the user with the most up-to-date data associated with the clients previously selected by the user. At this point, the user may modify the content elements in the document, may add and/or remove content elements, or may instruct the system to generate an entirely new document. Modifications involving content elements are flagged within the data of the content elements. Once the user completes the modifications, the content builder regenerates the document and automatically saves the regenerated document as a new version. Additionally, the system automatically saves the regenerated data heap as a new version of the original data heap and attaches the regenerated data heap file to the new version of the document. The system maintains synchronicity between the document and the associated data heap in order to allow a user to view all the relevant data available at the time each version of the document was created. By automatically generating new versions of both the document and the data heap, the system maintains the integrity of the document without requiring manual intervention.
Thus, the system significantly reduces time and human error associated with generating documents that utilize large amounts of data from multiple data sources spread throughout a corporation.
The documents referred to herein may be of any type, including but not limited to, text, presentation, multimedia, etc. Preferably, the documents are business documents with financial data.
BRIEF DESCRIPTION OF THE DRAWINGS
The present invention will be more readily understood from the detailed description presented below considered in conjunction with the attached drawings, of which:
FIG. 1 illustrates a document-generation system, according to an embodiment of the present invention; and
FIG. 2 is a flow chart describing a processing flow of a method for generating a document and maintaining document integrity, according to an embodiment of the present invention.
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 illustrates an arrangement of a system 101 for automating the generation of business documents according to an embodiment of the present invention. The system 101 includes a content building application 102, or content builder, and a repository 103 that contains a data map 113, a catalog of content elements 114, and one or more document templates 115. The system 101 also includes one or more APIs 105, 106, 107, which allow the system 101 to interface with multiple sources of data, such as, for example, a Microsoft Access™ database 108, an SQL database 109, or some other database 110. A user may utilize the system at a workstation 111 and access the system 101 through a user interface 112, such as a Web page. A data heap 104 is maintained in a temporary computer-readable memory within the system 101 while the content builder 102 is used to create a document. Although not shown, the system 101 includes a standard microprocessor for executing the content building application and other software applications and routines discussed below.
FIG. 2 illustrates a method for automating the generation of documents according to an embodiment of the present invention. The steps of the method need not be taken in the sequence illustrated, and some steps may be implemented essentially simultaneously. In step S201, a user, such as, for example, the user 111, accesses the system 101 via the user interface 112. For example, if the system is a Web-based system, the user 111 accesses the system 101 through a Web page. The user 111 may enter login information, such as a user identification number and a password. Once the user 111 has accessed the system 101, the user 111 is prompted to select a type of document to be generated, such as a presentation, a word processing (text) document, or a PDF document. The user 111 also is prompted to enter a start date and one or more client identifiers. Clients may be identified individually as well as identified by one or more groups or categories. For example, the user 111 may wish for the system 101 to retrieve all data relevant to clients in the oil and gas industry beginning from the end of the first quarter in 2002. Thus, at step S201, the user 111 enters a start date of 03312002 and an alphanumerical identifier for oil and gas clients.
At step S202, the system 101 receives the user inputs and queries multiple data sources, such as the databases 108, 109, 110, for data corresponding to the inputted date and client identifiers. The system 101 utilizes the data map 113 to determine which databases contain the appropriate data. The data map 113 is pre-constructed by a system administrator and includes the locations of data within a corporation. Thus, the system 101 may determine that data sources 108, 109, 110 may hold all of the data corresponding to the inputted date and client identifiers and retrieves the data from data sources 108, 109, 110 using the applicable APIs 105, 106, 107.
Upon retrieving the corresponding data via the APIs 105, 106, 107, the system 101 creates and stores a data heap 104 in a computer-readable memory, which temporarily stores all of the retrieved data. The data heap 104 is structured according to a set of instructions included in the data map 113. The data map 113 instructs the system 101 to generate the data heap 104 using a hierarchical structure. The inputted start date is at the top of the hierarchy and serves as the root node of the hierarchical structure. Each inputted client (child node) then descends directly from the root node, i.e., the inputted start date. Descending from each child node are data nodes containing all of the data retrieved for each client. These data nodes are referred to herein as attribute nodes. An attribute node may contain the following information: a name, a value, a data source identifier, a date and/or time stamp corresponding to the date and time the attribute was retrieved by the system 101, and one or more flags characterizing the data of the attribute. Thus, the data heap 104 contains all of the data associated with the inputted client identifiers, which has a date no earlier than the start date inputted by the user 111.
At step S203, the system 101 outputs the content elements 114 maintained in the repository 103 to the user 111. The user 111 selects the content elements to be included in the document and instructs the system 101 to build the document. At step S204, the content building application 102 generates the document using the document templates 115 stored in the repository 103. The content building application 102 then generates each selected content element by first locating the corresponding data within the data heap 104 according to the data map 113. Because the data heap 104 is structured according to instructions provided in the data map 113, the location of any data for any content element is found within the data map 113. Additionally, the content building application 102 formats the content element according to instructions stored within the content element. The system 101 then embeds the formatted content elements into the document.
At step S205, the system 101 saves the document and saves the data heap 104 as an XML document. Thus, the system maintains a “snapshot” image of the data heap used to generate the associated document. The system 101 then transmits the document to a destination according to user-inputted instructions.
At step S206, the user 111 may access the document using a business, commercial, or other software application that corresponds to the type of the document created. Preferably, although not required, only one user may access and edit the document at any given time in order to maintain the integrity of the document. For example, if the system 101 generated slides for a presentation, the user 111 may access the document using a presentation software application, such as Microsoft PowerPoint™. Upon doing so, the user 111 may add, remove, and/or edit any unstructured content of the document, where unstructured content is content that is not associated with a content element. Once the user 111 is finished working and attempts to exit the document, the system 101 automatically saves the revised document as a new version. Thus, no content is lost between versions of the document.
At step S207, the user 111 may revise the content elements within the document by accessing the document using the system 101 via the user interface 112. The system 101 provides a list of the content elements presently embedded in the document and the data underlying each content element. Additionally, the system 101 generates a new version of the original data heap 104 associated with the document, so that the user 111 has the most recent data available. The user 111 then may add or remove content elements, and/or may modify the document entirely. In each content element that is removed or modified, the content building application 102 flags the fact within the data of the associated content element.
Once the user 111 completes the modifications to the document, the content building application 102 generates a modified document and prompts the system 101 to save the modified document as a new version of the original document. The content building application 102 also prompts the system to save the new version of the data heap 104 as an attachment. Thus, the system 101 provides an updated “snapshot” image of all the data available to the user 111 while the user 111 was modifying the document. The system 101 then outputs the modified document and the associated data heap file to one or more destinations as instructed by the user 111.
While the present invention has been described with respect to what is presently considered to be the preferred embodiment(s), it is to be understood that the invention is not limited to the disclosed embodiment(s). To the contrary, the invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims. The scope of the following claims is to be accorded the broadest interpretation so as to encompass all such modifications and equivalent structures and functions.

Claims (7)

1. A system for generating and maintaining a user-modifiable document, comprising:
a processor for executing software routines and applications;
a memory; and
a content building application stored in the memory of the system and executable by the processor,
wherein the content building application functions to create an updatable data heap by retrieving data from multiple data sources based on a data map stored in the memory, wherein the system automatically saves the data heap each time the data heap is updated;
wherein the content building application functions to generate a data hierarchy from the data in the updatable data heap, wherein the data hierarchy includes a root node corresponding to a start date and one or more first child nodes corresponding to one or more client identifiers;
wherein the content building application functions to generate a user-modifiable document from the data in the updatable data heap;
wherein the processor attaches the data hierarchy to the user-modifiable document as an XML document; and
wherein the system automatically saves the user-modifiable document, separate from the data heap, each time the user-modifiable document is modified.
2. The system according to claim 1, wherein the content building application uses at least one content element stored in the memory to generate the user-modifiable document.
3. The system according to claim 2, wherein the at least one content element includes any or all of a content element type, business data and a set of instructions for generating the user-modifiable document.
4. The system according to claim 1, further comprising one or more second child nodes descending from the one or more first child nodes, wherein the one or more second child nodes correspond to one or more attributes containing data associated with the one or more first child nodes.
5. The system according to claim 4, wherein data of an attribute includes any or all of a name, a value, a data source identifier, a date stamp, a time stamp, and one or more flags.
6. The system according to claim 1, wherein, when the user-modifiable document is revised by a user, the processor automatically saves the revised user-modifiable document as a new version.
7. The system according to claim 6, wherein a revised data hierarchy is attached to the revised user-modifiable document.
US11/228,574 2005-09-16 2005-09-16 System and method for automating document generation Active 2029-01-24 US8065606B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/228,574 US8065606B1 (en) 2005-09-16 2005-09-16 System and method for automating document generation
US13/207,099 US8732567B1 (en) 2005-09-16 2011-08-10 System and method for automating document generation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/228,574 US8065606B1 (en) 2005-09-16 2005-09-16 System and method for automating document generation

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/207,099 Continuation US8732567B1 (en) 2005-09-16 2011-08-10 System and method for automating document generation

Publications (1)

Publication Number Publication Date
US8065606B1 true US8065606B1 (en) 2011-11-22

Family

ID=44936918

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/228,574 Active 2029-01-24 US8065606B1 (en) 2005-09-16 2005-09-16 System and method for automating document generation
US13/207,099 Active 2026-04-14 US8732567B1 (en) 2005-09-16 2011-08-10 System and method for automating document generation

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/207,099 Active 2026-04-14 US8732567B1 (en) 2005-09-16 2011-08-10 System and method for automating document generation

Country Status (1)

Country Link
US (2) US8065606B1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100070844A1 (en) * 2008-09-15 2010-03-18 Andrew Aymeloglu Automatic creation and server push of drafts
US20140229227A1 (en) * 2013-02-13 2014-08-14 Sandhills Publishing Co. Business process workflow system
US9898335B1 (en) 2012-10-22 2018-02-20 Palantir Technologies Inc. System and method for batch evaluation programs
US10180977B2 (en) 2014-03-18 2019-01-15 Palantir Technologies Inc. Determining and extracting changed data from a data source
US10198515B1 (en) 2013-12-10 2019-02-05 Palantir Technologies Inc. System and method for aggregating data from a plurality of data sources
US20190073343A1 (en) * 2016-03-08 2019-03-07 Az, Llc Automatic generation of documentary content
US10452678B2 (en) 2013-03-15 2019-10-22 Palantir Technologies Inc. Filter chains for exploring large data sets
US10706220B2 (en) 2011-08-25 2020-07-07 Palantir Technologies, Inc. System and method for parameterizing documents for automatic workflow generation
US10943036B2 (en) 2016-03-08 2021-03-09 Az, Llc Virtualization, visualization and autonomous design and development of objects
US10977279B2 (en) 2013-03-15 2021-04-13 Palantir Technologies Inc. Time-sensitive cube
WO2023205189A1 (en) * 2022-04-19 2023-10-26 The Roig Academy, Llc Systems, apparatus, and methods useful for resource-efficient machine-assisted writing composition

Citations (151)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3872448A (en) 1972-12-11 1975-03-18 Community Health Computing Inc Hospital data processing system
US5159687A (en) 1989-11-14 1992-10-27 Caseworks, Inc. Method and apparatus for generating program code files
US5168444A (en) 1989-11-15 1992-12-01 Teknekron Transportation Systems Shipment system including processing of document images
US5202986A (en) 1989-09-28 1993-04-13 Bull Hn Information Systems Inc. Prefix search tree partial key branching
US5278982A (en) 1991-12-23 1994-01-11 International Business Machines Corporation Log archive filtering method for transaction-consistent forward recovery from catastrophic media failures
US5313616A (en) 1990-09-18 1994-05-17 88Open Consortium, Ltd. Method for analyzing calls of application program by inserting monitoring routines into the executable version and redirecting calls to the monitoring routines
US5347518A (en) 1990-12-21 1994-09-13 International Business Machines Corporation Method of automating a build verification process
US5455946A (en) 1993-05-21 1995-10-03 International Business Machines Corporation Method and means for archiving modifiable pages in a log based transaction management system
US5471613A (en) 1990-12-17 1995-11-28 International Business Machines Corporation Tree structure representation of an SQL clause
US5471629A (en) 1988-12-19 1995-11-28 Hewlett-Packard Company Method of monitoring changes in an object-oriented database with tuned monitors
US5630173A (en) 1992-12-21 1997-05-13 Apple Computer, Inc. Methods and apparatus for bus access arbitration of nodes organized into acyclic directed graph by cyclic token passing and alternatively propagating request to root node and grant signal to the child node
US5701471A (en) 1995-07-05 1997-12-23 Sun Microsystems, Inc. System and method for testing multiple database management systems
US5748878A (en) 1995-09-11 1998-05-05 Applied Microsystems, Inc. Method and apparatus for analyzing software executed in embedded systems
US5752034A (en) 1993-01-15 1998-05-12 Texas Instruments Incorporated Apparatus and method for providing an event detection notification service via an in-line wrapper sentry for a programming language
US5758061A (en) 1995-12-15 1998-05-26 Plum; Thomas S. Computer software testing method and apparatus
US5764972A (en) 1993-02-01 1998-06-09 Lsc, Inc. Archiving file system for data servers in a distributed network environment
US5774553A (en) 1995-11-21 1998-06-30 Citibank N.A. Foreign exchange transaction system
US5784557A (en) 1992-12-21 1998-07-21 Apple Computer, Inc. Method and apparatus for transforming an arbitrary topology collection of nodes into an acyclic directed graph
US5787402A (en) 1996-05-15 1998-07-28 Crossmar, Inc. Method and system for performing automated financial transactions involving foreign currencies
US5828883A (en) 1994-03-31 1998-10-27 Lucent Technologies, Inc. Call path refinement profiles
US5832523A (en) 1995-08-30 1998-11-03 Kabushiki Kaisha Toshiba Archiving device and data file server using data file recorded in division over recording media
US5835770A (en) 1990-06-19 1998-11-10 International Business Machines Corporation User inquiry facility for task status in a distributed system
US5845293A (en) 1994-08-08 1998-12-01 Microsoft Corporation Method and system of associating, synchronizing and reconciling computer files in an operating system
US5872976A (en) 1997-04-01 1999-02-16 Landmark Systems Corporation Client-based system for monitoring the performance of application programs
US5907846A (en) 1996-06-07 1999-05-25 Electronic Data Systems Corporation Method and system for accessing relational databases using objects
US5920719A (en) 1995-11-06 1999-07-06 Apple Computer, Inc. Extensible performance statistics and tracing registration architecture
US5970496A (en) * 1996-09-12 1999-10-19 Microsoft Corporation Method and system for storing information in a computer system memory using hierarchical data node relationships
US5978477A (en) 1996-11-21 1999-11-02 Ricoh Company Limited Automatic and transparent document archiving
US6009405A (en) 1996-08-01 1999-12-28 International Business Machines Corporation Ensuring atomicity for a collection of transactional work items in a workflow management system
US6012087A (en) 1997-01-14 2000-01-04 Netmind Technologies, Inc. Unique-change detection of dynamic web pages using history tables of signatures
US6014671A (en) 1998-04-14 2000-01-11 International Business Machines Corporation Interactive retrieval and caching of multi-dimensional data using view elements
US6026237A (en) 1997-11-03 2000-02-15 International Business Machines Corporation System and method for dynamic modification of class files
US6029175A (en) 1995-10-26 2000-02-22 Teknowledge Corporation Automatic retrieval of changed files by a network software agent
US6029002A (en) 1995-10-31 2000-02-22 Peritus Software Services, Inc. Method and apparatus for analyzing computer code using weakest precondition
US6058393A (en) 1996-02-23 2000-05-02 International Business Machines Corporation Dynamic connection to a remote tool in a distributed processing system environment used for debugging
US6065009A (en) 1997-01-20 2000-05-16 International Business Machines Corporation Events as activities in process models of workflow management systems
US6081808A (en) 1996-10-25 2000-06-27 International Business Machines Corporation Framework for object-oriented access to non-object-oriented datastores
US6108698A (en) 1998-07-29 2000-08-22 Xerox Corporation Node-link data defining a graph and a tree within the graph
US6125390A (en) 1994-04-05 2000-09-26 Intel Corporation Method and apparatus for monitoring and controlling in a network
US6138158A (en) 1998-04-30 2000-10-24 Phone.Com, Inc. Method and system for pushing and pulling data using wideband and narrowband transport systems
US6138112A (en) 1998-05-14 2000-10-24 Microsoft Corporation Test generator for database management systems
US6145121A (en) 1997-04-17 2000-11-07 University Of Washington Trace based method for the analysis, benchmarking and tuning of object oriented databases and applications
US6163776A (en) 1998-03-23 2000-12-19 Software Tree, Inc. System and method for exchanging data and commands between an object oriented system and relational system
US6167534A (en) 1995-11-24 2000-12-26 Rational Software Corporation Load test system and method
US6188400B1 (en) 1997-03-31 2001-02-13 International Business Machines Corporation Remote scripting of local objects
US6226652B1 (en) 1997-09-05 2001-05-01 International Business Machines Corp. Method and system for automatically detecting collision and selecting updated versions of a set of files
US6237143B1 (en) 1998-09-17 2001-05-22 Unisys Corp. Method and system for monitoring and capturing all file usage of a software tool
US6243862B1 (en) 1998-01-23 2001-06-05 Unisys Corporation Methods and apparatus for testing components of a distributed transaction processing system
US6256635B1 (en) 1998-05-08 2001-07-03 Apple Computer, Inc. Method and apparatus for configuring a computer using scripting
US6263121B1 (en) 1998-09-16 2001-07-17 Canon Kabushiki Kaisha Archival and retrieval of similar documents
US6266683B1 (en) 1997-07-24 2001-07-24 The Chase Manhattan Bank Computerized document management system
US6269479B1 (en) 1998-11-30 2001-07-31 Unisys Corporation Method and computer program product for evaluating the performance of an object-oriented application program
US6279008B1 (en) 1998-06-29 2001-08-21 Sun Microsystems, Inc. Integrated graphical user interface method and apparatus for mapping between objects and databases
US6301701B1 (en) 1999-11-10 2001-10-09 Tenfold Corporation Method for computer-assisted testing of software application components
US6311327B1 (en) 1998-03-02 2001-10-30 Applied Microsystems Corp. Method and apparatus for analyzing software in a language-independent manner
US6311320B1 (en) 1998-12-07 2001-10-30 Lsi Logic Corporation Alterable scripting tool and method
US6336122B1 (en) 1998-10-15 2002-01-01 International Business Machines Corporation Object oriented class archive file maker and method
US20020007287A1 (en) 1999-12-16 2002-01-17 Dietmar Straube System and method for electronic archiving and retrieval of medical documents
US20020029228A1 (en) 1999-09-09 2002-03-07 Herman Rodriguez Remote access of archived compressed data files
US6356920B1 (en) 1998-03-09 2002-03-12 X-Aware, Inc Dynamic, hierarchical data exchange system
US20020038320A1 (en) 2000-06-30 2002-03-28 Brook John Charles Hash compact XML parser
US20020038226A1 (en) 2000-09-26 2002-03-28 Tyus Cheryl M. System and method for capturing and archiving medical multimedia data
US20020049666A1 (en) 2000-08-22 2002-04-25 Dierk Reuter Foreign exchange trading system
US6381609B1 (en) 1999-07-02 2002-04-30 Lucent Technologies Inc. System and method for serializing lazy updates in a distributed database without requiring timestamps
US6385618B1 (en) 1997-12-22 2002-05-07 Sun Microsystems, Inc. Integrating both modifications to an object model and modifications to a database into source code by an object-relational mapping tool
US6397221B1 (en) 1998-09-12 2002-05-28 International Business Machines Corp. Method for creating and maintaining a frame-based hierarchically organized databases with tabularly organized data
US20020065695A1 (en) 2000-10-10 2002-05-30 Francoeur Jacques R. Digital chain of trust method for electronic commerce
US6405209B2 (en) 1998-10-28 2002-06-11 Ncr Corporation Transparent object instantiation/initialization from a relational store
US6411957B1 (en) 1999-06-30 2002-06-25 Arm Limited System and method of organizing nodes within a tree structure
US20020083034A1 (en) 2000-02-14 2002-06-27 Julian Orbanes Method and apparatus for extracting data objects and locating them in virtual space
US6418451B1 (en) 1999-06-29 2002-07-09 Unisys Corporation Method, apparatus, and computer program product for persisting objects in a relational database
US6418446B1 (en) 1999-03-01 2002-07-09 International Business Machines Corporation Method for grouping of dynamic schema data using XML
US6418448B1 (en) 1999-12-06 2002-07-09 Shyam Sundar Sarkar Method and apparatus for processing markup language specifications for data and metadata used inside multiple related internet documents to navigate, query and manipulate information from a plurality of object relational databases over the web
US20020091702A1 (en) 2000-11-16 2002-07-11 Ward Mullins Dynamic object-driven database manipulation and mapping system
US20020116205A1 (en) 2000-05-19 2002-08-22 Ankireddipally Lakshmi Narasimha Distributed transaction processing system
US6446062B1 (en) * 1999-12-23 2002-09-03 Bull Hn Information Systems Inc. Method and apparatus for improving the performance of a generated code cache search operation through the use of static key values
US6449623B1 (en) 1998-09-04 2002-09-10 Lucent Technologies Inc, Method and apparatus for detecting and recovering from data corruption of a database via read logging
US6453310B1 (en) 1998-10-26 2002-09-17 Microsoft Corporation Installable schema for low-overhead databases
US6456995B1 (en) 1998-12-31 2002-09-24 International Business Machines Corporation System, method and computer program products for ordering objects corresponding to database operations that are performed on a relational database upon completion of a transaction by an object-oriented transaction system
US20020144101A1 (en) 2001-03-30 2002-10-03 Hong Wang Caching DAG traces
US6467052B1 (en) 1999-06-03 2002-10-15 Microsoft Corporation Method and apparatus for analyzing performance of data processing system
US6477540B1 (en) 1999-12-22 2002-11-05 Ncr Corporation Method and apparatus for using Java as a stored procedure language and as an embedded language on a client
US20020178439A1 (en) 2001-04-02 2002-11-28 Rich L. Scott Method and system for providing a programming interface for loading and saving archives in enterprise applications
US6490581B1 (en) 2000-05-24 2002-12-03 At&T Corp. System and method for providing an object-oriented interface to a relational database
US20020188765A1 (en) 2001-03-26 2002-12-12 Fong Liana Liyow System and method for dynamic self-determining asynchronous event-driven computation
US6502104B2 (en) 1999-11-08 2002-12-31 International Business Machines Corporation System message objects for communicating between an application and a database management system
US6502095B2 (en) 1999-09-09 2002-12-31 Lucent Technologies Inc. Timestamp-based system and method for serializing lazy updates in a distributed database
US6502101B1 (en) * 2000-07-13 2002-12-31 Microsoft Corporation Converting a hierarchical data structure into a flat data structure
US20030014421A1 (en) 1999-06-03 2003-01-16 Edward K. Jung Methods, apparatus and data structures for providing a uniform representation of various types of information
US20030018666A1 (en) 2001-07-17 2003-01-23 International Business Machines Corporation Interoperable retrieval and deposit using annotated schema to interface between industrial document specification languages
US20030027561A1 (en) 2001-07-27 2003-02-06 Bellsouth Intellectual Property Corporation Automated script generation to update databases
US20030046313A1 (en) 2001-08-31 2003-03-06 Arkivio, Inc. Techniques for restoring data based on contents and attributes of the data
US6532467B1 (en) 2000-04-10 2003-03-11 Sas Institute Inc. Method for selecting node variables in a binary decision tree structure
US20030050931A1 (en) 2001-08-28 2003-03-13 Gregory Harman System, method and computer program product for page rendering utilizing transcoding
US6535894B1 (en) 2000-06-01 2003-03-18 Sun Microsystems, Inc. Apparatus and method for incremental updating of archive files
US6539383B2 (en) 1999-11-08 2003-03-25 International Business Machines Corporation Communication and interaction objects for connecting an application to a database management system
US6539398B1 (en) 1998-04-30 2003-03-25 International Business Machines Corporation Object-oriented programming model for accessing both relational and hierarchical databases from an objects framework
US6539397B1 (en) 2000-03-31 2003-03-25 International Business Machines Corporation Object-oriented paradigm for accessing system service requests by modeling system service calls into an object framework
US6539337B1 (en) 2000-06-15 2003-03-25 Innovative Technology Licensing, Llc Embedded diagnostic system and method
US20030065644A1 (en) 2001-09-28 2003-04-03 Horman Randall W. Database diagnostic system and method
US20030070158A1 (en) 2001-07-02 2003-04-10 Lucas Terry L. Programming language extensions for processing data representation language objects and related applications
US20030069975A1 (en) 2000-04-13 2003-04-10 Abjanic John B. Network apparatus for transformation
US6557039B1 (en) 1998-11-13 2003-04-29 The Chase Manhattan Bank System and method for managing information retrievals from distributed archives
US20030088593A1 (en) 2001-03-21 2003-05-08 Patrick Stickler Method and apparatus for generating a directory structure
US6564048B1 (en) 1996-12-18 2003-05-13 Sony Corporation Radio communication system and method and mobile communication terminal device
US6571249B1 (en) 2000-09-27 2003-05-27 Siemens Aktiengesellschaft Management of query result complexity in hierarchical query result data structure using balanced space cubes
US6574640B1 (en) 1999-08-17 2003-06-03 International Business Machines Corporation System and method for archiving and supplying documents using a central archive system
US6578129B1 (en) 1998-07-24 2003-06-10 Imec Vzw Optimized virtual memory management for dynamic data types
US20030121008A1 (en) * 2001-08-31 2003-06-26 Robert Tischer Method and system for producing an ordered compilation of information with more than one author contributing information contemporaneously
US6591260B1 (en) 2000-01-28 2003-07-08 Commerce One Operations, Inc. Method of retrieving schemas for interpreting documents in an electronic commerce system
US20030131007A1 (en) 2000-02-25 2003-07-10 Schirmer Andrew L Object type relationship graphical user interface
US20030140308A1 (en) 2001-09-28 2003-07-24 Ravi Murthy Mechanism for mapping XML schemas to object-relational database systems
US20030140045A1 (en) 1999-03-11 2003-07-24 Troy Heninger Providing a server-side scripting language and programming tool
US6601075B1 (en) 2000-07-27 2003-07-29 International Business Machines Corporation System and method of ranking and retrieving documents based on authority scores of schemas and documents
US20030145047A1 (en) 2001-10-18 2003-07-31 Mitch Upton System and method utilizing an interface component to query a document
US20030149934A1 (en) * 2000-05-11 2003-08-07 Worden Robert Peel Computer program connecting the structure of a xml document to its underlying meaning
US20030163603A1 (en) 2002-02-22 2003-08-28 Chris Fry System and method for XML data binding
US20030167445A1 (en) 2002-03-04 2003-09-04 Hong Su Method and system of document transformation between a source extensible markup language (XML) schema and a target XML schema
US20030167266A1 (en) 2001-01-08 2003-09-04 Alexander Saldanha Creation of structured data from plain text
US20030177118A1 (en) 2002-03-06 2003-09-18 Charles Moon System and method for classification of documents
US20030177341A1 (en) 2001-02-28 2003-09-18 Sylvain Devillers Schema, syntactic analysis method and method of generating a bit stream based on a schema
US20030191849A1 (en) 1998-11-13 2003-10-09 Sang Leong System and method for managing information retrievals for integrated digital and analog archives on a global basis
US6633578B1 (en) * 1998-05-07 2003-10-14 Pioneer Electronic Corporation Transmission interface unit in transmission system
US20030200459A1 (en) * 2002-04-18 2003-10-23 Seeman El-Azar Method and system for protecting documents while maintaining their editability
US6651076B1 (en) 1999-05-19 2003-11-18 Cablynx, Inc. Archive computer system and method for storage and retrieval of records
US20030217083A1 (en) 1999-12-20 2003-11-20 Taylor Kenneth J. Method and apparatus for storage and retrieval of very large databases using a direct pipe
US20030217033A1 (en) 2002-05-17 2003-11-20 Zigmund Sandler Database system and methods
US6678705B1 (en) 1998-11-16 2004-01-13 At&T Corp. System for archiving electronic documents using messaging groupware
US6681380B1 (en) 2000-02-15 2004-01-20 International Business Machines Corporation Aggregating constraints and/or preferences using an inference engine and enhanced scripting language
US6691139B2 (en) 2001-01-31 2004-02-10 Hewlett-Packard Development Co., Ltd. Recreation of archives at a disaster recovery site
US6697835B1 (en) 1999-10-28 2004-02-24 Unisys Corporation Method and apparatus for high speed parallel execution of multiple points of logic across heterogeneous data sources
US6701514B1 (en) 2000-03-27 2004-03-02 Accenture Llp System, method, and article of manufacture for test maintenance in an automated scripting framework
US6711594B2 (en) 1999-12-20 2004-03-23 Dai Nippon Printing Co., Ltd. Distributed data archive device and system
US20040060006A1 (en) 2002-06-13 2004-03-25 Cerisent Corporation XML-DB transactional update scheme
US6714219B2 (en) 1998-12-31 2004-03-30 Microsoft Corporation Drag and drop creation and editing of a page incorporating scripts
US20040122872A1 (en) 2002-12-20 2004-06-24 Pandya Yogendra C. System and method for electronic archival and retrieval of data
US6763384B1 (en) 2000-07-10 2004-07-13 International Business Machines Corporation Event-triggered notification over a network
US20040153972A1 (en) * 2001-03-08 2004-08-05 Dieter Jaepel System and method for personalized presentation of web pages
US20050027658A1 (en) 2003-07-29 2005-02-03 Moore Stephen G. Method for pricing a trade
US20050039107A1 (en) * 2003-08-12 2005-02-17 Hander William B. Text generator with an automated decision tree for creating text based on changing input data
US20050060345A1 (en) 2003-09-11 2005-03-17 Andrew Doddington Methods and systems for using XML schemas to identify and categorize documents
US20050065987A1 (en) 2003-08-08 2005-03-24 Telkowski William A. System for archive integrity management and related methods
US6880010B1 (en) 1999-09-10 2005-04-12 International Business Machines Corporation Methods, systems, and computer program products that request updated host screen information from host systems in response to notification by servers
US6918013B2 (en) 2001-07-16 2005-07-12 Bea Systems, Inc. System and method for flushing bean cache
US6920467B1 (en) 1993-11-26 2005-07-19 Canon Kabushiki Kaisha Avoiding unwanted side-effects in the updating of transient data
US6934934B1 (en) 1999-08-30 2005-08-23 Empirix Inc. Method and system for software object testing
US6938072B2 (en) 2001-09-21 2005-08-30 International Business Machines Corporation Method and apparatus for minimizing inconsistency between data sources in a web content distribution system
US7010757B2 (en) 2001-01-12 2006-03-07 Acterna, L.L.C. Method and apparatus for launching computer applications
US20060120353A1 (en) * 2004-07-01 2006-06-08 Telegea, Inc. Systems and methods for VolP service delivery
US7231598B1 (en) * 2003-09-18 2007-06-12 Microsoft Corporation User interface for editing documents containing markup language
US7480856B2 (en) * 2002-05-02 2009-01-20 Intel Corporation System and method for transformation of XML documents using stylesheets

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7191392B1 (en) * 2000-03-23 2007-03-13 Virpack.Com System and method for the creation of virtual information packages
US6980984B1 (en) * 2001-05-16 2005-12-27 Kanisa, Inc. Content provider systems and methods using structured data
US20030117446A1 (en) * 2001-12-21 2003-06-26 Expeditors International Of Washington Inc. System and method for processing transaction information
US7246324B2 (en) 2002-05-23 2007-07-17 Jpmorgan Chase Bank Method and system for data capture with hidden applets
US7376642B2 (en) * 2004-03-30 2008-05-20 Microsoft Corporation Integrated full text search system and method
US20060161485A1 (en) * 2005-01-18 2006-07-20 Meldahl Robert A Financial analysis tree software engine

Patent Citations (154)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3872448A (en) 1972-12-11 1975-03-18 Community Health Computing Inc Hospital data processing system
US5471629A (en) 1988-12-19 1995-11-28 Hewlett-Packard Company Method of monitoring changes in an object-oriented database with tuned monitors
US5202986A (en) 1989-09-28 1993-04-13 Bull Hn Information Systems Inc. Prefix search tree partial key branching
US5159687A (en) 1989-11-14 1992-10-27 Caseworks, Inc. Method and apparatus for generating program code files
US5168444A (en) 1989-11-15 1992-12-01 Teknekron Transportation Systems Shipment system including processing of document images
US5835770A (en) 1990-06-19 1998-11-10 International Business Machines Corporation User inquiry facility for task status in a distributed system
US5313616A (en) 1990-09-18 1994-05-17 88Open Consortium, Ltd. Method for analyzing calls of application program by inserting monitoring routines into the executable version and redirecting calls to the monitoring routines
US5471613A (en) 1990-12-17 1995-11-28 International Business Machines Corporation Tree structure representation of an SQL clause
US5347518A (en) 1990-12-21 1994-09-13 International Business Machines Corporation Method of automating a build verification process
US5278982A (en) 1991-12-23 1994-01-11 International Business Machines Corporation Log archive filtering method for transaction-consistent forward recovery from catastrophic media failures
US5630173A (en) 1992-12-21 1997-05-13 Apple Computer, Inc. Methods and apparatus for bus access arbitration of nodes organized into acyclic directed graph by cyclic token passing and alternatively propagating request to root node and grant signal to the child node
US5784557A (en) 1992-12-21 1998-07-21 Apple Computer, Inc. Method and apparatus for transforming an arbitrary topology collection of nodes into an acyclic directed graph
US5752034A (en) 1993-01-15 1998-05-12 Texas Instruments Incorporated Apparatus and method for providing an event detection notification service via an in-line wrapper sentry for a programming language
US5764972A (en) 1993-02-01 1998-06-09 Lsc, Inc. Archiving file system for data servers in a distributed network environment
US5455946A (en) 1993-05-21 1995-10-03 International Business Machines Corporation Method and means for archiving modifiable pages in a log based transaction management system
US6920467B1 (en) 1993-11-26 2005-07-19 Canon Kabushiki Kaisha Avoiding unwanted side-effects in the updating of transient data
US5828883A (en) 1994-03-31 1998-10-27 Lucent Technologies, Inc. Call path refinement profiles
US6125390A (en) 1994-04-05 2000-09-26 Intel Corporation Method and apparatus for monitoring and controlling in a network
US5845293A (en) 1994-08-08 1998-12-01 Microsoft Corporation Method and system of associating, synchronizing and reconciling computer files in an operating system
US5701471A (en) 1995-07-05 1997-12-23 Sun Microsystems, Inc. System and method for testing multiple database management systems
US5832523A (en) 1995-08-30 1998-11-03 Kabushiki Kaisha Toshiba Archiving device and data file server using data file recorded in division over recording media
US5748878A (en) 1995-09-11 1998-05-05 Applied Microsystems, Inc. Method and apparatus for analyzing software executed in embedded systems
US6029175A (en) 1995-10-26 2000-02-22 Teknowledge Corporation Automatic retrieval of changed files by a network software agent
US6029002A (en) 1995-10-31 2000-02-22 Peritus Software Services, Inc. Method and apparatus for analyzing computer code using weakest precondition
US5920719A (en) 1995-11-06 1999-07-06 Apple Computer, Inc. Extensible performance statistics and tracing registration architecture
US5774553A (en) 1995-11-21 1998-06-30 Citibank N.A. Foreign exchange transaction system
US6167534A (en) 1995-11-24 2000-12-26 Rational Software Corporation Load test system and method
US5758061A (en) 1995-12-15 1998-05-26 Plum; Thomas S. Computer software testing method and apparatus
US6058393A (en) 1996-02-23 2000-05-02 International Business Machines Corporation Dynamic connection to a remote tool in a distributed processing system environment used for debugging
US5787402A (en) 1996-05-15 1998-07-28 Crossmar, Inc. Method and system for performing automated financial transactions involving foreign currencies
US5907846A (en) 1996-06-07 1999-05-25 Electronic Data Systems Corporation Method and system for accessing relational databases using objects
US6009405A (en) 1996-08-01 1999-12-28 International Business Machines Corporation Ensuring atomicity for a collection of transactional work items in a workflow management system
US5970496A (en) * 1996-09-12 1999-10-19 Microsoft Corporation Method and system for storing information in a computer system memory using hierarchical data node relationships
US6081808A (en) 1996-10-25 2000-06-27 International Business Machines Corporation Framework for object-oriented access to non-object-oriented datastores
US5978477A (en) 1996-11-21 1999-11-02 Ricoh Company Limited Automatic and transparent document archiving
US6665086B2 (en) 1996-11-21 2003-12-16 Ricoh Silicon Valley, Inc. Automatic and transparent archiving of documents and document information
US6564048B1 (en) 1996-12-18 2003-05-13 Sony Corporation Radio communication system and method and mobile communication terminal device
US6012087A (en) 1997-01-14 2000-01-04 Netmind Technologies, Inc. Unique-change detection of dynamic web pages using history tables of signatures
US6065009A (en) 1997-01-20 2000-05-16 International Business Machines Corporation Events as activities in process models of workflow management systems
US6188400B1 (en) 1997-03-31 2001-02-13 International Business Machines Corporation Remote scripting of local objects
US5872976A (en) 1997-04-01 1999-02-16 Landmark Systems Corporation Client-based system for monitoring the performance of application programs
US6145121A (en) 1997-04-17 2000-11-07 University Of Washington Trace based method for the analysis, benchmarking and tuning of object oriented databases and applications
US6266683B1 (en) 1997-07-24 2001-07-24 The Chase Manhattan Bank Computerized document management system
US6226652B1 (en) 1997-09-05 2001-05-01 International Business Machines Corp. Method and system for automatically detecting collision and selecting updated versions of a set of files
US6026237A (en) 1997-11-03 2000-02-15 International Business Machines Corporation System and method for dynamic modification of class files
US6385618B1 (en) 1997-12-22 2002-05-07 Sun Microsystems, Inc. Integrating both modifications to an object model and modifications to a database into source code by an object-relational mapping tool
US6243862B1 (en) 1998-01-23 2001-06-05 Unisys Corporation Methods and apparatus for testing components of a distributed transaction processing system
US6311327B1 (en) 1998-03-02 2001-10-30 Applied Microsystems Corp. Method and apparatus for analyzing software in a language-independent manner
US6356920B1 (en) 1998-03-09 2002-03-12 X-Aware, Inc Dynamic, hierarchical data exchange system
US20020143774A1 (en) 1998-03-09 2002-10-03 Vandersluis Kirstan Anderson Dynamic, hierarchical data exchange system
US6163776A (en) 1998-03-23 2000-12-19 Software Tree, Inc. System and method for exchanging data and commands between an object oriented system and relational system
US6014671A (en) 1998-04-14 2000-01-11 International Business Machines Corporation Interactive retrieval and caching of multi-dimensional data using view elements
US6539398B1 (en) 1998-04-30 2003-03-25 International Business Machines Corporation Object-oriented programming model for accessing both relational and hierarchical databases from an objects framework
US6138158A (en) 1998-04-30 2000-10-24 Phone.Com, Inc. Method and system for pushing and pulling data using wideband and narrowband transport systems
US6633578B1 (en) * 1998-05-07 2003-10-14 Pioneer Electronic Corporation Transmission interface unit in transmission system
US6256635B1 (en) 1998-05-08 2001-07-03 Apple Computer, Inc. Method and apparatus for configuring a computer using scripting
US6138112A (en) 1998-05-14 2000-10-24 Microsoft Corporation Test generator for database management systems
US6279008B1 (en) 1998-06-29 2001-08-21 Sun Microsystems, Inc. Integrated graphical user interface method and apparatus for mapping between objects and databases
US6578129B1 (en) 1998-07-24 2003-06-10 Imec Vzw Optimized virtual memory management for dynamic data types
US6108698A (en) 1998-07-29 2000-08-22 Xerox Corporation Node-link data defining a graph and a tree within the graph
US6449623B1 (en) 1998-09-04 2002-09-10 Lucent Technologies Inc, Method and apparatus for detecting and recovering from data corruption of a database via read logging
US6397221B1 (en) 1998-09-12 2002-05-28 International Business Machines Corp. Method for creating and maintaining a frame-based hierarchically organized databases with tabularly organized data
US6263121B1 (en) 1998-09-16 2001-07-17 Canon Kabushiki Kaisha Archival and retrieval of similar documents
US6237143B1 (en) 1998-09-17 2001-05-22 Unisys Corp. Method and system for monitoring and capturing all file usage of a software tool
US6336122B1 (en) 1998-10-15 2002-01-01 International Business Machines Corporation Object oriented class archive file maker and method
US6453310B1 (en) 1998-10-26 2002-09-17 Microsoft Corporation Installable schema for low-overhead databases
US6405209B2 (en) 1998-10-28 2002-06-11 Ncr Corporation Transparent object instantiation/initialization from a relational store
US20030191849A1 (en) 1998-11-13 2003-10-09 Sang Leong System and method for managing information retrievals for integrated digital and analog archives on a global basis
US6557039B1 (en) 1998-11-13 2003-04-29 The Chase Manhattan Bank System and method for managing information retrievals from distributed archives
US6678705B1 (en) 1998-11-16 2004-01-13 At&T Corp. System for archiving electronic documents using messaging groupware
US6269479B1 (en) 1998-11-30 2001-07-31 Unisys Corporation Method and computer program product for evaluating the performance of an object-oriented application program
US6311320B1 (en) 1998-12-07 2001-10-30 Lsi Logic Corporation Alterable scripting tool and method
US6714219B2 (en) 1998-12-31 2004-03-30 Microsoft Corporation Drag and drop creation and editing of a page incorporating scripts
US6456995B1 (en) 1998-12-31 2002-09-24 International Business Machines Corporation System, method and computer program products for ordering objects corresponding to database operations that are performed on a relational database upon completion of a transaction by an object-oriented transaction system
US6418446B1 (en) 1999-03-01 2002-07-09 International Business Machines Corporation Method for grouping of dynamic schema data using XML
US20030140045A1 (en) 1999-03-11 2003-07-24 Troy Heninger Providing a server-side scripting language and programming tool
US6651076B1 (en) 1999-05-19 2003-11-18 Cablynx, Inc. Archive computer system and method for storage and retrieval of records
US6467052B1 (en) 1999-06-03 2002-10-15 Microsoft Corporation Method and apparatus for analyzing performance of data processing system
US20030126151A1 (en) 1999-06-03 2003-07-03 Jung Edward K. Methods, apparatus and data structures for providing a uniform representation of various types of information
US20030014421A1 (en) 1999-06-03 2003-01-16 Edward K. Jung Methods, apparatus and data structures for providing a uniform representation of various types of information
US6418451B1 (en) 1999-06-29 2002-07-09 Unisys Corporation Method, apparatus, and computer program product for persisting objects in a relational database
US6411957B1 (en) 1999-06-30 2002-06-25 Arm Limited System and method of organizing nodes within a tree structure
US6381609B1 (en) 1999-07-02 2002-04-30 Lucent Technologies Inc. System and method for serializing lazy updates in a distributed database without requiring timestamps
US6574640B1 (en) 1999-08-17 2003-06-03 International Business Machines Corporation System and method for archiving and supplying documents using a central archive system
US6934934B1 (en) 1999-08-30 2005-08-23 Empirix Inc. Method and system for software object testing
US6502095B2 (en) 1999-09-09 2002-12-31 Lucent Technologies Inc. Timestamp-based system and method for serializing lazy updates in a distributed database
US20020029228A1 (en) 1999-09-09 2002-03-07 Herman Rodriguez Remote access of archived compressed data files
US6880010B1 (en) 1999-09-10 2005-04-12 International Business Machines Corporation Methods, systems, and computer program products that request updated host screen information from host systems in response to notification by servers
US6697835B1 (en) 1999-10-28 2004-02-24 Unisys Corporation Method and apparatus for high speed parallel execution of multiple points of logic across heterogeneous data sources
US6502104B2 (en) 1999-11-08 2002-12-31 International Business Machines Corporation System message objects for communicating between an application and a database management system
US6539383B2 (en) 1999-11-08 2003-03-25 International Business Machines Corporation Communication and interaction objects for connecting an application to a database management system
US6301701B1 (en) 1999-11-10 2001-10-09 Tenfold Corporation Method for computer-assisted testing of software application components
US6418448B1 (en) 1999-12-06 2002-07-09 Shyam Sundar Sarkar Method and apparatus for processing markup language specifications for data and metadata used inside multiple related internet documents to navigate, query and manipulate information from a plurality of object relational databases over the web
US20020007287A1 (en) 1999-12-16 2002-01-17 Dietmar Straube System and method for electronic archiving and retrieval of medical documents
US20030217083A1 (en) 1999-12-20 2003-11-20 Taylor Kenneth J. Method and apparatus for storage and retrieval of very large databases using a direct pipe
US6711594B2 (en) 1999-12-20 2004-03-23 Dai Nippon Printing Co., Ltd. Distributed data archive device and system
US6477540B1 (en) 1999-12-22 2002-11-05 Ncr Corporation Method and apparatus for using Java as a stored procedure language and as an embedded language on a client
US6446062B1 (en) * 1999-12-23 2002-09-03 Bull Hn Information Systems Inc. Method and apparatus for improving the performance of a generated code cache search operation through the use of static key values
US6591260B1 (en) 2000-01-28 2003-07-08 Commerce One Operations, Inc. Method of retrieving schemas for interpreting documents in an electronic commerce system
US20020083034A1 (en) 2000-02-14 2002-06-27 Julian Orbanes Method and apparatus for extracting data objects and locating them in virtual space
US6681380B1 (en) 2000-02-15 2004-01-20 International Business Machines Corporation Aggregating constraints and/or preferences using an inference engine and enhanced scripting language
US20030131007A1 (en) 2000-02-25 2003-07-10 Schirmer Andrew L Object type relationship graphical user interface
US6701514B1 (en) 2000-03-27 2004-03-02 Accenture Llp System, method, and article of manufacture for test maintenance in an automated scripting framework
US6539397B1 (en) 2000-03-31 2003-03-25 International Business Machines Corporation Object-oriented paradigm for accessing system service requests by modeling system service calls into an object framework
US6532467B1 (en) 2000-04-10 2003-03-11 Sas Institute Inc. Method for selecting node variables in a binary decision tree structure
US20030069975A1 (en) 2000-04-13 2003-04-10 Abjanic John B. Network apparatus for transformation
US20030149934A1 (en) * 2000-05-11 2003-08-07 Worden Robert Peel Computer program connecting the structure of a xml document to its underlying meaning
US20020116205A1 (en) 2000-05-19 2002-08-22 Ankireddipally Lakshmi Narasimha Distributed transaction processing system
US6490581B1 (en) 2000-05-24 2002-12-03 At&T Corp. System and method for providing an object-oriented interface to a relational database
US6535894B1 (en) 2000-06-01 2003-03-18 Sun Microsystems, Inc. Apparatus and method for incremental updating of archive files
US6539337B1 (en) 2000-06-15 2003-03-25 Innovative Technology Licensing, Llc Embedded diagnostic system and method
US20020038320A1 (en) 2000-06-30 2002-03-28 Brook John Charles Hash compact XML parser
US6763384B1 (en) 2000-07-10 2004-07-13 International Business Machines Corporation Event-triggered notification over a network
US6502101B1 (en) * 2000-07-13 2002-12-31 Microsoft Corporation Converting a hierarchical data structure into a flat data structure
US6601075B1 (en) 2000-07-27 2003-07-29 International Business Machines Corporation System and method of ranking and retrieving documents based on authority scores of schemas and documents
US20020049666A1 (en) 2000-08-22 2002-04-25 Dierk Reuter Foreign exchange trading system
US20020038226A1 (en) 2000-09-26 2002-03-28 Tyus Cheryl M. System and method for capturing and archiving medical multimedia data
US6571249B1 (en) 2000-09-27 2003-05-27 Siemens Aktiengesellschaft Management of query result complexity in hierarchical query result data structure using balanced space cubes
US20020065695A1 (en) 2000-10-10 2002-05-30 Francoeur Jacques R. Digital chain of trust method for electronic commerce
US20020091702A1 (en) 2000-11-16 2002-07-11 Ward Mullins Dynamic object-driven database manipulation and mapping system
US20030167266A1 (en) 2001-01-08 2003-09-04 Alexander Saldanha Creation of structured data from plain text
US7010757B2 (en) 2001-01-12 2006-03-07 Acterna, L.L.C. Method and apparatus for launching computer applications
US6691139B2 (en) 2001-01-31 2004-02-10 Hewlett-Packard Development Co., Ltd. Recreation of archives at a disaster recovery site
US20030177341A1 (en) 2001-02-28 2003-09-18 Sylvain Devillers Schema, syntactic analysis method and method of generating a bit stream based on a schema
US20040153972A1 (en) * 2001-03-08 2004-08-05 Dieter Jaepel System and method for personalized presentation of web pages
US20030088593A1 (en) 2001-03-21 2003-05-08 Patrick Stickler Method and apparatus for generating a directory structure
US20020188765A1 (en) 2001-03-26 2002-12-12 Fong Liana Liyow System and method for dynamic self-determining asynchronous event-driven computation
US20020144101A1 (en) 2001-03-30 2002-10-03 Hong Wang Caching DAG traces
US20020178439A1 (en) 2001-04-02 2002-11-28 Rich L. Scott Method and system for providing a programming interface for loading and saving archives in enterprise applications
US20030070158A1 (en) 2001-07-02 2003-04-10 Lucas Terry L. Programming language extensions for processing data representation language objects and related applications
US6918013B2 (en) 2001-07-16 2005-07-12 Bea Systems, Inc. System and method for flushing bean cache
US20030018666A1 (en) 2001-07-17 2003-01-23 International Business Machines Corporation Interoperable retrieval and deposit using annotated schema to interface between industrial document specification languages
US20030027561A1 (en) 2001-07-27 2003-02-06 Bellsouth Intellectual Property Corporation Automated script generation to update databases
US20030050931A1 (en) 2001-08-28 2003-03-13 Gregory Harman System, method and computer program product for page rendering utilizing transcoding
US20030121008A1 (en) * 2001-08-31 2003-06-26 Robert Tischer Method and system for producing an ordered compilation of information with more than one author contributing information contemporaneously
US20030046313A1 (en) 2001-08-31 2003-03-06 Arkivio, Inc. Techniques for restoring data based on contents and attributes of the data
US6938072B2 (en) 2001-09-21 2005-08-30 International Business Machines Corporation Method and apparatus for minimizing inconsistency between data sources in a web content distribution system
US20030140308A1 (en) 2001-09-28 2003-07-24 Ravi Murthy Mechanism for mapping XML schemas to object-relational database systems
US20030065644A1 (en) 2001-09-28 2003-04-03 Horman Randall W. Database diagnostic system and method
US20030145047A1 (en) 2001-10-18 2003-07-31 Mitch Upton System and method utilizing an interface component to query a document
US20030163603A1 (en) 2002-02-22 2003-08-28 Chris Fry System and method for XML data binding
US20030167445A1 (en) 2002-03-04 2003-09-04 Hong Su Method and system of document transformation between a source extensible markup language (XML) schema and a target XML schema
US20030177118A1 (en) 2002-03-06 2003-09-18 Charles Moon System and method for classification of documents
US20030200459A1 (en) * 2002-04-18 2003-10-23 Seeman El-Azar Method and system for protecting documents while maintaining their editability
US7480856B2 (en) * 2002-05-02 2009-01-20 Intel Corporation System and method for transformation of XML documents using stylesheets
US20030217033A1 (en) 2002-05-17 2003-11-20 Zigmund Sandler Database system and methods
US20040060006A1 (en) 2002-06-13 2004-03-25 Cerisent Corporation XML-DB transactional update scheme
US20040122872A1 (en) 2002-12-20 2004-06-24 Pandya Yogendra C. System and method for electronic archival and retrieval of data
US20050027658A1 (en) 2003-07-29 2005-02-03 Moore Stephen G. Method for pricing a trade
US20050065987A1 (en) 2003-08-08 2005-03-24 Telkowski William A. System for archive integrity management and related methods
US20050039107A1 (en) * 2003-08-12 2005-02-17 Hander William B. Text generator with an automated decision tree for creating text based on changing input data
US20050060345A1 (en) 2003-09-11 2005-03-17 Andrew Doddington Methods and systems for using XML schemas to identify and categorize documents
US7231598B1 (en) * 2003-09-18 2007-06-12 Microsoft Corporation User interface for editing documents containing markup language
US20060120353A1 (en) * 2004-07-01 2006-06-08 Telegea, Inc. Systems and methods for VolP service delivery

Non-Patent Citations (26)

* Cited by examiner, † Cited by third party
Title
"Cache." Cache@computer-dictionary-online.org. Jun. 25, 1997. .
"Cache." Cache@computer-dictionary-online.org. Jun. 25, 1997. . 2 pages.
"Cache." Cache@computer-dictionary-online.org. Jun. 25, 1997. <www.computer-dictionary-online.org>.
"Cache." Cache@computer-dictionary-online.org. Jun. 25, 1997. <www.computer-dictionary-online.org>. 2 pages.
"Cache." Microsoft Press Computer Dictionary. Third Edition. 1997 3 pages.
"Cache." Microsoft Press Computer Dictionary. Third Edition. 1997.
Chen et al.; Improving Index Performance Through Prefetching School of Computer Science Carnegie Mellon University, Dec. 2000.
Deng et al.; A Probabilistic Approach to Fault Diagnosis in Linear Lighwaves Network, Department of Electrical Engineering, May 1992, pp. 1-122.
Deutsch et al.; Storing Semistructured Date With Stored; pp. 431-442.
Duggan; 2.40 General-Reviews and Abstracts, SPI Database of Software Technologies, p. 1-5, Feb. 1, 1974.
Hellerstein; A Generalized Search Tree for Database Systems, Jan. 19, 1996.
Hilbert; Hilbert, et al., An Approach to Large Scale Collection of Application Usage Data Over the Internet, Software Engineering 1998, Proceedings of the 1998 International Conference, Abstract, Apr. 1998.
Jagadish et al.; Timber: A Native XML Database; The VLDB Journal (2002); pp. 274-291; Published Online Dec. 19, 2002.
Jagadish et al; Tax: A Tree Algebra for XML; University of Michigan, Ann Arbor, MI; pp. 149-164; 2002.
McConnell; Gauging Software Readiness With Defect Tracking; IEEE; May/Jun. 1997.
Moser; Transactions in a Distributed Object Environment, Department of Electrical and Computer Engineering, Jun. 19, 2005.
Programmer'S Guide; Monitor Client Library 12.5; Document ID 32865:01-1250-01.
Quantitative Monitoring of Software Development by Time-Based and Intercheckpoint Monitoring, Software Engineering Journal, vol. 5, Iss. 1, p. 43-49, Abstract, Jan. 1990.
Ramakrishnan; Tree-Structured Indexes Module 2, Lectures 3 and 4.
Sammet; Beginning of 4.6 Software Evaluation, Tests and Measurements and RMF I/O Time Validation, Association of Computing Machinery, p. 519.
Strom et al.; Gryphon: An Information Flow Based Approach to Message Brokering, International Symposium on Software Reliability, Jun. 20, 2005.
Swierk et al., "The Roma Personal Metadata Service", Mobile Networks and Applications 7, p. 407-418, copyright 2002. *
Van Steen et al.; Model for Worldwide Tracking of Distributed Objects, Vrije Universiteit, Amsterdam.
Vanbommel; Genetic Algorithms for Optimal Logical Database Design Information and Software Technology, vol. 36, No. 12, p. 725-732, 1994.
Xu; Erdraw: An XML-Based ER-Diagram Drawing and Translation Tool.
Yu, et al.; An Analysis of Several Software Defect Models; IEEE Transactions on Software Engineering, vol. 14., No. 9; Sep. 1988.

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10747952B2 (en) * 2008-09-15 2020-08-18 Palantir Technologies, Inc. Automatic creation and server push of multiple distinct drafts
US20100070844A1 (en) * 2008-09-15 2010-03-18 Andrew Aymeloglu Automatic creation and server push of drafts
US10706220B2 (en) 2011-08-25 2020-07-07 Palantir Technologies, Inc. System and method for parameterizing documents for automatic workflow generation
US9898335B1 (en) 2012-10-22 2018-02-20 Palantir Technologies Inc. System and method for batch evaluation programs
US11182204B2 (en) 2012-10-22 2021-11-23 Palantir Technologies Inc. System and method for batch evaluation programs
US20140229227A1 (en) * 2013-02-13 2014-08-14 Sandhills Publishing Co. Business process workflow system
US10055202B2 (en) * 2013-02-13 2018-08-21 Sandhills Publishing Co. Business process workflow system
US10977279B2 (en) 2013-03-15 2021-04-13 Palantir Technologies Inc. Time-sensitive cube
US10452678B2 (en) 2013-03-15 2019-10-22 Palantir Technologies Inc. Filter chains for exploring large data sets
US11138279B1 (en) 2013-12-10 2021-10-05 Palantir Technologies Inc. System and method for aggregating data from a plurality of data sources
US10198515B1 (en) 2013-12-10 2019-02-05 Palantir Technologies Inc. System and method for aggregating data from a plurality of data sources
US10180977B2 (en) 2014-03-18 2019-01-15 Palantir Technologies Inc. Determining and extracting changed data from a data source
US10943036B2 (en) 2016-03-08 2021-03-09 Az, Llc Virtualization, visualization and autonomous design and development of objects
US20190073343A1 (en) * 2016-03-08 2019-03-07 Az, Llc Automatic generation of documentary content
US11256851B2 (en) * 2016-03-08 2022-02-22 Az, Llc Automatic generation of documentary content
US11790129B2 (en) 2016-03-08 2023-10-17 Az, Llc Virtualization, visualization and autonomous design and development of objects
WO2023205189A1 (en) * 2022-04-19 2023-10-26 The Roig Academy, Llc Systems, apparatus, and methods useful for resource-efficient machine-assisted writing composition

Also Published As

Publication number Publication date
US8732567B1 (en) 2014-05-20

Similar Documents

Publication Publication Date Title
US8732567B1 (en) System and method for automating document generation
US10606573B2 (en) System and method for computer language migration using a re-architecture tool for decomposing a legacy system and recomposing a modernized system
US7734995B1 (en) Systems and methods for assembling form fragments and templates into a form package
AU2005225130B2 (en) Management and use of data in a computer-generated document
US8429522B2 (en) Correlation, association, or correspondence of electronic forms
US8346803B2 (en) Dynamic generation of target files from template files and tracking of the processing of target files
US10002116B2 (en) System and method for citation processing presentation, and transport
JP4977128B2 (en) Method for dynamically generating an XML document from a database
US20150199318A1 (en) System and Method for Using a Third-Party Add-On in a Collaborative On-Line Software Development Environment
US7398214B2 (en) Method for translating slide presentations into different languages
US20030197733A1 (en) Dynamic process-based enterprise computing system and method
US8495097B1 (en) Traversing a hierarchical layout template
US20030007014A1 (en) User interface system for composing an image page layout
CN108762743B (en) Data table operation code generation method and device
US20040216048A1 (en) Method and computer program product for document management and publication using reusable packages and components
US9280752B2 (en) Method, system and computer-readable medium for E-form information extraction template creation
US9141393B2 (en) Business content authoring and distribution
US20070234201A1 (en) Information Management Device
US20100169333A1 (en) Document processor
EP1768034A1 (en) Document processing device and document processing method
EP1744255A1 (en) Document processing device and document processing method
US20020180789A1 (en) Framework for developing web-based and email-based collaborative programs
US10140302B2 (en) Autonomic generation of document structure in a content management system
US9244706B2 (en) Command line shell command generation based on schema
US20090287994A1 (en) Document processing device and document processing method

Legal Events

Date Code Title Description
AS Assignment

Owner name: JPMORGAN CHASE BANK, N.A., NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GRALNICK, SAMUEL L.;HILL, THOMAS H.;SIGNING DATES FROM 20050913 TO 20050914;REEL/FRAME:017002/0106

STCF Information on status: patent grant

Free format text: PATENTED CASE

REMI Maintenance fee reminder mailed
FPAY Fee payment

Year of fee payment: 4

SULP Surcharge for late payment
MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12