US20030208535A1 - Collaborative internet data mining system - Google Patents

Collaborative internet data mining system Download PDF

Info

Publication number
US20030208535A1
US20030208535A1 US10/461,917 US46191703A US2003208535A1 US 20030208535 A1 US20030208535 A1 US 20030208535A1 US 46191703 A US46191703 A US 46191703A US 2003208535 A1 US2003208535 A1 US 2003208535A1
Authority
US
United States
Prior art keywords
html
guide
collaborative
data
web
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
US10/461,917
Inventor
Kenneth Appleman
Elizabeth Maier
Scott Germaise
William Day
Jim Anderson
Olga Taller
Scott Kurnit
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.)
Dotdash Media Inc
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US10/033,392 external-priority patent/US20020062343A1/en
Application filed by Individual filed Critical Individual
Priority to US10/461,917 priority Critical patent/US20030208535A1/en
Publication of US20030208535A1 publication Critical patent/US20030208535A1/en
Priority to US10/921,759 priority patent/US8719333B2/en
Assigned to ABOUT, INC. reassignment ABOUT, INC. MERGER (SEE DOCUMENT FOR DETAILS). Assignors: ABOUT.COM, INC.
Priority to US14/258,309 priority patent/US9195770B1/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/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/954Navigation, e.g. using categorised browsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/986Document structures and storage, e.g. HTML extensions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • HTTP HyperText Transfer Protocol
  • MIME Multipurpose Internet Mail Extensions
  • HTTP is the protocol on which the World Wide Web (“the web”) is based.
  • the web is an easy to use graphical user interface that provides “point-and-click” access to data from an enormous number of remote computers.
  • the communication technology of the web can be explained by analogy to the Open System Interconnect Model (OSI) for computer communication.
  • HTTP resides above the Transport Control Protocol/Internet Protocol (TCP/IP) layers and provides a transfer protocol between the web server and the browser client.
  • TCP/IP divides networking functionality into only four layers: (1) a network interface layer that corresponds to the OSI link layer, (2) an Internet layer which corresponds to the OSI network layer (3) a transport layer which corresponds to the OSI transport layer and (4) an application layer which corresponds to the session, presentation and application layers of the OSI model.
  • the web browser (client) may correspond to the application layer of the OSI model and Hyper-Text Markup Language may correspond to the presentation layer.
  • HTML Hyper-Text Markup Language
  • HTML is the software language in which most of the web is written. HTML is basically ASCII text surrounded by HTML commands in angled brackets. HTML commands are interpreted by a web browser to determine how to display a web page.
  • the web is made up of web page servers and web browsers that provide a hardware and operating system independent environment.
  • a web browser is an application program that interprets and displays HTML pages.
  • the web is hardware and operating system independent because of the common HTTP and HTML protocols and languages used between the web servers and the browser client applications.
  • HTML web pages usually contain links or HyperText that point to other HTML pages on the web. By pointing and clicking on these links, a user can skip or “surf” from page to page on the web.
  • a primary function of a web browser is to display the page located at an Universal Resource Location (URL) address.
  • a URL is an address that includes the protocol to reference the data, the system path and data filename.
  • the data file addressed by the URL data filename is located on a server.
  • Frame support can be defined as the ability of a web browser to split the browser display area into separate “framed” display areas. Each display area, or frame, can contain information from a separate web page and/or point to a separate URL address. Frames can be created to present the user with a simultaneous coordinated presentation of multiple frames while maintaining the look-and-feel of a single web page.
  • Another feature in most web browsers is the ability to “bookmark” a page.
  • the web browser stores a plurality of bookmarked pages in a non-volatile storage mechanism where they may be retrieved when the browser is reactivated.
  • a bookmark is a reference to a single URL address.
  • bookmarks presents a problem for web pages that are designed for display as multiple coordinated, or framed, web pages.
  • a bookmark is a reference to a single URL address.
  • a frame based web page however, simultaneously displays multiple URL addressed web pages. Therefore, a bookmark created when viewing a frame based web page stores only one URL address, where multiple URL addresses are required to properly display the frame based data.
  • the browser display will only load one frame, which provides only part of the coordinated framed presentation of data.
  • Search services such as YahooTM, ExciteTM, LycosTM, InfoseekTM and HotbotTM provide a means for searching web pages and other information on the Internet that return references to URL address of web pages and other data that satisfy the search criteria. For the most part, these search services use a keyword search to find web pages and other information that satisfies the search request.
  • the web has created a forum that provides a very low cost way to publish information, views and opinion. This inexpensive way to publish information has resulted in an explosion in the amount of data available on the web. Ironically, the success of the web has created its own problems, namely how to separate informed views and authoritative information from uninformed views and unreliable information.
  • the present invention addresses this problem by providing useful, novel and non-obvious methods and apparatus to point to and find quality information available on the Internet.
  • the present invention provides methods and apparatus for managing, implementing and creating a collaborative Internet data mining system.
  • the collaborative data mining system is comprised of many human “guides” that maintain web sites on their respective topic areas.
  • the guides may use conventional search services, their own knowledge and judgment and their knowledge of where information may be found on the Internet to construct high quality and authoritative web pages.
  • the collaborative data mining system uses automated methods and apparatus to process the web pages created by the guides. The processing automatically “brands” the web pages by inserting uniform characteristics and information into the pages. The system may then sell advertising on the branded network and remunerate the guides based on predetermined criteria.
  • the collaborative data mining system is accomplished through a unique computer based methodology for (1) selecting, training and policing Internet guides for pre-determined topic areas, (2) processing pre-determined forms, formats and commands to create co-branded web pages that provide a coordinated look and feel across many web pages and (3) an automated revenue distribution system for compensating guides based on a predetermined performance measurements.
  • One aspect of the present invention provides an automated system for use in conjunction with a pre-determined form or template based methodology to generate web pages that automatically maintain the simultaneous and coordinated presentation of framed based data.
  • server side includes to replace “hard coded” HTML with references to “library” objects thereby increasing efficiency of the coding process, page loading, and the propagation of changes to web pages.
  • Another aspect of the present invention is the creation of novel procedures, system templates, scoring methods, and support tools to identify and solicit quality web producers and web artists to affiliate themselves with present invention's branded Internet server.
  • Another aspect of the present invention is the use of an automated system for designating and managing a plurality of guides in training.
  • Another aspect of the present invention is in a mass mentoring system in which to improve and develop large numbers of guides and potential guides to improve their sites and meet the standards required to be a guide.
  • Another aspect of the present invention is providing a novel, economical and expeditious way in which to maintain the highest possible level of quality and compliance across a high volume network while maintaining low cost and efficiency in developing and manufacturing information “content.”
  • FIG. 1 shows a block diagram of the collaborative Internet invention as having a guide acquisition system ( 2 ) an application processing system ( 4 ), a guide authoring system ( 6 ), a mass mentoring system ( 8 ), the global HTML data bank ( 10 ), a collaborative page generator system ( 12 ), an accounting system ( 14 ) and advertising database system ( 16 ), the frames system ( 18 ), the Internet in general, as denoted by reference ( 22 ), a quality control process ( 24 ), an automated training and management system ( 25 ) and at least one web browser ( 20 ).
  • FIG. 2 shows a detailed diagram of the guide acquisition system ( 2 ). It is understood that the elements in FIG. 2 denote processes that may be executed on the systems of the present invention.
  • FIG. 3 shows a detailed diagram of the application screening system ( 4 ) in which a guide identified from the guide acquisition system ( 2 ) receives further processing to determine, inter alia, whether to select a particular guide for guide training.
  • FIG. 4 shows a detail diagram of the mass mentoring system ( 8 ).
  • guides from the application processing system ( 4 ) receive training and feedback to use the templates and achieve the performance selection criteria demanded by the system.
  • the guides receive specific training in the use of the template or pre-determined form methodology that interacts with the collaborative page generator system ( 12 ) and the global HTML data include y ( 10 ) to create on-line content.
  • FIG. 4A provides a detailed flow diagram of the application processing system and the mentoring system.
  • FIG. 5 shows the detailed diagram of the present invention's quality control process.
  • sites may be checked, observed and tested to “police” the performance, quality and activity of the guides of the present invention.
  • FIG. 5A provides a detailed flow diagram of the logical steps that may execute after a guide graduates from training.
  • FIG. 6 shows the retailed diagram of the frames system ( 18 ) which provides a means for supporting frame based data.
  • FIG. 6A shows a logical flow diagram to generate co-branded topologies and sub-topologies of the collaborative internet guide system.
  • FIG. 7 shows a block diagram of an example of how frame based data may be used.
  • FIG. 8 is a detailed diagram of the collaborative page generator ( 12 ) in which the global HTML data ( 10 ) and advertising data ( 16 ) are brought together to create page content for the frames system ( 13 ) and the Internet user at a web browser ( 20 ).
  • FIG. 9 shows the steps in the template production system starting from the guide's personal computer, through the processing steps and finally to the live production site.
  • FIG. 10 shows a detailed diagram of the “CHEWY” process and how it is used to change the guide template to a server ready HTML page.
  • FIG. 11 provides a detailed diagram of the logical file structure arrangement of the “zshare54z” shared directory structure.
  • FIG. 12 shows a logical diagram of the directory structure for a guide site.
  • FIG. 13A shows a functional diagram for the automated training and management system used to manage and control a collaborative data mining system.
  • FIG. 13B provides a detailed diagram of a control screen used to add a new web site to the taxonomy of a collaborative Internet data mining system.
  • FIG. 13C provides a detailed diagram of a control screen used to modify a web site, that is maintained or used with the collaborative data mining system.
  • FIG. 13D provides a detailed diagram of a control screen used to add an application to the training system.
  • FIG. 13E provides a detailed diagram of a control screen used to modify an application in the system.
  • FIG. 13F provides a detailed diagram of an ATMS control screen to group new applicants into classes and assign graduation dates.
  • FIG. 13G provides a detailed diagram of a control screen that may be used to modify account information.
  • FIG. 13H provides a detailed diagram of additional fields for the control screen provided in FIG. 13G.
  • FIG. 13I provides a detailed diagram of a control screen that may be used to keep track and/or control part of the mentoring program.
  • FIG. 13J provides a detailed diagram of a control screen that may be used to control and/or track contract information.
  • One aspect of the present invention provides a means for providing a “brand name” look and feel to a plurality of web pages by using frames to provide a consistent banner across the pages that reside on the network regardless of how a user “surfs” into the network.
  • This aspect of the present invention provides a brand look and feel to the network while maintaining the ability to randomly surf to a web page of interest.
  • FIG. 1 provides an overview of the system elements of the collaborative data mining system.
  • the present invention achieves its co-branded look and feel through the use of the guide authoring system ( 6 ), in conjunction with the collaborative page generator system ( 12 ) and the frames system ( 18 ).
  • the guide authoring system ( 6 ) provides a guide with predetermined templates that are developed in conjunction with the global HTML data ( 10 ) and the frames system ( 18 ).
  • the templates are developed by creating a finished web page and then removing the global brand elements and replacing them with “include” comments. The remaining page, with global sections replaced with the “include” comments and section blocked off for the guide to insert content form the basis for a HTML template.
  • Another aspect of the present invention is its ability to locate a very large number of Internet savvy guides in a short period of time through the guide acquisition system ( 2 ).
  • the guide acquisition system is represented as block 2 in FIG. 1 and works in conjunction with the application processing system ( 4 ), the guide authoring system ( 6 ), the mass mentoring system ( 8 ) and the Automated Training and Management System or affiliate and Taxonomy Management System (ATMS) ( 7 ).
  • guides may be contractors responsible for the content on specific topic areas on the present invention's web sites.
  • the guide acquisition system ( 2 ) may, under direction, contact Internet is “surfers” who may be connected to the Internet.
  • An “Internet surfer” is a person or entity that is very familiar with content available on the Internet.
  • the present invention provides an Internet surfer with a framework for searching the Internet, e.g., topics to search and a detailed set of instructions with the specifics of how to find quality sites on the web.
  • the present invention may use a set of standard measurements that indicate the likelihood that a site has the qualities that will result in a worthwhile contact or the application processing system ( 4 ).
  • the surfers may send the guide acquisition system ( 2 ) screen captures of their search results.
  • the screen captures may be evaluated based on predetermined quality criteria standards.
  • the application processing system ( 4 ) may generate a form e-mail to guide candidates inviting them to work with the collaborative data mining system. Candidates who express an interest may be directed to the application processing system ( 4 ) where they may begin the application process.
  • the application processing system ( 4 ) may efficiently convert a large number of applications from its outbound guide acquisition system ( 2 ) or inbound marketing recruitment. Using conventional labor intensive methods to review these applicants may not be cost efficient and indeed may be cost prohibitive for the processing volume required by a collaborative data mining system. Applicants may be required to download, complete and submit a template application. The application may require the submission of individual creative content, a detailed curricula vitae of the applicant, and answers to many questions about their particular interest, background, software, equipment and the like. The application may be designed to identify and isolate the qualities essential to a guide. The completed applications may be downloaded, entered into a database, and screened by entry level personnel through the use of standardized criteria.
  • the mass mentoring system ( 8 ) may use a small team of individuals to coach and coordinate the mentoring process for large volumes of guides and guide trainees identified and screened by application processing system ( 4 ).
  • One-to-one development and training may be inefficient given the number of affiliates or guides needed by a reasonably sized collaborative data mining system.
  • the mass mentoring system ( 8 ) may employ a training process, discussed further below, which may last up to three weeks.
  • the present invention may send out predetermined e-mails to the guides covering specific topics key to their development. These e-mails may be specifically tailored to address the typical growth curve and problems of a “proto-guide.”
  • the mass mentoring system may establish a project schedule for training guides on the collaborative data mining system.
  • the mass mentoring system ( 8 ) may identify weekly milestones for the process and assign tasks the guides-in-training should try to accomplish in the first week.
  • the mass mentoring system may also schedule the guides for group chat sessions to discuss their questions and issues.
  • the mass mentoring system may also establish on-line bulletin boards to post questions to the staff at the mass mentoring system or to read the questions and answers of other guide trainees.
  • affiliates may be grouped in classes and the progress of the affiliates inside the class may be compared to others inside the class and to standards developed from prior classes.
  • the classes give a means of peer support and may reduce the need for staff guidance.
  • the facilitated communication may result in guides solving the problems of guides.
  • the mass monitoring system ( 8 ) may also assign an experienced guide to each class to act as a peer mentor and give advice and/or guidance to the guides-in-training.
  • the present invention may mentor up to a couple of hundred guides-in-training with a staff of small mentors, which may provide an economical way to train many guides.
  • the present invention employs methods and systems to identify, screen, and develop guides for its Internet service.
  • One key to establishing and keeping its consumer brand image for the present invention's network of guides is maintaining high quality standards across the many, many sites of the network. It may be cost prohibitive to rely on brute force methods of one-to-one inspection and review of individual sites.
  • the present invention may use new approaches to the quality control (QC) process. First, it may use methods and programming code to make daily automated checks for bad links, breaks in standard template requirements, file download size, and organizational structure of a site.
  • the guide may use a standardized checklist to check for quality issues such as proper grammar, required site maintenance, timeliness of content, depth of contextual links and other criteria.
  • the guide may receive a standardized e-mail “report card” with feedback on their site as well as specific tips for site enhancement.
  • the frames system ( 18 ) may provide a means for verifying that frame based data, or data that is formatted for presentation in framed format, is in fact loaded with the appropriate coordinated frame of data.
  • the frame system ( 18 ) also assures that the appropriate frame set for the designated topic is loaded.
  • the data mining system of the present invention organizes data into topic areas such as, for example, health and business. Each topic area may have sub-topics. Each topic may have multiple pages (a “page set”) contained inside a frame set. Each page may have a unique URL. Someone desiring to link to a page in the page set other than the first page in the set, e.g., the topic home page, would normally use that page's URL for the link. However, a link to a page other than the topic home page may not load the frame set correctly. Accordingly, the page may not be viewable as intended and could result in frame sets inside a frame set or no frame set at all.
  • the frame system ( 18 ) provides a means for assuring that the systems frame based data is properly loaded with the appropriate frame or frames.
  • Another aspect of the present invention is the collaborative HTML processing and collaborative HTML page generator system ( 12 ).
  • the data mining system of the present invention may require a clear navigation system across multiple interest areas and related topics.
  • the system architecture is, therefore, reasonably flat with many similarly designed pages existing at the same level.
  • the “taxonomy” of the network consists of one home area (layer 1 ) leading down to thirteen plus or minus interest areas (layer 2 ) leading down to thousands of topics (layer 3 ).
  • Each layer may share certain elements of a characteristic design across areas and topics. However, there are other elements that may vary depending on layer or topic.
  • the time and cost to hard code each of these elements during creation or modification may be cost prohibitive and stifle the creative vision of the network.
  • the collaborative page generator system ( 12 ) provides a means for processing data input from the guide network to produce complete HTML documents for use with the live network.
  • a final aspect of the present invention is the automated training management system or affiliate and Taxonomy Management System (ATMS) ( 7 ) that provides a means for automatically tracking and managing the assets on the data mining network.
  • the ATMS provides a report on the progress of each guide in training as well as providing a means for designating which web pages and topic areas are ready for the “live” network.
  • FIG. 9 A guide who is trained to use the template system (discussed further below) creates HTML documents ( 804 ) for her topic area on her personal computer ( 802 ).
  • the guide may upload the template based HTML documents to a directory called “/mcupload” ( 824 ) on a server computer ( 806 ).
  • the uploading of files may be accomplished with the file transfer protocol (FTP) or other conventional methods for transferring data files.
  • FTP file transfer protocol
  • the design container processing tool or “CHEWY” process ( 812 ) may be a Windows NT service, a UNIX deamon, or similar computer program that is designed to continuously execute or periodically poll the /mcupload directory or equivalent directory ( 808 ).
  • the CHEWY process ( 812 ) finds a file in the /mcupload directory the CHEWY process may open the document and processes the commands contained in the file, described further below, in conjunction with the container definitions ( 810 ) to generate “completed HTML” pages.
  • the CHEWY process may then output the completed HTML pages to a “test” directory ( 814 ).
  • the “test” directory may be any directory that is accessible or able to be viewed on the guide's browsers ( 816 ).
  • the guide may then access the complete HTML files to verify that the CHEWY process accurately parsed and processed the HTML template documents ( 804 ). If the guide finds a problem in the completed HTML files, the guide may attempt to repair the completed HTML documents ( 816 ) or correct the template HTML documents ( 804 ) and re-submit the documents to CHEWY through the /mcupload ( 808 ) directory. Once the guide is satisfied with the completed HTML documents, the guide may transfer the HTML documents to the production site ( 818 ). The “live” production site ( 820 ) may serve the completed and approved HTML documents ( 822 ).
  • FIG. 10 provides a more detailed diagram of the CHEWY process.
  • the CHEWY process may open and process the document ( 850 ).
  • HTML document ( 850 ) may contain codes in angled brackets “ ⁇ >” that may be interpreted by the CHEWY process.
  • the CHEWY process may also use the HTML document filename as information as to what global information may be used to generate completed HTML pages. For example, if the filename is “mbody.htm” the name of the file designates that CHEWY “tells” the document where to get design information and where to insert it in the template ( 854 ).
  • One source of the design information may be the shared components repository—where ‘##’ is the template version number for the “zshare##z” ( 858 ) directory, template ( 860 ) subdirectory and “##stndrd” ( 862 ) subdirectory which contains the “mbody.hi,” “mbody.INChi,” “mbody.INClo,” and “mbody.lo” files.
  • the CHEWY process may insert the files in the designated locations in the HTML page to create a web page that is suitable to “serve” ( 870 ).
  • the suitable web page ( 870 ) may contain the appropriate server side “include” commands.
  • the HTML include command is like the “#include” compiler instruction for the conventional “c” programming language.
  • the browser may receive a HTML page that contains the HTML commands necessary to display a complete HTML page, e.g., the #include instruction may be replaced with the HTML code referenced by the #include command ( 874 ).
  • FIG. 11 provides a logical diagram for the file structure for the shared files in the collaborative data mining invention.
  • the “zshare##z” ( 858 ) file is shown with the subdirectories depicted one level below in the HTML ( 890 ), images ( 892 ), is ( 894 ), nav ( 898 ), notice ( 898 ), search ( 900 ), ssw ( 902 ), events ( 904 ) and template ( 860 ) subdirectories.
  • These subdirectories may in turn contain subdirectories of their own such as the subdirectories under the images ( 892 ) subdirectories including arts, business, careers, computer, culture, family, health, bobbies, issues, living, local, sports and travel.
  • FIG. 12 provides an overview of a directory structure that may be used by a guide in a collaborative data mining system.
  • the structure may be described as subdirectories depending from a root directory ( 912 ).
  • the root directory ( 912 ) may be the default or starting point for the guide.
  • the first subdirectory may be a “/library” ( 914 ) of further subdirectories to useful guide data, such as, weekly data ( 924 ), graphics ( 926 ), personal directories ( 928 ) and an archive directory ( 930 ).
  • the next subdirectory may store subdirectories of information that is useful for the system ( 916 ).
  • Information for the system may include: a subdirectory of site specific pictures, graphics and/or images; a subdirectory of hub specific pictures, graphics and/or images; pages used by the system; search parameters that may be useful for outside search services to help find the site; a subdirectory for chat room parameters; programs, and/or other chat room related data; a subdirectory for boards such as board parameters, programs, and/or other board related data; a subdirectory for dynamic data for programmatically created web pages; a subdirectory for a template configuration file; a subdirectory for site parameters such as URL, hub and navigation parameters, a subdirectory for advertising data; a subdirectory for navigation parameters; a subdirectory for content ratings, and a locked subdirectory for system only access.
  • the guide directory structure may include the upload ( 808 ) and test ( 918 ) directories described in further detail herein.
  • the guide directory structure may also have a subdirectory for guide control center information ( 920 ).
  • a guide directory structure may include a delivery ( 922 ) directory and the zshare##z directory described further herein.
  • the present invention employs a novel method that may eliminate the requirement to individually hard code HTML instructions at each of its sites for different logos, colors, artwork, etc.
  • the present invention may also employ a novel software approach that builds into the web pages HTML instructions to “look for” missing site construction information, e.g., the color set for the site, at the server level.
  • site construction information e.g., the color set for the site
  • the server is “told” the topic area of the site and the build process responds with information for insertion into a site's HTML code. Because of this novel approach, each site can be t“manufactured” without hard coding all the design elements. This facilitates the scaleability of the design across many sites.
  • This methodology may also make it possible to propagate changes to sites or groups of sites at the server level without the need to edit HTML code at all the sites thereby greatly increasing design and maintenance flexibility.
  • the automated guide recruitment process of the guide acquisition system ( 2 ) is further described in FIG. 2.
  • the automated acquisition system may begin with an assignment of priorities and topics for the outbound search ( 102 ).
  • the system may also use a set of guidelines in selecting a site manager such as a predetermined academic background or predetermined experience standards. Using these parameters, the universe of Internet sites ( 100 ) may be searched for candidates as web guides ( 104 ).
  • a list of sites ( 106 ) is selected from the universe of Internet sites ( 100 ).
  • the list of sites is passed ( 108 ) to a guide selection process ( 110 ).
  • the guide selection process ( 110 ) may use predetermined subjective or objective criteria to select potential guides.
  • a standardized e-mail may be issued ( 112 ) to the selected potential guide ( 114 ).
  • the potential guide may respond ( 116 ) to the standardized e-mail ( 114 ) and request more information, decline the invitation or accept the invitation and be invited to apply ( 118 ).
  • a potential guide is invited to apply, ( 118 ) a standardized e-mail ( 120 ) may be sent conveying the invitation ( 120 ).
  • the potential guide may reply to the invitation ( 112 ) by declining the offer or submitting to the application process ( 124 ).
  • FIG. 3 may provide a diagram of the process steps used to further process a potential guide's application to the network.
  • Prospective guides may enter the system and are instructed to go to the application site ( 200 ).
  • the potential guide may receive the site application ( 202 ).
  • the potential guides may complete and submit the application ( 204 ).
  • the application may then be objectively or subjectively scored ( 210 ) by the data mining system and/or staff ( 206 ).
  • the top scoring applications may be passed up for a higher level review ( 208 ).
  • the application process may then reach a decision point ( 214 ) to determine a course of action for the guide application. If the guide application appears promising, the guide applicant may be issued an e-mail urging improvement and reapplication ( 216 ).
  • the applicant may be sent an e-mail declining the application. If the application passes the performance criteria then e-mail may be sent to the applicant accepting the application ( 218 ). Once a guide application is accepted the applicant may enter guide training ( 220 ).
  • FIG. 4 may provide a detailed diagram of the guide training process.
  • Guides may enter the guide training process at block ( 402 ).
  • guides are assigned passwords and may be given access to the training system.
  • a standard work schedule may be assigned, the guide may be assigned to a class, and a mentor may be assigned to the class at block ( 406 ).
  • the guide applicant may be given the full template downloads to begin constructing their sites and following the training schedule ( 404 ).
  • Standard e-mail messages may be sent to properly inform the guides of their responsibilities ( 408 ).
  • the guide applicant may begin to construct their sites and receive assistance from the mentor ( 410 ).
  • the guide applicant may view special sites built for trainees ( 412 ) and e-mail questions to the mentor ( 414 ).
  • the system may track the applicant's progress through system checklists ( 416 ).
  • the guide applicants may then receive feedback and instruction on their site construction in the mentoring and monitoring phase of training ( 418 ).
  • Guide applicants may be scheduled to participate in on-line chat groups on scheduled topics ( 420 ).
  • Guide applicants may also log on on-line bulletin boards to retrieve FAQs and the like to assist the guides with site construction.
  • guide performance may be evaluated against the performance of other guides ( 430 ). If the guide has produced an acceptable site then the site is accepted and transferred to the live site ( 436 ). If a guide continues to unsatisfactorily perform, then the guide is sent a thank you and dismissed ( 434 ). Guides that produce promising sites may be sent back for more training ( 402 ).
  • FIG. 4A may also provide an application processing system and mentoring system for the collaborative data mining system.
  • a potential applicant may download an application from a web site or HyperText link from the Internet ( 450 ).
  • the applicant may receive a web page or a file download by FTP or other conventional file transfer means that contains the application materials.
  • the applicant may provide the application details and submit the application to the collaborative data mining system.
  • the data may be entered manually or automatically into a database ( 452 ).
  • the application may then be reviewed either automatically or through intervention to determine whether the application fits into the taxonomy of the collaborative data mining system ( 454 ).
  • the taxonomy of the collaborative data mining system is the structure of the universe of data or topics sponsored by the system, e.g., the genus and species of the topics supported. If the application does not fit into the taxonomy the application may be rejected ( 456 ). If the application does fit into the taxonomy then the application may be reviewed ( 458 ). If the application is accepted, applications may be judged by predetermined criteria as described above, and if appropriate the applicant is assigned to a class ( 460 ). If the application is rejected, a rejection letter or e-mail may be sent to the applicant ( 456 ). Once an applicant has been accepted for training by the network, the site may be marked as not available for further applications ( 462 ). This step may encourage the applicant to complete the guide training process.
  • a welcome letter or e-mail may be sent to the applicant ( 464 ).
  • the welcome letter or e-mail may contain an address for the training cite and a password and user identification.
  • the guide applicant may now be called an “affiliate” by the network and may begin building a site with the template and collaborative techniques described herein ( 466 ). If the affiliate fails or quits the process at this juncture, the system may automatically or through intervention note that the site is again available for applications ( 468 ). Ultimately, however, the affiliate will successfully complete the guide training process and proceed to graduation from the training process ( 470 ).
  • FIG. 5A may provide a block diagram of the functions the system may perform at the graduation of a guide.
  • the guide is either recommended for graduation by the mentor and/or the editor ( 350 ). If a guide is not recommended for graduation, the affiliate may be terminated and the database updated to show the availability of this site topic ( 352 ). A termination letter or termination e-mail may be sent at this step ( 352 ). If a guide is graduated from the training process several steps may occur within the system. First, a contract may be sent to the affiliate which may provide the terms and conditions of the relationship with the system ( 352 ). Second, art may be created and uploaded onto the system that may be necessary to support the affiliate ( 356 ).
  • keywords and description files for the search and/or support for the site may be created ( 358 ).
  • a photo of the affiliate may be input into the system to provide a picture of the guide to the system's users ( 360 ).
  • the network may provide the site for a final quality control check by the mentor and/or the editor ( 362 ).
  • the quality control check may include the automated site checking process described herein.
  • the site may be subject to a final edit and review by the hub editor ( 364 ).
  • the hub editor may be assigned with editorial responsibility for a specific genus of topics and related topical sites on the system.
  • the system may then promote the site to the production server, create a DNS entry and set permissions for the chat room, bulletin board and mail box subsystems ( 366 ).
  • the site may be entered in the navigation system for the collaborative data mining system so that users may navigate to the site from within the network ( 368 ).
  • a welcome letter may be sent to the guide ( 370 ).
  • FIG. 13A may provide the main screen of an ATMS system for a collaborative data mining system ( 1000 ).
  • the main screen may provide a status bar to show the status of the system database ( 1001 ).
  • the ATMS main screen may be divided into the following logical components: Initial site setup ( 1002 ) which may include the subtopics to add a site, modify a site and build the taxonomy of the collaborative data mining system; Site Management ( 1004 ) which may include subtopics to update related tables, display a site, and miscellaneous functions; Applications ( 1006 ) which may include subtopics such as adding an application or modifying a guide application; Management ( 1008 ) which may include subtopics to assign classes, modify accounts, graduate guides and distribute and/or modify contracts; Systems Management ( 1012 ) which may include subtopics to access a manual META filemaker, access a manual META modifier, access a manual navigation filemaker, a keyword description creator, a global ASA creator and access automated processes; Reporting ( 1014 ) which may include subtopics to provide a site parameter snapshot and provide boards, chat and/or newsletter snapshots and; Additional ( 1010 ) which may include a subtopic to recycle accounts.
  • Initial site setup 1002
  • FIG. 13B may provide a diagram for adding a site to the collaborative data mining network taxonomy ( 1016 ).
  • the template may include the name of the hub on the network ( 1018 ).
  • the hub may provide a first horizontal division of the topical taxonomy.
  • Within the hub a further delineation of the structure may be made with the section name ( 1020 ).
  • the structure may in turn may be further delineated into the exact site name ( 1024 ).
  • a data field may be provided to indicate the character site identification ( 1024 ) and the site navigation name ( 1026 ).
  • the “live” data field may provide a “radio” button indication of the status of the site ( 1028 ).
  • Site status indications may include whether the site is live and active, whether there is no interest in adding such a site to the taxonomy, whether the site topic is interesting, whether the site has been eliminated “X” from the taxonomy, and whether the site is active “A” and a guide is in training.
  • a data field may be provided that indicates whether the site has a newsletter ( 1030 ), a chat room ( 1032 ), a bulletin board ( 1034 ) and/or classified adds ( 1036 ).
  • a data field may indicate whether the site has disclaimers such as legal, medical, financial and/or official game.
  • a final data field may be provided that indicates whether a copyright notice is on the site ( 1040 ).
  • the add new site function may include a submit query bar ( 1042 ) to submit a query to the network.
  • a reset function may be included to reset the form ( 1044 ).
  • FIG. 13C may provide a diagram of the functions that may be used to modify a site on the collaborative data mining system ( 1046 ).
  • the functionality of the modify a site control may be similar to the add a site control described above.
  • the modify site control may include a hub data field ( 1048 ), a section name data field ( 1050 ) and an exact site data field ( 1054 ).
  • a data field for the site navigation name may be provided ( 1056 ).
  • a data field with radio buttons to indicate the status of the site may be provided ( 1058 ) as described herein.
  • Data fields may be provided to indicate and/or modify whether the site has a newsletter ( 1060 ), a chat room ( 1062 ), boards ( 1064 ) and/or classified advertising ( 1066 ).
  • a data field may be provided to indicate and/or modify the sites disclaimers such as legal, medical, financial and/or official game ( 1068 ).
  • a data field may be included to indicate and/or modify whether the cite has a copyright notice ( 1070 ).
  • a data field may be provided to indicate whether the site maintains a CitibankTM profile ( 1072 ) and whether the site has business listings ( 1074 ).
  • the custom profile feature such as the profiles in ( 1072 ) and/or ( 1074 ) may direct a collaborative data mining system to specifically “brand” the site or advertise on the site with the designated profile.
  • the present invention may contain profiles for a plurality of customer profiles to create virtual collaborative data mining networks or subnetworks within a larger collaborative data mining network.
  • the modify site menu may have a submit query function that may also modify the data entry ( 1076 ). And finally, the modify site menu may have a reset button to reset the menu ( 1078 ).
  • FIG. 13D may provide a guide management function to add an application ( 1080 ).
  • This guide management function may be used to add a new guide application to the system described herein to begin the guide training process.
  • the guide management system may provide an “Air Travel” site application ( 1082 ).
  • the site application may provide a username data field ( 1084 ) to receive a user name.
  • a date field may be provided to receive or provide the current date ( 1086 ).
  • Data fields for the title ( 1088 ), first name ( 1090 ), last name ( 1092 ), legal first name ( 1094 ), legal last name ( 1098 ) and e-mail address ( 1098 ) may be included to receive information about the applicant may be included.
  • Data fields may be provided for a secondary e-mail address ( 1100 ), an addresses line one ( 1102 ), an address line two ( 1104 ), a city data line ( 1106 ), a state data line ( 1108 ), a zip code ( 1110 ), country ( 1112 ) and telephone information ( 1114 ).
  • a data field may be provided to indicate what operating system the guide uses and/or intends to use ( 1116 ).
  • a data field may be provided to track when the application was received ( 1120 ) and when and if the application was rejected ( 1122 ). The status of the application may be tracked with a pull down data field ( 1124 ).
  • a data field may track whether the applicant was a referral and by whom the applicant was referred ( 1126 ).
  • a referrer name data field may also be provided to track the name of a referrer ( 1128 ).
  • a data text field may be provided to receive general comments on the guide application ( 1130 ).
  • the add application menu may provide a submit function button ( 1132 ) to submit the application to the system and a reset button ( 1134 ) to reset the guide application screen.
  • FIG. 13E may provide a guide application modification menu to modify the data or status of a guide application.
  • the guide modification menu tracks the add guide menu described above in FIG. 13D and its description is incorporated herein.
  • FIG. 13F may provide a means for assigning guides to classes for guide training ( 1136 ).
  • a data menu may be provided ( 1138 ) to move accounts from an un-assigned status to an assigned status.
  • a data field may be provided to list un-assigned accounts ( 1140 ).
  • Function buttons may be provided to move accounts to an assigned status ( 1144 ) and assigned account back to an un-assigned status ( 1146 ).
  • a data field may be provided to list assigned accounts ( 1142 ).
  • a class name pull down menu may be provided to select a class name ( 1148 ).
  • a due date data field may be provided to indicate a due date for the class ( 1150 ).
  • a pull down menu may be provided to select a peer mentor ( 1152 ) and a pull down menu may be provided to select an assistant editor ( 1154 ) for the class.
  • a function button may be provided to submit the form for data entry ( 1156 ).
  • the class assignment menu may function by highlighting a list of accounts from the unassigned data field ( 1140 ) and clicking the add function button ( 1144 ) to move the highlighted accounts to the assigned accounts data list. Once accounts are in the assigned data field, a user may assign a peer mentor and editor to the class.
  • the submit function button ( 1156 ) is pressed the ATMS may create a new class for the guide training program described herein.
  • FIG. 13G may provide a guide management function for tracking and modifying the guide accounts on a collaborative data mining system.
  • An account tracking and modification menu may be provided ( 1158 ) to track and/or modify each guide in the network.
  • the account tracking menu may provide identification information such as a tracking number ( 1160 ), a user name data field ( 1162 ), a current date data field ( 1164 ) a site name data field ( 1165 ), a title data field ( 1166 ) and guide information such as the first name ( 1168 ), the last name ( 1170 ), e-mail address ( 1172 ), a secondary e-mail address ( 1174 ) and a telephone number ( 1176 ).
  • Data fields may be provided to include a class name ( 1178 ), class mentor ( 1180 ) and/or peer mentor ( 1181 ). Data fields may be provided to track and/or schedule the guide's progress through the development process such as a due date field ( 1182 ), a review date field ( 1184 ), an active date field ( 1186 ), a graduation date field ( 1188 ) and a termination date field (if any) ( 1190 ).
  • a pull down menu may be provided to indicate the reason (if any) a guide was terminated ( 1192 ).
  • a pull down menu may be provided to indicate the application status ( 1194 ) and whether there is any reason the application s on hold ( 1196 ).
  • Data fields may be provided to track the dates for the system's review such as the final quality control date ( 1198 ), the final edit date ( 1200 ), the final review date ( 1202 ), the hold date ( 1204 ) and the promotion date (if any) ( 1206 ). Data fields may also be provided to track when a contract was sent out to the guide ( 1208 ) and whether the contract was sent back ( 1210 ). Radio button type data fields may be provided to indicate whether a photograph has been received ( 1212 ), whether the navigational links for the site are in place ( 1214 ) and whether the art for the site is ready for deployment ( 1215 ).
  • FIG. 13H may provide additional data fields for the guide management account tracking and/or modification system.
  • Text data fields may be provided to receive mentor comments ( 1138 ), editor comments ( 1140 ) and general comments ( 1142 ) about the guide and/or the account.
  • the functionality provided in this menu provides a means for tracking the guide's and a site's progress through the mentoring system.
  • the menu provides a function button ( 1222 ) to submit and/or track the relevant data in the network.
  • the system also provides a reset button ( 1224 ) to reset the data menu.
  • FIG. 13I may provide a means for guide management for affiliate graduations ( 1226 ).
  • This tracking and status menu may provide identification information like that described above and incorporated herein, to identify the guide, the class and other appropriate information as described above.
  • the guide has been placed on hold and the reasons therefore are indicated in the hold reasons data field ( 1232 ).
  • the example also shows text information that more specifically describes the status in the mentor comments data text field ( 1334 ).
  • This guide management function provides the submit function button ( 1228 ) and the reset function button ( 1230 ) to submit and/or reset the function respectively.
  • FIG. 13J provides a means for tracking and managing the details on the particular contract with each guide in the network.
  • a guide management menu may be provided for managing and tracking guide contracts ( 1340 ).
  • the contract management menu may provide a data field for the guide identification number assigned by the system ( 1342 ), a guide username ( 1344 ) and the current date ( 1346 ).
  • Data fields may be provided for identifying the guide such as the guide's first name ( 1348 ), last name ( 1350 ), legal first name ( 1352 ), legal last name ( 1354 ), e-mail address ( 1356 ) and secondary e-mail address ( 1358 ).
  • a data field may be provided to identify the exact site name ( 1360 ) as well as historical information such as when the application was received ( 1362 ).
  • a data field may be provided to identify a contract number ( 1364 ) and whether the associate agreement has been sent out ( 1366 ) and whether the associate agreement has been received back ( 1372 ). Data fields may be provided to identify a license ( 1374 ,) and the payout amount for the guide's services ( 1376 ).
  • a data text field may be provided to note any contract addendum(s) ( 1378 ) and general comments ( 1380 ).
  • the guide management function also provide data fields to note a termination date ( 1382 ) and a reason for the termination ( 1384 ). This guide management function may also provide a submit function key to submit and/or track data ( 1386 ).
  • a reset button is also provided to reset the data form ( 1388 ).
  • the quality control process of the present invention may be used to automatically check the quality of web sites that are managed by the collaborative data mining system.
  • the data mining system of the present invention has taken what was once a subjective human-resource intensive process and refined it to a checklist that may be completed in 20 minutes per site. This degree of refinement, as well as the technical enhancements for e-mail and tracking allows the present invention to ensure quality across the whole network by allowing the system to check all sites biweekly.
  • FIG. 5 provides a detailed diagram of a quality control process that may be used by system element ( 24 ).
  • the quality control process may begin with a list of the live sites maintained by the network ( 302 ).
  • the quality criteria of the sites may used to create a predetermined quality control checklist ( 304 ) and ( 306 ).
  • the quality control process may perform spot checks ( 308 ) of the list of the web sites maintained by the system.
  • the quality control process may use a software routine to automatically check a site for dead links that reference other web pages ( 310 ).
  • the quality control process may use a software routine to check when the site was last updated to assure that the guide is actively participating ( 312 ) in the network.
  • the quality control process also may check for feedback from other web users ( 314 ).
  • a list of action items may be generated for the guides ( 316 ). After a predetermined time, the sites may be re-evaluated to check for compliance ( 318 ) with the list of action items generated above ( 316 ).
  • the quality control process may also maintain a confidential or public on-line forum for peer review ( 320 ). The total quality control scoring and tracking of the number of “hits” may be used to adjust the financial compensation for the guide ( 324 ).
  • FIG. 6 provides a detailed diagram of the frame system.
  • the frame system assures that the proper frame set is displayed at the end user's web browser no matter how that user entered into the network of sites in the collaborative data mining system. More specifically, a page may arrive at a web browser ( 502 ). At that time, embedded java script code may be executed to query the “frames” object. If the frames object is greater than one then the java script may ask the object for the name of frame number one. If the name of frame number one designates a predetermined frame then the system knows the appropriate banner is already displayed ( 508 ) and the frame system does nothing more ( 506 ).
  • the system dynamically builds the frame set for the requested page ( 512 ).
  • the frame system may then pass the frame set and appropriate data to the browser where the browser can process the frame set and cause the appropriate banner and page data display ( 514 ).
  • the frame system may then exit ( 516 ).
  • FIG. 6A may depict the collaborative guide system of the present invention processing links from third party web pages.
  • the present invention's collaborative page generator system can customize the taxonomy of the system and co-brand the generated web pages.
  • the system may co-brand generated web pages by displaying the third party's brand logo, color scheme or distinctive mark(s) or trade dress and by limiting the advertising displayed on the page.
  • the collaborative system may be programmed to filter out advertisements from the third party's direct competitors when the collaborative system generates pages within the co-branded taxonomy.
  • system may be programmed to filter advertisements and the taxonomy that the third party finds objectionable, e.g., links to competitors sites, links to sites that contains sexual content and the system's taxonomy that contains sexual content and/or any other taxonomy restrictions.
  • the restrictions to the collaborative system taxonomy may, in effect, create a virtual taxonomy for each third party supported by the system.
  • a third party internet site may wish to provide links to information available on the collaborative system of the present invention.
  • they may find the discussion in the health section of the collaborative taxonomy and, more specifically, the section on sex within the health section to be objectionable and not wish that information to be displayed or affiliated with the co-branded web pages.
  • the third party may wish to restrict the taxonomy to only business and financial related sites and exclude all other sites in the collaborative taxonomy.
  • FIG. 6A shows a methodology whereby the taxonomy of the present invention can be modified to allow a user who accesses the collaborative guide system through the third party link to receive a customized taxonomy while maintaining the ability to navigate the customized taxonomy of the collaborative guide system.
  • Block ( 520 ) may represent a web link on a third party web service to the collaborative system. Such a link may be generated in a response to a search request or through the third party placing a link on the site to the collaborative guide system of the present invention. This link may point to a predetermined URL for entry into the collaborative system, e.g., the virtual taxonomy of the collaborative system ( 522 ). A predetermined URL may be created for each third party account.
  • a script file or executable program may be located at the predetermined URL.
  • the script or executable program may set a parameter (or a cookie) at the participant's web browser to denote a predetermined profile that may identify the third party site as the point of entry to the system.
  • the programming of the parameter or the cookie may be performed at logical step ( 524 ).
  • the script or executable program located at the predetermined URL may redirect the URL request into the collaborative web system ( 526 ).
  • the redirection may point to the URL within the taxonomy of the collaborative guide system.
  • the URL re-direct may pass an argument on the URL redirect command ( 528 ) that indicates the profile for the third party web service should be employed by the system.
  • a “standard” collaborative web page from the system may be generated by employing the argument passed from the redirect command 526 . It is understood that the information passed in the argument may be located within the cookie set above ( 524 ) or be embedded in the URL redirection.
  • the collaborative guide system may then generate a response to the request for the web page ( 532 ) as generally shown in FIG. 8 of the present invention.
  • the generation program may use the passed argument(s) ( 528 ) or the value set in the cookie ( 524 ) to generate an appropriate web page and/or taxonomy.
  • Such a web page may display a taxonomy that excludes objectionable or otherwise undesired sites.
  • the collaborative guide system may generate virtual advertisements ( 524 ) with the arguments from either the cookie ( 524 ) or the passed argument(s) ( 528 ). Furthermore, the collaborative system may generate web pages by using the global information available, see FIG. 8, that contains the logos, trade dress, color scheme and the like to co-brand the page web or the third party identified in the passed parameter or the pre-set cookie. Thus, by using the collaborative techniques described herein, in combination with additional information that identifies the third party, the present invention may create a virtual taxonomy tailored to the needs of the third party.
  • FIG. 8 may depict the generic structure employed by the features discussed above in FIG. 6A.
  • a URL request may enter the system ( 702 ) and pass to the URL filter ( 704 ) which in turn may be directed to FIG. 6.
  • the collaborative URL page generator ( 708 ) may use the URL filter to generate the URL response generated in part from the modified templates from the guides ( 710 ) and the advertising database ( 711 ).
  • Finalized guide templates as discussed above, may pull in information from the global HTML files ( 706 ) to generate the URL response ( 714 ).
  • FIG. 7 may depict a very simple frame based data format.
  • the banner frame is shown ( 602 ) above the content frame ( 604 ).
  • the banner frame provides the branded look and feel to the web site and the content frame ( 604 ) provides the topical content.
  • the present invention provides a means for creating, managing, maintaining and automating a collaborative data mining system.
  • This disclosure provides an exemplary disclosure of this system and other ways to implement and/or modify the execution of the present invention are within both the spirit and scope of this disclosure.

