US7640255B2 - Method for utilizing a multi-layered data model to generate audience specific documents - Google Patents

Method for utilizing a multi-layered data model to generate audience specific documents Download PDF

Info

Publication number
US7640255B2
US7640255B2 US11/204,763 US20476305A US7640255B2 US 7640255 B2 US7640255 B2 US 7640255B2 US 20476305 A US20476305 A US 20476305A US 7640255 B2 US7640255 B2 US 7640255B2
Authority
US
United States
Prior art keywords
audience
data
family
specific document
data attribute
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/204,763
Other versions
US20060271572A1 (en
Inventor
David Brookler
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.)
SAP SE
Original Assignee
SAP SE
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
Priority claimed from US11/141,984 external-priority patent/US7430715B2/en
Priority claimed from US11/141,997 external-priority patent/US7664737B2/en
Priority claimed from US11/142,809 external-priority patent/US7657511B2/en
Application filed by SAP SE filed Critical SAP SE
Priority to US11/204,763 priority Critical patent/US7640255B2/en
Assigned to SAP, AKTIENGESELLSCHAFT reassignment SAP, AKTIENGESELLSCHAFT ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BROOKLER, DAVID
Publication of US20060271572A1 publication Critical patent/US20060271572A1/en
Application granted granted Critical
Publication of US7640255B2 publication Critical patent/US7640255B2/en
Assigned to SAP SE reassignment SAP SE CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: SAP AG
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
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure

