US20100100523A1 - System and Method for Grouping a Collection of Documents Using Document Series - Google Patents

System and Method for Grouping a Collection of Documents Using Document Series Download PDF

Info

Publication number
US20100100523A1
US20100100523A1 US12/619,994 US61999409A US2010100523A1 US 20100100523 A1 US20100100523 A1 US 20100100523A1 US 61999409 A US61999409 A US 61999409A US 2010100523 A1 US2010100523 A1 US 2010100523A1
Authority
US
United States
Prior art keywords
document
series
document series
publisher
metadata
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.)
Abandoned
Application number
US12/619,994
Inventor
Wayne Marcy
Hood Qa'lm-maqami
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.)
Barclays Capital Inc
Original Assignee
Barclays Capital 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 Barclays Capital Inc filed Critical Barclays Capital Inc
Priority to US12/619,994 priority Critical patent/US20100100523A1/en
Publication of US20100100523A1 publication Critical patent/US20100100523A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3322Query formulation using system suggestions
    • G06F16/3323Query formulation using system suggestions using document space presentation or visualization, e.g. category, hierarchy or range presentation and selection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/93Document management systems

Definitions

  • the present invention relates to document management systems and methods. More specifically, the invention relates to systems and methods for automatically associating a document to a document series.
  • Locating and retrieving documents depends on the metadata associated with each document.
  • the ease of locating or publishing a document increases as more metadata about the document is associated with the document.
  • the user usually enters Metadata, and if the amount of metadata required becomes burdensome to the user, the user may not enter the required data. Therefore, there remains a need for systems and methods that encourage a user to enter metadata for each document and preferably to automatically store, maintain, and attach metadata to a document.
  • a system and method that allows a publisher to create a document series, associate a document with a document series and present to an end-user a series nugget displaying at least one document associated with the document series.
  • Document series information may be inherited by each document in the document series.
  • Document series information is stored in an asset database.
  • One embodiment of the present invention is directed to a computer implemented method comprising the steps of: creating a document series nugget, the document series nugget placed on a web page presented to an end-user; creating a document series, the document series presented in the document series nugget; and associating a document to the document series, the document series presenting the document in a list of documents in the document series.
  • Another embodiment of the present invention is directed to a system for managing a document series via a user interface, the document series having a document associated with the document series, the system comprising; a first database storing metadata characterizing the document series, the metadata accessed by a key; a second database storing the key; a first component configured to retrieve the document series metadata from the first database through the key stored on the second database and passing the retrieved metadata to the user interface; and a second component configured to receive document metadata from a user through the user interface, the document metadata including an association with the document series.
  • FIG. 1 is a deployment diagram for an embodiment of the present invention
  • FIG. 2 is a portion of a view presented to an end-user in an embodiment of the present invention
  • FIG. 3 is a portion of a web page presented to a publisher in an embodiment of the present invention.
  • FIG. 4 is a portion of another web page or popup window presented to a publisher in an embodiment of the present invention.
  • FIG. 5 is a portion of another web page or popup window presented to a publisher in an embodiment of the present invention.
  • FIG. 6 is a portion of another web page presented to a publisher in an embodiment of the present invention.
  • FIG. 7 is a portion of another web page or popup window presented to a publisher in an embodiment of the present invention.
  • FIG. 1 is a deployment diagram for an embodiment of the present invention.
  • a presentation tier 120 includes software components that interface with a publisher.
  • a publisher refers to a person who publishes a document to a web page for viewing by end-users on a network.
  • a publisher may be the creator of the document or may be one of a group of editors that update the document.
  • a publisher may create, edit, and delete a document.
  • the publisher publishes a document by placing the document in a shared folder that may be placed on a web page that is available to the end-users of the network.
  • the publisher interacts with the presentation tier 120 through a user interface such as, for example, a web browser 105 .
  • the presentation tier 120 populates a web page presented to the publisher's browser with information provided from a business tier 140 , retrieves information entered by the publisher, and passes the entered information to the business tier 140 .
  • An integration tier 160 receives information requests from the business layer 140 and queries and retrieves information from a resource tier 180 .
  • the resource tier 180 may include one or more database systems that store portions of the information displayed on the end-user's browser.
  • the resource tier 180 includes a user collection framework (UCF) database 196 that stores the group/individual access lists for each document series.
  • the UCF database may be a lightweight directory access protocol (LDAP).
  • An UCF application program interface (API) 197 provides an interface between the UCF LDAP and an UCF JAR component in the integration tier 166 .
  • the UCF JAR component is preferably a JAVA component that receives information requests from the business layer 140 , formulates a query request to the LDAP database, transmits the query request to the LDAP API 197 , retrieves information from the LDAP API, and passes the information to the business layer 140 .
  • document series metadata may be stored in an asset database (aDb) 191 in the resource tier 180 .
  • asset database aDb
  • An aDb API 192 provides an interface to query the aDb 191 .
  • An aDb JAR component 164 builds a query request based on information provided by a document series data access component 162 , sends the query request to the aDb API 192 , retrieves information from the aDb API 192 , and forwards the retrieved information to the document series data access component 162 .
  • a web content management (WCM) database 185 stores document series and folder keys that are used to retrieve the metadata from aDb and is accessed through a document series data access component 162 in the integration tier 160 .
  • the business tier 140 includes one or more software components that manage the metadata for each document and provide document metadata to the presentation tier 120 .
  • a document series save component 145 is invoked to save the document series information.
  • the series save component 145 invokes a document series utility component 144 that saves the group information associated with the saved document series.
  • the series save component 145 also invokes the series data access component 162 in the integration tier 160 to save the document series metadata as an asset in the aDb 191 .
  • a key for the new document series is returned from aDb 191 and is stored in the WCM database 185 .
  • the presentation tier 120 includes one or more software components that populate the publisher's browser page with the relevant document metadata.
  • a series nugget component 121 retrieves document series information based on the publisher and displays the document series associated with a folder on the document series edit screen.
  • a document series component 122 retrieves metadata for a document series selected by the publisher and displays the series metadata on the document series edit screen.
  • the document series component 122 invokes a document helper component 141 and a folder information details component 142 in the business tier 140 to retrieve the document series and folder metadata for the selected document series and displays the retrieved metadata on the document series edit screen.
  • the document helper component 142 invokes a document series information component 143 that retrieves the document series information from the integration tier 160 .
  • a document series status component 123 , a document series confirm component 124 , and a document series error component 125 provide information to the publisher regarding the status of an operation invoked by the user. For example, when a publisher saves a newly created document series, the document series status component 123 may be invoked to display a message giving the status of the save operation. If the save operation is successful, the document series confirm component 124 is invoked to display a message to the publisher confirming that the save operation completely successfully. If the save operation is unsuccessful, the document series error component 125 is invoked to display a message to the publisher indicating that an error occurred during the save operation.
  • FIG. 2 is a portion of a view presented to an end-user in an embodiment of the present invention.
  • FIG. 2 displays four document series nuggets and is preferably part of a web page that the end-user may view from his/her web browser.
  • a nugget refers to a portion of a displayed web page where information is formatted and presented to the viewer.
  • a nugget may be created using formatting templates and associating a list of items that is displayed in the nugget to the nugget. The list may be a result of a search or database query that is executed prior to the display of the nugget.
  • Each document series nugget 210 displays a series nugget title 215 and a list of documents 220 belonging to that document series.
  • the list of documents 220 lists one or more of the documents associated with the document series. For each document in the document list 220 , a document title, publication date of the document, and an icon 222 indicating the document's file type is presented in the list. An end-user may view a document by selecting the document.
  • An expand icon 224 or a contract icon 226 may be displayed by each document in the document list that presents, when the expand icon is selected, or hides, when the contract icon is selected, a list of operations 230 that may be performed on the document.
  • the document's filename and author are displayed.
  • the end-user may view the document by, for example, clicking on the document's filename.
  • the end-user may select the author to send the author an email or instant message to the author.
  • clicking on the author hyperlink may cause the end-user's display to display the author's web page or invoke a people finder applet that displays information about the author.
  • An example of a people finder applet is described in co-pending application Ser. No. 11/025,871 filed Dec. 29, 2004 entitled, “System and Method for Corporate-wide Policy Management.”
  • the expanded state may include one or more icons or hyperlinks that, when selected, performs an operation on the document.
  • a document details hyperlink may execute a script that displays the document details in a popup window.
  • a show all documents hyperlink may execute a script that causes the end-user's web page to show a list of all documents associated with the document series.
  • an email icon when selected, displays an email window where the end-user can email a link to the document to another person.
  • a document series details hyperlink may execute a script that displays the details of the document series associated with the document.
  • a delete hyperlink may execute a script that deletes the document. Other operations associated with the document may be presented to the end-user in the expanded state.
  • each document series nugget 210 shown in FIG. 2 may have a different publisher and the documents each document series may stored in different folders independently of the other folders. In such a situation, each publisher may maintain control over their documents while providing a common web page where end-users may view the documents.
  • FIG. 3 is a portion of a web page presented to a publisher in an embodiment of the present invention.
  • the web page shown in FIG. 3 allows the publisher to manage the documents in one or more document series and to manage folders.
  • a drop-down box 310 indicates a selected folder containing documents that may be associated with a document series.
  • a new folder icon 312 , a share/edit folder icon 314 , and a delete folder icon 316 may be displayed thereby allowing the publisher to create a new folder, edit the properties of a folder, or delete a folder, respectively.
  • an administrator can define a group or an individual as having different levels of permissions to access or edit the folder.
  • the permissions defined for each folder preferably apply to all documents contained in, or associated with, the folder.
  • an administrator is allowed to edit and upload all documents in the folder and can manage permissions for that folder.
  • An editor may edit and upload all documents in the folder but cannot manage the permissions for that folder.
  • a viewer, or end-user may view documents stored in the folder but may not edit any documents or manage permissions for that folder.
  • Individuals or groups may be selected using a people finder editor as described in co-pending application Ser. No. 11/025,871 filed Dec. 29, 2004 entitled, “System and Method for Corporate-wide Policy Management.”
  • a viewer default group includes all employees of a company.
  • a shared documents nugget 330 displays a list of previously uploaded documents that the publisher is permitted to edit.
  • the publisher may upload a selected document to a document management system and/or associate the selected document with an existing or newly created document series.
  • a document series list nugget 360 displays a list of existing document series 363 that the publisher may associate documents.
  • a create new icon 365 allows the publisher to create a new document series.
  • FIG. 3 shows a shared document nugget 330 containing one document.
  • the document in FIG. 3 is shown in an expanded view that is similar to the expanded document view presented to the end-user, as shown in FIG. 2 , but with the addition of functions to display the document details, to display the document series details, and to delete the document.
  • the publisher may upload the selected document by selecting an upload icon 335 .
  • FIG. 4 is a portion of a web page or popup window that is displayed to the publisher when the upload icon 335 is selected.
  • the popup window displays at least one field containing information relating to the selected document such as, for example, document filename 410 , series name 420 , document title 430 , document description 435 , author 440 , region 450 , publication date 460 , and expiration period 470 .
  • a browse button 415 is provided to allow the publisher to select a document by browsing a list of documents.
  • the document filename field 410 is pre-populated with the filename of the selected document.
  • the series name field 420 may be pre-populated with the document series name if the document series is selected as the default document series for the particular folder the user is uploading to.
  • a browse icon 425 may be provided to allow the publisher to select a document series from a list of document series that they are entitled to associate to the current document.
  • the document title field 430 may be pre-populated with the document's filename and the publisher may enter a different document title into the document title field 430 .
  • the document description field 435 allows the publisher to enter a short description of the document that may be provided for hover-overs such that the description is displayed when the end-user's cursor hovers over the displayed document title.
  • the author field 440 may be pre-populated with the name of the document's author.
  • a select icon 445 may be provided to change the author if the displayed author is not the publisher. In some embodiments, the select icon 445 displays a list of the document's permitted administrators and editors when the select icon is selected.
  • the region field 450 may be pre-populated with the region associated with the author and may be obtained from an aDb query. The region field 450 may be displayed as a drop-down box such that the publisher can select a region from a region list.
  • the publication date field 460 may be pre-populated with the current date.
  • a calendar icon 465 may be provided to select a different publication date.
  • the expiration field 470 may be a drop-down box where a publisher can select a period after which the document is removed or considered no longer valid. After the publisher has entered or review the information displayed on the popup window, the publisher may select a continue button 480 to save the information in the popup window.
  • FIG. 5 is a portion of a web page or popup window that is displayed to the publisher when the create new icon 365 in the document series nugget 360 is selected by the publisher.
  • the web page or popup window is also displayed when the publisher selects a document series in the document series list 363 , selects edit in a drop-down box 367 , and selects or clicks on a Go button 368 .
  • the popup window shown in FIG. 5 includes a series information section where the publisher can enter information describing the document series, a contributor information section where the publisher can add people or groups to a list of editors allowed to edit and upload documents to the document series, a notification information section where the publisher can add people or groups to a list of persons that are notified when a document associated to the document series is modified, and an association information section where the publisher can associate the document series to an organizational entity such as, for example, a P&L group, a division, and/or a department.
  • an organizational entity such as, for example, a P&L group, a division, and/or a department.
  • the series information section 510 includes a document series title field 512 where the publisher can enter a document series title.
  • a description field 514 allows the publisher to enter a short description of the document series that may be displayed on a document series dashboard nugget when a cursor hovers over the document series title.
  • a frequency drop-down box 516 allows the publisher to indicate the upload frequency of documents in the document series.
  • a region drop-down box 518 allows the publisher to indicate the region associated with the document series.
  • the contributor information section 530 includes a person field 532 and a group field 533 where the publisher can enter a person or group, respectively, that are allowed to associate a document to the document series.
  • a person list icon 534 and a group list icon 535 may display a list of persons or groups, respectively, when the corresponding icon is selected.
  • a person list box 536 and group list box 537 list the persons or groups, respectively, that are given editor permission for the document series.
  • the publisher may create a group composed of the persons and groups listed in the person and group list boxes 536 , 537 by selecting a covert icon 540 .
  • the created group information is store on the UCF LDAP and aDb.
  • the notification information section 550 includes a text field 552 where the publisher can enter a notification message that is sent to the document series' notification group when a document in the document series is modified or uploaded.
  • the publisher may create or edit the membership in the notification group using the same methods described for creating or editing the group of people permitted to edit or upload documents to the document series.
  • the association information section 570 includes a text field 572 where the publisher can enter search terms that will present the document series to the end-user when the end-user enters one or more of the search terms into a search engine.
  • Department field 576 , and Division field 578 may be pre-populated with the publisher's P&L group, department, and division, respectively.
  • the publisher may enter a different P&L, department, or division by directly entering it into the appropriate field or by selecting a list icon 579 adjacent to the field to display a list of P&Ls, departments, or divisions.
  • the publisher may check an associate check box 580 that enables automatic association of the documents uploaded to the current folder with the document series.
  • the publisher may select a submit button 585 that performs a save operation on the document series information.
  • the document series status component 123 may display a status window during the save operation and the document series confirm component 124 is displayed if the save operation is successful.
  • the document series information may be used as default values when uploading a document such as, for example, shown in FIG. 4 .
  • FIG. 6 is a portion of a web page that is displayed to the publisher when the publisher creates a nugget such as, for example, a document series dashboard nugget.
  • FIG. 6 displays a page layout nugget 610 that includes a list box 615 listing pre-formatted page layouts for selection by the publisher.
  • a page elements nugget 620 includes a list box 625 listing pre-formatted page elements for selection by the publisher.
  • the publisher may create a new document series dashboard nugget by selecting document series dashboard nugget from the page elements nugget 620 and selecting a new button 630 .
  • one or more popup windows may be displayed containing input fields where the publisher can enter information about the new nugget such as, for example, a document series nugget name, a width of the nugget, or whether the newly created nugget should be placed on a new page, existing page, or no page.
  • FIG. 7 is a portion of a popup window that is displayed to the publisher when creating or editing a document series dashboard nugget.
  • the window in FIG. 7 includes a name field 710 where the publisher can enter or edit the document series nugget name
  • a title field 720 allows the publisher to enter or edit the document series nugget title that is displayed in the nugget's title bar.
  • the publisher may enter one or more document series that are displayed in the document series nugget by entering the document series in a text field 730 or by selecting a list button 740 and selecting a document series from a list of document series.
  • Add and remove buttons 742 , 743 may be clicked to add or remove a document series from a list 750 of document series that are displayed in the document series nugget.
  • a number of documents displayed for each document series may be specified by the publisher by selecting one of a plurality of display choices 760 . Similarly, the publisher may select one of a plurality of presentation styles 770 .
  • a save button 780 saves the document series nugget information.
  • Embodiments of the present invention comprise computer components and computer-implemented steps that will be apparent to those skilled in the art.
  • steps or elements of the present invention are described herein as part of a computer system, but those skilled in the art will recognize that each step or element may have a corresponding computer system or software component.
  • Such computer system and/or software components are therefore enabled by describing their corresponding steps or elements (that is, their functionality), and are within the scope of the present invention.