Abstract

A collaborative Internet data mining system for facilitating a group effort from a plurality of guides to the Internet, by automatically processing the information provided by the guides and thereby create a branded or uniform look and feel to the web sites supported by the plurality of guides.

Description

  • This patent application seeks priority from Provisional Patent Application Serial No. 60/037,852, entitled “Collaborative Internet Data Mining System,” filed Feb. 7, 1997, herein incorporated by reference in its entirety; U.S. patent application Ser. No. 09/019,924, entitled “Collaborative Internet Data Mining System,” filed Feb. 6, 1998, herein also incorporated by reference in its entirety; U.S. patent application Ser. No. 09/185,552, entitled “Collaborative Internet Data Mining System,” also incorporated herein by reference; U.S. patent application Ser. No. 09/756,365, filed Jan. 9, 2001, entitled “Internet Resource Location System with Identified and Approved Human Guides Assigned to Specific Topics to Provide Content Related to the Topic,” herein also incorporated by reference in its entirety; and U.S. patent application Ser. No. 10/033,392, filed Dec. 28, 2001, entitled “Collaborative Internet Data Mining System,” herein also incorporated by reference in its entirety.[0001]
  • BACKGROUND OF THE INVENTION
  • The 1990's have been remarkable for the explosive growth of the Internet from an specialized system used by academia to a widespread medium for the transfer of information and electronic commerce. [0002]
  • The “Internet” was developed in the 1970's with funding from the Department of Defense to interconnect university computer systems. Until recently, Internet usage was largely confined to academic circles to send e-mail, chat and access remote files and computer resources. The Internet application programs to perform e-mail, chat and the access of data were, in large part, command intensive and did not provide an easy to use graphical user interface. [0003]
  • The explosive growth of the Internet has been fueled, in large part, by the development and wide adoption of the HyperText Transfer Protocol (HTTP). HTTP is the Internet protocol used to transfer documents and other Multipurpose Internet Mail Extensions (MIME) type data between systems. HTTP is the protocol on which the World Wide Web (“the web”) is based. To the Internet user, the web is an easy to use graphical user interface that provides “point-and-click” access to data from an enormous number of remote computers. [0004]
  • The communication technology of the web can be explained by analogy to the Open System Interconnect Model (OSI) for computer communication. HTTP resides above the Transport Control Protocol/Internet Protocol (TCP/IP) layers and provides a transfer protocol between the web server and the browser client. TCP/IP divides networking functionality into only four layers: (1) a network interface layer that corresponds to the OSI link layer, (2) an Internet layer which corresponds to the OSI network layer (3) a transport layer which corresponds to the OSI transport layer and (4) an application layer which corresponds to the session, presentation and application layers of the OSI model. The web browser (client) may correspond to the application layer of the OSI model and Hyper-Text Markup Language may correspond to the presentation layer. [0005]
  • The Hyper-Text Markup Language (HTML) is the software language in which most of the web is written. HTML is basically ASCII text surrounded by HTML commands in angled brackets. HTML commands are interpreted by a web browser to determine how to display a web page. [0006]
  • The web, as a whole, is made up of web page servers and web browsers that provide a hardware and operating system independent environment. A web browser is an application program that interprets and displays HTML pages. The web is hardware and operating system independent because of the common HTTP and HTML protocols and languages used between the web servers and the browser client applications. [0007]
  • HTML web pages usually contain links or HyperText that point to other HTML pages on the web. By pointing and clicking on these links, a user can skip or “surf” from page to page on the web. [0008]
  • A primary function of a web browser is to display the page located at an Universal Resource Location (URL) address. A URL is an address that includes the protocol to reference the data, the system path and data filename. The data file addressed by the URL data filename is located on a server. [0009]
  • One aspect of the way in which HTML supports the display of data is through the support of “frames.” Frame support can be defined as the ability of a web browser to split the browser display area into separate “framed” display areas. Each display area, or frame, can contain information from a separate web page and/or point to a separate URL address. Frames can be created to present the user with a simultaneous coordinated presentation of multiple frames while maintaining the look-and-feel of a single web page. [0010]
  • Another feature in most web browsers is the ability to “bookmark” a page. Typically, the web browser stores a plurality of bookmarked pages in a non-volatile storage mechanism where they may be retrieved when the browser is reactivated. A bookmark is a reference to a single URL address. [0011]
  • The use of bookmarks presents a problem for web pages that are designed for display as multiple coordinated, or framed, web pages. A bookmark is a reference to a single URL address. A frame based web page, however, simultaneously displays multiple URL addressed web pages. Therefore, a bookmark created when viewing a frame based web page stores only one URL address, where multiple URL addresses are required to properly display the frame based data. When the user attempts to re-access the page with the bookmark, the browser display will only load one frame, which provides only part of the coordinated framed presentation of data. [0012]
  • Another service found on the web is the ability to search for information. Search services such as Yahoo™, Excite™, Lycos™, Infoseek™ and Hotbot™ provide a means for searching web pages and other information on the Internet that return references to URL address of web pages and other data that satisfy the search criteria. For the most part, these search services use a keyword search to find web pages and other information that satisfies the search request. [0013]
  • The web has created a forum that provides a very low cost way to publish information, views and opinion. This inexpensive way to publish information has resulted in an explosion in the amount of data available on the web. Ironically, the success of the web has created its own problems, namely how to separate informed views and authoritative information from uninformed views and unreliable information. The present invention addresses this problem by providing useful, novel and non-obvious methods and apparatus to point to and find quality information available on the Internet. [0014]
  • SUMMARY OF THE INVENTION
  • The present invention provides methods and apparatus for managing, implementing and creating a collaborative Internet data mining system. The collaborative data mining system is comprised of many human “guides” that maintain web sites on their respective topic areas. The guides may use conventional search services, their own knowledge and judgment and their knowledge of where information may be found on the Internet to construct high quality and authoritative web pages. The collaborative data mining system uses automated methods and apparatus to process the web pages created by the guides. The processing automatically “brands” the web pages by inserting uniform characteristics and information into the pages. The system may then sell advertising on the branded network and remunerate the guides based on predetermined criteria. [0015]
  • More specifically, the collaborative data mining system is accomplished through a unique computer based methodology for (1) selecting, training and policing Internet guides for pre-determined topic areas, (2) processing pre-determined forms, formats and commands to create co-branded web pages that provide a coordinated look and feel across many web pages and (3) an automated revenue distribution system for compensating guides based on a predetermined performance measurements. [0016]
  • One aspect of the present invention provides an automated system for use in conjunction with a pre-determined form or template based methodology to generate web pages that automatically maintain the simultaneous and coordinated presentation of framed based data. [0017]
  • Another aspect of the present invention is the use of server side includes to replace “hard coded” HTML with references to “library” objects thereby increasing efficiency of the coding process, page loading, and the propagation of changes to web pages. [0018]
  • Another aspect of the present invention is the creation of novel procedures, system templates, scoring methods, and support tools to identify and solicit quality web producers and web artists to affiliate themselves with present invention's branded Internet server. [0019]
  • Another aspect of the present invention is the use of an automated system for designating and managing a plurality of guides in training. [0020]
  • Yet, another aspect of the present invention is in a mass mentoring system in which to improve and develop large numbers of guides and potential guides to improve their sites and meet the standards required to be a guide. [0021]
  • Yet, another aspect of the present invention is providing a novel, economical and expeditious way in which to maintain the highest possible level of quality and compliance across a high volume network while maintaining low cost and efficiency in developing and manufacturing information “content.”[0022]
  • BRIEF DESCRIPTION OF THE FIGURES
  • FIG. 1 shows a block diagram of the collaborative Internet invention as having a guide acquisition system ([0023] 2) an application processing system (4), a guide authoring system (6), a mass mentoring system (8), the global HTML data bank (10), a collaborative page generator system (12), an accounting system (14) and advertising database system (16), the frames system (18), the Internet in general, as denoted by reference (22), a quality control process (24), an automated training and management system (25) and at least one web browser (20).
  • FIG. 2 shows a detailed diagram of the guide acquisition system ([0024] 2). It is understood that the elements in FIG. 2 denote processes that may be executed on the systems of the present invention.
  • FIG. 3 shows a detailed diagram of the application screening system ([0025] 4) in which a guide identified from the guide acquisition system (2) receives further processing to determine, inter alia, whether to select a particular guide for guide training.
  • FIG. 4 shows a detail diagram of the mass mentoring system ([0026] 8). Here, guides from the application processing system (4) receive training and feedback to use the templates and achieve the performance selection criteria demanded by the system. The guides receive specific training in the use of the template or pre-determined form methodology that interacts with the collaborative page generator system (12) and the global HTML data include y (10) to create on-line content.
  • FIG. 4A provides a detailed flow diagram of the application processing system and the mentoring system. [0027]
  • FIG. 5 shows the detailed diagram of the present invention's quality control process. Here, sites may be checked, observed and tested to “police” the performance, quality and activity of the guides of the present invention. [0028]
  • FIG. 5A provides a detailed flow diagram of the logical steps that may execute after a guide graduates from training. [0029]
  • FIG. 6 shows the retailed diagram of the frames system ([0030] 18) which provides a means for supporting frame based data.
  • FIG. 6A shows a logical flow diagram to generate co-branded topologies and sub-topologies of the collaborative internet guide system. [0031]
  • FIG. 7 shows a block diagram of an example of how frame based data may be used. [0032]
  • FIG. 8 is a detailed diagram of the collaborative page generator ([0033] 12) in which the global HTML data (10) and advertising data (16) are brought together to create page content for the frames system (13) and the Internet user at a web browser (20).
  • FIG. 9 shows the steps in the template production system starting from the guide's personal computer, through the processing steps and finally to the live production site. [0034]
  • FIG. 10 shows a detailed diagram of the “CHEWY” process and how it is used to change the guide template to a server ready HTML page. [0035]
  • FIG. 11 provides a detailed diagram of the logical file structure arrangement of the “zshare54z” shared directory structure. [0036]
  • FIG. 12 shows a logical diagram of the directory structure for a guide site. [0037]
  • FIG. 13A shows a functional diagram for the automated training and management system used to manage and control a collaborative data mining system. [0038]
  • FIG. 13B provides a detailed diagram of a control screen used to add a new web site to the taxonomy of a collaborative Internet data mining system. [0039]
  • FIG. 13C provides a detailed diagram of a control screen used to modify a web site, that is maintained or used with the collaborative data mining system. [0040]
  • FIG. 13D provides a detailed diagram of a control screen used to add an application to the training system. [0041]
  • FIG. 13E provides a detailed diagram of a control screen used to modify an application in the system. [0042]
  • FIG. 13F provides a detailed diagram of an ATMS control screen to group new applicants into classes and assign graduation dates. [0043]
  • FIG. 13G provides a detailed diagram of a control screen that may be used to modify account information. [0044]
  • FIG. 13H provides a detailed diagram of additional fields for the control screen provided in FIG. 13G. [0045]
  • FIG. 13I provides a detailed diagram of a control screen that may be used to keep track and/or control part of the mentoring program. [0046]
  • FIG. 13J provides a detailed diagram of a control screen that may be used to control and/or track contract information.[0047]
  • DETAILED DESCRIPTION
  • One aspect of the present invention provides a means for providing a “brand name” look and feel to a plurality of web pages by using frames to provide a consistent banner across the pages that reside on the network regardless of how a user “surfs” into the network. This aspect of the present invention provides a brand look and feel to the network while maintaining the ability to randomly surf to a web page of interest. [0048]
  • FIG. 1 provides an overview of the system elements of the collaborative data mining system. The present invention achieves its co-branded look and feel through the use of the guide authoring system ([0049] 6), in conjunction with the collaborative page generator system (12) and the frames system (18). The guide authoring system (6) provides a guide with predetermined templates that are developed in conjunction with the global HTML data (10) and the frames system (18). The templates are developed by creating a finished web page and then removing the global brand elements and replacing them with “include” comments. The remaining page, with global sections replaced with the “include” comments and section blocked off for the guide to insert content form the basis for a HTML template.
  • Another aspect of the present invention is its ability to locate a very large number of Internet savvy guides in a short period of time through the guide acquisition system ([0050] 2). The guide acquisition system is represented as block 2 in FIG. 1 and works in conjunction with the application processing system (4), the guide authoring system (6), the mass mentoring system (8) and the Automated Training and Management System or Affiliate and Taxonomy Management System (ATMS) (7). As provided above, guides may be contractors responsible for the content on specific topic areas on the present invention's web sites. The guide acquisition system (2) may, under direction, contact Internet is “surfers” who may be connected to the Internet. An “Internet surfer” is a person or entity that is very familiar with content available on the Internet. The present invention provides an Internet surfer with a framework for searching the Internet, e.g., topics to search and a detailed set of instructions with the specifics of how to find quality sites on the web.
  • The present invention may use a set of standard measurements that indicate the likelihood that a site has the qualities that will result in a worthwhile contact or the application processing system ([0051] 4). The surfers may send the guide acquisition system (2) screen captures of their search results. The screen captures may be evaluated based on predetermined quality criteria standards.
  • The application processing system ([0052] 4) may generate a form e-mail to guide candidates inviting them to work with the collaborative data mining system. Candidates who express an interest may be directed to the application processing system (4) where they may begin the application process.
  • The application processing system ([0053] 4) may efficiently convert a large number of applications from its outbound guide acquisition system (2) or inbound marketing recruitment. Using conventional labor intensive methods to review these applicants may not be cost efficient and indeed may be cost prohibitive for the processing volume required by a collaborative data mining system. Applicants may be required to download, complete and submit a template application. The application may require the submission of individual creative content, a detailed curricula vitae of the applicant, and answers to many questions about their particular interest, background, software, equipment and the like. The application may be designed to identify and isolate the qualities essential to a guide. The completed applications may be downloaded, entered into a database, and screened by entry level personnel through the use of standardized criteria.
  • Another aspect of the present invention is the mass mentoring system ([0054] 8). The mass mentoring system (8) may use a small team of individuals to coach and coordinate the mentoring process for large volumes of guides and guide trainees identified and screened by application processing system (4). One-to-one development and training may be inefficient given the number of affiliates or guides needed by a reasonably sized collaborative data mining system. The mass mentoring system (8) may employ a training process, discussed further below, which may last up to three weeks. During the training process the present invention may send out predetermined e-mails to the guides covering specific topics key to their development. These e-mails may be specifically tailored to address the typical growth curve and problems of a “proto-guide.”
  • The mass mentoring system may establish a project schedule for training guides on the collaborative data mining system. The mass mentoring system ([0055] 8) may identify weekly milestones for the process and assign tasks the guides-in-training should try to accomplish in the first week. The mass mentoring system may also schedule the guides for group chat sessions to discuss their questions and issues. The mass mentoring system may also establish on-line bulletin boards to post questions to the staff at the mass mentoring system or to read the questions and answers of other guide trainees.
  • Once a guide is accepted for training they may be considered “affiliates” with the collaborative data mining system. The affiliates may be grouped in classes and the progress of the affiliates inside the class may be compared to others inside the class and to standards developed from prior classes. The classes give a means of peer support and may reduce the need for staff guidance. [0056]
  • The facilitated communication may result in guides solving the problems of guides. The mass monitoring system ([0057] 8) may also assign an experienced guide to each class to act as a peer mentor and give advice and/or guidance to the guides-in-training. Through this novel process, the present invention may mentor up to a couple of hundred guides-in-training with a staff of small mentors, which may provide an economical way to train many guides.
  • Another aspect of the present invention is the quality control process ([0058] 24). The present invention employs methods and systems to identify, screen, and develop guides for its Internet service. One key to establishing and keeping its consumer brand image for the present invention's network of guides is maintaining high quality standards across the many, many sites of the network. It may be cost prohibitive to rely on brute force methods of one-to-one inspection and review of individual sites. To wit, the present invention may use new approaches to the quality control (QC) process. First, it may use methods and programming code to make daily automated checks for bad links, breaks in standard template requirements, file download size, and organizational structure of a site. Second, it may use a standardized checklist to check for quality issues such as proper grammar, required site maintenance, timeliness of content, depth of contextual links and other criteria. The guide may receive a standardized e-mail “report card” with feedback on their site as well as specific tips for site enhancement.
  • Another aspect of the present invention is the frames system ([0059] 18). The frames system (18) may provide a means for verifying that frame based data, or data that is formatted for presentation in framed format, is in fact loaded with the appropriate coordinated frame of data.
  • The frame system ([0060] 18) also assures that the appropriate frame set for the designated topic is loaded. The data mining system of the present invention organizes data into topic areas such as, for example, health and business. Each topic area may have sub-topics. Each topic may have multiple pages (a “page set”) contained inside a frame set. Each page may have a unique URL. Someone desiring to link to a page in the page set other than the first page in the set, e.g., the topic home page, would normally use that page's URL for the link. However, a link to a page other than the topic home page may not load the frame set correctly. Accordingly, the page may not be viewable as intended and could result in frame sets inside a frame set or no frame set at all. The frame system (18) provides a means for assuring that the systems frame based data is properly loaded with the appropriate frame or frames.
  • Another aspect of the present invention is the collaborative HTML processing and collaborative HTML page generator system ([0061] 12). The data mining system of the present invention may require a clear navigation system across multiple interest areas and related topics. The system architecture is, therefore, reasonably flat with many similarly designed pages existing at the same level. In its simplest form, the “taxonomy” of the network consists of one home area (layer 1) leading down to thirteen plus or minus interest areas (layer 2) leading down to thousands of topics (layer 3). Each layer may share certain elements of a characteristic design across areas and topics. However, there are other elements that may vary depending on layer or topic. The time and cost to hard code each of these elements during creation or modification may be cost prohibitive and stifle the creative vision of the network. The collaborative page generator system (12) provides a means for processing data input from the guide network to produce complete HTML documents for use with the live network.
  • A final aspect of the present invention is the automated training management system or Affiliate and Taxonomy Management System (ATMS) ([0062] 7) that provides a means for automatically tracking and managing the assets on the data mining network. The ATMS provides a report on the progress of each guide in training as well as providing a means for designating which web pages and topic areas are ready for the “live” network.
  • The Production Process [0063]
  • The network production process is shown in FIG. 9. A guide who is trained to use the template system (discussed further below) creates HTML documents ([0064] 804) for her topic area on her personal computer (802). The guide may upload the template based HTML documents to a directory called “/mcupload” (824) on a server computer (806). The uploading of files may be accomplished with the file transfer protocol (FTP) or other conventional methods for transferring data files.
  • The design container processing tool or “CHEWY” process ([0065] 812) may be a Windows NT service, a UNIX deamon, or similar computer program that is designed to continuously execute or periodically poll the /mcupload directory or equivalent directory (808). When the CHEWY process (812) finds a file in the /mcupload directory the CHEWY process may open the document and processes the commands contained in the file, described further below, in conjunction with the container definitions (810) to generate “completed HTML” pages. The CHEWY process may then output the completed HTML pages to a “test” directory (814). It is understood that the “test” directory may be any directory that is accessible or able to be viewed on the guide's browsers (816). The guide may then access the complete HTML files to verify that the CHEWY process accurately parsed and processed the HTML template documents (804). If the guide finds a problem in the completed HTML files, the guide may attempt to repair the completed HTML documents (816) or correct the template HTML documents (804) and re-submit the documents to CHEWY through the /mcupload (808) directory. Once the guide is satisfied with the completed HTML documents, the guide may transfer the HTML documents to the production site (818). The “live” production site (820) may serve the completed and approved HTML documents (822).
  • FIG. 10 provides a more detailed diagram of the CHEWY process. Once a HTML document is delivered to the /mcupload directory, the CHEWY process may open and process the document ([0066] 850). HTML document (850) may contain codes in angled brackets “<>” that may be interpreted by the CHEWY process. The CHEWY process may also use the HTML document filename as information as to what global information may be used to generate completed HTML pages. For example, if the filename is “mbody.htm” the name of the file designates that CHEWY “tells” the document where to get design information and where to insert it in the template (854). One source of the design information may be the shared components repository—where ‘##’ is the template version number for the “zshare##z” (858) directory, template (860) subdirectory and “##stndrd” (862) subdirectory which contains the “mbody.hi,” “mbody.INChi,” “mbody.INClo,” and “mbody.lo” files. The CHEWY process may insert the files in the designated locations in the HTML page to create a web page that is suitable to “serve” (870). The suitable web page (870) may contain the appropriate server side “include” commands. The HTML include command is like the “#include” compiler instruction for the conventional “c” programming language. When a browser accesses the web page, the browser may receive a HTML page that contains the HTML commands necessary to display a complete HTML page, e.g., the #include instruction may be replaced with the HTML code referenced by the #include command (874).
  • FIG. 11 provides a logical diagram for the file structure for the shared files in the collaborative data mining invention. [0067]
  • The “zshare##z” ([0068] 858) file is shown with the subdirectories depicted one level below in the HTML (890), images (892), is (894), nav (898), notice (898), search (900), ssw (902), events (904) and template (860) subdirectories. These subdirectories may in turn contain subdirectories of their own such as the subdirectories under the images (892) subdirectories including arts, business, careers, computer, culture, family, health, bobbies, issues, living, local, sports and travel.
  • FIG. 12 provides an overview of a directory structure that may be used by a guide in a collaborative data mining system. The structure may be described as subdirectories depending from a root directory ([0069] 912). The root directory (912) may be the default or starting point for the guide. The first subdirectory may be a “/library” (914) of further subdirectories to useful guide data, such as, weekly data (924), graphics (926), personal directories (928) and an archive directory (930). The next subdirectory may store subdirectories of information that is useful for the system (916). Information for the system (932) may include: a subdirectory of site specific pictures, graphics and/or images; a subdirectory of hub specific pictures, graphics and/or images; pages used by the system; search parameters that may be useful for outside search services to help find the site; a subdirectory for chat room parameters; programs, and/or other chat room related data; a subdirectory for boards such as board parameters, programs, and/or other board related data; a subdirectory for dynamic data for programmatically created web pages; a subdirectory for a template configuration file; a subdirectory for site parameters such as URL, hub and navigation parameters, a subdirectory for advertising data; a subdirectory for navigation parameters; a subdirectory for content ratings, and a locked subdirectory for system only access. The guide directory structure may include the upload (808) and test (918) directories described in further detail herein. The guide directory structure may also have a subdirectory for guide control center information (920).
  • Finally, the example of a guide directory structure may include a delivery ([0070] 922) directory and the zshare##z directory described further herein.
  • Thus, the present invention employs a novel method that may eliminate the requirement to individually hard code HTML instructions at each of its sites for different logos, colors, artwork, etc. The present invention may also employ a novel software approach that builds into the web pages HTML instructions to “look for” missing site construction information, e.g., the color set for the site, at the server level. During the build process, the server is “told” the topic area of the site and the build process responds with information for insertion into a site's HTML code. Because of this novel approach, each site can be t“manufactured” without hard coding all the design elements. This facilitates the scaleability of the design across many sites. It may also make possible collaborative work on the sites in a new way because certain elements of the system do not reside in the site's code but instead reside in a server working with many sites. This methodology may also make it possible to propagate changes to sites or groups of sites at the server level without the need to edit HTML code at all the sites thereby greatly increasing design and maintenance flexibility. [0071]
  • The Guide Application Process [0072]
  • The automated guide recruitment process of the guide acquisition system ([0073] 2) is further described in FIG. 2. The automated acquisition system may begin with an assignment of priorities and topics for the outbound search (102). The system may also use a set of guidelines in selecting a site manager such as a predetermined academic background or predetermined experience standards. Using these parameters, the universe of Internet sites (100) may be searched for candidates as web guides (104). A list of sites (106) is selected from the universe of Internet sites (100). The list of sites is passed (108) to a guide selection process (110). The guide selection process (110) may use predetermined subjective or objective criteria to select potential guides. A standardized e-mail may be issued (112) to the selected potential guide (114). The potential guide may respond (116) to the standardized e-mail (114) and request more information, decline the invitation or accept the invitation and be invited to apply (118). When a potential guide is invited to apply, (118) a standardized e-mail (120) may be sent conveying the invitation (120). The potential guide may reply to the invitation (112) by declining the offer or submitting to the application process (124).
  • FIG. 3 may provide a diagram of the process steps used to further process a potential guide's application to the network. Prospective guides may enter the system and are instructed to go to the application site ([0074] 200). At the application site, the potential guide may receive the site application (202). The potential guides may complete and submit the application (204). The application may then be objectively or subjectively scored (210) by the data mining system and/or staff (206). The top scoring applications may be passed up for a higher level review (208). The application process may then reach a decision point (214) to determine a course of action for the guide application. If the guide application appears promising, the guide applicant may be issued an e-mail urging improvement and reapplication (216). If the guide application does not meet the performance criteria then the applicant may be sent an e-mail declining the application. If the application passes the performance criteria then e-mail may be sent to the applicant accepting the application (218). Once a guide application is accepted the applicant may enter guide training (220).
  • FIG. 4 may provide a detailed diagram of the guide training process. Guides may enter the guide training process at block ([0075] 402). Here, guides are assigned passwords and may be given access to the training system. A standard work schedule may be assigned, the guide may be assigned to a class, and a mentor may be assigned to the class at block (406). The guide applicant may be given the full template downloads to begin constructing their sites and following the training schedule (404). Standard e-mail messages may be sent to properly inform the guides of their responsibilities (408). The guide applicant may begin to construct their sites and receive assistance from the mentor (410). The guide applicant may view special sites built for trainees (412) and e-mail questions to the mentor (414). The system may track the applicant's progress through system checklists (416). The guide applicants may then receive feedback and instruction on their site construction in the mentoring and monitoring phase of training (418). Guide applicants may be scheduled to participate in on-line chat groups on scheduled topics (420). Guide applicants may also log on on-line bulletin boards to retrieve FAQs and the like to assist the guides with site construction. Once a guide completes the template HTML documents and successfully submits them to the CHEWY process, described above (428), guide performance may be evaluated against the performance of other guides (430). If the guide has produced an acceptable site then the site is accepted and transferred to the live site (436). If a guide continues to unsatisfactorily perform, then the guide is sent a thank you and dismissed (434). Guides that produce promising sites may be sent back for more training (402).
  • FIG. 4A may also provide an application processing system and mentoring system for the collaborative data mining system. Here, a potential applicant may download an application from a web site or HyperText link from the Internet ([0076] 450). The applicant may receive a web page or a file download by FTP or other conventional file transfer means that contains the application materials. Once the applicant receives the application, the applicant may provide the application details and submit the application to the collaborative data mining system. Once the application is received by the collaborative data mining system, the data may be entered manually or automatically into a database (452). The application may then be reviewed either automatically or through intervention to determine whether the application fits into the taxonomy of the collaborative data mining system (454). The taxonomy of the collaborative data mining system is the structure of the universe of data or topics sponsored by the system, e.g., the genus and species of the topics supported. If the application does not fit into the taxonomy the application may be rejected (456). If the application does fit into the taxonomy then the application may be reviewed (458). If the application is accepted, applications may be judged by predetermined criteria as described above, and if appropriate the applicant is assigned to a class (460). If the application is rejected, a rejection letter or e-mail may be sent to the applicant (456). Once an applicant has been accepted for training by the network, the site may be marked as not available for further applications (462). This step may encourage the applicant to complete the guide training process. After an application is accepted a welcome letter or e-mail may be sent to the applicant (464). The welcome letter or e-mail may contain an address for the training cite and a password and user identification. The guide applicant may now be called an “affiliate” by the network and may begin building a site with the template and collaborative techniques described herein (466). If the affiliate fails or quits the process at this juncture, the system may automatically or through intervention note that the site is again available for applications (468). Hopefully, however, the affiliate will successfully complete the guide training process and proceed to graduation from the training process (470).
  • FIG. 5A may provide a block diagram of the functions the system may perform at the graduation of a guide. Initially, the guide is either recommended for graduation by the mentor and/or the editor ([0077] 350). If a guide is not recommended for graduation, the affiliate may be terminated and the database updated to show the availability of this site topic (352). A termination letter or termination e-mail may be sent at this step (352). If a guide is graduated from the training process several steps may occur within the system. First, a contract may be sent to the affiliate which may provide the terms and conditions of the relationship with the system (352). Second, art may be created and uploaded onto the system that may be necessary to support the affiliate (356). Third, keywords and description files for the search and/or support for the site may be created (358). Finally, a photo of the affiliate may be input into the system to provide a picture of the guide to the system's users (360). After these steps are performed, the network may provide the site for a final quality control check by the mentor and/or the editor (362). The quality control check may include the automated site checking process described herein. After the quality control check, the site may be subject to a final edit and review by the hub editor (364). The hub editor may be assigned with editorial responsibility for a specific genus of topics and related topical sites on the system. The system may then promote the site to the production server, create a DNS entry and set permissions for the chat room, bulletin board and mail box subsystems (366). The site may be entered in the navigation system for the collaborative data mining system so that users may navigate to the site from within the network (368). Finally, a welcome letter may be sent to the guide (370).
  • The application processing, guide training, and the collaborative data mining system in general may be monitored and controlled by the ATMS system. FIG. 13A may provide the main screen of an ATMS system for a collaborative data mining system ([0078] 1000). The main screen may provide a status bar to show the status of the system database (1001). In general, the ATMS main screen may be divided into the following logical components: Initial site setup (1002) which may include the subtopics to add a site, modify a site and build the taxonomy of the collaborative data mining system; Site Management (1004) which may include subtopics to update related tables, display a site, and miscellaneous functions; Applications (1006) which may include subtopics such as adding an application or modifying a guide application; Management (1008) which may include subtopics to assign classes, modify accounts, graduate guides and distribute and/or modify contracts; Systems Management (1012) which may include subtopics to access a manual META filemaker, access a manual META modifier, access a manual navigation filemaker, a keyword description creator, a global ASA creator and access automated processes; Reporting (1014) which may include subtopics to provide a site parameter snapshot and provide boards, chat and/or newsletter snapshots and; Additional (1010) which may include a subtopic to recycle accounts.
  • FIG. 13B may provide a diagram for adding a site to the collaborative data mining network taxonomy ([0079] 1016). The template may include the name of the hub on the network (1018). The hub may provide a first horizontal division of the topical taxonomy. Within the hub a further delineation of the structure may be made with the section name (1020). The structure may in turn may be further delineated into the exact site name (1024). A data field may be provided to indicate the character site identification (1024) and the site navigation name (1026). The “live” data field may provide a “radio” button indication of the status of the site (1028). Site status indications may include whether the site is live and active, whether there is no interest in adding such a site to the taxonomy, whether the site topic is interesting, whether the site has been eliminated “X” from the taxonomy, and whether the site is active “A” and a guide is in training. A data field may be provided that indicates whether the site has a newsletter (1030), a chat room (1032), a bulletin board (1034) and/or classified adds (1036). A data field may indicate whether the site has disclaimers such as legal, medical, financial and/or official game. A final data field may be provided that indicates whether a copyright notice is on the site (1040). The add new site function may include a submit query bar (1042) to submit a query to the network. A reset function may be included to reset the form (1044).
  • FIG. 13C may provide a diagram of the functions that may be used to modify a site on the collaborative data mining system ([0080] 1046). The functionality of the modify a site control may be similar to the add a site control described above. The modify site control may include a hub data field (1048), a section name data field (1050) and an exact site data field (1054). A data field for the site navigation name may be provided (1056). A data field with radio buttons to indicate the status of the site may be provided (1058) as described herein. Data fields may be provided to indicate and/or modify whether the site has a newsletter (1060), a chat room (1062), boards (1064) and/or classified advertising (1066). A data field may be provided to indicate and/or modify the sites disclaimers such as legal, medical, financial and/or official game (1068). A data field may be included to indicate and/or modify whether the cite has a copyright notice (1070). A data field may be provided to indicate whether the site maintains a Citibank™ profile (1072) and whether the site has business listings (1074). The custom profile feature such as the profiles in (1072) and/or (1074) may direct a collaborative data mining system to specifically “brand” the site or advertise on the site with the designated profile. The present invention may contain profiles for a plurality of customer profiles to create virtual collaborative data mining networks or subnetworks within a larger collaborative data mining network. The modify site menu may have a submit query function that may also modify the data entry (1076). And finally, the modify site menu may have a reset button to reset the menu (1078).
  • FIG. 13D may provide a guide management function to add an application ([0081] 1080). This guide management function may be used to add a new guide application to the system described herein to begin the guide training process. For example, the guide management system may provide an “Air Travel” site application (1082). The site application may provide a username data field (1084) to receive a user name. A date field may be provided to receive or provide the current date (1086). Data fields for the title (1088), first name (1090), last name (1092), legal first name (1094), legal last name (1098) and e-mail address (1098) may be included to receive information about the applicant may be included. Data fields may be provided for a secondary e-mail address (1100), an addresses line one (1102), an address line two (1104), a city data line (1106), a state data line (1108), a zip code (1110), country (1112) and telephone information (1114). A data field may be provided to indicate what operating system the guide uses and/or intends to use (1116). A data field may be provided to track when the application was received (1120) and when and if the application was rejected (1122). The status of the application may be tracked with a pull down data field (1124). A data field may track whether the applicant was a referral and by whom the applicant was referred (1126). A referrer name data field may also be provided to track the name of a referrer (1128). A data text field may be provided to receive general comments on the guide application (1130). The add application menu may provide a submit function button (1132) to submit the application to the system and a reset button (1134) to reset the guide application screen.
  • FIG. 13E may provide a guide application modification menu to modify the data or status of a guide application. The guide modification menu tracks the add guide menu described above in FIG. 13D and its description is incorporated herein. [0082]
  • FIG. 13F may provide a means for assigning guides to classes for guide training ([0083] 1136). A data menu may be provided (1138) to move accounts from an un-assigned status to an assigned status. A data field may be provided to list un-assigned accounts (1140). Function buttons may be provided to move accounts to an assigned status (1144) and assigned account back to an un-assigned status (1146). A data field may be provided to list assigned accounts (1142). A class name pull down menu may be provided to select a class name (1148). A due date data field may be provided to indicate a due date for the class (1150). A pull down menu may be provided to select a peer mentor (1152) and a pull down menu may be provided to select an assistant editor (1154) for the class. A function button may be provided to submit the form for data entry (1156). The class assignment menu may function by highlighting a list of accounts from the unassigned data field (1140) and clicking the add function button (1144) to move the highlighted accounts to the assigned accounts data list. Once accounts are in the assigned data field, a user may assign a peer mentor and editor to the class. When the submit function button (1156) is pressed the ATMS may create a new class for the guide training program described herein.
  • FIG. 13G may provide a guide management function for tracking and modifying the guide accounts on a collaborative data mining system. An account tracking and modification menu may be provided ([0084] 1158) to track and/or modify each guide in the network. The account tracking menu may provide identification information such as a tracking number (1160), a user name data field (1162), a current date data field (1164) a site name data field (1165), a title data field (1166) and guide information such as the first name (1168), the last name (1170), e-mail address (1172), a secondary e-mail address (1174) and a telephone number (1176). Data fields may be provided to include a class name (1178), class mentor (1180) and/or peer mentor (1181). Data fields may be provided to track and/or schedule the guide's progress through the development process such as a due date field (1182), a review date field (1184), an active date field (1186), a graduation date field (1188) and a termination date field (if any) (1190). A pull down menu may be provided to indicate the reason (if any) a guide was terminated (1192). A pull down menu may be provided to indicate the application status (1194) and whether there is any reason the application s on hold (1196). Data fields may be provided to track the dates for the system's review such as the final quality control date (1198), the final edit date (1200), the final review date (1202), the hold date (1204) and the promotion date (if any) (1206). Data fields may also be provided to track when a contract was sent out to the guide (1208) and whether the contract was sent back (1210). Radio button type data fields may be provided to indicate whether a photograph has been received (1212), whether the navigational links for the site are in place (1214) and whether the art for the site is ready for deployment (1215). FIG. 13H may provide additional data fields for the guide management account tracking and/or modification system. Text data fields may be provided to receive mentor comments (1138), editor comments (1140) and general comments (1142) about the guide and/or the account. In general, the functionality provided in this menu provides a means for tracking the guide's and a site's progress through the mentoring system. The menu provides a function button (1222) to submit and/or track the relevant data in the network. The system also provides a reset button (1224) to reset the data menu.
  • FIG. 13I may provide a means for guide management for affiliate graduations ([0085] 1226). This tracking and status menu may provide identification information like that described above and incorporated herein, to identify the guide, the class and other appropriate information as described above. In this example, the guide has been placed on hold and the reasons therefore are indicated in the hold reasons data field (1232). The example also shows text information that more specifically describes the status in the mentor comments data text field (1334). This guide management function provides the submit function button (1228) and the reset function button (1230) to submit and/or reset the function respectively.
  • FIG. 13J provides a means for tracking and managing the details on the particular contract with each guide in the network. A guide management menu may be provided for managing and tracking guide contracts ([0086] 1340). The contract management menu may provide a data field for the guide identification number assigned by the system (1342), a guide username (1344) and the current date (1346). Data fields may be provided for identifying the guide such as the guide's first name (1348), last name (1350), legal first name (1352), legal last name (1354), e-mail address (1356) and secondary e-mail address (1358). A data field may be provided to identify the exact site name (1360) as well as historical information such as when the application was received (1362). A data field may be provided to identify a contract number (1364) and whether the associate agreement has been sent out (1366) and whether the associate agreement has been received back (1372). Data fields may be provided to identify a license (1374,) and the payout amount for the guide's services (1376). A data text field may be provided to note any contract addendum(s) (1378) and general comments (1380). The guide management function also provide data fields to note a termination date (1382) and a reason for the termination (1384). This guide management function may also provide a submit function key to submit and/or track data (1386). A reset button is also provided to reset the data form (1388).
  • The Quality Control Process [0087]
  • The quality control process of the present invention may be used to automatically check the quality of web sites that are managed by the collaborative data mining system. Thus, the data mining system of the present invention has taken what was once a subjective human-resource intensive process and refined it to a checklist that may be completed in 20 minutes per site. This degree of refinement, as well as the technical enhancements for e-mail and tracking allows the present invention to ensure quality across the whole network by allowing the system to check all sites biweekly. [0088]
  • FIG. 5 provides a detailed diagram of a quality control process that may be used by system element ([0089] 24). The quality control process may begin with a list of the live sites maintained by the network (302). The quality criteria of the sites may used to create a predetermined quality control checklist (304) and (306). The quality control process may perform spot checks (308) of the list of the web sites maintained by the system. The quality control process may use a software routine to automatically check a site for dead links that reference other web pages (310). The quality control process may use a software routine to check when the site was last updated to assure that the guide is actively participating (312) in the network. The quality control process also may check for feedback from other web users (314). From these quality control subroutines a list of action items may be generated for the guides (316). After a predetermined time, the sites may be re-evaluated to check for compliance (318) with the list of action items generated above (316). The quality control process may also maintain a confidential or public on-line forum for peer review (320). The total quality control scoring and tracking of the number of “hits” may be used to adjust the financial compensation for the guide (324).
  • The Frame System [0090]
  • FIG. 6 provides a detailed diagram of the frame system. The frame system assures that the proper frame set is displayed at the end user's web browser no matter how that user entered into the network of sites in the collaborative data mining system. More specifically, a page may arrive at a web browser ([0091] 502). At that time, embedded java script code may be executed to query the “frames” object. If the frames object is greater than one then the java script may ask the object for the name of frame number one. If the name of frame number one designates a predetermined frame then the system knows the appropriate banner is already displayed (508) and the frame system does nothing more (506). If, however, the name of the frame is not the predetermined frame (510) then the system dynamically builds the frame set for the requested page (512). The frame system may then pass the frame set and appropriate data to the browser where the browser can process the frame set and cause the appropriate banner and page data display (514). The frame system may then exit (516).
  • FIG. 6A may depict the collaborative guide system of the present invention processing links from third party web pages. In processing links from third party web sites, the present invention's collaborative page generator system can customize the taxonomy of the system and co-brand the generated web pages. The system may co-brand generated web pages by displaying the third party's brand logo, color scheme or distinctive mark(s) or trade dress and by limiting the advertising displayed on the page. For example, the collaborative system may be programmed to filter out advertisements from the third party's direct competitors when the collaborative system generates pages within the co-branded taxonomy. Furthermore, the system may be programmed to filter advertisements and the taxonomy that the third party finds objectionable, e.g., links to competitors sites, links to sites that contains sexual content and the system's taxonomy that contains sexual content and/or any other taxonomy restrictions. [0092]
  • The restrictions to the collaborative system taxonomy may, in effect, create a virtual taxonomy for each third party supported by the system. For example, a third party internet site may wish to provide links to information available on the collaborative system of the present invention. However, they may find the discussion in the health section of the collaborative taxonomy and, more specifically, the section on sex within the health section to be objectionable and not wish that information to be displayed or affiliated with the co-branded web pages. In another instance, the third party may wish to restrict the taxonomy to only business and financial related sites and exclude all other sites in the collaborative taxonomy. [0093]
  • FIG. 6A shows a methodology whereby the taxonomy of the present invention can be modified to allow a user who accesses the collaborative guide system through the third party link to receive a customized taxonomy while maintaining the ability to navigate the customized taxonomy of the collaborative guide system. [0094]
  • Block ([0095] 520) may represent a web link on a third party web service to the collaborative system. Such a link may be generated in a response to a search request or through the third party placing a link on the site to the collaborative guide system of the present invention. This link may point to a predetermined URL for entry into the collaborative system, e.g., the virtual taxonomy of the collaborative system (522). A predetermined URL may be created for each third party account.
  • A script file or executable program may be located at the predetermined URL. The script or executable program may set a parameter (or a cookie) at the participant's web browser to denote a predetermined profile that may identify the third party site as the point of entry to the system. The programming of the parameter or the cookie may be performed at logical step ([0096] 524).
  • After the cookie or parameter is set ([0097] 524), the script or executable program located at the predetermined URL (522) may redirect the URL request into the collaborative web system (526). The redirection may point to the URL within the taxonomy of the collaborative guide system. The URL re-direct may pass an argument on the URL redirect command (528) that indicates the profile for the third party web service should be employed by the system.
  • A “standard” collaborative web page from the system ([0098] 530) may be generated by employing the argument passed from the redirect command 526. It is understood that the information passed in the argument may be located within the cookie set above (524) or be embedded in the URL redirection.
  • The collaborative guide system may then generate a response to the request for the web page ([0099] 532) as generally shown in FIG. 8 of the present invention. However, the generation program may use the passed argument(s) (528) or the value set in the cookie (524) to generate an appropriate web page and/or taxonomy. Such a web page may display a taxonomy that excludes objectionable or otherwise undesired sites.
  • The collaborative guide system may generate virtual advertisements ([0100] 524) with the arguments from either the cookie (524) or the passed argument(s) (528). Furthermore, the collaborative system may generate web pages by using the global information available, see FIG. 8, that contains the logos, trade dress, color scheme and the like to co-brand the page web or the third party identified in the passed parameter or the pre-set cookie. Thus, by using the collaborative techniques described herein, in combination with additional information that identifies the third party, the present invention may create a virtual taxonomy tailored to the needs of the third party.
  • FIG. 8 may depict the generic structure employed by the features discussed above in FIG. 6A. A URL request may enter the system ([0101] 702) and pass to the URL filter (704) which in turn may be directed to FIG. 6. The collaborative URL page generator (708) may use the URL filter to generate the URL response generated in part from the modified templates from the guides (710) and the advertising database (711). Finalized guide templates, as discussed above, may pull in information from the global HTML files (706) to generate the URL response (714).
  • FIG. 7 may depict a very simple frame based data format. The banner frame is shown ([0102] 602) above the content frame (604). In the typical application, the banner frame provides the branded look and feel to the web site and the content frame (604) provides the topical content.
  • Thus, the present invention provides a means for creating, managing, maintaining and automating a collaborative data mining system. This disclosure provides an exemplary disclosure of this system and other ways to implement and/or modify the execution of the present invention are within both the spirit and scope of this disclosure. [0103]