Definitions

  • Embodiments of the invention described herein pertain to the field of computer systems. More particularly, but not by way of limitation, one or more embodiments of the invention enable methods for utilizing a multi-layered data model to generate audience specific documents.
  • One or more embodiments of the invention enable methods for utilizing a multi-layered data model to generate audience specific documents.
  • the word “audience” for the purposes of this specification means a group of document consumers such as people or computers that are associated with a language, country, region, regulation, culture or any other user defined division.
  • One or more embodiments of the invention define families of data records that indirectly subdivide a main data table into a subset of data that is generally based on an existing taxonomy in the main data table, for example the “category” field of the data records.
  • a family is a subset of main table product records that are related by one or more common fields and/or attributes having the same value, and that may also have additional fields of family data, such as an image, a logo, a paragraph of descriptive text, bullets of specifications, and so on.
  • attributes correspond to fields of information that apply only to some rather than all of the main table records.
  • voltage may be an attribute that applies to motors but not to gears.
  • Fields are in the main data table, attributes are not. Families are defined outside of the main data table and therefore indirectly subdivide the main data table. Families are stored in a family table and may be hierarchical related. Families enable master data to be efficiently published not only to paper, but also to non-paper media such as the Web in a manner that preserves the presentation and organization seen in printed catalogs, with the added benefit of fast, efficient product search.
  • Families are not random divisions of the main data table. Families exist only for actual value combinations that occur in the main table product records, dramatically reducing the number of families to precisely those containing records (and certainly no more than the number of main table product records), thereby resulting in a much more compact Family Hierarchy. If the entire set of possible values and value combinations were used when creating families, the Family Hierarchy would be unnecessarily large. Consider a repository with 200 categories, 500 manufacturers, and 10,000 products. If Category were to be partitioned by Manufacturer, the set of possible value combinations would result in 100,000 families (even though the main table contains only 10,000 product records). Most of these families would in fact contain no records, since for a particular category, only a small subset of manufacturers offers products (and conversely, each manufacturer offers just a small number of categories of products).
  • Laying out the families comprises setting parameters that control how destination documents are formatted for publication during the generation process.
  • the families may be manipulated in a variety of ways including pivoting tables to maximize the functionality of the family.
  • Publishing selected families in a given sequence can be used to further specify the generation of the document on a document by document basis.
  • the laying out and publishing processes generate parameters that are fed into desktop publishing programs so that the metadata related to the look and feel of the finished document is stored in an embodiment of the invention as opposed to each desktop publishing program. This allows for independence of platform and media type.
  • an audience hierarchy may be created and utilized for obtaining data for a desired audience.
  • the audience hierarchy may be implemented as a tree or linear structure or any other structure comprising at least one entry so that at least one audience may be used in obtaining data from a data attribute table. For example when obtaining a data value for a particular audience, if that value does not exist for that audience then the audience hierarchy may be utilized to find the data value for an inherited audience.
  • Audiences may be specified in a given order for traversal within the hierarchy and used in order to display data with visual characteristics to inform a user if the value for a particular piece of data is being used from the current layer or is inherited.
  • Use of an audience hierarchy eliminates redundant data entry, minimizes the maintenance required to support the data and allows for rapid addition of audiences to be utilized in generating a particular document. Updating information for multiple audiences occurs automatically without the need to update all entries for a given hierarchy since inherited values are automatically available to audiences in the same hierarchy.
  • the main data table is not altered when adding an audience, attributes are added where needed to the attribute table and an audience is defined in the audience table.
  • manageable subsets of data such as families in order to layout and publish a document along with the audience specific data enables audience and media type independence, in addition to desktop publishing program independence.
  • Initial entry of data specific to an audience may comprise adding a very small amount of data if the audience may be based extensively on another audience. For example if one region of a given country does not allow a particular picture or word to be used for a given document, then that region may be defined as a separate audience that uses all of the data of an inherited audience except for the word or picture that is not allowed. If a particular color is undesirable for display in a given culture, then that color may be altered just for that culture.
  • the actual addition of the data specifying the audience itself comprises a small amount of data and defines the hierarchy to traverse when a data entry is not found for a particular audience.
  • audience hierarchy Once the audience hierarchy is set up, entry and edit of data occurs in one or more embodiments of the invention after selecting a given audience identifier for interaction with the system.
  • the audience identifier may be entered manually or automatically from the user or computer associated with a user.
  • the audience identifier may specify the language, or the language and country, or the language, country and region, or the language, region and culture, or the culture and regulatory area or any other combination of audience identifying values.
  • a document may be published at any time using the data entered and edited in the system.
  • Audience specific documents may be generated for publication by obtaining an audience identifier or audience order from an audience order table or structure.
  • the order specifies the actual audience to utilize when accessing a data attribute table or data table comprising values for at least one audience.
  • the value specific to a given audience is obtained from the data table using the first audience order identifier and the reference identifier of the value from a main data table. If the value exists, it is returned. If the value does not exist for a given audience order identifier and reference, then the audience order table may be accessed in order to find the next audience that may comprise the value. The next position found in the audience order table for a given audience identifier is utilized in order to access the data table.
  • Stop flags may be utilized in the audience hierarchy to allow for a user interface data entry and editing application to show all inherited values and yet allow for the non-publication of inherited values past a set level of inheritance in a generated document.
  • Adding support for document for a given audience using embodiments of the invention is rapid as there is no need to add multiple rows for each entry in the main data table or add and populate fields in a main data table for each new audience.
  • the data attribute table may be augmented with only those values that are unique to the new audience with respect to a set of data values corresponding to an audience that already exists in the data table.
  • the main data table does not require altering in any way in order to add support for a new audience.
  • the initial position set for the initial audience order identifier may be that of an entirely different audience meaning that the audience is being substituted for outright.
  • a new data attribute table entry may be created.
  • the audience order identifier can be altered to use the child audience first. All other entries in the attribute data table would be obtained in this example by observing that the values do not exist for the specific child audience identifier and that the second audience order identifier corresponding to a parent is utilized to obtain these entries. In this manner, only one entry in a data attribute table separate from the main data table is added while the audience order table is updated to allow for the traversal to another audience when entries are not found for a given audience.
  • the number of data entries in the data attribute table for each supported audience in general differs for audiences that inherit from each other with more dependent audiences having less entries in general.
  • Generation of an audience specific document may occur by traversing an audience hierarchy comprising audiences that may be enabled or disabled. Masking may be utilized in order to allow only certain portions of the audience specific document or certain variants of the audience specific document to be generated. Users may pay for access to a particular audience and may pay a separate fee for access to a second audience version of the document depending on the embodiment.
  • FIG. 1 illustrates a main data table used in conjunction with one or more embodiments of the invention.
  • FIG. 2 illustrates a data attribute table used in conjunction with one or more embodiments of the invention.
  • FIG. 3 illustrates an audience order table used in conjunction with one or more embodiments of the invention.
  • FIG. 4 illustrates an audience table used in conjunction with one or more embodiments of the invention.
  • FIG. 5 illustrates a flow chart describing the steps for utilizing a multi-layered data model to generate audience specific documents.
  • FIG. 6 illustrates an embodiment of a layout interface for generating audience specific documents.
  • One or more embodiments of the invention utilize a multi-layered data model to generate audience specific documents targeted at a particular media type.
  • the word “audience” for the purposes of this specification means a group of document consumers such as people or computers that are associated with a language, country, region, regulation, culture or any other user defined division.
  • a multi-layered data model may be implemented as a tree or linear structure or any other structure comprising at least one entry so that at least one audience may be used in obtaining data from a data attribute table.
  • FIG. 1 shows a main data table comprising products for example. The name of a product in this example is entered into another table namely the data attribute table shown in FIG. 2 . For each audience that has a unique value for the given data attribute, an entry in the data attribute table may be created.
  • product number 220304 shown in the main data table comprises an audience specific name that is obtained from the data attribute table when generating a document. In this case if the audience identifier is 0 then the name “tennis sweater” is obtained.
  • the audience identifier is 1 then the name “tennis jumper” is obtained.
  • the audience hierarchy may be utilized to find the data value for an inherited audience.
  • audience 1 is used in obtaining the name of product 220305
  • reference name identifier 22 is used to look up the actual product name in the data attribute table. Since there is no name identifier and audience identifier combination that yields a name, the audience order table shown in FIG. 3 is referenced in order to obtain the next audience identifier to use in finding a suitable value via inheritance.
  • audience 0 Since the next value in the audience order field for audience 1 is 0, then audience 0 is used in looking up the value next in the data attribute table. In this way, only one entry for a given data entry is required since multiple audiences can share the value. By adding regional, cultural or regulatory subdivisions within the audience hierarchy and inheriting large portions of existing audience specific data entries, a large number of audience specific documents may be generated with a minimal amount of data entry required.
  • Defined audiences may be specified in a given order for traversal within the hierarchy and used in order to display data with visual characteristics to inform a user if the value for a particular piece of data is being used from the current layer or is inherited.
  • Use of an audience hierarchy eliminates redundant data entry, minimizes the maintenance required to support the data and allows for rapid addition of audiences to be utilized in generating a particular document. Updating information for multiple audiences occurs automatically without the need to update all entries for a given hierarchy since inherited values are automatically available to audiences in the same hierarchy. For example as shown in FIG. 2 , by adding any value such as was done for name identifier 22 , that value is available to all audiences that comprise the audience 0 in their inheritance chain as shown in FIG. 3 .
  • the main data table shown in FIG. 1 is not altered when adding a new audience, instead only attributes are added to the data attribute table shown in FIG. 2 , an audience is defined in the audience table in FIG. 4 and the audience is added to the audience order table shown in FIG. 3 .
  • the initial entry of data specific to an audience may comprise adding a very small amount of data if the audience may be based extensively on another audience. For example if one region of a given country does not allow a particular picture or word to be used for a given document, then that region may be defined as a separate audience that uses all of the data of an inherited audience except for the word or picture that is not allowed. If a particular color is undesirable for display in a given culture, then that color may be altered just for that culture.
  • the actual addition of the data specifying the audience itself comprises a small amount of data and defines the hierarchy to traverse when a data entry is not found for a particular audience. In the example shown in FIG. 2 , if there a thousand separate entries related to tennis and only a few of the items differ in name between audiences, then the second audience addition comes at very little expenditure of labor in entering the data that differs.
  • audience hierarchy After the audience hierarchy is set up, entry and edit of data occurs in one or more embodiments of the invention after selecting a given audience identifier for interaction with the system.
  • the audience identifier may be entered manually or automatically from the user or computer associated with a user.
  • the audience identifier may specify the language, or the language and country, or the language, country and region, or the language, region and culture, or the culture and regulatory area or any other combination of audience identifying values.
  • a document may be published at any time using the data entered and edited in the system.
  • FIG. 4 shows some example audiences that comprise languages, countries and regions. This table could also comprise audiences for dry and wet counties for example and the data entries for documents generated for dry counties could comprise NULL values wherever an alcoholic beverage or description would appear in the document.
  • One or more embodiments of the invention define families of data records that indirectly subdivide a main data table into a subset of data that is generally based on an existing taxonomy in the main data table, for example the “category” field of the data records.
  • Laying out the families comprises setting parameters that control how destination documents are formatted for publication during the generation process.
  • the families may be manipulated in a variety of ways including pivoting tables to maximize the functionality of the family.
  • Publishing selected families in a given sequence can be used to further specify the generation of the document on a document by document basis.
  • the laying out and publishing processes generate parameters that are fed into desktop publishing programs so that the metadata related to the look and feel of the finished document is stored in an embodiment of the invention as opposed to each desktop publishing program. This allows for independence of platform and media type.
  • FIG. 5 illustrates a flow chart describing the steps for utilizing a multi-layered data model to generate audience specific documents.
  • a family table is created at 501 . This allows for manageable subsets of the main data table to be published.
  • a family layout table is created at 502 in order to provide storage for layout metadata associated with a family. The layout metadata may be inherited or overridden in one or more embodiments of the invention.
  • An audience table is created at 503 and using inheritance may obtain data values from other audiences specified in an inheritance order when the data values are not specified for a given audience. This allows for the support of numerous related audiences with minimal required effort.
  • a data attribute is inserted into a parent audience at 504 where no value exists for a child audience.
  • a document is generated at 505 by inheriting the parent data attribute that does not exist in the child audience and the document is generated into a plurality of media types such as HTML and paper.
  • the generated document may exist as a WYSIWYG panel in one or more embodiments of the invention. Processing completes at 506 .
  • FIG. 6 illustrates an embodiment of a layout interface for generating audience specific documents.
  • WYSIWYG layout panel 600 shows the family “film” as it will appear in a plurality of publications of differing media types.
  • Item 601 illustrates an audience specific data entry that is inherited in this example from a parent audience since no name was specified in the child audience for the given data item. In one or more embodiments this entry may be shown in bold print or in a different color to inform the user that the value is inherited, and/or the level of inheritance from which the data value has been obtained.