Abstract

A system and method that allows a publisher to create a document series, associate a document with a document series and present to an end-user a series nugget displaying at least one document associated with the document series. Document series information may be inherited by each document in the document series. Document series information is stored in an asset database.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application claims the benefit of prior filed U.S. nonprovisional application Ser. No. 11/290,230 filed Nov. 30, 2005, which claims the benefit of provisional application Ser. No. 60/667,105, filed Mar. 31, 2005, both of which are incorporated herein by reference in their entirety.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to document management systems and methods. More specifically, the invention relates to systems and methods for automatically associating a document to a document series.
  • 2. Description of the related art
  • The usefulness of document management systems are known and are widely used in large organizations or departments. A user can quickly retrieve a document from these systems while being assured that the documents stored in these systems are properly backed up. Locating and retrieving documents depends on the metadata associated with each document. The ease of locating or publishing a document increases as more metadata about the document is associated with the document. The user, however, usually enters Metadata, and if the amount of metadata required becomes burdensome to the user, the user may not enter the required data. Therefore, there remains a need for systems and methods that encourage a user to enter metadata for each document and preferably to automatically store, maintain, and attach metadata to a document.
  • SUMMARY OF THE INVENTION
  • A system and method that allows a publisher to create a document series, associate a document with a document series and present to an end-user a series nugget displaying at least one document associated with the document series. Document series information may be inherited by each document in the document series. Document series information is stored in an asset database.
  • One embodiment of the present invention is directed to a computer implemented method comprising the steps of: creating a document series nugget, the document series nugget placed on a web page presented to an end-user; creating a document series, the document series presented in the document series nugget; and associating a document to the document series, the document series presenting the document in a list of documents in the document series.
  • Another embodiment of the present invention is directed to a system for managing a document series via a user interface, the document series having a document associated with the document series, the system comprising; a first database storing metadata characterizing the document series, the metadata accessed by a key; a second database storing the key; a first component configured to retrieve the document series metadata from the first database through the key stored on the second database and passing the retrieved metadata to the user interface; and a second component configured to receive document metadata from a user through the user interface, the document metadata including an association with the document series.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The invention will be described by reference to the preferred and alternative embodiments thereof in conjunction with the drawings in which:
  • FIG. 1 is a deployment diagram for an embodiment of the present invention;
  • FIG. 2 is a portion of a view presented to an end-user in an embodiment of the present invention;
  • FIG. 3 is a portion of a web page presented to a publisher in an embodiment of the present invention;
  • FIG. 4 is a portion of another web page or popup window presented to a publisher in an embodiment of the present invention;
  • FIG. 5 is a portion of another web page or popup window presented to a publisher in an embodiment of the present invention;
  • FIG. 6 is a portion of another web page presented to a publisher in an embodiment of the present invention; and
  • FIG. 7 is a portion of another web page or popup window presented to a publisher in an embodiment of the present invention,
  • DETAILED DESCRIPTION
  • The description herein should be understood to describe only one preferred embodiment of the invention. Those skilled in the art will recognize, for example, that the described embodiment is just one simplified example of the novel system and method of document series management. The simplified example is all that needs to be described in detail in order to enable the more general system and method that the invention comprises.
  • FIG. 1 is a deployment diagram for an embodiment of the present invention. In FIG. 1, a presentation tier 120 includes software components that interface with a publisher. As used herein, a publisher refers to a person who publishes a document to a web page for viewing by end-users on a network. A publisher may be the creator of the document or may be one of a group of editors that update the document. In a preferred embodiment, a publisher may create, edit, and delete a document. The publisher publishes a document by placing the document in a shared folder that may be placed on a web page that is available to the end-users of the network.
  • In a preferred embodiment, the publisher interacts with the presentation tier 120 through a user interface such as, for example, a web browser 105. The presentation tier 120 populates a web page presented to the publisher's browser with information provided from a business tier 140, retrieves information entered by the publisher, and passes the entered information to the business tier 140. An integration tier 160 receives information requests from the business layer 140 and queries and retrieves information from a resource tier 180.
  • The resource tier 180 may include one or more database systems that store portions of the information displayed on the end-user's browser. In the embodiment shown in FIG. 1, the resource tier 180 includes a user collection framework (UCF) database 196 that stores the group/individual access lists for each document series. The UCF database may be a lightweight directory access protocol (LDAP). An UCF application program interface (API) 197 provides an interface between the UCF LDAP and an UCF JAR component in the integration tier 166. The UCF JAR component is preferably a JAVA component that receives information requests from the business layer 140, formulates a query request to the LDAP database, transmits the query request to the LDAP API 197, retrieves information from the LDAP API, and passes the information to the business layer 140.
  • Similarly, document series metadata may be stored in an asset database (aDb) 191 in the resource tier 180. An example of an aDb is described in co-pending application Ser. No. 11/025,871 filed Dec. 29, 2004 entitled, “System and Method for Corporate-wide Policy Management,” which is incorporated herein by reference in its entirety. An aDb API 192 provides an interface to query the aDb 191. An aDb JAR component 164 builds a query request based on information provided by a document series data access component 162, sends the query request to the aDb API 192, retrieves information from the aDb API 192, and forwards the retrieved information to the document series data access component 162.
  • A web content management (WCM) database 185 stores document series and folder keys that are used to retrieve the metadata from aDb and is accessed through a document series data access component 162 in the integration tier 160.
  • The business tier 140 includes one or more software components that manage the metadata for each document and provide document metadata to the presentation tier 120. When a publisher creates a document series and saves the series, a document series save component 145 is invoked to save the document series information. The series save component 145 invokes a document series utility component 144 that saves the group information associated with the saved document series. The series save component 145 also invokes the series data access component 162 in the integration tier 160 to save the document series metadata as an asset in the aDb 191. A key for the new document series is returned from aDb 191 and is stored in the WCM database 185.
  • The presentation tier 120 includes one or more software components that populate the publisher's browser page with the relevant document metadata. A series nugget component 121 retrieves document series information based on the publisher and displays the document series associated with a folder on the document series edit screen.
  • A document series component 122 retrieves metadata for a document series selected by the publisher and displays the series metadata on the document series edit screen. The document series component 122 invokes a document helper component 141 and a folder information details component 142 in the business tier 140 to retrieve the document series and folder metadata for the selected document series and displays the retrieved metadata on the document series edit screen. The document helper component 142 invokes a document series information component 143 that retrieves the document series information from the integration tier 160.
  • A document series status component 123, a document series confirm component 124, and a document series error component 125 provide information to the publisher regarding the status of an operation invoked by the user. For example, when a publisher saves a newly created document series, the document series status component 123 may be invoked to display a message giving the status of the save operation. If the save operation is successful, the document series confirm component 124 is invoked to display a message to the publisher confirming that the save operation completely successfully. If the save operation is unsuccessful, the document series error component 125 is invoked to display a message to the publisher indicating that an error occurred during the save operation.
  • FIG. 2 is a portion of a view presented to an end-user in an embodiment of the present invention. FIG. 2 displays four document series nuggets and is preferably part of a web page that the end-user may view from his/her web browser. As used herein, a nugget refers to a portion of a displayed web page where information is formatted and presented to the viewer. In a preferred embodiment, a nugget may be created using formatting templates and associating a list of items that is displayed in the nugget to the nugget. The list may be a result of a search or database query that is executed prior to the display of the nugget. Co-pending application Ser. No. 10/903,373 filed Jul. 30, 2004 entitled “System and Method for Data Collection and Processing,” incorporated herein by reference in its entirety, describes an application and method that may be used by a publisher to create a nugget and place it on a web page. Each document series nugget 210 displays a series nugget title 215 and a list of documents 220 belonging to that document series. The list of documents 220 lists one or more of the documents associated with the document series. For each document in the document list 220, a document title, publication date of the document, and an icon 222 indicating the document's file type is presented in the list. An end-user may view a document by selecting the document.
  • An expand icon 224 or a contract icon 226 may be displayed by each document in the document list that presents, when the expand icon is selected, or hides, when the contract icon is selected, a list of operations 230 that may be performed on the document. In the expanded state, the document's filename and author are displayed. The end-user may view the document by, for example, clicking on the document's filename. The end-user may select the author to send the author an email or instant message to the author. In alternative embodiments, clicking on the author hyperlink may cause the end-user's display to display the author's web page or invoke a people finder applet that displays information about the author. An example of a people finder applet is described in co-pending application Ser. No. 11/025,871 filed Dec. 29, 2004 entitled, “System and Method for Corporate-wide Policy Management.”
  • The expanded state may include one or more icons or hyperlinks that, when selected, performs an operation on the document. For example, a document details hyperlink may execute a script that displays the document details in a popup window. In another example, a show all documents hyperlink may execute a script that causes the end-user's web page to show a list of all documents associated with the document series. In another example, an email icon, when selected, displays an email window where the end-user can email a link to the document to another person. In another example, a document series details hyperlink may execute a script that displays the details of the document series associated with the document. In another example, a delete hyperlink may execute a script that deletes the document. Other operations associated with the document may be presented to the end-user in the expanded state.
  • In a preferred embodiment, each document series nugget 210 shown in FIG. 2 may have a different publisher and the documents each document series may stored in different folders independently of the other folders. In such a situation, each publisher may maintain control over their documents while providing a common web page where end-users may view the documents.
  • FIG. 3 is a portion of a web page presented to a publisher in an embodiment of the present invention. The web page shown in FIG. 3 allows the publisher to manage the documents in one or more document series and to manage folders. A drop-down box 310 indicates a selected folder containing documents that may be associated with a document series. A new folder icon 312, a share/edit folder icon 314, and a delete folder icon 316 may be displayed thereby allowing the publisher to create a new folder, edit the properties of a folder, or delete a folder, respectively. When a new folder is created or edited, an administrator can define a group or an individual as having different levels of permissions to access or edit the folder. The permissions defined for each folder preferably apply to all documents contained in, or associated with, the folder. In some embodiments, for example, an administrator is allowed to edit and upload all documents in the folder and can manage permissions for that folder. An editor may edit and upload all documents in the folder but cannot manage the permissions for that folder. A viewer, or end-user, may view documents stored in the folder but may not edit any documents or manage permissions for that folder. Individuals or groups may be selected using a people finder editor as described in co-pending application Ser. No. 11/025,871 filed Dec. 29, 2004 entitled, “System and Method for Corporate-wide Policy Management.” In some embodiments, a viewer default group includes all employees of a company. Once the administrator has defined the permissions for the folder, the groups allowed administrator, editor, or viewer permission for that folder are stored in the UCF LDAP.
  • A shared documents nugget 330 displays a list of previously uploaded documents that the publisher is permitted to edit. The publisher may upload a selected document to a document management system and/or associate the selected document with an existing or newly created document series. A document series list nugget 360 displays a list of existing document series 363 that the publisher may associate documents. A create new icon 365 allows the publisher to create a new document series.
  • FIG. 3 shows a shared document nugget 330 containing one document. The document in FIG. 3 is shown in an expanded view that is similar to the expanded document view presented to the end-user, as shown in FIG. 2, but with the addition of functions to display the document details, to display the document series details, and to delete the document. The publisher may upload the selected document by selecting an upload icon 335.
  • FIG. 4 is a portion of a web page or popup window that is displayed to the publisher when the upload icon 335 is selected. In FIG. 4, the popup window displays at least one field containing information relating to the selected document such as, for example, document filename 410, series name 420, document title 430, document description 435, author 440, region 450, publication date 460, and expiration period 470. A browse button 415 is provided to allow the publisher to select a document by browsing a list of documents. The document filename field 410 is pre-populated with the filename of the selected document. The series name field 420 may be pre-populated with the document series name if the document series is selected as the default document series for the particular folder the user is uploading to. A browse icon 425 may be provided to allow the publisher to select a document series from a list of document series that they are entitled to associate to the current document. The document title field 430 may be pre-populated with the document's filename and the publisher may enter a different document title into the document title field 430. The document description field 435 allows the publisher to enter a short description of the document that may be provided for hover-overs such that the description is displayed when the end-user's cursor hovers over the displayed document title. The author field 440 may be pre-populated with the name of the document's author. A select icon 445 may be provided to change the author if the displayed author is not the publisher. In some embodiments, the select icon 445 displays a list of the document's permitted administrators and editors when the select icon is selected. The region field 450 may be pre-populated with the region associated with the author and may be obtained from an aDb query. The region field 450 may be displayed as a drop-down box such that the publisher can select a region from a region list. The publication date field 460 may be pre-populated with the current date. A calendar icon 465 may be provided to select a different publication date. The expiration field 470 may be a drop-down box where a publisher can select a period after which the document is removed or considered no longer valid. After the publisher has entered or review the information displayed on the popup window, the publisher may select a continue button 480 to save the information in the popup window.
  • FIG. 5 is a portion of a web page or popup window that is displayed to the publisher when the create new icon 365 in the document series nugget 360 is selected by the publisher. The web page or popup window is also displayed when the publisher selects a document series in the document series list 363, selects edit in a drop-down box 367, and selects or clicks on a Go button 368.
  • The popup window shown in FIG. 5 includes a series information section where the publisher can enter information describing the document series, a contributor information section where the publisher can add people or groups to a list of editors allowed to edit and upload documents to the document series, a notification information section where the publisher can add people or groups to a list of persons that are notified when a document associated to the document series is modified, and an association information section where the publisher can associate the document series to an organizational entity such as, for example, a P&L group, a division, and/or a department.
  • The series information section 510 includes a document series title field 512 where the publisher can enter a document series title. A description field 514 allows the publisher to enter a short description of the document series that may be displayed on a document series dashboard nugget when a cursor hovers over the document series title. A frequency drop-down box 516 allows the publisher to indicate the upload frequency of documents in the document series. A region drop-down box 518 allows the publisher to indicate the region associated with the document series.
  • The contributor information section 530 includes a person field 532 and a group field 533 where the publisher can enter a person or group, respectively, that are allowed to associate a document to the document series. A person list icon 534 and a group list icon 535 may display a list of persons or groups, respectively, when the corresponding icon is selected. A person list box 536 and group list box 537 list the persons or groups, respectively, that are given editor permission for the document series. The publisher may create a group composed of the persons and groups listed in the person and group list boxes 536, 537 by selecting a covert icon 540. The created group information is store on the UCF LDAP and aDb.
  • The notification information section 550 includes a text field 552 where the publisher can enter a notification message that is sent to the document series' notification group when a document in the document series is modified or uploaded. The publisher may create or edit the membership in the notification group using the same methods described for creating or editing the group of people permitted to edit or upload documents to the document series.
  • The association information section 570 includes a text field 572 where the publisher can enter search terms that will present the document series to the end-user when the end-user enters one or more of the search terms into a search engine. A P&L field 574. Department field 576, and Division field 578 may be pre-populated with the publisher's P&L group, department, and division, respectively. The publisher may enter a different P&L, department, or division by directly entering it into the appropriate field or by selecting a list icon 579 adjacent to the field to display a list of P&Ls, departments, or divisions. The publisher may check an associate check box 580 that enables automatic association of the documents uploaded to the current folder with the document series.
  • Once the publisher is satisfied with the information displayed on the series popup window, the publisher may select a submit button 585 that performs a save operation on the document series information. The document series status component 123 may display a status window during the save operation and the document series confirm component 124 is displayed if the save operation is successful. The document series information may be used as default values when uploading a document such as, for example, shown in FIG. 4.
  • FIG. 6 is a portion of a web page that is displayed to the publisher when the publisher creates a nugget such as, for example, a document series dashboard nugget. FIG. 6 displays a page layout nugget 610 that includes a list box 615 listing pre-formatted page layouts for selection by the publisher. A page elements nugget 620 includes a list box 625 listing pre-formatted page elements for selection by the publisher. The publisher may create a new document series dashboard nugget by selecting document series dashboard nugget from the page elements nugget 620 and selecting a new button 630. When the new button 630 is clicked, one or more popup windows may be displayed containing input fields where the publisher can enter information about the new nugget such as, for example, a document series nugget name, a width of the nugget, or whether the newly created nugget should be placed on a new page, existing page, or no page.
  • FIG. 7 is a portion of a popup window that is displayed to the publisher when creating or editing a document series dashboard nugget. The window in FIG. 7 includes a name field 710 where the publisher can enter or edit the document series nugget name A title field 720 allows the publisher to enter or edit the document series nugget title that is displayed in the nugget's title bar. The publisher may enter one or more document series that are displayed in the document series nugget by entering the document series in a text field 730 or by selecting a list button 740 and selecting a document series from a list of document series. Add and remove buttons 742, 743 may be clicked to add or remove a document series from a list 750 of document series that are displayed in the document series nugget. A number of documents displayed for each document series may be specified by the publisher by selecting one of a plurality of display choices 760. Similarly, the publisher may select one of a plurality of presentation styles 770. A save button 780 saves the document series nugget information.
  • Embodiments of the present invention comprise computer components and computer-implemented steps that will be apparent to those skilled in the art. For ease of exposition, not every step or element of the present invention is described herein as part of a computer system, but those skilled in the art will recognize that each step or element may have a corresponding computer system or software component. Such computer system and/or software components are therefore enabled by describing their corresponding steps or elements (that is, their functionality), and are within the scope of the present invention.
  • Having thus described at least illustrative embodiments of the invention, various modifications and improvements will readily occur to those skilled in the art and are intended to be within the scope of the invention. Accordingly, the foregoing description is by way of example only and is not intended as limiting. The invention is limited only as defined in the following claims and the equivalents thereto.