Claims (4)

Therefore, we claim:
1. A method for collaborative HTML processing comprising the steps of:
providing HTML page templates to a plurality of workers;
providing HTML global data at a server computer, said HTML global data for working on conjunction with said HTML page templates;
providing instructions to include the HTML global include instructions;
processing said HTML templates to generate complete HTML pages wherein said HTML global data interacts with said HTML template to form a composite web page.
2. The method of collaborative HTML processing of claim 1 comprising the further steps of:
modifying said HTML global data;
processing said HTML global data from said step of modifying to combine said HTML global data with a plurality of HTML templates to effect a global change to the web pages on said server computer.
3. A computer apparatus for collaborative mass production of HTML web pages comprising:
a server computer;
a storage device operatively connected to said server computer, said storage device storing HTML global data files;
a collaborative web page generator executing on said server computer, said web page generator combining said HTML global data files with a HTML template file, to create a completed HTML web page wherein said HTML global data interacts with said HTML template to form a combined response.
4. A collaborative data system for use on the Internet comprising:
a guide acquisition system for initially screening perspective guides from the Internet;
an application processing system operationally connected to said guide acquisition system, said application processing system providing further screening of said guides from said guide acquisition system;
a mass mentoring system operationally connected to said application processing system, said mass mentoring system providing an on-line education and forum for said guides selected from said application processing system said mass mentoring;
system distributing HTML templates to said guides;
a collaborative page generator system operationally connected to said mass mentoring system said collaborative page generator system generating a complete web page, wherein said complete web page combines global HTML data with data in said HTML template;
a frames system operationally connected to said collaborative page generator system, said frames system receiving information from a web browser to determine whether a banner frame has been previously loaded by said web browser and then responding to said information with the properly framed data response if the banner frame is not present.
US10/461,917 1997-02-07 2003-06-12 Collaborative internet data mining system Abandoned US20030208535A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US10/461,917 US20030208535A1 (en) 2001-12-28 2003-06-12 Collaborative internet data mining system
US10/921,759 US8719333B2 (en) 1997-02-07 2004-08-19 System and method for collecting content using templates for distribution to internet users
US14/258,309 US9195770B1 (en) 1997-02-07 2014-04-22 System and method for identifying content using content templates for distribution to internet users

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/033,392 US20020062343A1 (en) 1997-02-07 2001-12-28 Collaborative internet data mining system
US10/461,917 US20030208535A1 (en) 2001-12-28 2003-06-12 Collaborative internet data mining system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/033,392 Continuation US20020062343A1 (en) 1997-02-07 2001-12-28 Collaborative internet data mining system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US10/921,759 Continuation US8719333B2 (en) 1997-02-07 2004-08-19 System and method for collecting content using templates for distribution to internet users