Abstract

Audience specific documents targeted at a plurality of media types are generated by accessing data from a multi-layered data model comprising an audience hierarchy. When obtaining a data value for a particular audience, if that value does not exist for that audience then the audience hierarchy may be utilized to find the data value for an inherited audience. By adding regional, cultural or regulatory subdivisions within the audience hierarchy and inheriting large portions of existing audience specific data entries, a large number of audience specific documents may be generated with a minimal amount of data entry required. Audiences may be specified in a given order for traversal within the hierarchy and displayed in a data entry and editing application utilizing visual characteristics to inform a user if the value for a particular piece of data is inherited from another layer or utilized from the particular layer in use.

Description

This application is a continuation in part of U.S. patent application Ser. No. 11/141,997, filed May 31, 2005 entitled “Method for Generating Documents Using Layer-Specific Inheritance Rules”, the specification of which is hereby incorporated herein by reference. This application is a continuation in part of U.S. patent application Ser. No. 11/142,809, filed May 31, 2005 entitled “Multi-Layered Data Model for Generating Audience Specific Documents”, the specification of which is hereby incorporated herein by reference. This application is a continuation in part of U.S. patent application Ser. No. 11/141,984, filed May 31, 2005 entitled “Interface for Indicating the Presence of Inherited Values in a Document”, the specification of which is hereby incorporated herein by reference.
BACKGROUND OF THE INVENTION
1. Field of the Invention
Embodiments of the invention described herein pertain to the field of computer systems. More particularly, but not by way of limitation, one or more embodiments of the invention enable methods for utilizing a multi-layered data model to generate audience specific documents.
2. Description of the Related Art
There are many problems associated with generating a document for multiple audiences comprising differing languages in varying media types such as an electronic or print media catalog. Current systems comprise coarse grained internationalization capabilities that do not readily provide these capabilities. For example, a document that is targeted to more than one language may also need to take into account the different regional, regulatory, and cultural requirements of the audience for which the document is published. Furthermore, the generated document must be properly formatted regardless of the media type for which the document is generated. Generating a document for differing media types requires the entry of descriptive layout information that defines the required output for a particular media type. Current systems that attempt to perform this function are generally hardcoded and when a particular piece of data changes, all target media documents must be manually adjusted not only to modify the piece of data, but also the layout of the document. Furthermore, each document output for a given target media type must be laboriously adjusted to meet the needs of the particular media type, generally in different third-party applications.
Current systems for generating internationalized documents fail to take into account the complexities that cause documents to vary on a publication-by-publication basis. For example, the regional, regulatory, and cultural requirements of the audience are generally beyond the scope of current generation internationalization solutions. When publishing documents for a global audience, data that is an appropriate substitute in one instance of the document may not be an adequate substitute in a different instance. French regulations, for instance, prohibit imagery that shows a hypodermic needle whereas in other countries such images are permissible. The same concept is also applicable to language, cultural, and regional requirements associated with a particular document. Current systems provide mechanisms for publishing documents in multiple languages, but require brute force entry of multi-lingual data in a way that tends require large amounts of duplicate operator entries for similar languages, cultural, regional or regulatory specific embodiments of a document. For example, current systems require a complete set of entries for two languages that may only differ in a small way such as United Kingdom and United States English. Current systems do not allow for inheritance of values based on arbitrary divisions in unlimited dimensions and generally only apply to country, language and region for example.
Existing master data management systems require that product families (of which there may be thousands) be manually created. In these existing systems, a product family may be referred to as a presentation, a unit, an ad, or a module. Further, existing systems require that products records be manually added to the families, and also that they be manually moved to a different family if changes in the product record result in its no longer belonging to its original family. In current systems, removal of support for a given audience or media type requires deleting rows or columns in a database as the database is generally structured in current systems. Adding support for a new audience or media type requires copying large amounts of data, either rows or columns using current methods. Regardless of the underlying implementations significant duplicate effort is then required to update documents targeted at each audience and media type.
For at least the limitations described above there is a need for a system that eliminates data entry duplication and allows for the transparent generation of audience specific documents into multiple languages, regions, cultures or regulatory zones or any other user defined division and into a variety of media types.
SUMMARY OF THE INVENTION
One or more embodiments of the invention enable methods for utilizing a multi-layered data model to generate audience specific documents. The word “audience” for the purposes of this specification means a group of document consumers such as people or computers that are associated with a language, country, region, regulation, culture or any other user defined division.
When publishing a document for multiple audiences in multiple media types it is desirable, although not required, to subdivide the information in a main data table into manageable blocks of information. One or more embodiments of the invention define families of data records that indirectly subdivide a main data table into a subset of data that is generally based on an existing taxonomy in the main data table, for example the “category” field of the data records. A family is a subset of main table product records that are related by one or more common fields and/or attributes having the same value, and that may also have additional fields of family data, such as an image, a logo, a paragraph of descriptive text, bullets of specifications, and so on. In one or more embodiments of the invention, attributes correspond to fields of information that apply only to some rather than all of the main table records. For example, voltage may be an attribute that applies to motors but not to gears. Fields are in the main data table, attributes are not. Families are defined outside of the main data table and therefore indirectly subdivide the main data table. Families are stored in a family table and may be hierarchical related. Families enable master data to be efficiently published not only to paper, but also to non-paper media such as the Web in a manner that preserves the presentation and organization seen in printed catalogs, with the added benefit of fast, efficient product search.
Families are not random divisions of the main data table. Families exist only for actual value combinations that occur in the main table product records, dramatically reducing the number of families to precisely those containing records (and certainly no more than the number of main table product records), thereby resulting in a much more compact Family Hierarchy. If the entire set of possible values and value combinations were used when creating families, the Family Hierarchy would be unnecessarily large. Consider a repository with 200 categories, 500 manufacturers, and 10,000 products. If Category were to be partitioned by Manufacturer, the set of possible value combinations would result in 100,000 families (even though the main table contains only 10,000 product records). Most of these families would in fact contain no records, since for a particular category, only a small subset of manufacturers offers products (and conversely, each manufacturer offers just a small number of categories of products).
Laying out the families comprises setting parameters that control how destination documents are formatted for publication during the generation process. The families may be manipulated in a variety of ways including pivoting tables to maximize the functionality of the family. Publishing selected families in a given sequence can be used to further specify the generation of the document on a document by document basis. The laying out and publishing processes generate parameters that are fed into desktop publishing programs so that the metadata related to the look and feel of the finished document is stored in an embodiment of the invention as opposed to each desktop publishing program. This allows for independence of platform and media type.
When generating an audience specific document targeted at a particular media type, an audience hierarchy may be created and utilized for obtaining data for a desired audience. The audience hierarchy may be implemented as a tree or linear structure or any other structure comprising at least one entry so that at least one audience may be used in obtaining data from a data attribute table. For example when obtaining a data value for a particular audience, if that value does not exist for that audience then the audience hierarchy may be utilized to find the data value for an inherited audience. By adding regional, cultural or regulatory subdivisions within the audience hierarchy and inheriting large portions of existing audience specific data entries, a large number of audience specific documents may be generated with a minimal amount of data entry required. Audiences may be specified in a given order for traversal within the hierarchy and used in order to display data with visual characteristics to inform a user if the value for a particular piece of data is being used from the current layer or is inherited. Use of an audience hierarchy eliminates redundant data entry, minimizes the maintenance required to support the data and allows for rapid addition of audiences to be utilized in generating a particular document. Updating information for multiple audiences occurs automatically without the need to update all entries for a given hierarchy since inherited values are automatically available to audiences in the same hierarchy. The main data table is not altered when adding an audience, attributes are added where needed to the attribute table and an audience is defined in the audience table.
Using manageable subsets of data such as families in order to layout and publish a document along with the audience specific data enables audience and media type independence, in addition to desktop publishing program independence.
Initial entry of data specific to an audience may comprise adding a very small amount of data if the audience may be based extensively on another audience. For example if one region of a given country does not allow a particular picture or word to be used for a given document, then that region may be defined as a separate audience that uses all of the data of an inherited audience except for the word or picture that is not allowed. If a particular color is undesirable for display in a given culture, then that color may be altered just for that culture. The actual addition of the data specifying the audience itself comprises a small amount of data and defines the hierarchy to traverse when a data entry is not found for a particular audience.
Once the audience hierarchy is set up, entry and edit of data occurs in one or more embodiments of the invention after selecting a given audience identifier for interaction with the system. The audience identifier may be entered manually or automatically from the user or computer associated with a user. The audience identifier may specify the language, or the language and country, or the language, country and region, or the language, region and culture, or the culture and regulatory area or any other combination of audience identifying values. A document may be published at any time using the data entered and edited in the system.
Audience specific documents may be generated for publication by obtaining an audience identifier or audience order from an audience order table or structure. The order specifies the actual audience to utilize when accessing a data attribute table or data table comprising values for at least one audience. The value specific to a given audience is obtained from the data table using the first audience order identifier and the reference identifier of the value from a main data table. If the value exists, it is returned. If the value does not exist for a given audience order identifier and reference, then the audience order table may be accessed in order to find the next audience that may comprise the value. The next position found in the audience order table for a given audience identifier is utilized in order to access the data table. The processing repeats until a value is found or a stop flag is found in which case no value is supplied. Stop flags may be utilized in the audience hierarchy to allow for a user interface data entry and editing application to show all inherited values and yet allow for the non-publication of inherited values past a set level of inheritance in a generated document. In the remainder of this specification, use of tables and structures is synonymous unless specified otherwise.
Adding support for document for a given audience using embodiments of the invention is rapid as there is no need to add multiple rows for each entry in the main data table or add and populate fields in a main data table for each new audience. The data attribute table may be augmented with only those values that are unique to the new audience with respect to a set of data values corresponding to an audience that already exists in the data table. The main data table does not require altering in any way in order to add support for a new audience. For an audience that comprises all of the data of another audience for the data that currently exists in a main data table, the initial position set for the initial audience order identifier may be that of an entirely different audience meaning that the audience is being substituted for outright. When a data entry is added to the data attribute table that is different with respect to the first position audience for a given reference id then a new data attribute table entry may be created. In addition, the audience order identifier can be altered to use the child audience first. All other entries in the attribute data table would be obtained in this example by observing that the values do not exist for the specific child audience identifier and that the second audience order identifier corresponding to a parent is utilized to obtain these entries. In this manner, only one entry in a data attribute table separate from the main data table is added while the audience order table is updated to allow for the traversal to another audience when entries are not found for a given audience. The number of data entries in the data attribute table for each supported audience in general differs for audiences that inherit from each other with more dependent audiences having less entries in general.
Generation of an audience specific document may occur by traversing an audience hierarchy comprising audiences that may be enabled or disabled. Masking may be utilized in order to allow only certain portions of the audience specific document or certain variants of the audience specific document to be generated. Users may pay for access to a particular audience and may pay a separate fee for access to a second audience version of the document depending on the embodiment.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 illustrates a main data table used in conjunction with one or more embodiments of the invention.
FIG. 2 illustrates a data attribute table used in conjunction with one or more embodiments of the invention.
FIG. 3 illustrates an audience order table used in conjunction with one or more embodiments of the invention.
FIG. 4 illustrates an audience table used in conjunction with one or more embodiments of the invention.
FIG. 5 illustrates a flow chart describing the steps for utilizing a multi-layered data model to generate audience specific documents.
FIG. 6 illustrates an embodiment of a layout interface for generating audience specific documents.
DETAILED DESCRIPTION OF THE INVENTION
A method for utilizing a multi-layered data model to generate audience specific documents will now be described. In the following exemplary description numerous specific details are set forth in order to provide a more thorough understanding of embodiments of the invention. It will be apparent, however, to an artisan of ordinary skill that the present invention may be practiced without incorporating all aspects of the specific details described herein. In other instances, specific features, quantities, or measurements well known to those of ordinary skill in the art have not been described in detail so as not to obscure the invention. Readers should note that although examples of the invention are set forth herein, the claims, and the full scope of any equivalents, are what define the metes and bounds of the invention.
One or more embodiments of the invention utilize a multi-layered data model to generate audience specific documents targeted at a particular media type. The word “audience” for the purposes of this specification means a group of document consumers such as people or computers that are associated with a language, country, region, regulation, culture or any other user defined division.
A multi-layered data model may be implemented as a tree or linear structure or any other structure comprising at least one entry so that at least one audience may be used in obtaining data from a data attribute table. FIG. 1 shows a main data table comprising products for example. The name of a product in this example is entered into another table namely the data attribute table shown in FIG. 2. For each audience that has a unique value for the given data attribute, an entry in the data attribute table may be created. For example product number 220304 shown in the main data table comprises an audience specific name that is obtained from the data attribute table when generating a document. In this case if the audience identifier is 0 then the name “tennis sweater” is obtained. If the audience identifier is 1 then the name “tennis jumper” is obtained. For example when obtaining a data value for a particular audience, if that value does not exist for that audience then the audience hierarchy may be utilized to find the data value for an inherited audience. In this case, if audience 1 is used in obtaining the name of product 220305, then reference name identifier 22 is used to look up the actual product name in the data attribute table. Since there is no name identifier and audience identifier combination that yields a name, the audience order table shown in FIG. 3 is referenced in order to obtain the next audience identifier to use in finding a suitable value via inheritance. Since the next value in the audience order field for audience 1 is 0, then audience 0 is used in looking up the value next in the data attribute table. In this way, only one entry for a given data entry is required since multiple audiences can share the value. By adding regional, cultural or regulatory subdivisions within the audience hierarchy and inheriting large portions of existing audience specific data entries, a large number of audience specific documents may be generated with a minimal amount of data entry required.
Defined audiences may be specified in a given order for traversal within the hierarchy and used in order to display data with visual characteristics to inform a user if the value for a particular piece of data is being used from the current layer or is inherited. Use of an audience hierarchy eliminates redundant data entry, minimizes the maintenance required to support the data and allows for rapid addition of audiences to be utilized in generating a particular document. Updating information for multiple audiences occurs automatically without the need to update all entries for a given hierarchy since inherited values are automatically available to audiences in the same hierarchy. For example as shown in FIG. 2, by adding any value such as was done for name identifier 22, that value is available to all audiences that comprise the audience 0 in their inheritance chain as shown in FIG. 3. The main data table shown in FIG. 1 is not altered when adding a new audience, instead only attributes are added to the data attribute table shown in FIG. 2, an audience is defined in the audience table in FIG. 4 and the audience is added to the audience order table shown in FIG. 3.
The initial entry of data specific to an audience may comprise adding a very small amount of data if the audience may be based extensively on another audience. For example if one region of a given country does not allow a particular picture or word to be used for a given document, then that region may be defined as a separate audience that uses all of the data of an inherited audience except for the word or picture that is not allowed. If a particular color is undesirable for display in a given culture, then that color may be altered just for that culture. The actual addition of the data specifying the audience itself comprises a small amount of data and defines the hierarchy to traverse when a data entry is not found for a particular audience. In the example shown in FIG. 2, if there a thousand separate entries related to tennis and only a few of the items differ in name between audiences, then the second audience addition comes at very little expenditure of labor in entering the data that differs.
After the audience hierarchy is set up, entry and edit of data occurs in one or more embodiments of the invention after selecting a given audience identifier for interaction with the system. The audience identifier may be entered manually or automatically from the user or computer associated with a user. The audience identifier may specify the language, or the language and country, or the language, country and region, or the language, region and culture, or the culture and regulatory area or any other combination of audience identifying values. A document may be published at any time using the data entered and edited in the system. FIG. 4 shows some example audiences that comprise languages, countries and regions. This table could also comprise audiences for dry and wet counties for example and the data entries for documents generated for dry counties could comprise NULL values wherever an alcoholic beverage or description would appear in the document.
When publishing a document for multiple audiences in multiple media types it is desirable, although not required, to subdivide the information in a main data table into manageable blocks of information as previously described. One or more embodiments of the invention define families of data records that indirectly subdivide a main data table into a subset of data that is generally based on an existing taxonomy in the main data table, for example the “category” field of the data records. Laying out the families comprises setting parameters that control how destination documents are formatted for publication during the generation process. The families may be manipulated in a variety of ways including pivoting tables to maximize the functionality of the family. Publishing selected families in a given sequence can be used to further specify the generation of the document on a document by document basis. The laying out and publishing processes generate parameters that are fed into desktop publishing programs so that the metadata related to the look and feel of the finished document is stored in an embodiment of the invention as opposed to each desktop publishing program. This allows for independence of platform and media type.
FIG. 5 illustrates a flow chart describing the steps for utilizing a multi-layered data model to generate audience specific documents. After starting at 500, a family table is created at 501. This allows for manageable subsets of the main data table to be published. A family layout table is created at 502 in order to provide storage for layout metadata associated with a family. The layout metadata may be inherited or overridden in one or more embodiments of the invention. An audience table is created at 503 and using inheritance may obtain data values from other audiences specified in an inheritance order when the data values are not specified for a given audience. This allows for the support of numerous related audiences with minimal required effort. A data attribute is inserted into a parent audience at 504 where no value exists for a child audience. A document is generated at 505 by inheriting the parent data attribute that does not exist in the child audience and the document is generated into a plurality of media types such as HTML and paper. The generated document may exist as a WYSIWYG panel in one or more embodiments of the invention. Processing completes at 506.
FIG. 6 illustrates an embodiment of a layout interface for generating audience specific documents. WYSIWYG layout panel 600 shows the family “film” as it will appear in a plurality of publications of differing media types. Item 601 illustrates an audience specific data entry that is inherited in this example from a parent audience since no name was specified in the child audience for the given data item. In one or more embodiments this entry may be shown in bold print or in a different color to inform the user that the value is inherited, and/or the level of inheritance from which the data value has been obtained.
While the invention herein disclosed has been described by means of specific embodiments and applications thereof, numerous modifications and variations could be made thereto by those skilled in the art without departing from the scope of the invention set forth in the claims.