Claims (5)

1. A computer system for managing a document series via a user interface, the document series having at least one document associated with the document series, the computer system comprising:
a computer-readable medium storing first software, wherein said first software when executed by a processor causes said computer system to prompt a user to manually enter a notification message to be associated with said document series;
a first database storing metadata characterizing the document series, where said metadata includes said notification message manually entered by said user;
a second database storing a key for accessing the metadata; and
a computer-readable medium storing second software, wherein said second software when executed by a processor causes said computer system to retrieve the document series metadata from the first database through the key stored on the second database and communicate said notification message to members of a notification group when a document of said document series is modified or uploaded.
2. The system of claim 1 wherein the user interface is a document series edit screen.
3. The system of claim 1 further comprising a third database storing one or more users having permission to view the document, wherein said one or more users are members of said notification group.
4. The system of claim 1 further comprising a third database storing one or more users having permission to upload the document to the document series, wherein said one or more users are members of said notification group,
5. A computer system for managing a document series via a user interface, the document series having at least one document associated with the document series, the computer system comprising:
a computer-readable medium storing first software, wherein said first software when executed by a processor causes said computer system to prompt a user to manually enter a document series title and one or more search terms to he associated with said document series;
a first database storing metadata characterizing the document series, where said metadata includes said document series title and said one or more search terms manually entered by said user;
a second database storing a key for accessing the metadata;
a computer-readable medium storing second software, wherein said second software when executed by a processor causes said computer system to retrieve the document series metadata from the first database through the key stored on the second database and present the retrieved metadata to the user interface in response to the user entering one or more of said one or more search terms into a search engine.
US12/619,994 2005-03-31 2009-11-17 System and Method for Grouping a Collection of Documents Using Document Series Abandoned US20100100523A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/619,994 US20100100523A1 (en) 2005-03-31 2009-11-17 System and Method for Grouping a Collection of Documents Using Document Series

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US66710505P 2005-03-31 2005-03-31
US11/290,230 US8601397B2 (en) 2005-03-31 2005-11-30 System and method for grouping a collection of documents using document series
US12/619,994 US20100100523A1 (en) 2005-03-31 2009-11-17 System and Method for Grouping a Collection of Documents Using Document Series

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/290,230 Division US8601397B2 (en) 2005-03-31 2005-11-30 System and method for grouping a collection of documents using document series

