US7194680B1 - Formatting content by example - Google Patents

Formatting content by example Download PDF

Info

Publication number
US7194680B1
US7194680B1 US09/456,888 US45688899A US7194680B1 US 7194680 B1 US7194680 B1 US 7194680B1 US 45688899 A US45688899 A US 45688899A US 7194680 B1 US7194680 B1 US 7194680B1
Authority
US
United States
Prior art keywords
content
placeholder
placeholders
representative
document
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.)
Expired - Lifetime, expires
Application number
US09/456,888
Inventor
H. Scott Roy
Jeff Young
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.)
Adobe Inc
Original Assignee
Adobe Systems Inc
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 Adobe Systems Inc filed Critical Adobe Systems Inc
Priority to US09/456,888 priority Critical patent/US7194680B1/en
Assigned to ADOBE SYSTEMS INCORPORATED reassignment ADOBE SYSTEMS INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ROY, H.S., YOUNG, JEFF
Priority to JP2001544193A priority patent/JP2003521026A/en
Priority to EP00992406A priority patent/EP1252582A2/en
Priority to PCT/US2000/042700 priority patent/WO2001042972A2/en
Priority to US11/688,210 priority patent/US8015487B2/en
Application granted granted Critical
Publication of US7194680B1 publication Critical patent/US7194680B1/en
Assigned to ADOBE INC. reassignment ADOBE INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: ADOBE SYSTEMS INCORPORATED
Adjusted expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Definitions

  • the invention relates to apparatus and process for generating content.
  • the Internet is becoming an increasingly popular medium for communicating and publishing widely accessible documents.
  • a network of networks the Internet transfers information using a common protocol that tells computers connected to the network how to locate and exchange files with one another.
  • Documents communicated over the Internet generally conform to a Hyper Text Markup Language (HTML) that a World-Wide-Web (WWW or Web) browser can translate and display. Once posted on a Web server, these documents or compilations of pages can be retrieved and viewed by anyone who has access to the Internet.
  • HTML Hyper Text Markup Language
  • Each document is essentially a collection of HTML codes or tags which provide the document with a general structure of a head and a body, as well as headings, format controls, forms, tables, and one or more element types.
  • HTML codes A basic familiarity with HTML codes is only one aspect in the process of creating HTML documents. Another issue relates to the process of editing such documents. Although a conventional text editor or word processor can be used to add HTML markups to the document, such method of composing and editing the HTML document is quite tedious as the process does not allow a designer to see the document as actually displayed by the browser. Without visual feedback, the process of composing and editing the HTML document can be error-prone and inefficient.
  • the process of composing and editing the HTML document can be challenging. For example, if the image elements were embedded in the document, the conventional text editor or word processor would reference each image using only its access path and file name. Consequently, the designer has to be more careful and more exact in selecting the elements, as the designer cannot visually verify that the correct image is being edited. Hence, the difficulty in generating the desired HTML document is increased when non-text elements are embedded in the document.
  • the difficulty is particularly accentuated for the development of web sites in which the content or interaction of the web site changes based on designer or environmental information. Examples of such sites include on-line catalogs, news sites, or e-commerce sites.
  • a web server typically processes pages to insert or replace content at run-time.
  • Examples include Microsoft's Internet Information Server (IIS), which processes Active Server Pages (ASP).
  • IIS Internet Information Server
  • ASP Active Server Pages
  • the system and techniques specify content insertions based on elements, each with a representative content.
  • the format, style, and layout of the representative content of the elements is used to format, style, and layout the content.
  • a method generates a document by: inserting one or more placeholders in the document; binding each placeholder to a content source; and compiling the placeholders into code to generate content for the document based on the content source. The method then executes the code to generate the content and presenting the content of the document if in a presentation mode or restores the placeholder if in an edit mode.
  • Implementations of the invention may include one or more of the following.
  • the placeholders can be formatted and annotated.
  • Executable code can then be generated from the annotations to retrieve the content.
  • the document can then be rendered based on the content.
  • the generating of executable codes can include generating code to obtain content from a database.
  • the code can be embedded as attributes in the placeholder.
  • the placeholder can be a mark-up element, and can be an HTML element or an XML element.
  • the method can include specifying a content insertion based on the placeholder, each placeholder having a representative content. The method can also use the formatting, styling, or layout of the representative content of the placeholder to format, style, or layout the content.
  • a method generates a document by inserting one or more placeholders in the document; binding each placeholder to a content source; and interpreting the placeholders and presenting the content of the document if in a presentation mode or restoring the placeholder if in an edit mode.
  • Implementations of the invention may include one or more of the following.
  • Each placeholder includes one or more annotations describing the content for the placeholder. These annotations are used to generate content to replace the placeholder. The content as interpreted by the annotations are retrieved from the content sources.
  • Each placeholder can be formatted. The formatting the content can be adjusted to match the format of the placeholder.
  • the method can also interpret the layout; and replace the content in lieu of the placeholder when rendering the document.
  • the placeholder can be restored when the designer edits the page in an edit mode. Metadata for the placeholder can be stored as a comment field in the document.
  • a method applies a document by: inserting one or more mark-up elements in the document; binding the mark-up elements to one or more content sources; retrieving data from the bound one or more content sources and replacing the mark-up elements with the retrieved data during run-time; and restoring the mark-up elements during an edit session.
  • Implementation of this method can include updating a markup language document during run-time based on an original layout and content generated on-the-fly. Further, the content replaces the placeholder.
  • a method generates a document having one or more mark-up elements, each elements being bound to a content source. This is done by specifying one or more parameters; retrieving data satisfying the one or more parameters from the bound content source; replacing the mark-up elements with the retrieved data; and displaying the document.
  • Advantages of the system may include one or more of the following.
  • a designer can use a WYSIWYG editor to create a web site design in HTML.
  • the system then uses the format, layout, and style of the HTML to insert, format, layout, and style the content. Because the system uses HTML, any HTML tool can be used to refine or edit the design.
  • the system supports a designer-friendly approach to incorporating the content technology of ASPs in a Web site. Powerful features for Web site designers, programmers, and intranet or e-commerce developers are supported, including the ability to work on or off line; add content sources to a page without writing a single line of script code; highlight placeholder text and graphics linked to content; customize numeric formatting and replication of table rows; links to pages; preview pages using placeholder or actual content; and generate all HTML and ASP code necessary for automatic content generation.
  • the system makes it easy to integrate content into a Web site.
  • a web designer may create a web page using a conventional markup language and bind one of many database type fields to a portion of the markup language. Furthermore, the designer may replace the binding at a later time to another independent database to the same markup language portion.
  • the two databases themselves may not be compatible to each other.
  • the Web designer can have complete pixel-level control over HTML in a visual design environment, while automatically generating industry-compliant ASP or other server code. The designers can see exactly how their designs look on different platforms and browsers in an Edit mode. Moreover, the system provides management tools to make it easier to create and maintain Web sites. Furthermore, as the content of the database fields that are bound to a portion of the markup language is changed, the generated web page is changed accordingly.
  • the system provides a complete solution for HTML layout, design, and Web site management.
  • Designers have creative control and flexibility when designing Web sites. It lets graphic designers and publishers design and manage professional-quality Web sites containing the latest multimedia features, without requiring any HTML programming. At the same time, it provides HTML source-code and JavaScript tools to help Web designers and programmers integrate interactivity into their sites.
  • FIG. 1 is a flowchart illustrating a process for generating content using one or more mock placeholders.
  • FIG. 2A is an exemplary user interface illustrating one or more mock placeholders and their content sources.
  • FIG. 2B is an exemplary user interface illustrating one or more mock placeholders and binding details associated with the placeholders.
  • FIG. 3 is a flowchart of a process for processing the mock placeholders.
  • FIG. 4 is an exemplary user interface illustrating various exemplary mock placeholders and their content sources.
  • FIG. 5 is a flowchart of a process for interpreting the content associated with the mock placeholders.
  • FIG. 6 is an exemplary computer system for executing the process of FIG. 1 .
  • FIG. 1 a process 100 for editing and running pages with content is shown.
  • a designer creates pages as usual, placing mock elements or placeholders on the page in place of actual content.
  • the mock content lets the designer visually design the page exactly the way it should appear to the designer.
  • the designer binds or links the placeholders to fields in an online database, or a server such as an e-commerce server that provides data. The content of those fields replaces the mock content on the page when it appears live or is previewed.
  • the designer layouts a page with mock content placeholders (step 102 ).
  • the designer formats the mock content placeholders as necessary (step 104 ).
  • the designer can format placeholders the same way he can format non-placeholders. This includes setting font and style attributes for text; height and width for images; borders, height, width, and cell spacing for tables; and others.
  • Steps 102 and 104 can be done using any HTML authoring tool, including GoLive, available from Adobe Systems Incorporated of San Jose, Calif.
  • the designer then associates one or more annotations with the placeholders (step 106 ).
  • the designer selects a table from a database and then binds individual fields from that table to placeholders on the page.
  • These annotations tell the system what database tables the page needs to access.
  • An image for example, may have an annotation that tells the process 100 to replace the source of the image with the content of a particular database field.
  • a piece of text may have an annotation that tells the process 100 to replace the text with the content of another database field.
  • the annotations are turned into code that will get the appropriate data and make it available to the page during display.
  • the annotations are used to compile the placeholders into executable code to retrieve content (step 108 ). This is done when the page is saved as a file.
  • step 110 the process 100 determines whether the user is in edit mode or view mode. If the user is in the view mode, the process 100 proceeds to step 112 where the page is displayed. In this step, each placeholder is analyzed, and based on the type and the annotations of the placeholder, appropriate code is generated that will put in the actual content. Alternatively, the annotations can be interpreted to fill the page with content. At run-time or edit-time, the information in the annotations is processed to replace the placeholders with the actual content (interpretation). Finally, the page can be rendered with the content.
  • step 110 if the user is in the edit mode, when the page is read, the code is decompiled back to the original placeholders and annotations so that the designer can edit them and change the layout (step 114 ). From step 112 or 114 , the process 100 exits.
  • FIG. 2A shows an exemplary layout using an HTML editor such as Adobe's GoLive.
  • GoLive provides a context-sensitive palette called the Inspector can be used to let the designer quickly customize objects without using commands in the menu bar.
  • the context-sensitive Inspector can be used to set the attributes of text or objects in the page or site window. Inspectors are the source of point-and-shoot linking; they also let the designer reference image files or other resources, resize elements with pixel-level precision, align objects with respect to adjacent text, control object spacing between objects, and make many tag-specific settings.
  • the layout 120 of FIG. 2A has a background table, which in turn includes table cells 124 , 126 , and 140 .
  • the table cell 124 contains various elements such as of an “Adobe Magazine” icon and a “Contents” table.
  • the table cell 126 contains text fields “Ducky takes 1 st prize” and “The ImageReady rubber ducky has surprised everyone, including its creators, by taking first prize in a local duck beauty pageant.”
  • the table cell 126 also includes an image 130 to make the Web page more visually appealing.
  • the table cell 140 includes a plurality of hotlinks to various featured articles.
  • FIG. 2A also shows a plurality of panes, including a binding details pane and a content sources pane 150 .
  • the pane 150 allows the user to bind placeholders to specific fields in the online database that serves as the content source.
  • the designer can select the placeholder and then select the field desired in the content sources pane 150 to bind the two.
  • the designer can also enter or edit the paths in the URL to a “Config Folder” from this pane. These paths let the system find and use various files it needs for content, including the designer's databases.
  • one or more corresponding fields becomes highlighted and checked in the content sources pane 150 of the contents palette.
  • a table is bound to a content source and the contents of a row to a field within that content source, the page when previewed or viewed online places the contents of that field for each database record into each subsequent row of the table.
  • the text in previous rows without bindings remains as headings. For example, if there are eight table rows, the contents of that database field for eight records will appear one after another, one record for each row.
  • the ImageURL field becomes highlighted and checked in the content sources pane of the Dynamic Content palette. This tells the designer that the currently selected placeholder is linked or bound to a field called ImageURL in the online database. The contents of that database field will replace the placeholder when the user previews the page or views it online. In this example, the database will insert a URL to a graphic element.
  • the image placeholder 130 can be added by putting an image placeholder on the page and then linking the placeholder to an image file. The image placeholder can then appropriately positioned on the page.
  • two text placeholders 132 and 134 on the page are created.
  • the box next to a Title field listed in the content sources pane 150 is selected to bind the placeholder 132 to the Title field of the database.
  • the body placeholder 134 is selected, and the box next to the Introduction field in the Content Sources pane 150 is selected to bind the placeholder 134 to another field in the database.
  • the Show Bindings button in the Dynamic Content palette is selected. At this point, the page can be previewed to see the content in action.
  • HTML code for the sample page shown in FIG. 2A is shown below:
  • the design for the page whose contents are changed on the fly to suit certain user qualifier or parameters can be created using existing HTML elements.
  • An element can be tagged (using an attribute, among others) to be associated with some form of content.
  • the representative content is examined to format, style, and layout the content.
  • the ⁇ --Mock Content . . . > tag enables the system to replace the content with the mock placeholders so that the page can be easily edited.
  • FIG. 2B shows an exemplary user interface 180 illustrating one or more mock placeholders and binding details associated with the placeholders.
  • the binding details are aggregated in a binding details pane 180 .
  • the “Bind To” area of the Binding Details pane is available whenever any placeholder is selected.
  • the “Filter” area appears for text placeholders only.
  • the “Link To” area appears only when an placeholder link is selected on the Web page.
  • the “Binding Details” tab opens a pane in the palette where a designer can fine-tune bindings by selecting additional options that appear there. These options vary depending on the type of field involved in the binding, but can include: applying text formatting filters to format content such as currency and dates; linking to other pages; and creating “Previous” or “Next” buttons to navigate between records.
  • a process 200 is shown for using placeholders for generating either viewable content or layout.
  • the process 200 generates code to get contents from a database (step 202 ).
  • code to get information from a database is as follows:
  • this code is embedded as HTML or XML attributes on the placeholder (step 204 ) or simply stored as an HTML element or an XML element.
  • XML is a simplified dialect of SGML (Standard Generalized Markup Language) or the structured presentation of information on the World Wide Web.
  • SGML Standard Generalized Markup Language
  • XML is a subset of SGML for defining custom markup languages.
  • XML documents use Document Type Definitions (DTDs) that define the custom tags available for use in the document. More information on XML is provided at www.w3.org/XML/ or at www.xm1.com/
  • the process 200 also saves mock content placeholders so that, it should be used as decide to edit the page in a edit mode, the mock content placeholders can be restored for the designer to edit.
  • the process 200 shows content generation from the point of a designer, a user can influence the generation of content as well.
  • the user can control the type of content that the web page is to display.
  • the returned web page would be customized to the user's qualifier and would return only contents that had been authored by the desired user qualifier.
  • the code generated for a link of this example is shown below:
  • a placeholder element with annotations typically is expressed in HTML as:
  • the IMG tag additionally has an attribute called dynamic_src, which represents an annotation, which allows the system of FIG. 1 to turn the mock placeholder into content during a “live” rendering of the page.
  • dynamic_src represents an annotation, which allows the system of FIG. 1 to turn the mock placeholder into content during a “live” rendering of the page.
  • an editor such as Adobe GoLive can still show the IMG tag as a regular image of a duck.
  • code to generate an image is:
  • the last section lets the system reverse the compilation process for generating pages and turn the code back into an HTML page that the designer can edit the page as necessary.
  • the page layout of FIG. 4 has a text placeholder 250 , an image placeholder 252 , a table placeholder 254 , a text input box placeholder 256 , a pull-down menu placeholder 258 , a radio box placeholder 260 , a checkbox placeholder 262 and a hotlink placeholder 264 .
  • a content source tab 270 is in turn associated with each of the placeholders 250 – 264 .
  • Exemplary code for the text placeholder 250 is as follows:
  • This code inserts the text of the “Name” field from the current record of the “Product_Info” table.
  • the current record is set by the code that retrieves the database information.
  • the formatting depends on the tags surrounding the code. If the code is within an ⁇ H1> tag, for example, it is formatted as a heading.
  • Exemplary code for the image placeholder 252 is as follows:
  • This code replaces the src attribute of the image with the text of the ImageURL field. Replacing the src attribute causes the user's browser to retrieve the image referenced by the ImageURL.
  • Exemplary code for the table placeholder 254 is as follows:
  • This code constructs a table that shows all the records in the Product_Info table, with one record per row. Each row will display the Name of one product.
  • the table will have the formatting indicated by the attributes in the ⁇ TABLE> tag.
  • Exemplary code for the text input box placeholder 256 is as follows:
  • This code creates a text input box for updating the Name field of the current record.
  • the information will be uploaded to the database as part of a form submission.
  • Exemplary code for the pull-down menu placeholder 258 is as follows:
  • This code constructs a pull down menu to update the ShippingMethod field of the current record.
  • the entries in the menu are created from the records in the Shipping_Methods table, each of which has a MethodName.
  • the code is further designed to show the shipping method assigned to the current record.
  • Exemplary code for the radio box placeholder 260 is as follows:
  • This code fills the rows of a table with radio buttons to set the ProjectStatus field of the current Record.
  • the code is similar to the pulldown menu code: entries are constructed from one table in the database (Status_List), and the current value is taken from another table (the current record selected in the Project_Information table). This code would typically be part of a form that the user could use to update the status of a project.
  • Exemplary code for the checkbox placeholder 262 is as follows:
  • This code creates a checkbox form control to update the value of the OnSale field of the current product.
  • the extra code for the hidden input works around a limitation of HTML when updating Boolean fields in a database.
  • Exemplary code for the hotlink placeholder 264 is as follows:
  • This code creates a hotlink to another page, product_details.asp that will show more information about the current product.
  • the Product_Info.Key( ) code passes the key for the current product to the details page so that it knows which record to show.
  • the code in these examples uses ASP (Microsoft's Active Server Page technology), but it could equally well use any other server side scripting format, including Java Server Pages (JSP)., PHP, and Perl.
  • the internal annotation format also supports conversion among different formats by converting one format into the internal annotation format and then outputting the data in a different format.
  • the design is created using existing HTML elements.
  • An element can be tagged (using an attribute, among others) to be associated with some form of content.
  • the representative content is examined to format, style, and layout the content.
  • the annotations are stored as XML or HTML attributes. This has the advantage that the file stays an XML or an HTML file, so that the designer can continue to edit it using existing XML and HTML tools. In contrast, other output formats do not use this model. ASP code, for example, is unstructured and cannot typically be read into an HTML editor.
  • An interpreter is a computer program that translates and executes instructions written in an interpreted programming language, such as programs written in Perl, Basic, or Java.
  • the translation process involves the conversion of each source language statement of a given computer program into machine language suitable for execution.
  • a user wishing to execute an application program written in the programming language will invoke an interpreter in order to execute the application program.
  • the interpreter can simply parse the page as an XML or HTML document, and then using the standard DOM interface for accessing such a document, it can find the content annotations, fetch the required content, and substitute for the placeholders.
  • a process 300 for interpreting the content is shown.
  • the process 300 retrieves the next placeholder from the document (step 302 ).
  • the process 300 then reads the annotations describing the content that should replace that placeholder (step 304 ).
  • the required content is retrieved (step 306 ).
  • the process 300 then formats the content to match the formatting of the placeholder (step 308 ) and replaces the placeholder with the content (step 310 ).
  • the process 300 checks whether all placeholders have been processed (step 312 ). If not, the process 300 loops back to step 402 to continue processing the placeholders. Alternatively, the process 300 proceeds from step 312 to display the final document showing all the content (step 314 ).
  • the invention may be implemented in digital hardware or computer software, or a combination of both.
  • the invention is implemented in a computer program executing in a computer system.
  • a computer system may include a processor, a data storage system, at least one input device, and an output device.
  • FIG. 6 illustrates one such computer system 600 , including a processor (CPU) 610 , a RAM 620 , a ROM 622 and an I/O controller 630 coupled by a CPU bus 698 .
  • the I/O controller 630 is also coupled by an I/O bus 650 to input devices such as a keyboard 660 , a mouse 670 , and output devices such as a monitor 680 .
  • one or more data storage devices 692 are connected to the I/O bus via an I/O interface 690 .
  • a pressure-sensitive pen instead of using a mouse as user input devices, a pressure-sensitive pen, digitizer or tablet may be used.
  • the above-described software can be implemented in a high level procedural or object-oriented programming language to operate on a dedicated or embedded system.
  • the programs can be implemented in assembly or machine language, if desired.
  • the language may be a compiled or interpreted language.
  • Each such computer program can be stored on a storage medium or device (e.g., CD-ROM, hard disk or magnetic diskette) that is readable by a general or special purpose programmable computer for configuring and operating the computer when the storage medium or device is read by the computer to perform the procedures described.
  • a storage medium or device e.g., CD-ROM, hard disk or magnetic diskette
  • the system also may be implemented as a computer-readable storage medium, configured with a computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner.

Abstract

A method generates a document by: inserting one or more placeholders in the document; binding each placeholder to a content source; and compiling the placeholders into code to generate content for the document based on the content source. The method then executes the code to generate the content and presenting the content of the document if in a presentation mode or restores the placeholder if in an edit mode.

Description

COPYRIGHT NOTICE
A portion of the disclosure of this patent document contains material that is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights.
BACKGROUND OF THE INVENTION
The invention relates to apparatus and process for generating content.
The Internet is becoming an increasingly popular medium for communicating and publishing widely accessible documents. A network of networks, the Internet transfers information using a common protocol that tells computers connected to the network how to locate and exchange files with one another. Documents communicated over the Internet generally conform to a Hyper Text Markup Language (HTML) that a World-Wide-Web (WWW or Web) browser can translate and display. Once posted on a Web server, these documents or compilations of pages can be retrieved and viewed by anyone who has access to the Internet.
Each document is essentially a collection of HTML codes or tags which provide the document with a general structure of a head and a body, as well as headings, format controls, forms, tables, and one or more element types. A basic familiarity with HTML codes is only one aspect in the process of creating HTML documents. Another issue relates to the process of editing such documents. Although a conventional text editor or word processor can be used to add HTML markups to the document, such method of composing and editing the HTML document is quite tedious as the process does not allow a designer to see the document as actually displayed by the browser. Without visual feedback, the process of composing and editing the HTML document can be error-prone and inefficient. Moreover, when the HTML document contains elements other than the usual text and text formatting codes, the process of composing and editing the HTML document can be challenging. For example, if the image elements were embedded in the document, the conventional text editor or word processor would reference each image using only its access path and file name. Consequently, the designer has to be more careful and more exact in selecting the elements, as the designer cannot visually verify that the correct image is being edited. Hence, the difficulty in generating the desired HTML document is increased when non-text elements are embedded in the document.
The difficulty is particularly accentuated for the development of web sites in which the content or interaction of the web site changes based on designer or environmental information. Examples of such sites include on-line catalogs, news sites, or e-commerce sites.
Typically, to support dynamic web sites, a web server called a dynamic content server processes pages to insert or replace content at run-time. Examples include Microsoft's Internet Information Server (IIS), which processes Active Server Pages (ASP).
Currently, web sites are generally authored in two steps:
    • (1) A designer creates the look and feel of the web site by creating a mock-up of the site in Photoshop.
    • (2) The Photoshop image is then handed to programmers who hand-code the web pages in HTML and script code to be executed by a content server.
This two-step process is caused by the fact that WYSIWYG HTML editors are insufficiently expressive to show what the designer wants, and; that existing content specification systems generally imbed processing instructions directly within the HTML, making it hard for them to co-exist with WYSIWYG HTML editors. An example of these processing instructions is exemplified by the following Active Server Page (ASP) code
<BODY>
<%
set patents = CreateObject(“ADODB.RecordSet”)
patents.Open “myPatentDatabase”
%>
<TABLE>
<TR>
<TH>Title</TH>
<TH>Description</TH>
</TR>
<% while not patents.EOF %>
<TR>
<TD><%=patents(“PATENT_TITLE”)%></TD>
<TD><%=patents(“SHORT_DESCRIPTION”)%></TD>
</TR>
<% patents.MoveNext %>
This two-step process is inefficient since the page is in effect designed twice: once in Photoshop, and once in HTML file. Moreover, the designer cannot go back and make changes to the HTML file, because the ASP code cannot be easily read back into a WYSIWYG editor since ASP is a language-independent framework designed by Microsoft for efficient coding of server-side scripts that are executed by a Web server in response to a user's request for a URL. ASP scripts are similar to other server-side scripting such as Perl and Python. Not surprisingly, although many people can design web pages, only a few designers can compose web sites with ease.
SUMMARY OF THE INVENTION
The system and techniques specify content insertions based on elements, each with a representative content. The format, style, and layout of the representative content of the elements is used to format, style, and layout the content.
A method generates a document by: inserting one or more placeholders in the document; binding each placeholder to a content source; and compiling the placeholders into code to generate content for the document based on the content source. The method then executes the code to generate the content and presenting the content of the document if in a presentation mode or restores the placeholder if in an edit mode.
Implementations of the invention may include one or more of the following. The placeholders can be formatted and annotated. Executable code can then be generated from the annotations to retrieve the content. The document can then be rendered based on the content. The generating of executable codes can include generating code to obtain content from a database. The code can be embedded as attributes in the placeholder. The placeholder can be a mark-up element, and can be an HTML element or an XML element. The method can include specifying a content insertion based on the placeholder, each placeholder having a representative content. The method can also use the formatting, styling, or layout of the representative content of the placeholder to format, style, or layout the content.
In another aspect, a method generates a document by inserting one or more placeholders in the document; binding each placeholder to a content source; and interpreting the placeholders and presenting the content of the document if in a presentation mode or restoring the placeholder if in an edit mode.
Implementations of the invention may include one or more of the following. Each placeholder includes one or more annotations describing the content for the placeholder. These annotations are used to generate content to replace the placeholder. The content as interpreted by the annotations are retrieved from the content sources. Each placeholder can be formatted. The formatting the content can be adjusted to match the format of the placeholder. The method can also interpret the layout; and replace the content in lieu of the placeholder when rendering the document. The placeholder can be restored when the designer edits the page in an edit mode. Metadata for the placeholder can be stored as a comment field in the document.
In another aspect, a method applies a document by: inserting one or more mark-up elements in the document; binding the mark-up elements to one or more content sources; retrieving data from the bound one or more content sources and replacing the mark-up elements with the retrieved data during run-time; and restoring the mark-up elements during an edit session.
Implementation of this method can include updating a markup language document during run-time based on an original layout and content generated on-the-fly. Further, the content replaces the placeholder.
In another aspect, a method generates a document having one or more mark-up elements, each elements being bound to a content source. This is done by specifying one or more parameters; retrieving data satisfying the one or more parameters from the bound content source; replacing the mark-up elements with the retrieved data; and displaying the document.
Advantages of the system may include one or more of the following. A designer can use a WYSIWYG editor to create a web site design in HTML. The system then uses the format, layout, and style of the HTML to insert, format, layout, and style the content. Because the system uses HTML, any HTML tool can be used to refine or edit the design.
The system supports a designer-friendly approach to incorporating the content technology of ASPs in a Web site. Powerful features for Web site designers, programmers, and intranet or e-commerce developers are supported, including the ability to work on or off line; add content sources to a page without writing a single line of script code; highlight placeholder text and graphics linked to content; customize numeric formatting and replication of table rows; links to pages; preview pages using placeholder or actual content; and generate all HTML and ASP code necessary for automatic content generation.
The system makes it easy to integrate content into a Web site. A web designer may create a web page using a conventional markup language and bind one of many database type fields to a portion of the markup language. Furthermore, the designer may replace the binding at a later time to another independent database to the same markup language portion. The two databases themselves may not be compatible to each other.
The Web designer can have complete pixel-level control over HTML in a visual design environment, while automatically generating industry-compliant ASP or other server code. The designers can see exactly how their designs look on different platforms and browsers in an Edit mode. Moreover, the system provides management tools to make it easier to create and maintain Web sites. Furthermore, as the content of the database fields that are bound to a portion of the markup language is changed, the generated web page is changed accordingly.
The system provides a complete solution for HTML layout, design, and Web site management. Designers have creative control and flexibility when designing Web sites. It lets graphic designers and publishers design and manage professional-quality Web sites containing the latest multimedia features, without requiring any HTML programming. At the same time, it provides HTML source-code and JavaScript tools to help Web designers and programmers integrate interactivity into their sites.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a flowchart illustrating a process for generating content using one or more mock placeholders.
FIG. 2A is an exemplary user interface illustrating one or more mock placeholders and their content sources.
FIG. 2B is an exemplary user interface illustrating one or more mock placeholders and binding details associated with the placeholders.
FIG. 3 is a flowchart of a process for processing the mock placeholders.
FIG. 4 is an exemplary user interface illustrating various exemplary mock placeholders and their content sources.
FIG. 5 is a flowchart of a process for interpreting the content associated with the mock placeholders.
FIG. 6 is an exemplary computer system for executing the process of FIG. 1.
DESCRIPTION OF THE PREFERRED EMBODIMENTS
Referring now to FIG. 1, a process 100 for editing and running pages with content is shown. In applying the process 100, a designer creates pages as usual, placing mock elements or placeholders on the page in place of actual content. The mock content lets the designer visually design the page exactly the way it should appear to the designer. After designing the page in this way, the designer binds or links the placeholders to fields in an online database, or a server such as an e-commerce server that provides data. The content of those fields replaces the mock content on the page when it appears live or is previewed.
Specifically, the designer layouts a page with mock content placeholders (step 102). Next, the designer formats the mock content placeholders as necessary (step 104). The designer can format placeholders the same way he can format non-placeholders. This includes setting font and style attributes for text; height and width for images; borders, height, width, and cell spacing for tables; and others. Steps 102 and 104 can be done using any HTML authoring tool, including GoLive, available from Adobe Systems Incorporated of San Jose, Calif.
The designer then associates one or more annotations with the placeholders (step 106). In one implementation, the designer selects a table from a database and then binds individual fields from that table to placeholders on the page. These annotations tell the system what database tables the page needs to access. An image, for example, may have an annotation that tells the process 100 to replace the source of the image with the content of a particular database field. In another example, a piece of text may have an annotation that tells the process 100 to replace the text with the content of another database field. When the page is saved as a file, the annotations are turned into code that will get the appropriate data and make it available to the page during display.
Annotations can be inserted manually or automatically. Pseudo-code for one annotation embodiment is as follows:
    • 1. Find the tag that corresponds to the selected object.
    • 2. Find the attribute list for the tag
    • 3. Compute the annotations needed to describe the behavior of the selected object.
    • 4. Add the annotations as attributes to the attribute list, replacing old attributes that have the same name with the new ones.
From step 106, the annotations are used to compile the placeholders into executable code to retrieve content (step 108). This is done when the page is saved as a file.
Next, in step 110, the process 100 determines whether the user is in edit mode or view mode. If the user is in the view mode, the process 100 proceeds to step 112 where the page is displayed. In this step, each placeholder is analyzed, and based on the type and the annotations of the placeholder, appropriate code is generated that will put in the actual content. Alternatively, the annotations can be interpreted to fill the page with content. At run-time or edit-time, the information in the annotations is processed to replace the placeholders with the actual content (interpretation). Finally, the page can be rendered with the content.
From step 110, if the user is in the edit mode, when the page is read, the code is decompiled back to the original placeholders and annotations so that the designer can edit them and change the layout (step 114). From step 112 or 114, the process 100 exits.
FIG. 2A shows an exemplary layout using an HTML editor such as Adobe's GoLive. GoLive provides a context-sensitive palette called the Inspector can be used to let the designer quickly customize objects without using commands in the menu bar. The context-sensitive Inspector can be used to set the attributes of text or objects in the page or site window. Inspectors are the source of point-and-shoot linking; they also let the designer reference image files or other resources, resize elements with pixel-level precision, align objects with respect to adjacent text, control object spacing between objects, and make many tag-specific settings.
The layout 120 of FIG. 2A has a background table, which in turn includes table cells 124, 126, and 140. The table cell 124 contains various elements such as of an “Adobe Magazine” icon and a “Contents” table. The table cell 126 contains text fields “Ducky takes 1st prize” and “The ImageReady rubber ducky has surprised everyone, including its creators, by taking first prize in a local duck beauty pageant.” The table cell 126 also includes an image 130 to make the Web page more visually appealing. Finally, the table cell 140 includes a plurality of hotlinks to various featured articles.
FIG. 2A also shows a plurality of panes, including a binding details pane and a content sources pane 150. Once the designer adds a content source, the pane 150 allows the user to bind placeholders to specific fields in the online database that serves as the content source. The designer can select the placeholder and then select the field desired in the content sources pane 150 to bind the two. The designer can also enter or edit the paths in the URL to a “Config Folder” from this pane. These paths let the system find and use various files it needs for content, including the designer's databases.
When the designer selects on a particular element, one or more corresponding fields becomes highlighted and checked in the content sources pane 150 of the contents palette. When a table is bound to a content source and the contents of a row to a field within that content source, the page when previewed or viewed online places the contents of that field for each database record into each subsequent row of the table. The text in previous rows without bindings remains as headings. For example, if there are eight table rows, the contents of that database field for eight records will appear one after another, one record for each row.
In FIG. 2A, if the rubber duck image 130 is selected, the ImageURL field becomes highlighted and checked in the content sources pane of the Dynamic Content palette. This tells the designer that the currently selected placeholder is linked or bound to a field called ImageURL in the online database. The contents of that database field will replace the placeholder when the user previews the page or views it online. In this example, the database will insert a URL to a graphic element.
Operations associated with an exemplary placeholder are discussed next. In FIG. 2A, the image placeholder 130 can be added by putting an image placeholder on the page and then linking the placeholder to an image file. The image placeholder can then appropriately positioned on the page.
Similarly, to insert a text element with a title and a body, two text placeholders 132 and 134 on the page are created. The box next to a Title field listed in the content sources pane 150 is selected to bind the placeholder 132 to the Title field of the database. Next, the body placeholder 134 is selected, and the box next to the Introduction field in the Content Sources pane 150 is selected to bind the placeholder 134 to another field in the database. Finally, the Show Bindings button in the Dynamic Content palette is selected. At this point, the page can be previewed to see the content in action.
Specific portions of the HTML code for the sample page shown in FIG. 2A is shown below:
<!-- #INCLUDE FILE=“. . ./config/include/utils.asp” -->
<!-- #INCLUDE FILE=“. . ./config/include/ado.asp” -->
<!DOCTYPE html PUBLIC “-//W3C/DTD HTML 4.0 Transitional/EN”>
<html>
<head>
<meta http-equiv=“content-type” content=“text/html;charset=iso-8859-1”>
<meta name=“generator” content=“Adobe GoLive 4”>
<title>Adobe Magazine</title>
<%′Dynamic Link
set Feature_InformationRecordSet = CreateObject(“ADODB.RecordSet”)
Feature_InformationRecordSet.Open “select * from features order by Priority”,
ConnectString(“Magazine”)
set Feature_Information = WrapRecordSet(Feature_InformationRecordSet)
%>
</head>
<body bgcolor=“white”>
<table border=“0” cellpadding=“0” cellspacing=“10”>
<tr height=“500”>
<td valign=“top” height=“500”>
<h2><img src=“images/logo.gif” width=“226” height=“155”></h2>
<h2>
<table border=“0” cellpadding=“0” cellspacing=“0” width=“145”>
<tr>
<td width=“33”></td>
<td>
<h2>Contents</h2>
<p><a href:=“frontpage.asp”>Home</a><br>
Features<br>
Q &amp; A</td>
</tr>
</table>
</h2>
</td>
<td valign=“top” align=“right” height=“500”>
<h2><%=Feature_Information.Value(“Title”)%></h2>
<p><%=Feature_Information.Value(“Introduction”)%></p>
<p><img src=‘<%=Feature_Information.Value(“ImageURL”)%>’ width=“280”
height=“170”></p>
<p><a
href=“fullarticle.asp?RECORD_KEY=$queryString&<%=Feature_Information.Key( )%>”>
full story</a></td>
<td width=“1” valign=“top” bgcolor=“black” height=“500”><img
src=“images/spacer.gif” width=“1” height=“1”></td>
<td valign=“top” height=“500”>
<h2>Features</h2>
<p>
<table>
<% Feature_Information.MoveFirst %>
<% Feature_Information.Move 2 - 1 %>
<% while not Feature_Information.EOF %>
<tr>
<td><a
href=“fullarticle.asp?RECORD_KEY=$queryString&<%=Feature_Information.Key( )%>”><
%=Feature_Information.Value(“Title”)%></a>
<hr>
</td>
</tr>
<% Feature_Information.MoveNext %>
<% wend %>
</table>
</p>
<p>more stories. . .</td>
</tr>
</table>
</body>
</html>
<% if 0 then %>
<!--Mock Content
Feature_Information:<TABLE> {<tr> <td><a href=“fullarticle.asp”>Kidnappers foiled in
plot to nab ducky  <hr> </a></td> </tr> <tr> <td><a href=“fullarticle.asp”>Geese
making angry noises about rigged judging  <hr> </a></td> </tr> <tr> <td><a
href=“fullarticle.asp”>Hordes of six year olds pack airport awaiting ducky's triumphant
return  <hr> </a></td> </tr> <tr> <td><a href=“fullarticle.asp”>Eating duck a la
orange without feeling guilty <hr> </a></td> </tr> <tr> <td><a
href=“fullarticle.asp”>Is synthetic rubber the latest trend?</a  <hr> </td> </tr> }
Feature_Information:Title {Ducky takes 1st prize}
Feature_Information:Introduction {The ImageReady rubber ducky has surprised everyone,
including its creators, by taking first prize in a local duck beauty pageant}
Feature_Information:Title {Local designer declares yellow passe}
Feature_Information:ImageURL {images/ducky(big).jpg}
-->
<% end if %>
As shown above, the design for the page whose contents are changed on the fly to suit certain user qualifier or parameters can be created using existing HTML elements. An element can be tagged (using an attribute, among others) to be associated with some form of content. At run-time, the representative content is examined to format, style, and layout the content. When editing, the <--Mock Content . . . > tag enables the system to replace the content with the mock placeholders so that the page can be easily edited.
FIG. 2B shows an exemplary user interface 180 illustrating one or more mock placeholders and binding details associated with the placeholders. The binding details are aggregated in a binding details pane 180. The “Bind To” area of the Binding Details pane is available whenever any placeholder is selected. The “Filter” area appears for text placeholders only. The “Link To” area appears only when an placeholder link is selected on the Web page. The “Binding Details” tab opens a pane in the palette where a designer can fine-tune bindings by selecting additional options that appear there. These options vary depending on the type of field involved in the binding, but can include: applying text formatting filters to format content such as currency and dates; linking to other pages; and creating “Previous” or “Next” buttons to navigate between records.
Referring to FIG. 3, a process 200 is shown for using placeholders for generating either viewable content or layout. First, the process 200 generates code to get contents from a database (step 202). In one embodiment, code to get information from a database is as follows:
<%
set Story_InformationRS= CreateObject(“ADODB.RecordSet”)
Story_InformationRS.Open “select * from features”,
ConnectString(“Magazine”)
set Story_Information= WrapRecordSet(Story_InformationRS)
Story_Information.Move Request.QueryString
(“RECORD_INDEX”) - 1
%>
Next, this code is embedded as HTML or XML attributes on the placeholder (step 204) or simply stored as an HTML element or an XML element. XML is a simplified dialect of SGML (Standard Generalized Markup Language) or the structured presentation of information on the World Wide Web. XML is a subset of SGML for defining custom markup languages. XML documents use Document Type Definitions (DTDs) that define the custom tags available for use in the document. More information on XML is provided at www.w3.org/XML/ or at www.xm1.com/
Finally, the process 200 also saves mock content placeholders so that, it should be used as decide to edit the page in a edit mode, the mock content placeholders can be restored for the designer to edit.
Although the process 200 shows content generation from the point of a designer, a user can influence the generation of content as well. In another embodiment, the user can control the type of content that the web page is to display. The user can specify his or her desired content using a qualifier along with the entry of a web site address. For example, the user can search for all stories by a particular author by entering “www.publisher.com author=Tran.” The returned web page would be customized to the user's qualifier and would return only contents that had been authored by the desired user qualifier. The code generated for a link of this example is shown below:
<%′Dynamic Link set Story_InformationRecordSet =
CreateObject(“ADODB.RecordSet”)
Story_InformationRecordSet.Open “select * from Features where
Author = ”‘& Request.QueryString(“Author”) & “’ order
by Priority”,
ConnectString(“Magazine”)
set Story_Information = WrapRecordSet(Story_Information
RecordSet)
%>
To illustrate with an example, a placeholder element with annotations typically is expressed in HTML as:
<IMG src=“ducky.jpg” dynamic_src=“Story_Information:ImageURL”>
The IMG tag additionally has an attribute called dynamic_src, which represents an annotation, which allows the system of FIG. 1 to turn the mock placeholder into content during a “live” rendering of the page. In addition, in edit mode, an editor such as Adobe GoLive can still show the IMG tag as a regular image of a duck.
In one embodiment, code to generate an image is:
<%
[code to get content from the database]
%>
. . .
<IMG src=“<%=Story_Information.Value(“ImageURL”)%>”>
. . .
<!-- Mock Content Story_Information:ImageURL {ducky.jpg} -->
The last section lets the system reverse the compilation process for generating pages and turn the code back into an HTML page that the designer can edit the page as necessary.
The invention operates with various other placeholder types. For instance, the page layout of FIG. 4 has a text placeholder 250, an image placeholder 252, a table placeholder 254, a text input box placeholder 256, a pull-down menu placeholder 258, a radio box placeholder 260, a checkbox placeholder 262 and a hotlink placeholder 264. A content source tab 270 is in turn associated with each of the placeholders 250264.
Exemplary code for the text placeholder 250 is as follows:
<%=Product_Info.Value(“Name”)%>
This code inserts the text of the “Name” field from the current record of the “Product_Info” table. The current record is set by the code that retrieves the database information. The formatting depends on the tags surrounding the code. If the code is within an <H1> tag, for example, it is formatted as a heading.
Exemplary code for the image placeholder 252 is as follows:
<img height=“32” width=“32” src=‘<%=Information.Value
(“ImageURL”)%>’
This code replaces the src attribute of the image with the text of the ImageURL field. Replacing the src attribute causes the user's browser to retrieve the image referenced by the ImageURL.
Exemplary code for the table placeholder 254 is as follows:
<table border=“4” cellpadding=“0” cellspacing=“2” width=“119”>
<% Product_Info.MoveFirst %>
<% while not Product_Info.EOF %>
<tr>
<td><%=Product_Info.Value(“Title”)%></td>
</tr>
<% Product_Info.MoveNext %>
<% wend %>
</table>
This code constructs a table that shows all the records in the Product_Info table, with one record per row. Each row will display the Name of one product. The table will have the formatting indicated by the attributes in the <TABLE> tag.
Exemplary code for the text input box placeholder 256 is as follows:
<input type=“text” value=‘<%=Product_Info.Value(“Name”)%>’
name=“Title” size=“24”>
This code creates a text input box for updating the Name field of the current record. The information will be uploaded to the database as part of a form submission.
Exemplary code for the pull-down menu placeholder 258 is as follows:
<select name=“Title” size=“1”>
<% Shipping_Methods.MoveFirst %>
<% while not Shipping_Methods.EOF %>
<option value=‘<%=Shipping_Methods.Value
(“MethodName”)%>’name=“ShippingMethod”
<%=selected(Product_Info.Value(“ShippingMethod”)
Shipping_Methods.Value(“MethodName”))%>><%=
Shipping_Methods.Value
(“MethodName”)%>
<% Shipping_Methods.MoveNext %>
<% wend %>
</select>
This code constructs a pull down menu to update the ShippingMethod field of the current record. The entries in the menu are created from the records in the Shipping_Methods table, each of which has a MethodName. The code is further designed to show the shipping method assigned to the current record.
Exemplary code for the radio box placeholder 260 is as follows:
<input type=“radio” value=‘<%=Information.Value(“Subtitle”)%>’
name=“Title”<%=checked(Information.Value(“Title”)
Information.Value(“Subtitle”))%>><%=Information.Value
(“Title”)%>
<table border=“0” cellpadding=“2” cellspacing=“2”>
<% Status_List.MoveFirst %>
<% while not Status_List.EOF %>
<tr>
<td><input type=“radio” value=‘<%=Status_List.Value
(“ProjectStatus”)%>’
name=“ProjectStatus”<%=checked(Project_Information.Value
(“ProjectStatus”)
Status_List.Value(“ProjectStatus”))%>><%=Status_List.Value
(“ProjectStatus”)%
</td>
</tr>
<% Status_List.MoveNext %>
<% wend %>
</table>
This code fills the rows of a table with radio buttons to set the ProjectStatus field of the current Record. The code is similar to the pulldown menu code: entries are constructed from one table in the database (Status_List), and the current value is taken from another table (the current record selected in the Project_Information table). This code would typically be part of a form that the user could use to update the status of a project.
Exemplary code for the checkbox placeholder 262 is as follows:
<input type=“checkbox” value=“1” name=“OnSale”
<%=checked(cint(Product_Info.Value(“OnSale”)) <> 0)%>><input type=
“hidden”
name=“~OnSale” value=“0”>
This code creates a checkbox form control to update the value of the OnSale field of the current product. The extra code for the hidden input works around a limitation of HTML when updating Boolean fields in a database.
Exemplary code for the hotlink placeholder 264 is as follows:
<a href=“product_details.asp?
RECORD_KEY=$queryString&<%=Product_Info.Key( )%>”>
<%=Product_Info.Value(“Name”)%></a>
This code creates a hotlink to another page, product_details.asp that will show more information about the current product. The Product_Info.Key( ) code passes the key for the current product to the details page so that it knows which record to show.
The code in these examples uses ASP (Microsoft's Active Server Page technology), but it could equally well use any other server side scripting format, including Java Server Pages (JSP)., PHP, and Perl. The internal annotation format also supports conversion among different formats by converting one format into the internal annotation format and then outputting the data in a different format.
The design is created using existing HTML elements. An element can be tagged (using an attribute, among others) to be associated with some form of content. At run-time, the representative content is examined to format, style, and layout the content.
The annotations are stored as XML or HTML attributes. This has the advantage that the file stays an XML or an HTML file, so that the designer can continue to edit it using existing XML and HTML tools. In contrast, other output formats do not use this model. ASP code, for example, is unstructured and cannot typically be read into an HTML editor.
Using the attribute format makes it easy to apply an interpreter that processes the content at runtime. An interpreter is a computer program that translates and executes instructions written in an interpreted programming language, such as programs written in Perl, Basic, or Java. The translation process involves the conversion of each source language statement of a given computer program into machine language suitable for execution. A user wishing to execute an application program written in the programming language will invoke an interpreter in order to execute the application program. The interpreter can simply parse the page as an XML or HTML document, and then using the standard DOM interface for accessing such a document, it can find the content annotations, fetch the required content, and substitute for the placeholders.
Referring now to FIG. 5, a process 300 for interpreting the content is shown. First, the process 300 retrieves the next placeholder from the document (step 302). The process 300 then reads the annotations describing the content that should replace that placeholder (step 304). The required content is retrieved (step 306). The process 300 then formats the content to match the formatting of the placeholder (step 308) and replaces the placeholder with the content (step 310). Next, the process 300 checks whether all placeholders have been processed (step 312). If not, the process 300 loops back to step 402 to continue processing the placeholders. Alternatively, the process 300 proceeds from step 312 to display the final document showing all the content (step 314).
Pseudo-code to display a document by interpreting the content annotations is shown below:
    • 1. Read the next placeholder from the document.
    • 2. Read the annotations that describe the content that should replace that placeholder.
    • 3. Retrieve the required content.
    • 4. Format the content to match the formatting of the placeholder.
    • 5. Replace the placeholder with the content.
    • 6. Continue with step 1 until all placeholders have been processed.
    • 7. Display the final document showing all the content.
The invention may be implemented in digital hardware or computer software, or a combination of both. Preferably, the invention is implemented in a computer program executing in a computer system. Such a computer system may include a processor, a data storage system, at least one input device, and an output device. FIG. 6 illustrates one such computer system 600, including a processor (CPU) 610, a RAM 620, a ROM 622 and an I/O controller 630 coupled by a CPU bus 698. The I/O controller 630 is also coupled by an I/O bus 650 to input devices such as a keyboard 660, a mouse 670, and output devices such as a monitor 680. Additionally, one or more data storage devices 692 are connected to the I/O bus via an I/O interface 690.
Further, variations to the basic computer system of FIG. 5 are within the scope of the present invention. For example, instead of using a mouse as user input devices, a pressure-sensitive pen, digitizer or tablet may be used.
The above-described software can be implemented in a high level procedural or object-oriented programming language to operate on a dedicated or embedded system. However, the programs can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language.
Each such computer program can be stored on a storage medium or device (e.g., CD-ROM, hard disk or magnetic diskette) that is readable by a general or special purpose programmable computer for configuring and operating the computer when the storage medium or device is read by the computer to perform the procedures described. The system also may be implemented as a computer-readable storage medium, configured with a computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner.
Other embodiments are within the scope of the following claims.

Claims (40)

1. A method for generating a document, comprising:
inserting one or more placeholders in the document, each placeholder having representative content, the representative content having associated formatting information;
binding each placeholder to a content source; and
presenting the placeholders, including presenting the representative content of the placeholders according to the associated formatting information, the representative content of a placeholder being replaceable in a presentation mode by content generated based on the content source bound to the placeholder, the generated content being presented in the presentation mode according to the formatting information associated with the corresponding representative content.
2. The method in claim 1, further comprising formatting the placeholders.
3. The method of claim 1, further comprising annotating the placeholders.
4. The method of claim 3, wherein executable code is generated from annotations, the method further comprising:
executing the executable code to retrieve the content; and
presenting the retrieved content.
5. The method of claim 1, wherein the placeholder is a mark-up element.
6. The method of claim 5, wherein the mark-up element is an HTML element.
7. The method of claim 5, wherein the mark-up element is an XML element
8. The method of claim 1, wherein inserting one or more placeholders includes:
inserting one or more mark-up elements in the document.
9. The method of claim 8, further comprising updating a markup language document during run-time based on an original layout and content generated on-the-fly.
10. The method of claim 9, wherein the generated content replaces the placeholder.
11. The method of claim 1, further comprising:
generating content for each placeholder based on the corresponding content source and, if in a presentation mode, presenting the generated content in place of the placeholder, the generated content being presented according to the formatting information associated with the corresponding representative content.
12. The method of claim 11, further comprising rendering the document based on the content.
13. The method of claim 11, wherein:
generating content for each placeholder based on the corresponding content source includes interpreting the placeholders.
14. The method of claim 13, wherein each placeholder includes an annotation describing the content for the placeholder; and
interpreting a placeholder includes reading the annotation that describes the content to replace the placeholder.
15. The method of claim 14, further comprising retrieving the content as interpreted by the annotations.
16. The method of claim 11, wherein presenting the content includes rendering the content for viewing.
17. The method of claim 11, further comprising storing metadata for the placeholder as a comment field in the document.
18. The method of claim 11, wherein generating content includes:
compiling the placeholders into code to generate content for the document based on the content source; and
executing the code to generate the content.
19. The method of claim 18, wherein compiling the placeholders further comprises compiling code to obtain content from a database.
20. The method of claim 18, further comprising embedding the code as attributes in the placeholder.
21. The method of claim 18, wherein presenting the generated content according to the formatting information associated with the representative content of a placeholder includes using formatting, styling, or layout of the representative content of the placeholder to format, style, or layout the generated content.
22. The method of claim 11, further comprising:
presenting the content in the presentation mode; and
in response to input specifying an edit mode, replacing the generated content with the representative content, and presenting the representative content according to the formatting information.
23. The method of claim 22, further comprising:
in the edit mode, modifying the associated formatting information for the placeholders and redisplaying the representative content of the placeholders according to the associated formatting information.
24. The method of claim 1, wherein the formatting information includes format information, styling information or layout information.
25. A computer program product tangibly embodied in a computer readable medium, the computer program product comprising instructions operable to cause data processing equipment to:
insert one or more placeholders in the document, each placeholder having a representative content, the representative content having associated formatting information;
bind each placeholder to a content source; and
present the placeholders, including presenting the representative content of the placeholders according to the associated formatting information, the representative content of a placeholder being replaceable in a presentation mode by content generated based on the content source bound to the placeholder, the generated content being presented in the presentation mode according to the formatting information associated with the corresponding representative content.
26. The computer program product of claim 25, wherein the instructions to insert one or more placeholders cause the data processing equipment to:
insert one or more mark-up elements in the document.
27. The computer program product of claim 25, further comprising instructions operable to cause the data processing equipment to:
in the edit mode, modify the associated formatting information for the placeholders and redisplay the representative content of the placeholders according to the associated formatting information.
28. The computer program product of claim 25, further comprising instructions operable to cause the data processing equipment to:
if in a presentation mode, generate content for each placeholder based on the corresponding content source and present the generated content in place of the placeholder, the generated content being presented according to the formatting information associated with the corresponding representative content.
29. The computer program product of claim 28, further comprising instructions operable to cause the data processing equipment to:
compile each placeholder into code to generate content for the document based on the content source;
wherein the instructions to generate the content include instructions to execute the code to generate the content.
30. The computer program product of claim 29, further comprising instructions operable to cause the data processing equipment to embed the code as attributes in the placeholder.
31. The computer program product of claim 28, further comprising instructions operable to cause the data processing equipment to:
present the generated content in the presentation mode; and
in response to input specifying a reversion to the edit mode, present the representative content according to the formatting information.
32. The computer program product of claim 31, wherein the instructions to generate content for each placeholder based on the corresponding content cause the data processing equipment to:
interpret the placeholders.
33. The computer program product of claim 28, wherein the instructions to present the generated content according to the formatting information associated with the representative content of a placeholder cause the data processing equipment to:
use formatting, styling, or layout of the representative content of the placeholder to format, style, or layout the content.
34. The computer program product of claim 28, wherein the instructions to present the generated content cause the data processing equipment to render the generated content for viewing.
35. The computer program product of claim 25, further comprising instructions operable to cause the data processing equipment to annotate the placeholders.
36. The computer program product of claim 35, further comprising instructions operable to cause the data processing equipment to generate executable code from the annotations to retrieve the generated content.
37. The computer program product of claim 25, further comprising instructions operable to cause the data processing equipment to render the page based on the generated content.
38. A system for generating a document, comprising:
a processor;
data storage device coupled to the processor;
means for inserting one or more placeholders in the document, each placeholder having representative content, the representative content having associated formatting information;
means for binding each placeholder to a content source;
means for compiling placeholders into code to generate content for the document based on the content source;
means for presenting the placeholders, including presenting the representative content of the placeholders according to the associated formatting information, the representative content of a placeholder being replaceable in a presentation mode by content generated based on the content source bound to the placeholder, the generated content being presented in the presentation mode according to the formatting information associated with the corresponding representative content.
39. The system of claim 38, further comprising:
means for executing code in a presentation mode to generate the content of the document; and
means for presenting the document using the generated content.
40. The system of claim 39, further comprising:
means for presenting the content in the presentation mode; and
means for presenting the representative content according to the formatting information in response to input specifying a reversion to the edit mode.
US09/456,888 1999-12-07 1999-12-07 Formatting content by example Expired - Lifetime US7194680B1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
US09/456,888 US7194680B1 (en) 1999-12-07 1999-12-07 Formatting content by example
JP2001544193A JP2003521026A (en) 1999-12-07 2000-12-07 Format content by example
EP00992406A EP1252582A2 (en) 1999-12-07 2000-12-07 Formatting content by example
PCT/US2000/042700 WO2001042972A2 (en) 1999-12-07 2000-12-07 Formatting content by example
US11/688,210 US8015487B2 (en) 1999-12-07 2007-03-19 Formatting content by example

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/456,888 US7194680B1 (en) 1999-12-07 1999-12-07 Formatting content by example

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/688,210 Continuation US8015487B2 (en) 1999-12-07 2007-03-19 Formatting content by example

Publications (1)

Publication Number Publication Date
US7194680B1 true US7194680B1 (en) 2007-03-20

Family

ID=23814548

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/456,888 Expired - Lifetime US7194680B1 (en) 1999-12-07 1999-12-07 Formatting content by example
US11/688,210 Expired - Fee Related US8015487B2 (en) 1999-12-07 2007-03-19 Formatting content by example

Family Applications After (1)

Application Number Title Priority Date Filing Date
US11/688,210 Expired - Fee Related US8015487B2 (en) 1999-12-07 2007-03-19 Formatting content by example

Country Status (4)

Country Link
US (2) US7194680B1 (en)
EP (1) EP1252582A2 (en)
JP (1) JP2003521026A (en)
WO (1) WO2001042972A2 (en)

Cited By (104)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040215608A1 (en) * 2003-04-25 2004-10-28 Alastair Gourlay Search engine supplemented with URL's that provide access to the search results from predefined search queries
US20040230890A1 (en) * 2003-05-14 2004-11-18 International Business Machines Corporation Information processing system, control method, control program, and recording medium
US20040249487A1 (en) * 2001-07-27 2004-12-09 Dirk Ahlert Method and computer system for creating and processing a browser complaint human interface description
US20050034066A1 (en) * 2001-07-27 2005-02-10 Dirk Ahlert Method and computer system for separating and processing layout information and data of a document
US20050172226A1 (en) * 2004-01-30 2005-08-04 Canon Kabushiki Kaisha Layout control method, layout control apparatus, and layout control program
US20050216832A1 (en) * 2003-10-31 2005-09-29 Hewlett-Packard Development Company, L.P. Generation of documents
US20060200751A1 (en) * 1999-11-05 2006-09-07 Decentrix Inc. Method and apparatus for providing conditional customization for generating a web site
US20060259858A1 (en) * 2005-05-13 2006-11-16 Microsoft Corporation Applying a slide layout with an arbitrary number of placeholders
US20070078735A1 (en) * 2005-09-12 2007-04-05 Microsoft Corporation Blended editing of literal and non-literal values
US20070168945A1 (en) * 2005-12-15 2007-07-19 Diego Kaplan Inserting objects using a text editor that supports scalable fonts
US20080098299A1 (en) * 2005-03-30 2008-04-24 Fujitsu Limited Document conversion and use system
US20080109472A1 (en) * 1999-11-05 2008-05-08 John Underwood Method and apparatus for generating a link to a presented web page
US20090007008A1 (en) * 2007-06-29 2009-01-01 Microsoft Corporation User interface visual cue for use with literal and non-literal values
US20100287292A1 (en) * 2009-05-08 2010-11-11 Michael Ohman Meurlinger Method, apparatus and computer program product for generating a content website in a data communications network
US20120110440A1 (en) * 2005-01-09 2012-05-03 Roger Rosner Efficient creation of documents
US8555159B1 (en) * 2006-12-13 2013-10-08 Emc Corporation Dynamic display of web page content for editing and review
US20140351692A1 (en) * 2013-05-24 2014-11-27 David Wei Ge Method for in-browser visual HTML editing via bi-directional navigation and virtual properties
US9037983B1 (en) 2006-12-13 2015-05-19 Emc Corporation User privilege based web page content editing
CN104679767A (en) * 2013-11-29 2015-06-03 英业达科技有限公司 System and method for displaying picture in webpage according to visible region
US20150169207A1 (en) * 2013-12-18 2015-06-18 Dropbox, Inc. Systems and methods for generating personalized account reconfiguration interfaces
US9383911B2 (en) 2008-09-15 2016-07-05 Palantir Technologies, Inc. Modal-less interface enhancements
US20160203116A1 (en) * 2013-08-08 2016-07-14 Palantir Technologies Inc. Systems and methods for template based custom document generation
US9454281B2 (en) * 2014-09-03 2016-09-27 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US9454564B1 (en) 2015-09-09 2016-09-27 Palantir Technologies Inc. Data integrity checks
US9501851B2 (en) 2014-10-03 2016-11-22 Palantir Technologies Inc. Time-series analysis system
US9514200B2 (en) 2013-10-18 2016-12-06 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive simultaneous querying of multiple data stores
US9514414B1 (en) 2015-12-11 2016-12-06 Palantir Technologies Inc. Systems and methods for identifying and categorizing electronic documents through machine learning
US9542446B1 (en) 2015-12-17 2017-01-10 Palantir Technologies, Inc. Automatic generation of composite datasets based on hierarchical fields
US9576003B2 (en) 2007-02-21 2017-02-21 Palantir Technologies, Inc. Providing unique views of data based on changes or rules
US9589014B2 (en) 2006-11-20 2017-03-07 Palantir Technologies, Inc. Creating data in a data store using a dynamic ontology
US9672647B2 (en) 2013-05-23 2017-06-06 Adobe Systems Incorporated Image effect extraction
US9672257B2 (en) 2015-06-05 2017-06-06 Palantir Technologies Inc. Time-series data storage and processing database system
US9715526B2 (en) 2013-03-14 2017-07-25 Palantir Technologies, Inc. Fair scheduling for mixed-query loads
US20170235436A1 (en) * 2015-01-22 2017-08-17 NetSuite Inc. System and methods for implementing visual interface for use in sorting and organizing records
US9753935B1 (en) 2016-08-02 2017-09-05 Palantir Technologies Inc. Time-series data storage and processing database system
US9760556B1 (en) 2015-12-11 2017-09-12 Palantir Technologies Inc. Systems and methods for annotating and linking electronic documents
US9817563B1 (en) 2014-12-29 2017-11-14 Palantir Technologies Inc. System and method of generating data points from one or more data stores of data items for chart creation and manipulation
US9836523B2 (en) 2012-10-22 2017-12-05 Palantir Technologies Inc. Sharing information between nexuses that use different classification schemes for information access control
US9880993B2 (en) 2011-08-02 2018-01-30 Palantir Technologies, Inc. System and method for accessing rich objects via spreadsheets
US9891808B2 (en) 2015-03-16 2018-02-13 Palantir Technologies Inc. Interactive user interfaces for location-based data analysis
US9898528B2 (en) 2014-12-22 2018-02-20 Palantir Technologies Inc. Concept indexing among database of documents using machine learning techniques
US9946738B2 (en) 2014-11-05 2018-04-17 Palantir Technologies, Inc. Universal data pipeline
US9953445B2 (en) 2013-05-07 2018-04-24 Palantir Technologies Inc. Interactive data object map
US9965534B2 (en) 2015-09-09 2018-05-08 Palantir Technologies, Inc. Domain-specific language for dataset transformations
US9984428B2 (en) 2015-09-04 2018-05-29 Palantir Technologies Inc. Systems and methods for structuring data from unstructured electronic data files
US9984133B2 (en) 2014-10-16 2018-05-29 Palantir Technologies Inc. Schematic and database linking system
US9996595B2 (en) 2015-08-03 2018-06-12 Palantir Technologies, Inc. Providing full data provenance visualization for versioned datasets
US9996236B1 (en) 2015-12-29 2018-06-12 Palantir Technologies Inc. Simplified frontend processing and visualization of large datasets
US10007674B2 (en) 2016-06-13 2018-06-26 Palantir Technologies Inc. Data revision control in large-scale data analytic systems
US10044836B2 (en) 2016-12-19 2018-08-07 Palantir Technologies Inc. Conducting investigations under limited connectivity
US10103953B1 (en) 2015-05-12 2018-10-16 Palantir Technologies Inc. Methods and systems for analyzing entity performance
US10133588B1 (en) 2016-10-20 2018-11-20 Palantir Technologies Inc. Transforming instructions for collaborative updates
US10152531B2 (en) 2013-03-15 2018-12-11 Palantir Technologies Inc. Computer-implemented systems and methods for comparing and associating objects
US10180929B1 (en) 2014-06-30 2019-01-15 Palantir Technologies, Inc. Systems and methods for identifying key phrase clusters within documents
US10216695B1 (en) 2017-09-21 2019-02-26 Palantir Technologies Inc. Database system for time series data storage, processing, and analysis
US10216811B1 (en) 2017-01-05 2019-02-26 Palantir Technologies Inc. Collaborating using different object models
US10223099B2 (en) 2016-12-21 2019-03-05 Palantir Technologies Inc. Systems and methods for peer-to-peer build sharing
US10248722B2 (en) 2016-02-22 2019-04-02 Palantir Technologies Inc. Multi-language support for dynamic ontology
US10311081B2 (en) 2012-11-05 2019-06-04 Palantir Technologies Inc. System and method for sharing investigation results
US10318630B1 (en) 2016-11-21 2019-06-11 Palantir Technologies Inc. Analysis of large bodies of textual data
US10324609B2 (en) 2016-07-21 2019-06-18 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US10331797B2 (en) 2011-09-02 2019-06-25 Palantir Technologies Inc. Transaction protocol for reading database values
US10417224B2 (en) 2017-08-14 2019-09-17 Palantir Technologies Inc. Time series database processing system
US10423582B2 (en) 2011-06-23 2019-09-24 Palantir Technologies, Inc. System and method for investigating large amounts of data
US10437568B1 (en) 2017-05-18 2019-10-08 Palantir Technologies Inc. Real-time rendering based on efficient device and server processing of content updates
US10444941B2 (en) 2015-08-17 2019-10-15 Palantir Technologies Inc. Interactive geospatial map
US10504067B2 (en) 2013-08-08 2019-12-10 Palantir Technologies Inc. Cable reader labeling
US10552994B2 (en) 2014-12-22 2020-02-04 Palantir Technologies Inc. Systems and interactive user interfaces for dynamic retrieval, analysis, and triage of data items
US10572487B1 (en) 2015-10-30 2020-02-25 Palantir Technologies Inc. Periodic database search manager for multiple data sources
US10579647B1 (en) 2013-12-16 2020-03-03 Palantir Technologies Inc. Methods and systems for analyzing entity performance
US10609046B2 (en) 2014-08-13 2020-03-31 Palantir Technologies Inc. Unwanted tunneling alert system
US10614069B2 (en) 2017-12-01 2020-04-07 Palantir Technologies Inc. Workflow driven database partitioning
US10664490B2 (en) 2014-10-03 2020-05-26 Palantir Technologies Inc. Data aggregation and analysis system
US10706434B1 (en) 2015-09-01 2020-07-07 Palantir Technologies Inc. Methods and systems for determining location information
US10706068B2 (en) 2017-07-10 2020-07-07 Palantir Technologies Inc. Systems and methods for data analysis and visualization and managing data conflicts
US10719188B2 (en) 2016-07-21 2020-07-21 Palantir Technologies Inc. Cached database and synchronization system for providing dynamic linked panels in user interface
US10735448B2 (en) 2015-06-26 2020-08-04 Palantir Technologies Inc. Network anomaly detection
US10754822B1 (en) 2018-04-18 2020-08-25 Palantir Technologies Inc. Systems and methods for ontology migration
US10803106B1 (en) 2015-02-24 2020-10-13 Palantir Technologies Inc. System with methodology for dynamic modular ontology
US10839144B2 (en) 2015-12-29 2020-11-17 Palantir Technologies Inc. Real-time document annotation
US10853352B1 (en) 2017-12-21 2020-12-01 Palantir Technologies Inc. Structured data collection, presentation, validation and workflow management
US10884875B2 (en) 2016-12-15 2021-01-05 Palantir Technologies Inc. Incremental backup of computer data files
US10896097B1 (en) 2017-05-25 2021-01-19 Palantir Technologies Inc. Approaches for backup and restoration of integrated databases
US10922336B2 (en) 2015-06-09 2021-02-16 Palantir Technologies Inc. Systems and methods for indexing and aggregating data records
US10924362B2 (en) 2018-01-15 2021-02-16 Palantir Technologies Inc. Management of software bugs in a data processing system
US10942947B2 (en) 2017-07-17 2021-03-09 Palantir Technologies Inc. Systems and methods for determining relationships between datasets
US10956508B2 (en) 2017-11-10 2021-03-23 Palantir Technologies Inc. Systems and methods for creating and managing a data integration workspace containing automatically updated data models
US10956406B2 (en) 2017-06-12 2021-03-23 Palantir Technologies Inc. Propagated deletion of database records and derived data
US11016986B2 (en) 2017-12-04 2021-05-25 Palantir Technologies Inc. Query-based time-series data display and processing system
USRE48589E1 (en) 2010-07-15 2021-06-08 Palantir Technologies Inc. Sharing and deconflicting data changes in a multimaster database system
US11061874B1 (en) 2017-12-14 2021-07-13 Palantir Technologies Inc. Systems and methods for resolving entity data across various data structures
US11061542B1 (en) 2018-06-01 2021-07-13 Palantir Technologies Inc. Systems and methods for determining and displaying optimal associations of data items
US11074277B1 (en) 2017-05-01 2021-07-27 Palantir Technologies Inc. Secure resolution of canonical entities
US11074646B1 (en) * 2014-03-27 2021-07-27 Amazon Technologies, Inc. Dynamically selecting an image for display
US11089043B2 (en) 2015-10-12 2021-08-10 Palantir Technologies Inc. Systems for computer network security risk assessment including user compromise analysis associated with a network of devices
US11176113B2 (en) 2018-05-09 2021-11-16 Palantir Technologies Inc. Indexing and relaying data to hot storage
US11281726B2 (en) 2017-12-01 2022-03-22 Palantir Technologies Inc. System and methods for faster processor comparisons of visual graph features
US11314738B2 (en) 2014-12-23 2022-04-26 Palantir Technologies Inc. Searching charts
US11334552B2 (en) 2017-07-31 2022-05-17 Palantir Technologies Inc. Lightweight redundancy tool for performing transactions
US11341178B2 (en) 2014-06-30 2022-05-24 Palantir Technologies Inc. Systems and methods for key phrase characterization of documents
US11379453B2 (en) 2017-06-02 2022-07-05 Palantir Technologies Inc. Systems and methods for retrieving and processing data
US11470102B2 (en) 2015-08-19 2022-10-11 Palantir Technologies Inc. Anomalous network monitoring, user behavior detection and database system
US11599369B1 (en) 2018-03-08 2023-03-07 Palantir Technologies Inc. Graphical user interface configuration system
US11956267B2 (en) 2021-07-23 2024-04-09 Palantir Technologies Inc. Systems for computer network security risk assessment including user compromise analysis associated with a network of devices

Families Citing this family (89)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7426558B1 (en) * 2000-05-11 2008-09-16 Thomson Licensing Method and system for controlling and auditing content/service systems
AU5868801A (en) 2000-05-29 2001-12-11 Kaisha Saora Kabushiki System and method for saving browsed data
US7340673B2 (en) * 2002-08-29 2008-03-04 Vistaprint Technologies Limited System and method for browser document editing
US7979804B1 (en) * 2003-04-28 2011-07-12 Adobe Systems Incorporated Cross-view undo/redo for multi-view editing environments
US20070061849A1 (en) * 2005-09-12 2007-03-15 Walker Philip M Systems and methods for processing information or data on a computer
US20070130514A1 (en) * 2005-12-05 2007-06-07 Matthee Stephan D Dynamic data presentation
EP2027546A2 (en) * 2006-05-19 2009-02-25 Sciencemedia Inc. Document annotation
EP2350860B1 (en) * 2008-11-06 2015-04-08 Deluxe Media Inc. Placeholders in index table for updating a portable storage medium
US8775183B2 (en) * 2009-06-12 2014-07-08 Microsoft Corporation Application of user-specified transformations to automatic speech recognition results
US9792385B2 (en) * 2009-06-19 2017-10-17 Oath Inc. Systems and methods for improved web-based document retrieval and object manipulation
US9361297B2 (en) * 2009-07-30 2016-06-07 Adobe Systems Incorporated Web service-based, data binding abstraction method
US8176412B2 (en) * 2009-08-25 2012-05-08 International Business Machines Corporation Generating formatted documents
US9965453B2 (en) * 2009-10-15 2018-05-08 Microsoft Technology Licensing, Llc Document transformation
US20110161842A1 (en) * 2009-12-31 2011-06-30 Tim Prebble Systems and methods for the rendering of printable data
US9251267B2 (en) * 2010-09-30 2016-02-02 Google Inc. Generating behavior information for a link
US8694964B1 (en) * 2011-03-23 2014-04-08 Google Inc. Managing code samples in documentation
US8732574B2 (en) 2011-08-25 2014-05-20 Palantir Technologies, Inc. System and method for parameterizing documents for automatic workflow generation
US10565296B2 (en) * 2011-11-08 2020-02-18 Microsoft Technology Licensing, Llc Designing interactive web templates
US8959431B2 (en) 2012-01-16 2015-02-17 Microsoft Corporation Low resolution placeholder content for document navigation
US9348677B2 (en) 2012-10-22 2016-05-24 Palantir Technologies Inc. System and method for batch evaluation programs
US9380431B1 (en) 2013-01-31 2016-06-28 Palantir Technologies, Inc. Use of teams in a mobile application
US20140237346A1 (en) * 2013-02-20 2014-08-21 Adobe Systems Inc. Method and apparatus for importing hyper text markup language (html) web projects into a web content management system
US10037314B2 (en) 2013-03-14 2018-07-31 Palantir Technologies, Inc. Mobile reports
US8909656B2 (en) 2013-03-15 2014-12-09 Palantir Technologies Inc. Filter chains with associated multipath views for exploring large data sets
US8937619B2 (en) 2013-03-15 2015-01-20 Palantir Technologies Inc. Generating an object time series from data objects
US9965937B2 (en) 2013-03-15 2018-05-08 Palantir Technologies Inc. External malware data item clustering and analysis
US10275778B1 (en) 2013-03-15 2019-04-30 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive investigation based on automatic malfeasance clustering of related data in various data structures
US8917274B2 (en) 2013-03-15 2014-12-23 Palantir Technologies Inc. Event matrix based on integrated data
US8930897B2 (en) 2013-03-15 2015-01-06 Palantir Technologies Inc. Data integration tool
US8903717B2 (en) 2013-03-15 2014-12-02 Palantir Technologies Inc. Method and system for generating a parser and parsing complex data
US8818892B1 (en) 2013-03-15 2014-08-26 Palantir Technologies, Inc. Prioritizing data clusters with customizable scoring strategies
US8855999B1 (en) 2013-03-15 2014-10-07 Palantir Technologies Inc. Method and system for generating a parser and parsing complex data
US8868486B2 (en) 2013-03-15 2014-10-21 Palantir Technologies Inc. Time-sensitive cube
US9335897B2 (en) 2013-08-08 2016-05-10 Palantir Technologies Inc. Long click display of a context menu
US8713467B1 (en) 2013-08-09 2014-04-29 Palantir Technologies, Inc. Context-sensitive views
US9785317B2 (en) 2013-09-24 2017-10-10 Palantir Technologies Inc. Presentation and analysis of user interaction data
US8938686B1 (en) 2013-10-03 2015-01-20 Palantir Technologies Inc. Systems and methods for analyzing performance of an entity
US8812960B1 (en) 2013-10-07 2014-08-19 Palantir Technologies Inc. Cohort-based presentation of user interaction data
US8924872B1 (en) 2013-10-18 2014-12-30 Palantir Technologies Inc. Overview user interface of emergency call data of a law enforcement agency
US9021384B1 (en) 2013-11-04 2015-04-28 Palantir Technologies Inc. Interactive vehicle information map
US8832594B1 (en) 2013-11-04 2014-09-09 Palantir Technologies Inc. Space-optimized display of multi-column tables with selective text truncation based on a combined text width
US8868537B1 (en) 2013-11-11 2014-10-21 Palantir Technologies, Inc. Simple web search
US9105000B1 (en) 2013-12-10 2015-08-11 Palantir Technologies Inc. Aggregating data from a plurality of data sources
US10025834B2 (en) 2013-12-16 2018-07-17 Palantir Technologies Inc. Methods and systems for analyzing entity performance
US9552615B2 (en) 2013-12-20 2017-01-24 Palantir Technologies Inc. Automated database analysis to detect malfeasance
US10356032B2 (en) 2013-12-26 2019-07-16 Palantir Technologies Inc. System and method for detecting confidential information emails
US8832832B1 (en) 2014-01-03 2014-09-09 Palantir Technologies Inc. IP reputation
US9043696B1 (en) 2014-01-03 2015-05-26 Palantir Technologies Inc. Systems and methods for visual definition of data associations
US9483162B2 (en) 2014-02-20 2016-11-01 Palantir Technologies Inc. Relationship visualizations
US9009827B1 (en) 2014-02-20 2015-04-14 Palantir Technologies Inc. Security sharing system
US9727376B1 (en) 2014-03-04 2017-08-08 Palantir Technologies, Inc. Mobile tasks
US8924429B1 (en) 2014-03-18 2014-12-30 Palantir Technologies Inc. Determining and extracting changed data from a data source
US9836580B2 (en) 2014-03-21 2017-12-05 Palantir Technologies Inc. Provider portal
US9857958B2 (en) 2014-04-28 2018-01-02 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive access of, investigation of, and analysis of data objects stored in one or more databases
US9009171B1 (en) 2014-05-02 2015-04-14 Palantir Technologies Inc. Systems and methods for active column filtering
US9256664B2 (en) 2014-07-03 2016-02-09 Palantir Technologies Inc. System and method for news events detection and visualization
US9021260B1 (en) 2014-07-03 2015-04-28 Palantir Technologies Inc. Malware data item analysis
US10572496B1 (en) 2014-07-03 2020-02-25 Palantir Technologies Inc. Distributed workflow system and database with access controls for city resiliency
US9202249B1 (en) 2014-07-03 2015-12-01 Palantir Technologies Inc. Data item clustering and analysis
US9785773B2 (en) 2014-07-03 2017-10-10 Palantir Technologies Inc. Malware data item analysis
US9785328B2 (en) 2014-10-06 2017-10-10 Palantir Technologies Inc. Presentation of multivariate data on a graphical user interface of a computing system
US9043894B1 (en) 2014-11-06 2015-05-26 Palantir Technologies Inc. Malicious software detection in a computing system
US10362133B1 (en) 2014-12-22 2019-07-23 Palantir Technologies Inc. Communication data processing architecture
US9367872B1 (en) 2014-12-22 2016-06-14 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive investigation of bad actor behavior based on automatic clustering of related data in various data structures
US9335911B1 (en) 2014-12-29 2016-05-10 Palantir Technologies Inc. Interactive user interface for dynamic data analysis exploration and query processing
US9870205B1 (en) 2014-12-29 2018-01-16 Palantir Technologies Inc. Storing logical units of program code generated using a dynamic programming notebook user interface
US10372879B2 (en) 2014-12-31 2019-08-06 Palantir Technologies Inc. Medical claims lead summary report generation
US11302426B1 (en) 2015-01-02 2022-04-12 Palantir Technologies Inc. Unified data interface and system
US10387834B2 (en) 2015-01-21 2019-08-20 Palantir Technologies Inc. Systems and methods for accessing and storing snapshots of a remote application in a document
US9727560B2 (en) 2015-02-25 2017-08-08 Palantir Technologies Inc. Systems and methods for organizing and identifying documents via hierarchies and dimensions of tags
US9886467B2 (en) 2015-03-19 2018-02-06 Plantir Technologies Inc. System and method for comparing and visualizing data entities and data entity series
US10628834B1 (en) 2015-06-16 2020-04-21 Palantir Technologies Inc. Fraud lead detection system for efficiently processing database-stored data and automatically generating natural language explanatory information of system results for display in interactive user interfaces
US9418337B1 (en) 2015-07-21 2016-08-16 Palantir Technologies Inc. Systems and models for data analytics
US9454785B1 (en) 2015-07-30 2016-09-27 Palantir Technologies Inc. Systems and user interfaces for holistic, data-driven investigation of bad actor behavior based on clustering and scoring of related data
US9456000B1 (en) 2015-08-06 2016-09-27 Palantir Technologies Inc. Systems, methods, user interfaces, and computer-readable media for investigating potential malicious communications
US10489391B1 (en) 2015-08-17 2019-11-26 Palantir Technologies Inc. Systems and methods for grouping and enriching data items accessed from one or more databases for presentation in a user interface
US10102369B2 (en) 2015-08-19 2018-10-16 Palantir Technologies Inc. Checkout system executable code monitoring, and user account compromise determination system
US10853378B1 (en) 2015-08-25 2020-12-01 Palantir Technologies Inc. Electronic note management via a connected entity graph
US11150917B2 (en) 2015-08-26 2021-10-19 Palantir Technologies Inc. System for data aggregation and analysis of data from a plurality of data sources
US9485265B1 (en) 2015-08-28 2016-11-01 Palantir Technologies Inc. Malicious activity detection system capable of efficiently processing data accessed from databases and generating alerts for display in interactive user interfaces
US10296617B1 (en) 2015-10-05 2019-05-21 Palantir Technologies Inc. Searches of highly structured data
US9823818B1 (en) 2015-12-29 2017-11-21 Palantir Technologies Inc. Systems and interactive user interfaces for automatic generation of temporal representation of data objects
US9612723B1 (en) 2015-12-30 2017-04-04 Palantir Technologies Inc. Composite graphical interface with shareable data-objects
US10698938B2 (en) 2016-03-18 2020-06-30 Palantir Technologies Inc. Systems and methods for organizing and identifying documents via hierarchies and dimensions of tags
US10437840B1 (en) 2016-08-19 2019-10-08 Palantir Technologies Inc. Focused probabilistic entity resolution from multiple data sources
US10460602B1 (en) 2016-12-28 2019-10-29 Palantir Technologies Inc. Interactive vehicle information mapping system
US10403011B1 (en) 2017-07-18 2019-09-03 Palantir Technologies Inc. Passing system with an interactive user interface
US10885021B1 (en) 2018-05-02 2021-01-05 Palantir Technologies Inc. Interactive interpreter and graphical user interface
US11119630B1 (en) 2018-06-19 2021-09-14 Palantir Technologies Inc. Artificial intelligence assisted evaluations and user interface for same

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4674040A (en) 1984-12-26 1987-06-16 International Business Machines Corporation Merging of documents
US5835712A (en) 1996-05-03 1998-11-10 Webmate Technologies, Inc. Client-server system using embedded hypertext tags for application and database development
US5845084A (en) * 1996-04-18 1998-12-01 Microsoft Corporation Automatic data display formatting with a networking application
US5845303A (en) * 1994-12-06 1998-12-01 Netpodium, Inc. Document processing using frame-based templates with hierarchical tagging
US5890171A (en) 1996-08-06 1999-03-30 Microsoft Corporation Computer system and computer-implemented method for interpreting hypertext links in a document when including the document within another document
WO1999022313A1 (en) 1997-10-29 1999-05-06 R.R. Donnelley & Sons Company Apparatus and method for reproducing variable graphics in a variable imaging system
US5911145A (en) * 1996-07-29 1999-06-08 Rae Technology, Inc. Hierarchical structure editor for web sites
US5953731A (en) * 1997-03-31 1999-09-14 International Business Machines Coporation HTML integration utility for a program development environment
US5956736A (en) * 1996-09-27 1999-09-21 Apple Computer, Inc. Object-oriented editor for creating world wide web documents
US5987480A (en) * 1996-07-25 1999-11-16 Donohue; Michael Method and system for delivering documents customized for a particular user over the internet using imbedded dynamic content
US6021426A (en) * 1997-07-31 2000-02-01 At&T Corp Method and apparatus for dynamic data transfer on a web page
US6230173B1 (en) * 1995-07-17 2001-05-08 Microsoft Corporation Method for creating structured documents in a publishing system
US6343302B1 (en) * 1997-02-13 2002-01-29 Yahoo! Inc. Remote web site authoring system and method
US6347323B1 (en) * 1999-03-26 2002-02-12 Microsoft Corporation Robust modification of persistent objects while preserving formatting and other attributes
US6558431B1 (en) * 1998-09-11 2003-05-06 Macromedia, Inc. Storing valid and invalid markup language in strict and relaxed tables respectively

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6035119A (en) * 1997-10-28 2000-03-07 Microsoft Corporation Method and apparatus for automatic generation of text and computer-executable code

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4674040A (en) 1984-12-26 1987-06-16 International Business Machines Corporation Merging of documents
US5845303A (en) * 1994-12-06 1998-12-01 Netpodium, Inc. Document processing using frame-based templates with hierarchical tagging
US6584480B1 (en) * 1995-07-17 2003-06-24 Microsoft Corporation Structured documents in a publishing system
US6230173B1 (en) * 1995-07-17 2001-05-08 Microsoft Corporation Method for creating structured documents in a publishing system
US5845084A (en) * 1996-04-18 1998-12-01 Microsoft Corporation Automatic data display formatting with a networking application
US5835712A (en) 1996-05-03 1998-11-10 Webmate Technologies, Inc. Client-server system using embedded hypertext tags for application and database development
US5987480A (en) * 1996-07-25 1999-11-16 Donohue; Michael Method and system for delivering documents customized for a particular user over the internet using imbedded dynamic content
US5911145A (en) * 1996-07-29 1999-06-08 Rae Technology, Inc. Hierarchical structure editor for web sites
US5890171A (en) 1996-08-06 1999-03-30 Microsoft Corporation Computer system and computer-implemented method for interpreting hypertext links in a document when including the document within another document
US5956736A (en) * 1996-09-27 1999-09-21 Apple Computer, Inc. Object-oriented editor for creating world wide web documents
US6343302B1 (en) * 1997-02-13 2002-01-29 Yahoo! Inc. Remote web site authoring system and method
US5953731A (en) * 1997-03-31 1999-09-14 International Business Machines Coporation HTML integration utility for a program development environment
US6446097B1 (en) * 1997-03-31 2002-09-03 International Business Machines Corporation HTML integration utility for a program development environment
US6021426A (en) * 1997-07-31 2000-02-01 At&T Corp Method and apparatus for dynamic data transfer on a web page
US6205452B1 (en) * 1997-10-29 2001-03-20 R. R. Donnelley & Sons Company Method of reproducing variable graphics in a variable imaging system
WO1999022313A1 (en) 1997-10-29 1999-05-06 R.R. Donnelley & Sons Company Apparatus and method for reproducing variable graphics in a variable imaging system
US6558431B1 (en) * 1998-09-11 2003-05-06 Macromedia, Inc. Storing valid and invalid markup language in strict and relaxed tables respectively
US6347323B1 (en) * 1999-03-26 2002-02-12 Microsoft Corporation Robust modification of persistent objects while preserving formatting and other attributes

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Microsoft Corporation, "Microsoft Access 97-A Beginners' Guide," http://www.rdg.ac.uk/ITS/Topic/Database/DaPAcc9701 (28 pages), Sep. 1999.

Cited By (181)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7668913B1 (en) * 1999-11-05 2010-02-23 Decentrix, Inc. Method and apparatus for generating a web site with dynamic content data from an external source integrated therein
US8819538B2 (en) 1999-11-05 2014-08-26 Decentrix, Inc. Method and apparatus for generating a link to a presented web page
US8677234B2 (en) 1999-11-05 2014-03-18 Decentrix, Inc. Method and apparatus for generating a web site using a multi-dimensional description of the website
US20080109472A1 (en) * 1999-11-05 2008-05-08 John Underwood Method and apparatus for generating a link to a presented web page
US7886221B1 (en) 1999-11-05 2011-02-08 Decentrix, Inc. Method and apparatus for storing web site data by web site dimensions and generating a web site having complementary elements
US20100306644A1 (en) * 1999-11-05 2010-12-02 John Underwood Method and apparatus for generating a web site using a multi-dimensional description of the website
US20060200751A1 (en) * 1999-11-05 2006-09-07 Decentrix Inc. Method and apparatus for providing conditional customization for generating a web site
US7779352B1 (en) 1999-11-05 2010-08-17 John Underwood Method and apparatus for generating a website using a multi-dimensional description of the website
US8136027B2 (en) 1999-11-05 2012-03-13 Decentrix Inc. Method and apparatus for providing conditional customization for generating a web site
US8595300B2 (en) 1999-11-05 2013-11-26 Decentrix, Inc. Method and apparatus for generating a web site with dynamic content data from an external data source integrated therein
US7904799B1 (en) 1999-11-05 2011-03-08 Decentrix Acquisition Corporation Method and apparatus for generating a link to a presented web page
US7890855B2 (en) * 2001-07-27 2011-02-15 Sap Ag Method and computer system for separating and processing layout information and data of a document
US20040249487A1 (en) * 2001-07-27 2004-12-09 Dirk Ahlert Method and computer system for creating and processing a browser complaint human interface description
US8037407B2 (en) 2001-07-27 2011-10-11 Sap Ag Method and computer system for creating and processing a browser compliant human interface description
US20050034066A1 (en) * 2001-07-27 2005-02-10 Dirk Ahlert Method and computer system for separating and processing layout information and data of a document
US20040215608A1 (en) * 2003-04-25 2004-10-28 Alastair Gourlay Search engine supplemented with URL's that provide access to the search results from predefined search queries
US20040230890A1 (en) * 2003-05-14 2004-11-18 International Business Machines Corporation Information processing system, control method, control program, and recording medium
US7519956B2 (en) * 2003-05-14 2009-04-14 International Business Machines Corporation Method for generating document components and managing same
US20050216832A1 (en) * 2003-10-31 2005-09-29 Hewlett-Packard Development Company, L.P. Generation of documents
US7735004B2 (en) * 2004-01-30 2010-06-08 Canon Kabushiki Kaisha Layout control method, layout control apparatus, and layout control program
US20050172226A1 (en) * 2004-01-30 2005-08-04 Canon Kabushiki Kaisha Layout control method, layout control apparatus, and layout control program
US20120110440A1 (en) * 2005-01-09 2012-05-03 Roger Rosner Efficient creation of documents
US9785617B2 (en) * 2005-01-09 2017-10-10 Apple Inc. Efficient creation of documents
US8423888B2 (en) * 2005-03-30 2013-04-16 Fujitsu Limited Document conversion and use system
US20080098299A1 (en) * 2005-03-30 2008-04-24 Fujitsu Limited Document conversion and use system
US7500194B2 (en) * 2005-05-13 2009-03-03 Microsoft Corporation Applying a slide layout with an arbitrary number of placeholders
US20060259858A1 (en) * 2005-05-13 2006-11-16 Microsoft Corporation Applying a slide layout with an arbitrary number of placeholders
US20070078735A1 (en) * 2005-09-12 2007-04-05 Microsoft Corporation Blended editing of literal and non-literal values
US7739612B2 (en) * 2005-09-12 2010-06-15 Microsoft Corporation Blended editing of literal and non-literal values
US7913165B2 (en) * 2005-12-15 2011-03-22 Kyocera Corporation Inserting objects using a text editor that supports scalable fonts
US20070168945A1 (en) * 2005-12-15 2007-07-19 Diego Kaplan Inserting objects using a text editor that supports scalable fonts
US9589014B2 (en) 2006-11-20 2017-03-07 Palantir Technologies, Inc. Creating data in a data store using a dynamic ontology
US10872067B2 (en) 2006-11-20 2020-12-22 Palantir Technologies, Inc. Creating data in a data store using a dynamic ontology
US9037983B1 (en) 2006-12-13 2015-05-19 Emc Corporation User privilege based web page content editing
US8555159B1 (en) * 2006-12-13 2013-10-08 Emc Corporation Dynamic display of web page content for editing and review
US9576003B2 (en) 2007-02-21 2017-02-21 Palantir Technologies, Inc. Providing unique views of data based on changes or rules
US10719621B2 (en) 2007-02-21 2020-07-21 Palantir Technologies Inc. Providing unique views of data based on changes or rules
US10229284B2 (en) 2007-02-21 2019-03-12 Palantir Technologies Inc. Providing unique views of data based on changes or rules
US8060831B2 (en) * 2007-06-29 2011-11-15 Microsoft Corporation User interface visual cue for use with literal and non-literal values
US20090007008A1 (en) * 2007-06-29 2009-01-01 Microsoft Corporation User interface visual cue for use with literal and non-literal values
US10747952B2 (en) 2008-09-15 2020-08-18 Palantir Technologies, Inc. Automatic creation and server push of multiple distinct drafts
US9383911B2 (en) 2008-09-15 2016-07-05 Palantir Technologies, Inc. Modal-less interface enhancements
US10248294B2 (en) 2008-09-15 2019-04-02 Palantir Technologies, Inc. Modal-less interface enhancements
US20100287292A1 (en) * 2009-05-08 2010-11-11 Michael Ohman Meurlinger Method, apparatus and computer program product for generating a content website in a data communications network
USRE48589E1 (en) 2010-07-15 2021-06-08 Palantir Technologies Inc. Sharing and deconflicting data changes in a multimaster database system
US10423582B2 (en) 2011-06-23 2019-09-24 Palantir Technologies, Inc. System and method for investigating large amounts of data
US11392550B2 (en) 2011-06-23 2022-07-19 Palantir Technologies Inc. System and method for investigating large amounts of data
US9880993B2 (en) 2011-08-02 2018-01-30 Palantir Technologies, Inc. System and method for accessing rich objects via spreadsheets
US10331797B2 (en) 2011-09-02 2019-06-25 Palantir Technologies Inc. Transaction protocol for reading database values
US11138180B2 (en) 2011-09-02 2021-10-05 Palantir Technologies Inc. Transaction protocol for reading database values
US10891312B2 (en) 2012-10-22 2021-01-12 Palantir Technologies Inc. Sharing information between nexuses that use different classification schemes for information access control
US9836523B2 (en) 2012-10-22 2017-12-05 Palantir Technologies Inc. Sharing information between nexuses that use different classification schemes for information access control
US10311081B2 (en) 2012-11-05 2019-06-04 Palantir Technologies Inc. System and method for sharing investigation results
US10846300B2 (en) 2012-11-05 2020-11-24 Palantir Technologies Inc. System and method for sharing investigation results
US9715526B2 (en) 2013-03-14 2017-07-25 Palantir Technologies, Inc. Fair scheduling for mixed-query loads
US10817513B2 (en) 2013-03-14 2020-10-27 Palantir Technologies Inc. Fair scheduling for mixed-query loads
US10152531B2 (en) 2013-03-15 2018-12-11 Palantir Technologies Inc. Computer-implemented systems and methods for comparing and associating objects
US9953445B2 (en) 2013-05-07 2018-04-24 Palantir Technologies Inc. Interactive data object map
US10360705B2 (en) 2013-05-07 2019-07-23 Palantir Technologies Inc. Interactive data object map
US10025482B2 (en) 2013-05-23 2018-07-17 Adobe Systems Incorporated Image effect extraction
US9672647B2 (en) 2013-05-23 2017-06-06 Adobe Systems Incorporated Image effect extraction
US20140351692A1 (en) * 2013-05-24 2014-11-27 David Wei Ge Method for in-browser visual HTML editing via bi-directional navigation and virtual properties
US9201852B2 (en) * 2013-05-24 2015-12-01 David Wei Ge Method for in-browser visual HTML editing via bi-directional navigation and virtual properties
US11004039B2 (en) 2013-08-08 2021-05-11 Palantir Technologies Inc. Cable reader labeling
US10699071B2 (en) * 2013-08-08 2020-06-30 Palantir Technologies Inc. Systems and methods for template based custom document generation
US20160203116A1 (en) * 2013-08-08 2016-07-14 Palantir Technologies Inc. Systems and methods for template based custom document generation
US10504067B2 (en) 2013-08-08 2019-12-10 Palantir Technologies Inc. Cable reader labeling
US10719527B2 (en) 2013-10-18 2020-07-21 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive simultaneous querying of multiple data stores
US9514200B2 (en) 2013-10-18 2016-12-06 Palantir Technologies Inc. Systems and user interfaces for dynamic and interactive simultaneous querying of multiple data stores
CN104679767A (en) * 2013-11-29 2015-06-03 英业达科技有限公司 System and method for displaying picture in webpage according to visible region
US20150154160A1 (en) * 2013-11-29 2015-06-04 Inventec (Pudong) Technology Corporation System and method for displaying image on webpage according to visible area
US10579647B1 (en) 2013-12-16 2020-03-03 Palantir Technologies Inc. Methods and systems for analyzing entity performance
US20150169207A1 (en) * 2013-12-18 2015-06-18 Dropbox, Inc. Systems and methods for generating personalized account reconfiguration interfaces
US11074646B1 (en) * 2014-03-27 2021-07-27 Amazon Technologies, Inc. Dynamically selecting an image for display
US11341178B2 (en) 2014-06-30 2022-05-24 Palantir Technologies Inc. Systems and methods for key phrase characterization of documents
US10180929B1 (en) 2014-06-30 2019-01-15 Palantir Technologies, Inc. Systems and methods for identifying key phrase clusters within documents
US10609046B2 (en) 2014-08-13 2020-03-31 Palantir Technologies Inc. Unwanted tunneling alert system
US20160370951A1 (en) * 2014-09-03 2016-12-22 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US9454281B2 (en) * 2014-09-03 2016-09-27 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US11514033B2 (en) * 2014-09-03 2022-11-29 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US20180101279A1 (en) * 2014-09-03 2018-04-12 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US20230044699A1 (en) * 2014-09-03 2023-02-09 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US10866685B2 (en) * 2014-09-03 2020-12-15 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US9880696B2 (en) * 2014-09-03 2018-01-30 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US10664490B2 (en) 2014-10-03 2020-05-26 Palantir Technologies Inc. Data aggregation and analysis system
US9501851B2 (en) 2014-10-03 2016-11-22 Palantir Technologies Inc. Time-series analysis system
US10360702B2 (en) 2014-10-03 2019-07-23 Palantir Technologies Inc. Time-series analysis system
US11004244B2 (en) 2014-10-03 2021-05-11 Palantir Technologies Inc. Time-series analysis system
US9984133B2 (en) 2014-10-16 2018-05-29 Palantir Technologies Inc. Schematic and database linking system
US11275753B2 (en) 2014-10-16 2022-03-15 Palantir Technologies Inc. Schematic and database linking system
US10853338B2 (en) 2014-11-05 2020-12-01 Palantir Technologies Inc. Universal data pipeline
US9946738B2 (en) 2014-11-05 2018-04-17 Palantir Technologies, Inc. Universal data pipeline
US10191926B2 (en) 2014-11-05 2019-01-29 Palantir Technologies, Inc. Universal data pipeline
US9898528B2 (en) 2014-12-22 2018-02-20 Palantir Technologies Inc. Concept indexing among database of documents using machine learning techniques
US10552994B2 (en) 2014-12-22 2020-02-04 Palantir Technologies Inc. Systems and interactive user interfaces for dynamic retrieval, analysis, and triage of data items
US11314738B2 (en) 2014-12-23 2022-04-26 Palantir Technologies Inc. Searching charts
US10552998B2 (en) 2014-12-29 2020-02-04 Palantir Technologies Inc. System and method of generating data points from one or more data stores of data items for chart creation and manipulation
US9817563B1 (en) 2014-12-29 2017-11-14 Palantir Technologies Inc. System and method of generating data points from one or more data stores of data items for chart creation and manipulation
US10955992B2 (en) * 2015-01-22 2021-03-23 NetSuite Inc. System and methods for implementing visual interface for use in sorting and organizing records
US20170235436A1 (en) * 2015-01-22 2017-08-17 NetSuite Inc. System and methods for implementing visual interface for use in sorting and organizing records
US10803106B1 (en) 2015-02-24 2020-10-13 Palantir Technologies Inc. System with methodology for dynamic modular ontology
US10459619B2 (en) 2015-03-16 2019-10-29 Palantir Technologies Inc. Interactive user interfaces for location-based data analysis
US9891808B2 (en) 2015-03-16 2018-02-13 Palantir Technologies Inc. Interactive user interfaces for location-based data analysis
US10103953B1 (en) 2015-05-12 2018-10-16 Palantir Technologies Inc. Methods and systems for analyzing entity performance
US10585907B2 (en) 2015-06-05 2020-03-10 Palantir Technologies Inc. Time-series data storage and processing database system
US9672257B2 (en) 2015-06-05 2017-06-06 Palantir Technologies Inc. Time-series data storage and processing database system
US10922336B2 (en) 2015-06-09 2021-02-16 Palantir Technologies Inc. Systems and methods for indexing and aggregating data records
US10735448B2 (en) 2015-06-26 2020-08-04 Palantir Technologies Inc. Network anomaly detection
US9996595B2 (en) 2015-08-03 2018-06-12 Palantir Technologies, Inc. Providing full data provenance visualization for versioned datasets
US10444940B2 (en) 2015-08-17 2019-10-15 Palantir Technologies Inc. Interactive geospatial map
US10444941B2 (en) 2015-08-17 2019-10-15 Palantir Technologies Inc. Interactive geospatial map
US11470102B2 (en) 2015-08-19 2022-10-11 Palantir Technologies Inc. Anomalous network monitoring, user behavior detection and database system
US10706434B1 (en) 2015-09-01 2020-07-07 Palantir Technologies Inc. Methods and systems for determining location information
US9984428B2 (en) 2015-09-04 2018-05-29 Palantir Technologies Inc. Systems and methods for structuring data from unstructured electronic data files
US9965534B2 (en) 2015-09-09 2018-05-08 Palantir Technologies, Inc. Domain-specific language for dataset transformations
US9836499B1 (en) 2015-09-09 2017-12-05 Palantir Technologies Inc. Data integrity checks
US9454564B1 (en) 2015-09-09 2016-09-27 Palantir Technologies Inc. Data integrity checks
US11940985B2 (en) 2015-09-09 2024-03-26 Palantir Technologies Inc. Data integrity checks
US10229153B1 (en) 2015-09-09 2019-03-12 Palantir Technologies Inc. Data integrity checks
US11080296B2 (en) 2015-09-09 2021-08-03 Palantir Technologies Inc. Domain-specific language for dataset transformations
US11089043B2 (en) 2015-10-12 2021-08-10 Palantir Technologies Inc. Systems for computer network security risk assessment including user compromise analysis associated with a network of devices
US10572487B1 (en) 2015-10-30 2020-02-25 Palantir Technologies Inc. Periodic database search manager for multiple data sources
US9760556B1 (en) 2015-12-11 2017-09-12 Palantir Technologies Inc. Systems and methods for annotating and linking electronic documents
US9514414B1 (en) 2015-12-11 2016-12-06 Palantir Technologies Inc. Systems and methods for identifying and categorizing electronic documents through machine learning
US10817655B2 (en) 2015-12-11 2020-10-27 Palantir Technologies Inc. Systems and methods for annotating and linking electronic documents
US9542446B1 (en) 2015-12-17 2017-01-10 Palantir Technologies, Inc. Automatic generation of composite datasets based on hierarchical fields
US10678860B1 (en) 2015-12-17 2020-06-09 Palantir Technologies, Inc. Automatic generation of composite datasets based on hierarchical fields
US10795918B2 (en) 2015-12-29 2020-10-06 Palantir Technologies Inc. Simplified frontend processing and visualization of large datasets
US10839144B2 (en) 2015-12-29 2020-11-17 Palantir Technologies Inc. Real-time document annotation
US11625529B2 (en) 2015-12-29 2023-04-11 Palantir Technologies Inc. Real-time document annotation
US9996236B1 (en) 2015-12-29 2018-06-12 Palantir Technologies Inc. Simplified frontend processing and visualization of large datasets
US10909159B2 (en) 2016-02-22 2021-02-02 Palantir Technologies Inc. Multi-language support for dynamic ontology
US10248722B2 (en) 2016-02-22 2019-04-02 Palantir Technologies Inc. Multi-language support for dynamic ontology
US11106638B2 (en) 2016-06-13 2021-08-31 Palantir Technologies Inc. Data revision control in large-scale data analytic systems
US10007674B2 (en) 2016-06-13 2018-06-26 Palantir Technologies Inc. Data revision control in large-scale data analytic systems
US10324609B2 (en) 2016-07-21 2019-06-18 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US10719188B2 (en) 2016-07-21 2020-07-21 Palantir Technologies Inc. Cached database and synchronization system for providing dynamic linked panels in user interface
US10698594B2 (en) 2016-07-21 2020-06-30 Palantir Technologies Inc. System for providing dynamic linked panels in user interface
US10664444B2 (en) 2016-08-02 2020-05-26 Palantir Technologies Inc. Time-series data storage and processing database system
US9753935B1 (en) 2016-08-02 2017-09-05 Palantir Technologies Inc. Time-series data storage and processing database system
US10133588B1 (en) 2016-10-20 2018-11-20 Palantir Technologies Inc. Transforming instructions for collaborative updates
US10318630B1 (en) 2016-11-21 2019-06-11 Palantir Technologies Inc. Analysis of large bodies of textual data
US10884875B2 (en) 2016-12-15 2021-01-05 Palantir Technologies Inc. Incremental backup of computer data files
US11620193B2 (en) 2016-12-15 2023-04-04 Palantir Technologies Inc. Incremental backup of computer data files
US10523787B2 (en) 2016-12-19 2019-12-31 Palantir Technologies Inc. Conducting investigations under limited connectivity
US11595492B2 (en) 2016-12-19 2023-02-28 Palantir Technologies Inc. Conducting investigations under limited connectivity
US10044836B2 (en) 2016-12-19 2018-08-07 Palantir Technologies Inc. Conducting investigations under limited connectivity
US11316956B2 (en) 2016-12-19 2022-04-26 Palantir Technologies Inc. Conducting investigations under limited connectivity
US10713035B2 (en) 2016-12-21 2020-07-14 Palantir Technologies Inc. Systems and methods for peer-to-peer build sharing
US10223099B2 (en) 2016-12-21 2019-03-05 Palantir Technologies Inc. Systems and methods for peer-to-peer build sharing
US10216811B1 (en) 2017-01-05 2019-02-26 Palantir Technologies Inc. Collaborating using different object models
US11113298B2 (en) 2017-01-05 2021-09-07 Palantir Technologies Inc. Collaborating using different object models
US11074277B1 (en) 2017-05-01 2021-07-27 Palantir Technologies Inc. Secure resolution of canonical entities
US10437568B1 (en) 2017-05-18 2019-10-08 Palantir Technologies Inc. Real-time rendering based on efficient device and server processing of content updates
US11366957B2 (en) * 2017-05-18 2022-06-21 Palantir Technolgoies Inc. Real-time rendering based on efficient device and server processing of content updates
US10896097B1 (en) 2017-05-25 2021-01-19 Palantir Technologies Inc. Approaches for backup and restoration of integrated databases
US11379453B2 (en) 2017-06-02 2022-07-05 Palantir Technologies Inc. Systems and methods for retrieving and processing data
US10956406B2 (en) 2017-06-12 2021-03-23 Palantir Technologies Inc. Propagated deletion of database records and derived data
US10706068B2 (en) 2017-07-10 2020-07-07 Palantir Technologies Inc. Systems and methods for data analysis and visualization and managing data conflicts
US11269914B2 (en) 2017-07-10 2022-03-08 Palantir Technologies Inc. Systems and methods for data analysis and visualization and managing data conflicts
US10942947B2 (en) 2017-07-17 2021-03-09 Palantir Technologies Inc. Systems and methods for determining relationships between datasets
US11334552B2 (en) 2017-07-31 2022-05-17 Palantir Technologies Inc. Lightweight redundancy tool for performing transactions
US11914569B2 (en) 2017-07-31 2024-02-27 Palantir Technologies Inc. Light weight redundancy tool for performing transactions
US11397730B2 (en) 2017-08-14 2022-07-26 Palantir Technologies Inc. Time series database processing system
US10417224B2 (en) 2017-08-14 2019-09-17 Palantir Technologies Inc. Time series database processing system
US10216695B1 (en) 2017-09-21 2019-02-26 Palantir Technologies Inc. Database system for time series data storage, processing, and analysis
US11573970B2 (en) 2017-09-21 2023-02-07 Palantir Technologies Inc. Database system for time series data storage, processing, and analysis
US11914605B2 (en) 2017-09-21 2024-02-27 Palantir Technologies Inc. Database system for time series data storage, processing, and analysis
US11741166B2 (en) 2017-11-10 2023-08-29 Palantir Technologies Inc. Systems and methods for creating and managing a data integration workspace
US10956508B2 (en) 2017-11-10 2021-03-23 Palantir Technologies Inc. Systems and methods for creating and managing a data integration workspace containing automatically updated data models
US10614069B2 (en) 2017-12-01 2020-04-07 Palantir Technologies Inc. Workflow driven database partitioning
US11281726B2 (en) 2017-12-01 2022-03-22 Palantir Technologies Inc. System and methods for faster processor comparisons of visual graph features
US11016986B2 (en) 2017-12-04 2021-05-25 Palantir Technologies Inc. Query-based time-series data display and processing system
US11061874B1 (en) 2017-12-14 2021-07-13 Palantir Technologies Inc. Systems and methods for resolving entity data across various data structures
US10853352B1 (en) 2017-12-21 2020-12-01 Palantir Technologies Inc. Structured data collection, presentation, validation and workflow management
US10924362B2 (en) 2018-01-15 2021-02-16 Palantir Technologies Inc. Management of software bugs in a data processing system
US11599369B1 (en) 2018-03-08 2023-03-07 Palantir Technologies Inc. Graphical user interface configuration system
US10754822B1 (en) 2018-04-18 2020-08-25 Palantir Technologies Inc. Systems and methods for ontology migration
US11176113B2 (en) 2018-05-09 2021-11-16 Palantir Technologies Inc. Indexing and relaying data to hot storage
US11061542B1 (en) 2018-06-01 2021-07-13 Palantir Technologies Inc. Systems and methods for determining and displaying optimal associations of data items
US11956267B2 (en) 2021-07-23 2024-04-09 Palantir Technologies Inc. Systems for computer network security risk assessment including user compromise analysis associated with a network of devices

Also Published As

Publication number Publication date
WO2001042972A3 (en) 2002-08-15
US20070157083A1 (en) 2007-07-05
US8015487B2 (en) 2011-09-06
WO2001042972A2 (en) 2001-06-14
EP1252582A2 (en) 2002-10-30
JP2003521026A (en) 2003-07-08

Similar Documents

Publication Publication Date Title
US7194680B1 (en) Formatting content by example
US7703004B2 (en) Systems and methods for automatically converting web pages to structured shared web-writable pages
US7284199B2 (en) Process of localizing objects in markup language documents
US20060143562A1 (en) Self-describing editors for browser-based WYSIWYG XML/HTML editors
US7430711B2 (en) Systems and methods for editing XML documents
US7237190B2 (en) System and method for generating multiple customizable interfaces for XML documents
US6799299B1 (en) Method and apparatus for creating stylesheets in a data processing system
US20040261017A1 (en) Document generation
US20030037303A1 (en) Method of and system for updating a document
US20050160065A1 (en) System and method for enhancing resource accessibility
US8387055B1 (en) System and method for providing information and associating information
Spainhour et al. Webmaster in a Nutshell
Quint et al. Techniques for authoring complex XML documents
US20090083300A1 (en) Document processing device and document processing method
US20010032216A1 (en) Template animation and debugging tool
US20080250311A1 (en) Document Processing Device, and Document Processing Method
US7765472B2 (en) Method and device for editing SVG type digital graphical documents in particular from a browser
US20050268233A1 (en) System and method for mixed language editing
JP4566196B2 (en) Document processing method and apparatus
EP1830274A1 (en) Server device and name space issuing method
EP1826682A1 (en) Document managing device and document managing method
KR100522186B1 (en) Methods for dynamically building the home page and Apparatus embodied on the web therefor
WO2006051974A1 (en) Document processing device and document processing method
US20080005154A1 (en) Document Processing Device and Document Processing Method
Bordash et al. The Web Professional’s Handbook

Legal Events

Date Code Title Description
AS Assignment

Owner name: ADOBE SYSTEMS INCORPORATED, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:YOUNG, JEFF;ROY, H.S.;REEL/FRAME:010704/0546

Effective date: 20000204

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

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

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

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

AS Assignment

Owner name: ADOBE INC., CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:ADOBE SYSTEMS INCORPORATED;REEL/FRAME:048867/0882

Effective date: 20181008