Claims (17)

1. In a computer system, a method utilizing a multi-layered data model to generate an audience specific document comprising:
creating a family structure related to a main data structure wherein said family structure comprises at least one family that defines a sub-group of main data structure values from said main data structure wherein said sub-group of main data structure values are related by at least one value in said main data structure having a same value in a plurality of main data structure values;
creating layout metadata in a family layout structure for said at least one family, said layout metadata is configured to format an audience specific document;
creating an audience identified by an audience identifier stored in an audience structure wherein said audience structure comprises values for language, country and region;
creating at least one data attribute in a data attribute structure associated with said main data structure and said audience wherein said audience is associated with said audience identifier stored in said data attribute structure;
accepting a subset of data for said audience with respect to another audience into said data attribute structure wherein said subset of data is unique with respect to said another audience, wherein audience data not contained in said subset of data is inherited from at least one other parent audience, and wherein said audience and said another audience differ in one or more of language, country, region, regulatory or cultural designations;
creating an audience order structure establishing a selecting hierarchy for said at least one data attribute wherein said at least one data attribute is selected utilizing a parent audience identifier from a parent audience when said at least one data attribute does not exist in association with said audience identifier in said data attribute structure; and,
generating said audience specific document of said at least one family comprising said at least one data attribute obtained from said parent audience of said audience for a plurality of media types using said layout metadata selected from said family layout structure corresponding to said at least one family; and
displaying said audience specific document.
2. The method of claim 1 wherein said common elements are fields in said main data structure values are also related by at least one data attribute value that is held in a Structure external to said main data structure.
3. The method of claim 1 further comprising:
inserting at least one audience order identifiers into said audience order structure wherein said audience order structure comprises a hierarchical relationship between a plurality of audiences.
4. The method of claim 1 further comprising:
inserting a plurality audience order identifiers into said audience order structure wherein said audience order structure comprises a hierarchical relationship between a plurality of audiences; and,
inserting a stop flag level for said audience in said audience order structure.
5. The method of claim 1 further comprising:
adding support for said audience without altering said main data structure.
6. The method of claim 1 further comprising:
disabling support for said audience by setting a disable flag for said audience.
7. The method of claim 1 further comprising:
enabling support for said audience by setting a enable flag for said audience.
8. The method of claim 1 further comprising:
dynamically updating a display to graphically depict said layout metadata using said data attribute as said layout metadata is modified.
9. The method of claim 1 further comprising:
depicting said layout metadata by graphically signifying an inheritance level of said at least one Data attribute.
10. The method of claim 1 wherein said plurality of media types comprises paper and markup.
11. The method of claim 1 wherein said generating said audience specific document further comprises interfacing to a desktop publishing program.
12. The method of claim 1 wherein said generating said audience specific document further comprises sending a modified data attribute to a desktop publishing program.
13. The method of claim 1 wherein said generating said audience specific document further comprises accepting a modified layout from a desktop publishing program.
14. The method of claim 1 wherein said generating said audience specific document further comprises: selecting values to publish.
15. The method of claim 1 wherein said generating said audience specific document further comprises: selecting families to publish.
16. The method of claim 1 wherein said generating said audience specific document further comprises: selecting a sequence of families to publish in an order of publication.
17. The method of claim 1 wherein said generating said audience specific document further comprises: overriding said layout metadata using publication specific metadata.
US11/204,763 2005-05-31 2005-08-15 Method for utilizing a multi-layered data model to generate audience specific documents Active 2026-10-24 US7640255B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/204,763 US7640255B2 (en) 2005-05-31 2005-08-15 Method for utilizing a multi-layered data model to generate audience specific documents

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US11/141,984 US7430715B2 (en) 2005-05-31 2005-05-31 Interface for indicating the presence of inherited values in a document
US11/141,997 US7664737B2 (en) 2005-05-31 2005-05-31 Method for generating documents using layer-specific inheritance rules
US11/142,809 US7657511B2 (en) 2005-05-31 2005-05-31 Multi-layered data model for generating audience-specific documents
US11/204,763 US7640255B2 (en) 2005-05-31 2005-08-15 Method for utilizing a multi-layered data model to generate audience specific documents