Publications (1)

Publication Number Publication Date
US20100100523A1 true US20100100523A1 (en) 2010-04-22

Family

ID=37073890

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/290,230 Expired - Fee Related US8601397B2 (en) 2005-03-31 2005-11-30 System and method for grouping a collection of documents using document series
US12/619,994 Abandoned US20100100523A1 (en) 2005-03-31 2009-11-17 System and Method for Grouping a Collection of Documents Using Document Series

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/290,230 Expired - Fee Related US8601397B2 (en) 2005-03-31 2005-11-30 System and method for grouping a collection of documents using document series

Country Status (4)

Country Link
US (2) US8601397B2 (en)
EP (1) EP1886213A4 (en)
JP (2) JP5166237B2 (en)
WO (1) WO2006107347A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140165003A1 (en) * 2012-12-12 2014-06-12 Appsense Limited Touch screen display
US10921974B2 (en) 2016-03-30 2021-02-16 Microsoft Technology Licensing, Llc Using drag and drop to apply metadata

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7469251B2 (en) * 2005-06-07 2008-12-23 Microsoft Corporation Extraction of information from documents
US11704473B2 (en) * 2009-09-30 2023-07-18 Georgia Tech Research Corporation Systems and methods to facilitate active reading
JP2011191862A (en) * 2010-03-12 2011-09-29 Innovature Technologies株式会社 File management apparatus, file management system, and file management program
US9449080B1 (en) * 2010-05-18 2016-09-20 Guangsheng Zhang System, methods, and user interface for information searching, tagging, organization, and display
US8898593B2 (en) * 2011-10-05 2014-11-25 Microsoft Corporation Identification of sharing level
US9674132B1 (en) * 2013-03-25 2017-06-06 Guangsheng Zhang System, methods, and user interface for effectively managing message communications

Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5832474A (en) * 1996-02-26 1998-11-03 Matsushita Electric Industrial Co., Ltd. Document search and retrieval system with partial match searching of user-drawn annotations
US5832470A (en) * 1994-09-30 1998-11-03 Hitachi, Ltd. Method and apparatus for classifying document information
US6014662A (en) * 1997-11-26 2000-01-11 International Business Machines Corporation Configurable briefing presentations of search results on a graphical interface
US6112201A (en) * 1995-08-29 2000-08-29 Oracle Corporation Virtual bookshelf
US20020019827A1 (en) * 2000-06-05 2002-02-14 Shiman Leon G. Method and apparatus for managing documents in a centralized document repository system
US6594654B1 (en) * 2000-03-03 2003-07-15 Aly A. Salam Systems and methods for continuously accumulating research information via a computer network
US6647393B1 (en) * 1996-11-22 2003-11-11 Mangosoft Corporation Dynamic directory service
US6732090B2 (en) * 2001-08-13 2004-05-04 Xerox Corporation Meta-document management system with user definable personalities
US20050015742A1 (en) * 2003-05-19 2005-01-20 Eric Wood Methods and systems for facilitating data processing workflow
US6857105B1 (en) * 2002-02-19 2005-02-15 Adobe Systems Incorporated Method and apparatus for expanding and contracting graphical function displays
US20050080807A1 (en) * 2003-10-12 2005-04-14 Microsoft Corporation Extensible creation and editing of integrated collections
US6915299B1 (en) * 2000-06-23 2005-07-05 Microsoft Corporation Web server document library
US7085755B2 (en) * 2002-11-07 2006-08-01 Thomson Global Resources Ag Electronic document repository management and access system
US7107518B2 (en) * 2001-04-03 2006-09-12 Microsoft Corporation Automating a document review cycle
US7149983B1 (en) * 2002-05-08 2006-12-12 Microsoft Corporation User interface and method to facilitate hierarchical specification of queries using an information taxonomy
US7194677B2 (en) * 2000-12-27 2007-03-20 Tractmanager Inc. Method and system to convert paper documents to electronic documents and manage the electronic documents
US7263655B1 (en) * 1999-05-21 2007-08-28 Thomson Scientific Inc. System and method for publishing manuscripts
US7290222B2 (en) * 2003-12-15 2007-10-30 International Business Machines Corporation Methods, systems and computer program products for providing tree diagram graphical user interfaces having secondary expansion capabilities
US7315848B2 (en) * 2001-12-12 2008-01-01 Aaron Pearse Web snippets capture, storage and retrieval system and method

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04191941A (en) * 1990-11-27 1992-07-10 Hitachi Ltd Object management system
JP3303926B2 (en) * 1991-09-27 2002-07-22 富士ゼロックス株式会社 Structured document classification apparatus and method
JP2000066936A (en) * 1998-08-19 2000-03-03 Fujitsu Ltd Folder managing device and recording medium
US6393427B1 (en) 1999-03-22 2002-05-21 Nec Usa, Inc. Personalized navigation trees
US8719325B2 (en) * 2003-02-28 2014-05-06 Microsoft Corporation Method to initiate server based collaboration on e-mail attachments
US7757162B2 (en) * 2003-03-31 2010-07-13 Ricoh Co. Ltd. Document collection manipulation