Publications (1)

Publication Number Publication Date
US20030208535A1 true US20030208535A1 (en) 2003-11-06

Family

ID=29268533

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/461,917 Abandoned US20030208535A1 (en) 1997-02-07 2003-06-12 Collaborative internet data mining system
US10/921,759 Expired - Fee Related US8719333B2 (en) 1997-02-07 2004-08-19 System and method for collecting content using templates for distribution to internet users
US14/258,309 Expired - Fee Related US9195770B1 (en) 1997-02-07 2014-04-22 System and method for identifying content using content templates for distribution to internet users

Family Applications After (2)

Application Number Title Priority Date Filing Date
US10/921,759 Expired - Fee Related US8719333B2 (en) 1997-02-07 2004-08-19 System and method for collecting content using templates for distribution to internet users
US14/258,309 Expired - Fee Related US9195770B1 (en) 1997-02-07 2014-04-22 System and method for identifying content using content templates for distribution to internet users

Country Status (1)

Country Link
US (3) US20030208535A1 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050119050A1 (en) * 2003-11-28 2005-06-02 Nintendo Co., Ltd. Game apparatus and storage medium storing a game program
US20080021721A1 (en) * 2006-07-19 2008-01-24 Chacha Search, Inc. Method, apparatus, and computer readable storage for training human searchers
US20080022211A1 (en) * 2006-07-24 2008-01-24 Chacha Search, Inc. Method, system, and computer readable storage for podcasting and video training in an information search system
US20080033959A1 (en) * 2006-08-07 2008-02-07 Chacha Search, Inc. Method, system, and computer readable storage for affiliate group searching
US20080243877A1 (en) * 2007-04-02 2008-10-02 International Business Machines Corporation Promoting content from one content management system to another content management system
US20100083132A1 (en) * 2008-09-30 2010-04-01 Lenovo (Singapore) Pte. Ltd. Preventing redirection loops during collaborative web browsing
US7792967B2 (en) 2006-07-14 2010-09-07 Chacha Search, Inc. Method and system for sharing and accessing resources
US7873532B2 (en) 2006-07-19 2011-01-18 Chacha Search, Inc. Method, system, and computer readable medium useful in managing a computer-based system for servicing user initiated tasks
US7962466B2 (en) 2006-01-23 2011-06-14 Chacha Search, Inc Automated tool for human assisted mining and capturing of precise results
US8117196B2 (en) 2006-01-23 2012-02-14 Chacha Search, Inc. Search tool providing optional use of human search guides
US8266130B2 (en) 2006-01-23 2012-09-11 Chacha Search, Inc. Search tool providing optional use of human search guides
US8577894B2 (en) 2008-01-25 2013-11-05 Chacha Search, Inc Method and system for access to restricted resources
US20150067540A1 (en) * 2013-09-02 2015-03-05 Samsung Electronics Co., Ltd. Display apparatus, portable device and screen display methods thereof
US20150200985A1 (en) * 2013-11-13 2015-07-16 T1visions, Inc. Simultaneous input system for web browsers and other applications
US10996839B2 (en) * 2019-05-20 2021-05-04 Microsoft Technology Licensing, Llc Providing consistent interaction models in communication sessions
US11188623B2 (en) * 2019-05-22 2021-11-30 LINE Plus Corporation Method, system, and non-transitory computer-readable record medium for providing content copyright in chatroom

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020161603A1 (en) * 2001-04-16 2002-10-31 Tanagraphics, Inc. Interactive publishing system providing content management
US7975000B2 (en) * 2005-01-27 2011-07-05 Fmr Llc A/B testing of a webpage
WO2007106148A2 (en) * 2006-02-24 2007-09-20 Vogel Robert B Internet guide link matching system
US20080059294A1 (en) * 2006-09-05 2008-03-06 Klaus Schauser Systems and methods for displaying targeted advertisements to users of workflow software
US7778875B2 (en) * 2006-09-05 2010-08-17 Appfolio, Inc. Systems and methods for generating advertiser recommendations from users of workflow software
US8327254B2 (en) 2006-11-09 2012-12-04 Wishfi Pte. Ltd Method and system for associating one or more contents with an electronic page
US8843831B2 (en) * 2008-11-18 2014-09-23 Novell, Inc. Techniques for information collaboration
AU2010226395B2 (en) 2009-03-20 2016-10-13 Ad-Vantage Networks, Llc Methods and systems for searching, selecting, and displaying content
US8739044B1 (en) * 2011-03-04 2014-05-27 Amazon Technologies, Inc. Collaborative browsing on a network site

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5019961A (en) * 1989-04-05 1991-05-28 Cadware, Inc. Computer apparatus and method for logical modelling
US5088052A (en) * 1988-07-15 1992-02-11 Digital Equipment Corporation System for graphically representing and manipulating data stored in databases
US5347632A (en) * 1988-07-15 1994-09-13 Prodigy Services Company Reception system for an interactive computer network and method of operation
US5361393A (en) * 1992-01-28 1994-11-01 Prodigy Services Company Method for improving interactive-screen uploading of accounting data
US5572643A (en) * 1995-10-19 1996-11-05 Judson; David H. Web browser with dynamic display of information objects during linking
US5778368A (en) * 1996-05-03 1998-07-07 Telogy Networks, Inc. Real-time embedded software respository with attribute searching apparatus and method
US5787450A (en) * 1996-05-29 1998-07-28 International Business Machines Corporation Apparatus and method for constructing a non-linear data object from a common gateway interface
US5790785A (en) * 1995-12-11 1998-08-04 Customer Communications Group, Inc. World Wide Web registration information processing system

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5359508A (en) 1993-05-21 1994-10-25 Rossides Michael T Data collection and retrieval system for registering charges and royalties to users
US5812769A (en) 1995-09-20 1998-09-22 Infonautics Corporation Method and apparatus for redirecting a user to a new location on the world wide web using relative universal resource locators
US5717860A (en) 1995-09-20 1998-02-10 Infonautics Corporation Method and apparatus for tracking the navigation path of a user on the world wide web
US5712979A (en) 1995-09-20 1998-01-27 Infonautics Corporation Method and apparatus for attaching navigational history information to universal resource locator links on a world wide web page
US5819285A (en) 1995-09-20 1998-10-06 Infonautics Corporation Apparatus for capturing, storing and processing co-marketing information associated with a user of an on-line computer service using the world-wide-web.
US5963924A (en) 1996-04-26 1999-10-05 Verifone, Inc. System, method and article of manufacture for the use of payment instrument holders and payment instruments in network electronic commerce
US5835712A (en) 1996-05-03 1998-11-10 Webmate Technologies, Inc. Client-server system using embedded hypertext tags for application and database development
US5864871A (en) 1996-06-04 1999-01-26 Multex Systems Information delivery system and method including on-line entitlements
US5802518A (en) 1996-06-04 1998-09-01 Multex Systems, Inc. Information delivery system and method
US5819271A (en) 1996-06-04 1998-10-06 Multex Systems, Inc. Corporate information communication and delivery system and method including entitlable hypertext links
US5842981A (en) 1996-07-17 1998-12-01 Criticare Systems, Inc. Direct to digital oximeter
US5933811A (en) 1996-08-20 1999-08-03 Paul D. Angles System and method for delivering customized advertisements within interactive communication systems
US5892909A (en) * 1996-09-27 1999-04-06 Diffusion, Inc. Intranet-based system with methods for co-active delivery of information to multiple users
US5897622A (en) 1996-10-16 1999-04-27 Microsoft Corporation Electronic shopping and merchandising system
US6052717A (en) 1996-10-23 2000-04-18 Family Systems, Ltd. Interactive web book system
US6026474A (en) 1996-11-22 2000-02-15 Mangosoft Corporation Shared client-side web caching using globally addressable memory
US6044218A (en) 1997-01-31 2000-03-28 Sun Microsystems, Inc. System, method and article of manufacture for creating a live application or applet development environment
CA2268571C (en) 1997-02-07 2010-04-06 General Internet, Inc. Collaborative internet data mining system
US5960429A (en) 1997-10-09 1999-09-28 International Business Machines Corporation Multiple reference hotlist for identifying frequently retrieved web pages

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5088052A (en) * 1988-07-15 1992-02-11 Digital Equipment Corporation System for graphically representing and manipulating data stored in databases
US5347632A (en) * 1988-07-15 1994-09-13 Prodigy Services Company Reception system for an interactive computer network and method of operation
US5442771A (en) * 1988-07-15 1995-08-15 Prodigy Services Company Method for storing data in an interactive computer network
US5019961A (en) * 1989-04-05 1991-05-28 Cadware, Inc. Computer apparatus and method for logical modelling
US5361393A (en) * 1992-01-28 1994-11-01 Prodigy Services Company Method for improving interactive-screen uploading of accounting data
US5572643A (en) * 1995-10-19 1996-11-05 Judson; David H. Web browser with dynamic display of information objects during linking
US5790785A (en) * 1995-12-11 1998-08-04 Customer Communications Group, Inc. World Wide Web registration information processing system
US5778368A (en) * 1996-05-03 1998-07-07 Telogy Networks, Inc. Real-time embedded software respository with attribute searching apparatus and method
US5787450A (en) * 1996-05-29 1998-07-28 International Business Machines Corporation Apparatus and method for constructing a non-linear data object from a common gateway interface

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8029348B2 (en) * 2003-11-28 2011-10-04 Nintendo Co., Ltd. Game apparatus and storage medium storing a game program
US20050119050A1 (en) * 2003-11-28 2005-06-02 Nintendo Co., Ltd. Game apparatus and storage medium storing a game program
US8266130B2 (en) 2006-01-23 2012-09-11 Chacha Search, Inc. Search tool providing optional use of human search guides
US8117196B2 (en) 2006-01-23 2012-02-14 Chacha Search, Inc. Search tool providing optional use of human search guides
US7962466B2 (en) 2006-01-23 2011-06-14 Chacha Search, Inc Automated tool for human assisted mining and capturing of precise results
US20110208712A1 (en) * 2006-01-23 2011-08-25 Chacha Search, Inc. Automated tool for human assisted mining and capturing of precise results
US7792967B2 (en) 2006-07-14 2010-09-07 Chacha Search, Inc. Method and system for sharing and accessing resources
US20080021721A1 (en) * 2006-07-19 2008-01-24 Chacha Search, Inc. Method, apparatus, and computer readable storage for training human searchers
US7873532B2 (en) 2006-07-19 2011-01-18 Chacha Search, Inc. Method, system, and computer readable medium useful in managing a computer-based system for servicing user initiated tasks
US20110066462A1 (en) * 2006-07-19 2011-03-17 Chacha Search, Inc. Method, System, and Computer Readable Medium Useful in Managing a Computer-Based System for Servicing User Initiated Tasks
US20080022211A1 (en) * 2006-07-24 2008-01-24 Chacha Search, Inc. Method, system, and computer readable storage for podcasting and video training in an information search system
US8327270B2 (en) 2006-07-24 2012-12-04 Chacha Search, Inc. Method, system, and computer readable storage for podcasting and video training in an information search system
US7801879B2 (en) 2006-08-07 2010-09-21 Chacha Search, Inc. Method, system, and computer readable storage for affiliate group searching
US20080033959A1 (en) * 2006-08-07 2008-02-07 Chacha Search, Inc. Method, system, and computer readable storage for affiliate group searching
US8725768B2 (en) 2006-08-07 2014-05-13 Chacha Search, Inc. Method, system, and computer readable storage for affiliate group searching
US20080243877A1 (en) * 2007-04-02 2008-10-02 International Business Machines Corporation Promoting content from one content management system to another content management system
US8095873B2 (en) 2007-04-02 2012-01-10 International Business Machines Corporation Promoting content from one content management system to another content management system
US8577894B2 (en) 2008-01-25 2013-11-05 Chacha Search, Inc Method and system for access to restricted resources
US9509767B2 (en) * 2008-09-30 2016-11-29 Lenovo (Singapore) Pte. Ltd. Preventing redirection loops during collaborative web browsing
US20100083132A1 (en) * 2008-09-30 2010-04-01 Lenovo (Singapore) Pte. Ltd. Preventing redirection loops during collaborative web browsing
US8706811B2 (en) * 2008-09-30 2014-04-22 Lenovo (Singapore) Pte. Ltd. Preventing redirection loops during collaborative web browsing
US20140229548A1 (en) * 2008-09-30 2014-08-14 Lenovo (Singapore) Pte. Ltd. Preventing redirection loops during collaborative web browsing
US20150067540A1 (en) * 2013-09-02 2015-03-05 Samsung Electronics Co., Ltd. Display apparatus, portable device and screen display methods thereof
US20150200985A1 (en) * 2013-11-13 2015-07-16 T1visions, Inc. Simultaneous input system for web browsers and other applications
US9596319B2 (en) * 2013-11-13 2017-03-14 T1V, Inc. Simultaneous input system for web browsers and other applications
US10447744B2 (en) * 2013-11-13 2019-10-15 TIV, Inc. Simultaneous input system for web browsers and other applications
US20210160291A1 (en) * 2013-11-13 2021-05-27 T1V, Inc. Simultaneous input system for web browsers and other applications
US11570222B2 (en) * 2013-11-13 2023-01-31 T1V, Inc. Simultaneous input system for web browsers and other applications
US10996839B2 (en) * 2019-05-20 2021-05-04 Microsoft Technology Licensing, Llc Providing consistent interaction models in communication sessions
US11188623B2 (en) * 2019-05-22 2021-11-30 LINE Plus Corporation Method, system, and non-transitory computer-readable record medium for providing content copyright in chatroom
US11586712B2 (en) 2019-05-22 2023-02-21 LINE Plus Corporation Method, system, and non-transitory computer-readable record medium for providing content copyright in chatroom

Also Published As

Publication number Publication date
US20050198116A1 (en) 2005-09-08
US9195770B1 (en) 2015-11-24
US8719333B2 (en) 2014-05-06

Similar Documents

Publication Publication Date Title
US6336132B2 (en) Internet resource location system with identified and approved human guides assigned to specific topics to provide content related to the topic
US9195770B1 (en) System and method for identifying content using content templates for distribution to internet users
Vidgen Developing web information systems: from strategy to implementation
US6697821B2 (en) Content development management system and method
US20070162547A1 (en) Methods and apparatus for community organization
US20060240396A1 (en) Training enterprise and method therefor
US20080102422A1 (en) Method of and systems for business and narrative development
AU2002329152A1 (en) Training enterprise and method therefor
US20050125273A1 (en) System and method for interactive coordination of time schedules and project opportunities
US20080086678A1 (en) System and method for preparing distributable multimedia presentations over the internet
JP2005332280A (en) Evaluation system of anonymous information in provision of job offer/job hunting information and relevant information using network
Fraser Real world ASP. NET: Building a content management system
US20050288949A1 (en) Method of employing a computer network for disseminating information to economic development practitioners
WO2000072114A2 (en) Collaborative reviewing and publishing manuscripts
WO2000028438A1 (en) System for providing business information
US20080222167A1 (en) Submission system and method
CA2306331A1 (en) Collaborative internet data mining system
Shaker Lessons learned from war room designs and implementations
Teich et al. World wide web technology in support of negotiation and communication
Rekha Nair Spot IT internal intranet website/Rekha Nair C. Gamgadharan Nair
Vernon et al. A Portal for a School of Social Work: Going for the Edge
Dube et al. A Website Maturity Model: The Case of Zimbabwean Supermarkets
Penland Implementation of web-based team collaboration tools in the architectural, engineering and construction industry
US20020188463A1 (en) Method of employing a computer network for disseminating information to economic development practitioners
Sellar Can regional community web portals become sustainable?: the Albany GateWAy: a case study

Legal Events

Date Code Title Description
AS Assignment

Owner name: NIIGATA SEIMITSU CO., LTD., JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MIYAGI, HIROSHI;REEL/FRAME:015207/0132

Effective date: 20031219

STCB Information on status: application discontinuation

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

AS Assignment

Owner name: ABOUT, INC., NEW YORK

Free format text: MERGER;ASSIGNOR:ABOUT.COM, INC.;REEL/FRAME:015409/0120

Effective date: 20020131