Related Parent Applications (4)

Application Number Title Priority Date Filing Date
US11/141,997 Continuation US7664737B2 (en) 2005-05-31 2005-05-31 Method for generating documents using layer-specific inheritance rules
US11/141,997 Continuation-In-Part US7664737B2 (en) 2005-05-31 2005-05-31 Method for generating documents using layer-specific inheritance rules
US11/141,984 Continuation-In-Part US7430715B2 (en) 2005-05-31 2005-05-31 Interface for indicating the presence of inherited values in a document
US11/142,809 Continuation-In-Part US7657511B2 (en) 2005-05-31 2005-05-31 Multi-layered data model for generating audience-specific documents

Publications (2)

Publication Number Publication Date
US20060271572A1 US20060271572A1 (en) 2006-11-30
US7640255B2 true US7640255B2 (en) 2009-12-29

Family

ID=37464713

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/204,763 Active 2026-10-24 US7640255B2 (en) 2005-05-31 2005-08-15 Method for utilizing a multi-layered data model to generate audience specific documents

Country Status (1)

Country Link
US (1) US7640255B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100049722A1 (en) * 2008-08-19 2010-02-25 Yu Xu System, method, and computer-readable medium for reducing row redistribution costs for parallel join operations
US20110047124A1 (en) * 2009-08-18 2011-02-24 Fuji Xerox Co., Ltd. Information processing apparatus, information processing method and computer readable medium
US20200043090A1 (en) * 2017-02-17 2020-02-06 Ping An Technology (Shenzhen) Co., Ltd. Contract generation method and apparatus, server and storage medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8869015B2 (en) * 2008-05-08 2014-10-21 Dialogic (Us) Inc. System and method to permit language independence for web interfaces
CN117150598B (en) * 2023-09-05 2024-04-02 上海易立德信息技术股份有限公司 Family table management and integration method and system for CAD model construction

Citations (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4566078A (en) 1983-03-30 1986-01-21 International Business Machines Corp. Concurrent multi-lingual use in data processing systems
US5228121A (en) 1989-09-29 1993-07-13 Digital Equipment Corporation Document generation using information engineering
US5375164A (en) 1992-05-26 1994-12-20 At&T Corp. Multiple language capability in an interactive system
US5416903A (en) 1991-08-19 1995-05-16 International Business Machines Corporation System and method for supporting multilingual translations of a windowed user interface
US5442782A (en) 1993-08-13 1995-08-15 Peoplesoft, Inc. Providing information from a multilingual database of language-independent and language-dependent items
US5655130A (en) 1994-10-14 1997-08-05 Unisys Corporation Method and apparatus for document production using a common document database
US5761673A (en) 1996-01-31 1998-06-02 Oracle Corporation Method and apparatus for generating dynamic web pages by invoking a predefined procedural package stored in a database
US5822503A (en) * 1993-06-15 1998-10-13 Adobe Systems Incorporated Method of manipulating color EPS files
US5835912A (en) 1997-03-13 1998-11-10 The United States Of America As Represented By The National Security Agency Method of efficiency and flexibility storing, retrieving, and modifying data in any language representation
US5944790A (en) 1996-07-19 1999-08-31 Lucent Technologies Inc. Method and apparatus for providing a web site having a home page that automatically adapts to user language and customs
US6006221A (en) 1995-08-16 1999-12-21 Syracuse University Multilingual document retrieval system and method using semantic vector matching
US6018742A (en) 1998-07-07 2000-01-25 Perigis Corporation Constructing a bifurcated database of context-dependent and context-independent data items
US20020002567A1 (en) 2000-06-30 2002-01-03 Yukie Kanie Method and system for managing documents
US6370498B1 (en) 1998-06-15 2002-04-09 Maria Ruth Angelica Flores Apparatus and methods for multi-lingual user access
US20020049831A1 (en) 2000-09-01 2002-04-25 Lifefiles.Com,Inc. System for generating a web document
US20020069049A1 (en) 2000-12-06 2002-06-06 Turner Geoffrey L. Dynamic determination of language-specific data output
US6418439B1 (en) 1997-11-12 2002-07-09 Ncr Corporation Computer system and computer implemented method for translation of information into multiple media variations
US20020111933A1 (en) 2000-10-24 2002-08-15 Noble William B. Multilingual system having dynamic language selection
US20020143523A1 (en) 2001-03-30 2002-10-03 Lakshmi Balaji System and method for providing a file in multiple languages
US20020162093A1 (en) 2001-04-30 2002-10-31 Ming Zhou Internationalization compiler and process for localizing server applications
US6480836B1 (en) * 1998-03-27 2002-11-12 International Business Machines Corporation System and method for determining and generating candidate views for a database
US20020193983A1 (en) 2000-10-16 2002-12-19 Hidemasa Tokieda Method for offering multilingual information translated in many languages through a communication network
US20030012558A1 (en) 2001-06-11 2003-01-16 Kim Byung-Jun Information storage medium containing multi-language markup document information, apparatus for and method of reproducing the same
US6516312B1 (en) 2000-04-04 2003-02-04 International Business Machine Corporation System and method for dynamically associating keywords with domain-specific search engine queries
US6526426B1 (en) 1998-02-23 2003-02-25 David Lakritz Translation management system
US6542898B1 (en) 1999-05-12 2003-04-01 Motive Communications, Inc. Technical support chain automation with guided self-help capability using active content developed for specific audiences
US20030093755A1 (en) 2000-05-16 2003-05-15 O'carroll Garrett Document processing system and method
US20030126559A1 (en) 2001-11-27 2003-07-03 Nils Fuhrmann Generation of localized software applications
US6623529B1 (en) 1998-02-23 2003-09-23 David Lakritz Multilingual electronic document translation, management, and delivery system
US20030187827A1 (en) 2002-03-29 2003-10-02 Fuji Xerox Co., Ltd. Web page providing method and apparatus and program
US6711740B1 (en) 2002-01-17 2004-03-23 Cisco Technology, Inc. Generic code book compression for XML based application programming interfaces
US20040103075A1 (en) 2002-11-22 2004-05-27 International Business Machines Corporation International information search and delivery system providing search results personalized to a particular natural language
US20040167784A1 (en) 2003-02-21 2004-08-26 Motionpoint Corporation Dynamic language translation of web site content
US6865716B1 (en) 2000-05-05 2005-03-08 Aspect Communication Corporation Method and apparatus for dynamic localization of documents
US20050071345A1 (en) 2003-09-30 2005-03-31 Oracle International Corporation Attribute partitioning for user extensibility
US20050086579A1 (en) 2003-06-13 2005-04-21 Stephen Leitner Systems and processes for automated criteria and attribute generation, searching, auditing and reporting of data
US20050240392A1 (en) 2004-04-23 2005-10-27 Munro W B Jr Method and system to display and search in a language independent manner
US6993568B1 (en) 2000-11-01 2006-01-31 Microsoft Corporation System and method for providing language localization for server-based applications with scripts
US20060026267A1 (en) * 2004-08-02 2006-02-02 Andre Godin Method, system, and cluster for the update of management objects
US20060041428A1 (en) 2004-08-20 2006-02-23 Juergen Fritsch Automated extraction of semantic content and generation of a structured document from speech
US20060150166A1 (en) * 2003-02-19 2006-07-06 Sylvain Devillers Method of producing a document based on a scheme that generically describes the format of a bit stream
US7111010B2 (en) * 2000-09-25 2006-09-19 Hon Hai Precision Industry, Ltd. Method and system for managing event attributes
US20060217960A1 (en) 2005-03-25 2006-09-28 Fuji Xerox Co., Ltd. Translation device, translation method, and storage medium
US20060271523A1 (en) 2005-05-31 2006-11-30 David Brookler Method for generating documents using layer-specific inheritance rules
US20060268107A1 (en) 2005-05-31 2006-11-30 Paul Weinberg Method for testing layered data for the existence of at least one value
US20070067728A1 (en) 2005-08-31 2007-03-22 Wenphing Lo Method for enforcing group oriented workflow requirements for multi-layered documents
US20070067297A1 (en) 2004-04-30 2007-03-22 Kublickis Peter J System and methods for a micropayment-enabled marketplace with permission-based, self-service, precision-targeted delivery of advertising, entertainment and informational content and relationship marketing to anonymous internet users
US20070157079A1 (en) 2001-08-31 2007-07-05 Baker Jeffrey T Apparatus and method for negotiating and generating contract documents on-line

Patent Citations (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4566078A (en) 1983-03-30 1986-01-21 International Business Machines Corp. Concurrent multi-lingual use in data processing systems
US5228121A (en) 1989-09-29 1993-07-13 Digital Equipment Corporation Document generation using information engineering
US5416903A (en) 1991-08-19 1995-05-16 International Business Machines Corporation System and method for supporting multilingual translations of a windowed user interface
US5375164A (en) 1992-05-26 1994-12-20 At&T Corp. Multiple language capability in an interactive system
US5822503A (en) * 1993-06-15 1998-10-13 Adobe Systems Incorporated Method of manipulating color EPS files
US5442782A (en) 1993-08-13 1995-08-15 Peoplesoft, Inc. Providing information from a multilingual database of language-independent and language-dependent items
US5655130A (en) 1994-10-14 1997-08-05 Unisys Corporation Method and apparatus for document production using a common document database
US6006221A (en) 1995-08-16 1999-12-21 Syracuse University Multilingual document retrieval system and method using semantic vector matching
US5761673A (en) 1996-01-31 1998-06-02 Oracle Corporation Method and apparatus for generating dynamic web pages by invoking a predefined procedural package stored in a database
US5944790A (en) 1996-07-19 1999-08-31 Lucent Technologies Inc. Method and apparatus for providing a web site having a home page that automatically adapts to user language and customs
US5835912A (en) 1997-03-13 1998-11-10 The United States Of America As Represented By The National Security Agency Method of efficiency and flexibility storing, retrieving, and modifying data in any language representation
US6418439B1 (en) 1997-11-12 2002-07-09 Ncr Corporation Computer system and computer implemented method for translation of information into multiple media variations
US6623529B1 (en) 1998-02-23 2003-09-23 David Lakritz Multilingual electronic document translation, management, and delivery system
US6526426B1 (en) 1998-02-23 2003-02-25 David Lakritz Translation management system
US6480836B1 (en) * 1998-03-27 2002-11-12 International Business Machines Corporation System and method for determining and generating candidate views for a database
US6370498B1 (en) 1998-06-15 2002-04-09 Maria Ruth Angelica Flores Apparatus and methods for multi-lingual user access
US6018742A (en) 1998-07-07 2000-01-25 Perigis Corporation Constructing a bifurcated database of context-dependent and context-independent data items
US6542898B1 (en) 1999-05-12 2003-04-01 Motive Communications, Inc. Technical support chain automation with guided self-help capability using active content developed for specific audiences
US6516312B1 (en) 2000-04-04 2003-02-04 International Business Machine Corporation System and method for dynamically associating keywords with domain-specific search engine queries
US6865716B1 (en) 2000-05-05 2005-03-08 Aspect Communication Corporation Method and apparatus for dynamic localization of documents
US20030093755A1 (en) 2000-05-16 2003-05-15 O'carroll Garrett Document processing system and method
US6772165B2 (en) 2000-05-16 2004-08-03 O'carroll Garrett Electronic document processing system and method for merging source documents on a node-by-node basis to generate a target document
US20020002567A1 (en) 2000-06-30 2002-01-03 Yukie Kanie Method and system for managing documents
US20020049831A1 (en) 2000-09-01 2002-04-25 Lifefiles.Com,Inc. System for generating a web document
US7111010B2 (en) * 2000-09-25 2006-09-19 Hon Hai Precision Industry, Ltd. Method and system for managing event attributes
US20020193983A1 (en) 2000-10-16 2002-12-19 Hidemasa Tokieda Method for offering multilingual information translated in many languages through a communication network
US20020111933A1 (en) 2000-10-24 2002-08-15 Noble William B. Multilingual system having dynamic language selection
US6993568B1 (en) 2000-11-01 2006-01-31 Microsoft Corporation System and method for providing language localization for server-based applications with scripts
US20020069049A1 (en) 2000-12-06 2002-06-06 Turner Geoffrey L. Dynamic determination of language-specific data output
US20020143523A1 (en) 2001-03-30 2002-10-03 Lakshmi Balaji System and method for providing a file in multiple languages
US20020162093A1 (en) 2001-04-30 2002-10-31 Ming Zhou Internationalization compiler and process for localizing server applications
US20030012558A1 (en) 2001-06-11 2003-01-16 Kim Byung-Jun Information storage medium containing multi-language markup document information, apparatus for and method of reproducing the same
US20070157079A1 (en) 2001-08-31 2007-07-05 Baker Jeffrey T Apparatus and method for negotiating and generating contract documents on-line
US20030126559A1 (en) 2001-11-27 2003-07-03 Nils Fuhrmann Generation of localized software applications
US6711740B1 (en) 2002-01-17 2004-03-23 Cisco Technology, Inc. Generic code book compression for XML based application programming interfaces
US20030187827A1 (en) 2002-03-29 2003-10-02 Fuji Xerox Co., Ltd. Web page providing method and apparatus and program
US20040103075A1 (en) 2002-11-22 2004-05-27 International Business Machines Corporation International information search and delivery system providing search results personalized to a particular natural language
US20060150166A1 (en) * 2003-02-19 2006-07-06 Sylvain Devillers Method of producing a document based on a scheme that generically describes the format of a bit stream
US20040167784A1 (en) 2003-02-21 2004-08-26 Motionpoint Corporation Dynamic language translation of web site content
US20050086579A1 (en) 2003-06-13 2005-04-21 Stephen Leitner Systems and processes for automated criteria and attribute generation, searching, auditing and reporting of data
US20050071345A1 (en) 2003-09-30 2005-03-31 Oracle International Corporation Attribute partitioning for user extensibility
US20050240392A1 (en) 2004-04-23 2005-10-27 Munro W B Jr Method and system to display and search in a language independent manner
US20070067297A1 (en) 2004-04-30 2007-03-22 Kublickis Peter J System and methods for a micropayment-enabled marketplace with permission-based, self-service, precision-targeted delivery of advertising, entertainment and informational content and relationship marketing to anonymous internet users
US20060026267A1 (en) * 2004-08-02 2006-02-02 Andre Godin Method, system, and cluster for the update of management objects
US20060041428A1 (en) 2004-08-20 2006-02-23 Juergen Fritsch Automated extraction of semantic content and generation of a structured document from speech
US20060217960A1 (en) 2005-03-25 2006-09-28 Fuji Xerox Co., Ltd. Translation device, translation method, and storage medium
US20060271523A1 (en) 2005-05-31 2006-11-30 David Brookler Method for generating documents using layer-specific inheritance rules
US20060268107A1 (en) 2005-05-31 2006-11-30 Paul Weinberg Method for testing layered data for the existence of at least one value
US20060288265A1 (en) 2005-05-31 2006-12-21 David Brookler Multi-layered data model for determining image choice across a set of audience-specific documents
US20070067728A1 (en) 2005-08-31 2007-03-22 Wenphing Lo Method for enforcing group oriented workflow requirements for multi-layered documents

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Singh et al., Generating Association Rules from Semi-Structured Documents Using an Extended Concept Hierarchy, ACM 1997, pp. 193-200.
Spragins, Developing Hypertext Documents for an International Audience, ACM 1992, pp. 27-34.

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100049722A1 (en) * 2008-08-19 2010-02-25 Yu Xu System, method, and computer-readable medium for reducing row redistribution costs for parallel join operations
US8150836B2 (en) * 2008-08-19 2012-04-03 Teradata Us, Inc. System, method, and computer-readable medium for reducing row redistribution costs for parallel join operations
US20110047124A1 (en) * 2009-08-18 2011-02-24 Fuji Xerox Co., Ltd. Information processing apparatus, information processing method and computer readable medium
US8364727B2 (en) * 2009-08-18 2013-01-29 Fuji Xerox Co., Ltd. Information processing apparatus, information processing method and computer readable medium
US20200043090A1 (en) * 2017-02-17 2020-02-06 Ping An Technology (Shenzhen) Co., Ltd. Contract generation method and apparatus, server and storage medium
US10825088B2 (en) * 2017-02-17 2020-11-03 Ping An Technology (Shenzhen) Co., Ltd. Contract generation method and apparatus, server and storage medium

Also Published As

Publication number Publication date
US20060271572A1 (en) 2006-11-30

Similar Documents

Publication Publication Date Title
US7664737B2 (en) Method for generating documents using layer-specific inheritance rules
US7430715B2 (en) Interface for indicating the presence of inherited values in a document
US7617449B2 (en) Method and system for mapping content between a starting template and a target template
US6959416B2 (en) Method, system, program, and data structures for managing structured documents in a database
US6983287B1 (en) Database build for web delivery
US7707498B2 (en) Specific type content manager in an electronic document
US8332738B2 (en) Method for enforcing group oriented workflow requirements for multi-layered documents
US20080065982A1 (en) User Driven Computerized Selection, Categorization, and Layout of Live Content Components
US20080288861A1 (en) Generating a word-processing document from database content
EP1250654A2 (en) Method and system for constructing personalized result sets
US7640255B2 (en) Method for utilizing a multi-layered data model to generate audience specific documents
WO2008006197A1 (en) Methods and apparatus for reusing data access and presentation elements
US11573690B2 (en) Generating and modifying content using data structures
US8150878B1 (en) Device method and computer program product for sharing web feeds
US7689631B2 (en) Method for utilizing audience-specific metadata
US20110184975A1 (en) Incorporated web page content
US7657511B2 (en) Multi-layered data model for generating audience-specific documents
US20040261047A1 (en) Electrical form design and management method, and recording medium
US6910051B2 (en) Method and system for mechanism for dynamic extension of attributes in a content management system
US8261188B2 (en) Method of associating properties or fields of graphical objects with each other for efficient composition of documents
US7647302B2 (en) Method for searching layered data
US20010032208A1 (en) Content store management
US11468047B2 (en) Methods for executing an editor application for composing content of a content management system
US20220292147A1 (en) Systems for executing an editor application for composing content of a content management system
WO2022195484A1 (en) Methods for executing an editor application for composing content of a content management system

Legal Events

Date Code Title Description
AS Assignment

Owner name: SAP, AKTIENGESELLSCHAFT, GERMANY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BROOKLER, DAVID;REEL/FRAME:017205/0754

Effective date: 20051219

FEPP Fee payment procedure

Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: SAP SE, GERMANY

Free format text: CHANGE OF NAME;ASSIGNOR:SAP AG;REEL/FRAME:033625/0334

Effective date: 20140707

FPAY Fee payment

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