Patent Citations (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5832470A (en) * 1994-09-30 1998-11-03 Hitachi, Ltd. Method and apparatus for classifying document information
US6112201A (en) * 1995-08-29 2000-08-29 Oracle Corporation Virtual bookshelf
US5832474A (en) * 1996-02-26 1998-11-03 Matsushita Electric Industrial Co., Ltd. Document search and retrieval system with partial match searching of user-drawn annotations
US6647393B1 (en) * 1996-11-22 2003-11-11 Mangosoft Corporation Dynamic directory service
US6014662A (en) * 1997-11-26 2000-01-11 International Business Machines Corporation Configurable briefing presentations of search results on a graphical interface
US7263655B1 (en) * 1999-05-21 2007-08-28 Thomson Scientific Inc. System and method for publishing manuscripts
US6594654B1 (en) * 2000-03-03 2003-07-15 Aly A. Salam Systems and methods for continuously accumulating research information via a computer network
US20020019827A1 (en) * 2000-06-05 2002-02-14 Shiman Leon G. Method and apparatus for managing documents in a centralized document repository system
US6915299B1 (en) * 2000-06-23 2005-07-05 Microsoft Corporation Web server document library
US7194677B2 (en) * 2000-12-27 2007-03-20 Tractmanager Inc. Method and system to convert paper documents to electronic documents and manage the electronic documents
US7107518B2 (en) * 2001-04-03 2006-09-12 Microsoft Corporation Automating a document review cycle
US6732090B2 (en) * 2001-08-13 2004-05-04 Xerox Corporation Meta-document management system with user definable personalities
US7315848B2 (en) * 2001-12-12 2008-01-01 Aaron Pearse Web snippets capture, storage and retrieval system and method
US6857105B1 (en) * 2002-02-19 2005-02-15 Adobe Systems Incorporated Method and apparatus for expanding and contracting graphical function displays
US7149983B1 (en) * 2002-05-08 2006-12-12 Microsoft Corporation User interface and method to facilitate hierarchical specification of queries using an information taxonomy
US7085755B2 (en) * 2002-11-07 2006-08-01 Thomson Global Resources Ag Electronic document repository management and access system
US20050015742A1 (en) * 2003-05-19 2005-01-20 Eric Wood Methods and systems for facilitating data processing workflow
US20050080807A1 (en) * 2003-10-12 2005-04-14 Microsoft Corporation Extensible creation and editing of integrated collections
US7290222B2 (en) * 2003-12-15 2007-10-30 International Business Machines Corporation Methods, systems and computer program products for providing tree diagram graphical user interfaces having secondary expansion capabilities

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Brush et al., "Notification for Shared Annotation of Digital Documents", CHI 2002, Pages 89-96, 2002, ACM *
Salton, "Developments in Autmatic Text Retrieval", Science 30, Vol. 253, No. 5023, Pages 974-980, August 1991, AAAS *
Tietze et al., "Document-Centric Groupware for Distributed Governmental Agencies", Advanced Information Systems Engineering, Lecture Notes in Computer Science, Volume 1413, Pages 173-190, Springer Verlag Berlin Heidelberg, 1998 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140165003A1 (en) * 2012-12-12 2014-06-12 Appsense Limited Touch screen display
US10921974B2 (en) 2016-03-30 2021-02-16 Microsoft Technology Licensing, Llc Using drag and drop to apply metadata

Also Published As

Publication number Publication date
US20060224605A1 (en) 2006-10-05
WO2006107347A2 (en) 2006-10-12
WO2006107347A3 (en) 2009-05-14
EP1886213A4 (en) 2010-01-27
US8601397B2 (en) 2013-12-03
JP2008538830A (en) 2008-11-06
EP1886213A2 (en) 2008-02-13
JP5349568B2 (en) 2013-11-20
JP5166237B2 (en) 2013-03-21
JP2012064234A (en) 2012-03-29

Similar Documents

Publication Publication Date Title
US7680856B2 (en) Storing searches in an e-mail folder
US7181445B2 (en) Aggregating, retrieving, and providing access to document visuals
US20100100523A1 (en) System and Method for Grouping a Collection of Documents Using Document Series
US6745238B1 (en) Self service system for web site publishing
US8515998B1 (en) Framework for managing document objects stored on a network
US7636890B2 (en) User interface for controlling access to computer objects
US9576269B2 (en) Document management systems and methods
US10114821B2 (en) Method and system to access to electronic business documents
US7158971B1 (en) Method for searching document objects on a network
US11100049B2 (en) Customizable browser for computer filesystem and electronic mail
US7404141B1 (en) System for creating and maintaining a website
US20170255342A1 (en) Mobile icon-centric enterprise content management platform
US20050246216A1 (en) Systems and methods for managing information at various levels
US20060294469A1 (en) Storage and utilization of slide presentation slides
US20060069690A1 (en) Electronic file system graphical user interface
AU2010202186B2 (en) Marketing asset exchange
JP2000082066A (en) Data base retrieval system on network equipped with scrap function by user
CA2717412A1 (en) Electronic donor medical records management system
US20030126140A1 (en) Method, system, and computer program product for generating custom databases
US20030001900A1 (en) Heuristic knowledge portal
JP4207417B2 (en) Document management device
JP4186452B2 (en) Document management device
US20070219879A1 (en) System and method for automatically generating expense reports
JP2008541296A (en) Personalizable information network
US20080163107A1 (en) Method and system for organizing multiple user interfaces on a display screen

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION