KR20000017770A - Classification diagram - Google Patents

Classification diagram Download PDF

Info

Publication number
KR20000017770A
KR20000017770A KR1019990053686A KR19990053686A KR20000017770A KR 20000017770 A KR20000017770 A KR 20000017770A KR 1019990053686 A KR1019990053686 A KR 1019990053686A KR 19990053686 A KR19990053686 A KR 19990053686A KR 20000017770 A KR20000017770 A KR 20000017770A
Authority
KR
South Korea
Prior art keywords
classification
folder
site
information
chart
Prior art date
Application number
KR1019990053686A
Other languages
Korean (ko)
Other versions
KR100343854B1 (en
Inventor
주승철
Original Assignee
주승철
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주승철 filed Critical 주승철
Priority to KR1019990053686A priority Critical patent/KR100343854B1/en
Publication of KR20000017770A publication Critical patent/KR20000017770A/en
Priority to AU61862/00A priority patent/AU6186200A/en
Priority to PCT/KR2000/000826 priority patent/WO2001011441A2/en
Priority to EP00948377A priority patent/EP1247148A2/en
Application granted granted Critical
Publication of KR100343854B1 publication Critical patent/KR100343854B1/en

Links

Classifications

    • G06F17/30

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE: A classification chart is provided, which comprises a plurality of folder addresses by a sight according a certain classification reference and is directly connected to a request folder without an upper directory to search an information. CONSTITUTION: A classification chart comprises the steps of: (210) receiving a plurality of sight information and one or more folder information located in a directory of a corresponding sight according to a classification reference to store the information in a database; (230-232) categorizing a plurality of folder according to the classification reference using the sight information and the folder information read from the database, and being directly connected to one among a plurality of folders to embody a classification chart arranged by a sight; (240, 250) providing the embodied classification chart to users to display; and (260, 270, 280, 290) responding to the request of users to be connected to a corresponding folder. Thereby, it is possible to secure more internet users in a cyber shopping or an information search.

Description

분류도표{CLASSIFICATION DIAGRAM}Classification Chart {CLASSIFICATION DIAGRAM}

본 발명은 컴퓨터 네트워크에서의 정보 검색 기술에 관한 것으로서, 특히 유사한 콘텐츠를 담고 있는 복수의 폴더 주소가 소정의 분류기준에 따라 사이트별로 구성되어 상위 디렉토리를 거치지 않고 요청된 폴더로 직접 접속하여 정보 검색할 수 있도록 된 분류도표에 관한 것이다.The present invention relates to an information retrieval technique in a computer network. In particular, a plurality of folder addresses containing similar contents are configured for each site according to a predetermined classification criterion to directly access a requested folder without going through an upper directory. It is about a classification chart that can be used.

또 본 발명은 유사한 콘텐츠를 담고 있는 복수의 폴더 정보를 소정의 분류기준에 따라 등록하고, 이 등록정보를 이용하여 사이트별로 복수의 폴더 정보를 분류하여 이용자에게 제공하고 이용자에 의해 요청된 폴더로 직접 접속하여 정보 검색할 수 있도록 된 분류도표를 구현하는 방법에 관한 것이다.In addition, the present invention registers a plurality of folder information containing similar content according to a predetermined classification criteria, using the registration information to classify a plurality of folder information for each site to provide to the user and directly to the folder requested by the user The present invention relates to a method of implementing a classification diagram that enables access to information retrieval.

일반적으로, WWW(World-Wide Web)은 인터넷에 분산되어 있는 수많은 정보를 하이퍼미디어 기술을 이용해 검색하는 정보 검색 시스템이다. WWW는 클라이언트-서버(client-server) 모델을 이용하여, 정보를 가진쪽은 서버를 구축하여 정보를 제공하고, 클라이언트는 브라우저를 통해 서버에 접근하여 정보를 볼 수 있다. 그리고, 서버는 하이퍼텍스트 표기 언어(HTML;Hyper Text Markup Language)로 문서를 만든다. 하이퍼텍스트는 물론 텍스트 이외에 영상, 음향 등 여러 가지 미디어를 포함하는 하이퍼미디어는 링크 관계로 연결되어, 이 링크를 따라 서로 다른 서버를 쉽게 이동할 수 있다.In general, the World-Wide Web (WWW) is an information retrieval system for retrieving a large number of information distributed on the Internet using hypermedia technology. The WWW uses a client-server model, where the informed side builds a server to provide the information, and the client can access the server through a browser to view the information. The server then creates a document in Hyper Text Markup Language (HTML). Hypertext, which includes not only text but also various media such as video and sound, is connected in a link relationship so that different servers can be easily moved along this link.

또한, WWW에 분산되어 있는 정보를 원활하게 검색할 수 있도록 웹 주소(Universal Resource Locator;이하 URL라함)라는 이름 지정 표준을 사용한다. 클라이언트는 접근하고자 하는 이름을 URL로 기술하여 정보가 저장된 서버에 접근한다. URL 표현 형식은 "프로토콜://인터넷 주소/디렉토리 파일 이름"이다.It also uses a naming standard called Web Address (Universal Resource Locator) to facilitate the retrieval of information distributed across the World Wide Web. The client accesses the server where the information is stored by describing the name to be accessed as a URL. The URL representation format is "Protocol: // Internet Address / Directory File Name".

예컨대, "http://www.modusa.co.kr/tm/tm.cgl?ac=list"와 같은 URL에서, "www.modusa.co.kr"은 자원이 저장된 서버의 주소를 의미하고, "/tm/tm.cgl?ac=list"는 그 서버에 있는 디렉토리를 의미하는 것으로 "/"기호를 사용해서 계층적 디렉토리를 갖는 파일 시스템에서의 디렉토리 이름을 정하게 된다.For example, in a URL such as "http://www.modusa.co.kr/tm/tm.cgl?ac=list", "www.modusa.co.kr" means the address of the server where the resource is stored. "/tm/tm.cgl?ac=list" stands for a directory on the server, and the "/" symbol is used to name a directory in a file system with a hierarchical directory.

클라이언트의 인터넷 사이트를 접속 과정은 다음과 같다. 클라이언트의 웹브라우저를 구동시키게 되면 통상의 인터넷 연결수단에 의해 상기 웹브라우저와 인터넷과의 물리적인 연결이 설정된다. 여기서, 웹 브라우저는 많은 네트워크 및 서버 서비스에 대한 억세스를 위한 기본적인 인터페이스되어 있으며, 익스플로러, 넷스케이프 네비게이터와 같은 HTML-호완성 웹 브라우저가 널리 이용되고 있다.The process of accessing the client's Internet site is as follows. When the client's web browser is driven, a physical connection between the web browser and the Internet is established by a normal internet connection means. Here, the web browser is a basic interface for accessing many network and server services, and HTML-complementary web browsers such as Explorer and Netscape Navigator are widely used.

인터넷 연결 이후, 웹 브라우저의 사용자가 (URL)을 통해 링크를 명시하면, 클라이언트는 URL의 호스트명을 서버가 위치한 특정 네트워크 IP(Internet Protocol) 어드레스로 사상(map)시키기 위해 네이밍(naming) 서비스에 대한 요구를 발생한다. 그러면, 네이밍서비스는 그 요구에 응답할 수 있는 하나 또는 그 이상의 IP 어드레스의 리스트를 반송한다.After connecting to the Internet, when a user of a web browser specifies a link via (URL), the client then contacts the naming service to map the URL's hostname to the specific network IP (Internet Protocol) address where the server is located. Raises the need for The naming service then returns a list of one or more IP addresses that can respond to the request.

이러한 어드레스 중 하나를 이용하여 상기 웹 브라우저는 서버에 대한 접속을 설정하게 되고, 접속된 서버는 HTML에 따라 포맷팅된 문서 또는 다른 객체를 웹 브라우저로 출력한다.Using one of these addresses, the web browser establishes a connection to the server, and the connected server outputs a document or other object formatted according to HTML to the web browser.

한편, 많은 인터넷 이용자들은 하루에도 몇번씩 인터넷 검색 엔진의 도움으로 인터넷상에 분산되어 있는 무한히 존재하는 수많은 사이트를 검색하고 정보를 획득하게 된다. 현재 주도적인 두가지 검색 엔진은, 야후(Yahoo)와 알타비스타(Alta Vista)를 들 수 있다.On the other hand, many Internet users search and acquire information from a large number of infinitely distributed sites distributed on the Internet with the help of Internet search engines several times a day. The two leading search engines at the moment are Yahoo and Alta Vista.

야후는 수동적으로 인터넷 사이트를 분류하고 색인화하는 데, 이는 디렉토리 구조에서 웹사이트의 적절한 분류와 높은 질의 인덱스를 생성할 수 있다. 야후 회사의 편집스탭들이 인터넷 사이트를 방문하여 분류 디렉토리에 해당 사이트 주소를 등록하면, 일반 이용자들이 이 분류 디렉토리를 찾아서 원하는 사이트에 접속한 다음 원하는 정보를 찾아 사이트의 하부 폴더나 페이지를 검색한다.Yahoo manually categorizes and indexes Internet sites, which can generate an appropriate classification and high query index of websites in the directory structure. When Yahoo's editorial staff visits an Internet site and registers the site address in a classified directory, end users browse the classified directory to access the desired site, then search the subfolders or pages of the site for the desired information.

알타비스타(Alta Vista)는 야후의 분류 디렉토리와는 상관없이 사이트에 대한 키워드를 등록해 두면, 일반 사용자들은 원하는 정보의 함축된 키워드를 입력하여 등록된 정보를 획득할 수 있는 웹 사이트 목록 및 뉴스 그룹 정보를 구할 수 있다.Alta Vista registers keywords for sites regardless of Yahoo's classified directory, allowing end users to enter a list of websites and newsgroups that can obtain registered information by entering implicit keywords of the desired information. Information is available.

그러나, 이러한 검색 엔진들은 사이트의 홈페이지 주소만을 등록하여 데이터베이스로 구축해 놓았기 때문에, 사용자가 사이트의 디렉토리내의 특정 폴더나 하위 폴더를 접속하고자 할 때 홈페이지의 메인 페이지(일반적으로 index.html)를 통해 특정 페이지나 하위 폴더로의 이동이 가능해진다.However, since these search engines register only the homepage address of the site and build it as a database, when the user wants to access a specific folder or subfolder in the site directory, the search engine provides a specific homepage (usually index.html). You can move to a page or subfolder.

따라서, 검색 엔진을 통해 해당 사이트의 홈페이지에 일단 접속이 되면 사용자가 원하는 정보나 상품구매에 대한 정보를 찾기 위해 그 사이트의 계층적 디렉토리를 거쳐서 하위 폴더에 접속하는 이른바 종속적인 접속에 의해서 검색이 수행되므로, 반드시 일단 첫 페이지에 접속한 다음에 그에 따른 하위 폴더로 순차적으로 이동해야 하는 불편함이 있다.Therefore, once a user accesses the homepage of a site through a search engine, the search is performed by a so-called subordinated access through a hierarchical directory of the site to find information about the user's desired information or product purchase. Therefore, it is inconvenient to first access the first page and then sequentially move to the subfolder accordingly.

또한, 사용자가 어떤 항목을 분류 검색했을때, 너무나 많은 사이트들이 검색되어 사이트(회사)의 신용도나 질(quality)의 검증에 대한 우선순위에 상관없이 무작위로 나타나기 때문에 일반 사용자들은 그 많은 사이트들을 일일이 접속하여 그 내용을 확인해야 만이 그 내용을 알 수 있다. 이러한 이유로 사용자의 시간과 노력이 많이 소요되는 문제점이 있다.Also, when a user searches for a category, so many sites are searched and appear randomly regardless of the priority of the site's (credit) or quality verification. Only by connecting and checking its contents can it be known. For this reason, there is a problem that takes a lot of time and effort of the user.

예를 들어, 구매자가 상품을 구매하고자 할 경우, 원하는 물품의 종류, 품질, 가격등이 정보인데, 한 상품이 한 인터넷 쇼핑몰에만 전시되어 있는 것이 아니라 여러 쇼핑몰에 전시되어 있기 때문에 구매자는 그 상품에 대하여 가격을 포함한 상품제원이나 사양을 비교 하고자 할 것이다. 이를 위하여 기존에는 다수의 해당 쇼핑몰의 홈페이지에 접속한 다음에 해당상품이 속한 하부 폴더로 몇번의 클릭을 해야만이 이동할 수 있고 해당 상품을 선택하여 상품 정보를 확인할 수 있다. 또한, 인터넷 쇼핑몰의 수가 매우 많기 때문에 쇼핑몰의 사이트 주소를 모두 확인하여 해당 상품에 대한 정보를 일일이 확인해야 하는 불편함과 이에 따른 많은 히트수와 시간 비용이 상당히 부담이 되는 문제가 있다.For example, when a buyer wants to purchase a product, information such as the type, quality, and price of the desired product is information.Because a product is displayed in several shopping malls rather than only in one internet shopping mall, the buyer is interested in the product. We would like to compare product specifications and specifications, including prices. For this purpose, the user can access the homepages of a plurality of shopping malls only after a few clicks to a lower folder to which the corresponding product belongs, and select the corresponding product to check the product information. In addition, since the number of the Internet shopping malls is very large, there is a problem in that it is inconvenient to check all the site addresses of the shopping malls and check the information on the corresponding products one by one, and a large number of hits and time costs accordingly.

따라서, 본 발명의 목적은 상술한 문제점을 해결하기 위해 창출된 것으로서, 사용자가 접속하고자 하는 사이트 및 사이트 디렉토리내의 복수의 폴더를 소정의 분류기준에 따라 유사한 항목별로 일목요연하게 분류하여 해당 사이트 및/또는 폴더를 직접 접속할 수 있는 분류도표를 제공하는 데 그 목적이 있다. 또한 본 발명은 이용자의 접속수에 따라 실시간으로 자동순위가 매겨져서 질적 우수 사이트 순으로 자동으로 검색되어 배치된 분류도표를 제공하는 데 그 목적이 있다.Accordingly, an object of the present invention was created to solve the above-described problem, and a plurality of folders in a site and a site directory to be accessed by a user are classified by similar items according to a predetermined classification criterion, and the corresponding site and / or The purpose is to provide a taxonomy that provides direct access to folders. In addition, an object of the present invention is to provide a classification chart that is automatically ranked in real time according to the number of users connected, automatically searched and placed in the order of quality excellent sites.

본 발명의 다른 목적은 동종 서비스를 제공하는 복수개의 사이트들은 유사한 콘텐츠를 갖는 하위 폴더들을 가지고 있는 점에 착안하여, 하위 폴더 정보를 소정의 등록양식에 따라 등록받고, 이를 분류하여 이용자에게 제공하고 이용자의 선택에 의해 해당 하위 폴더를 직접 연결시켜 주는 분류도표를 구현하는 방법을 제공하는 데 그 목적이 있다.Another object of the present invention is to focus on the fact that a plurality of sites that provide similar services have subfolders with similar content, subfolder information is registered according to a predetermined registration form, classified and provided to the user and the user Its purpose is to provide a way to implement a taxonomy that directly links the subfolders by selecting.

상기 목적을 달성하기 위한 본 발명의 분류도표는 하나이상의 사이트내의 디렉토리에 존재하는 복수개의 폴더의 콘텐츠에 관련해서, 상기 복수개의 폴더가 소정의 분류기준에 따라 카테고리화되고, 상기 카테고리화된 복수개의 폴더 중 하나를 이용자의 요구에 반응해서 직접 연결시켜주는 복수개의 선택부가 상기 사이트별로 정렬된 것을 특징으로 한다.In order to achieve the above object, the classification chart of the present invention relates to the contents of a plurality of folders existing in a directory within one or more sites, wherein the plurality of folders are categorized according to a predetermined classification criterion, A plurality of selection units that directly connect one of the folders in response to a user's request is arranged by the sites.

상기 다른 목적을 달성하기 위한 본 발명은 (a)소정의 분류기준에 따라 복수개 사이트 정보 및 해당 사이트의 디렉토리에 있는 하나 이상의 폴더 정보를 입력받아 데이터베이스로 등록저장하는 단계; (b)상기 데이터베이스로부터 독출된 사이트 정보 및 폴더의 정보를 이용하여 상기 복수개의 폴더가 상기 분류 기준에 따라 카테고리화되고 상기 카테고리화된 복수개의 폴더 중 하나를 이용자의 요구에 반응해서 직접 연결시켜주는 복수개의 선택부가 상기 사이트별로 정렬된 분류도표를 구현하는 단계; (c)상기 구현된 분류도표를 이용자에게 제공하여 디스플레이하는 단계; (d)상기 디스플레이된 분류도표의 선택부를 통해 이용자의 요구에 응답하여 해당 폴더로 연결시켜주는 단계를 포함하는 것을 특징으로 한다.According to an aspect of the present invention, there is provided a method including: (a) receiving a plurality of site information and one or more folder information in a directory of a corresponding site according to a predetermined classification criterion; (b) the plurality of folders are categorized according to the classification criteria and directly link one of the categorized folders in response to a user's request using the site information and the folder information read from the database. Implementing a classification chart in which a plurality of selection units are arranged for each site; (c) providing and displaying the implemented classification table to the user; (d) connecting to the corresponding folder in response to a user's request through the selection unit of the displayed classification table.

도 1은 본 발명의 실시예에 따른 분류도표를 제공하는 웹서버 시스템에 대한 구성도1 is a block diagram of a web server system for providing a classification chart according to an embodiment of the present invention

도 2는 본 발명의 실시예에 따른 분류도표를 브라우저상에 디스플레이한 화면을 보여주는 도면2 is a diagram illustrating a screen displaying a classification diagram on a browser according to an embodiment of the present invention.

도 3은 본 발명의 일실시예에 따른 분류도표 구성 방법을 설명하기 위한 흐름도3 is a flowchart illustrating a method of constructing a classification chart according to an embodiment of the present invention.

도 4는 도 3의 폴더 정보 등록 단계를 설명하기 위한 흐름도4 is a flowchart for explaining a folder information registration step of FIG.

도 5는 도 3의 폴더 정보 출력 단계를 설명하기 위한 흐름도5 is a flowchart for explaining a folder information output step of FIG. 3.

<도면 주요 부분에 대한 부호의 설명><Explanation of symbols for the main parts of the drawings>

10 : 인터넷 네트웍 11,12: 사용자 단말기10: Internet network 11, 12: user terminal

13,14: 쇼핑몰 서버 15 : 웹 서버13,14: shopping mall server 15: web server

16 : DB 서버 50 : 분류도표16: DB server 50: classification chart

51 : 홈페이지 명칭부 55 : 분류기준51: Homepage Part 55: Classification Criteria

본 발명의 이들 목적과 특징 및 장점은 첨부 도면 및 다음의 상세한 설명을 참조함으로서 더욱 쉽게 이해될 수 있을 것이다.These objects, features and advantages of the present invention will be more readily understood by reference to the accompanying drawings and the following detailed description.

첨부한 도면, 도 1은 본 발명의 실시예에 따른 분류도표를 제공하는 웹서버 시스템에 대한 구성도이다.1 is a block diagram of a web server system for providing a classification table according to an embodiment of the present invention.

도 1을 참조하면, 다수의 사용자 단말기(11, 12)와 서비스를 제공하는 다수의 쇼핑몰 서버(13, 14)가 연결된 인터넷 네트웍(10)에서, 본 발명의 웹서버 시스템은 상기 다수의 쇼핑몰 서버(13, 14)가 갖는 복수의 폴더에 대한 정보를 이용하여 사용자가 선택한 쇼핑몰 사이트의 폴더를 직접 접속할 수 있도록 하는 분류도표를 구현하여 제공하는 웹 서버(15)와, 상기 웹 서버(15)와 연결되어 상기 쇼핑몰 서버(13,14)가 갖는 다수의 폴더에 대한 정보를 저장하고 관리하는 데이터베이스 서버(16)로 구성된다.Referring to FIG. 1, in the Internet network 10 in which a plurality of user terminals 11 and 12 and a plurality of shopping mall servers 13 and 14 providing a service are connected, the web server system of the present invention may include the plurality of shopping mall servers. A web server 15 which implements and provides a classification diagram for directly accessing a folder of a shopping mall site selected by a user by using information on a plurality of folders included in (13, 14), and the web server 15; It is connected to the database server 16 for storing and managing information on a plurality of folders that the shopping mall server (13,14).

도 1과 같이 구성된 본 발명의 실시예는 특정 서비스 분야(유사 서비스 업종 예컨대, 쇼핑몰을 구축한 다수의 서비스 서버들이 제공하는 다양한 품목이나 항목) 에 대한 콘텐츠를 담고 있는 폴더를 소정의 분류기준에 따라 분류하여, 해당 폴더로 직접 연결할 수 있는 분류도표를 제공하는 것이다.According to an embodiment of the present invention configured as shown in FIG. It is to provide a classification chart that can be classified and connected directly to the folder.

도 2는 본 발명의 실시예에 따른 분류도표를 브라우저상에 디스플레이한 화면을 보여주는 도면이다.2 is a diagram illustrating a screen displaying a classification diagram on a browser according to an embodiment of the present invention.

도 2를 참조하면, 본 분류도표(50)는 사이버 쇼핑몰사이트의 홈페이지 명칭부(51)가 제1방향으로 배치되고, 쇼핑몰의 일반적인 공통 분류기준부(55)가 제2방향으로 배치되고, 상기 분류기준에 따라 분류된 복수개의 폴더를 사용자의 요구에 반응해서 직접 연결시켜 주는 복수개의 선택부(51a ~ 55a)가 사이트별로 정렬되어 있다.Referring to FIG. 2, in the classification chart 50, the homepage name part 51 of the cyber shopping mall site is arranged in the first direction, and the common common classification reference part 55 of the shopping mall is arranged in the second direction. A plurality of selection units 51a to 55a which directly connect a plurality of folders classified according to the classification criteria in response to a user's request are arranged by site.

여기서, 상기 분류기준부(55)는 유사한 콘텐츠를 분류하는 하나이상의 항목들로 구성되며, 예를 들어, (가전 A/V(오디오/비디오)), (사무기기, 통신기기), (스포츠, 레져, 차량용), (가정용, 생활용, 주방용), (유아용, 아동용, 완구류), (화장품, 패션, 잡화), (의류, 식품), (음반, CD, 비디오) 등과 같이 정의되어 있다.Here, the classification unit 55 is composed of one or more items that classify similar content, for example, (home appliances A / V (audio / video)), (office equipment, communication equipment), (sports, Leisure, car), (household, living, kitchen), (infant, child, toy), (cosmetics, fashion, miscellaneous goods), (clothing, food), (record, CD, video) and so on.

상기 쇼핑몰사이트의 명칭부(51)는 사이트의 명칭과 해당 홈페이지의 주소가 링크(link)되어 있어서, 해당 홈페이지로 바로 이동할 수 있도록 되어 있다.The name 51 of the shopping mall site is linked to the name of the site and the address of the corresponding homepage, so that the user can go directly to the homepage.

상기 복수개의 선택부(51a ~ 55a)는 홈페이지 명칭부(51)과 분류기준부(55)가 만나는 각 위치마다 해당 폴더와 각각 하이퍼링크하여 연결된 선택부로서, 버튼 형태 또는 아이콘 형태로 구성되어 배치되어 있다.The plurality of selectors 51a to 55a are hyperlinked selectors connected to respective folders where the homepage name 51 and the classification reference unit 55 meet each other, and are arranged in the form of a button or an icon. It is.

또한, 상기 복수개의 선택부(51a ~ 55a)는 해당 폴더의 정보를 문자 및/또는 기호 및/또는 색상 등의 시각적 표현을 통해 표시해 줄 수 있다.In addition, the plurality of selectors 51a to 55a may display the information of the corresponding folder through a visual expression such as a character and / or a symbol and / or a color.

예를 들어, 한번 검색한 사이트의 폴더는 ◇(61)를 표시함으로서 한번 확인한 사이트를 다시 접속하는 실수를 하지 않도록 해 준다.For example, the folder of a site once searched is displayed as ◇ (61) so that the mistake of reconnecting to the site once checked is avoided.

또한, 각 인터넷 사이트에는 공통 분류기준에 속하는 콘텐츠가 없는 경우에는, "×"(62)로 표시하여 그 사이트 폴더로 이동할 필요가 없음을 사용자에게 미리 알려줄 수 있다.In addition, when there is no content belonging to the common classification criteria in each Internet site, it is indicated by " × " 62 so as to inform the user in advance that there is no need to move to the site folder.

한편, 각 인터넷 사이트의 경우 특히, 사이버 쇼핑몰의 경우에는 판매의 전략상으로 각종 이벤트를 자주 실시하고 있는 실정이다. 예를 들면, 특정 상품별로 세일(도 2의 세일 이벤트의 ☆ 표시(63))을 한다거나, 세일보다 강력한 폭탄세일 이벤트의 ☆☆☆ 표시(64))을 하는 경우를 표시해둠으로써, 사용자의 방문을 유도할 수도 있다.On the other hand, in the case of each Internet site, especially in the case of cyber shopping malls, various events are frequently carried out for the sales strategy. For example, the user visits by displaying a case where a sale (☆ mark 63 of the sale event in FIG. 2) or a ☆☆☆ mark 64 of a bomb sale event that is stronger than the sale is displayed for each specific product. Can also lead to

따라서, 사용자는 도 2와 같이, 콘텐츠 분류기준에 따라 일목요연하게 카테고리화된 분류도표(50)를 이용하여 선택버튼부에 표시되는 사이트의 각 폴더 정보를 확인하면서 해당폴더 선택버튼부(59)을 클릭하여, 폴더로 직접 접속하여 간편하게 검색을 할 수 있다.Accordingly, the user selects the corresponding folder selection button unit 59 while checking each folder information of the site displayed on the selection button unit using the classification chart 50 categorized according to the content classification criteria as shown in FIG. 2. Click to access the folder directly for easy searching.

다른 실시예에 따르면, 인터넷 사이트들의 폴더를 기정의된 분류기준으로 분류하도록 하였으나, 각 사이트별로 해당 분류기준의 항목 명칭이 서로 다를 수 있다. 이러한 경우, 사용자가 선택버튼부(59c)에 마우스 오버(mouse-over)시, 정확한 항목 명칭(65)("가전 오디오 비디오 컴퓨터")을 문자로 표시해주거나 사운드로 발음해주도록 하여 선택의 편의성을 도모할 수 있다.According to another embodiment, the folders of the Internet sites are classified according to the predefined classification criteria, but the item names of the classification criteria may be different for each site. In this case, when the user mouses over the selection button unit 59c, the user can display the correct item name 65 ("appliance audio and video computer") as text or sound to pronounce the convenience of selection. We can plan.

또한, 하나의 선택버튼부에 2가지의 항목이 들어가 있는 경우에는 선택버튼부를 반으로 나누어 2개의 선택버튼부(59a, 59b)으로 구성하고, 각각의 버튼부에 해당 인터넷 주소(URL2-(M-1L), URL2-(M-1R))를 연결하여 주면 더 많은 항목을 하나의 분류도표(50)내에서 처리 할 수 있다.In addition, when two items are included in one selection button part, the selection button part is divided in half to be composed of two selection button parts 59a and 59b, and the corresponding Internet address URL2- (M -1L), URL2- (M-1R)), more items can be processed in one classification chart 50.

이러한 경우, 사용자가 임의의 버튼부(59a)에 마우스 오버(mouse over)시키면, 마우스가 위치한 항목의 해당 항목 명칭("의류")이 문자로 드러나도록 하여 다수의 항목을 수용 할 수 있다.In this case, when the user mouses over an arbitrary button portion 59a, the corresponding item name ("clothing") of the item where the mouse is located can be revealed by text to accommodate a plurality of items.

또한, 위와 같은 마우스 오버(mouse over)기능과 해당 분류 항목의 내용을 어나운스먼트(사운드)기능을 추가하면, 그 분류 항목의 내용물이나 하부 폴더의 내용을 보다 설득력 있게 설명하기 때문에 사용자의 접속을 강력하게 유도할 수 있고 분류된 선택버튼을 이미지 아이콘으로 만들 경우 어느나라 언어라도 작은 분류도표내에 다 들어갈 수 있도록 제작할 수 있다.In addition, adding the mouse over function and the announcement function to the contents of the corresponding classified item will more convincingly explain the contents of the classified item or the contents of the subfolder. If you make the sorted selection button into an image icon, you can make it into a small classification chart in any language.

또한, 도 2에 나타난 분류도표(50)를 흑백 2 가지의 컬러로 표시하였기 때문에 다중 컬러로 이용할 수 있는 예를 설명하지 않았지만, 실제 분류표에서는 보다 다양한 이벤트 항목이 있을 경우 쉽게 각 이벤트를 구분할 수 있도록 이미지를 통한 구분은 물론, 컬러 변화를 통해서도 서로 구분할 수 있도록 할 수 있다.In addition, since the classification chart 50 shown in FIG. 2 is displayed in two black and white colors, an example that can be used in multiple colors has not been described, but in the actual classification table, when there are more event items, each event can be easily distinguished. In order to distinguish them through images, they can be distinguished from each other through color change.

그리고 본 발명에 따라 각 인터넷 사이트의 홈페이지와 디렉토리내의 하부 폴더의 주소를 분류도표(50)의 선택버튼부에 의해 집적시킬 경우, 한 화면에 예를 들어 350개 이상의 하부 폴더를 종횡공간을 초월하여 움직일 수 있도록 해 주는 장점이 있다(기존에는 종속적으로만 이동할 수 있었다).According to the present invention, when the addresses of the homepage of each Internet site and the addresses of the subfolders in the directory are integrated by the selection button of the classification chart 50, for example, more than 350 subfolders on one screen may transcend the vertical and horizontal spaces. It has the advantage of being able to move (previously it could only move dependently).

즉, 이는 한 화면에서 350개의 하부 폴더들을 상부 폴더(해당 홈페이지)를 거치지 않고 마음대로 이동할 수 있음을 의미한다.That is, it means that 350 subfolders can be freely moved without going through the upper folder (the corresponding homepage) in one screen.

한편, 도 2에는 횡으로 배치된 분류기준부(55)이 상단부에만 표시되어 있지만, 분류도표(50)에 많은 인터넷 사이트를 집적시키다 보면, 오른쪽에 위치한 스크롤바를 이용하여 마우스로 분류도표(50)를 아래로 끌어 내리게 된다. 따라서, 이 경우에는 중간 또는 하단부에도 동일한 분류기준부(55)를 추가로 표시해 주면, 아래쪽 인터넷 사이트의 접속빈도가 저하되는 것을 방지 할 수 있다.On the other hand, in Fig. 2, the classification reference unit 55 arranged laterally is displayed only at the upper end, but when a large number of Internet sites are integrated in the classification chart 50, the classification chart 50 is performed using a scroll bar located on the right side. Will be pulled down. Therefore, in this case, if the same classification reference section 55 is additionally displayed in the middle or the lower portion, the connection frequency of the lower Internet site can be prevented from being lowered.

이럴 경우 윗부분의 사이트(약 20줄 정도)는 위의 분류기준부(55)를 통해 참조하면 되고, 아래쪽의 나머지 인터넷 사이트는 중간 또는 하단부의 분류기준부(55)를 보고 찾아 접속할 수 있다. 이로 인해 약 40개 정도의 인터넷 사이트를 왼쪽으로 분류해서 한 페이지에서 처리할 경우 더 많은 하부 폴더가 추가될 수 있으며, 또한 선택버튼부를 다수개의 항목을 갖도록 나눌 경우 더 많이 집적할 수 있다.In this case, the upper part of the site (about 20 lines) may be referred to through the above-mentioned classification unit 55, and the remaining Internet sites at the bottom of the middle or lower part of the classification reference unit 55 may be found and accessed. As a result, more than 40 sub-folders can be added to the left side, and more subfolders can be added if they are processed on one page.

더 바람직한 실시예에서, 본 분류도표(50)에서는 순위부(70)를 추가하여 질적 우선순위에 따라 사이트를 순서대로 정렬되도록 하여 사용자의 편의를 도모할 수 있다. 또한, 본 분류도표(50)에서는 기존의 사용자들의 히트 수가 많은 사이트를 순서대로 정렬하도록 하고 실시간적으로 히트 수를 계산하여 재배치하도록 할 수 있다.In a more preferred embodiment, in the classification chart 50, the ranking unit 70 may be added to arrange the sites in order according to qualitative priorities, so as to facilitate the user's convenience. In addition, the classification chart 50 may be arranged to order the sites with a large number of hits of existing users in order and to calculate and rearrange the number of hits in real time.

상기와 같이 분류도표(50)를 구현하면, 인터넷의 원하는 사이트를 접속하는데 있어 종래의 검색 엔진이나 홈페이지를 통하여 종속적인 폴더로 찾아 들어가 접속하는 방식이 아니고, 분류도표(50)에 의해 하나의 화면 속에서 같은 부류의 사이트들의 폴더들을 단순히 선택버튼부를 마우스로 이동 또는 클릭함에 의해 여러 사이트들을 왔다갔다 접속하면서 서로 비교 분석할 수 있게 되어 가장 적당한 품질과 가격의 상품을 구매할 수 있는 장점이 있다.If the classification chart 50 is implemented as described above, a screen is displayed by the classification chart 50 rather than a method of accessing and entering a subordinate folder through a conventional search engine or a homepage in order to access a desired site of the Internet. In this case, the folders of sites of the same class can be compared and analyzed by simply moving or clicking the various sites by simply moving or clicking the selection button unit with the mouse, so that a product having the most suitable quality and price can be purchased.

이상과 같이, 본 분류도표(50)는 종래의 검색엔진에 비해 홈페이지를 거치지 않고 직접 원하는 폴더로 접속할 수 있어 획기적으로 히트수를 줄이면서 직적 폴더를 비교 검색이 가능한 장점이 있다.As described above, the classification chart 50 can be directly connected to the desired folder without going through the homepage, compared to the conventional search engine, it is possible to compare and search the direct folder while significantly reducing the number of hits.

도 3은 본 발명의 일 실시예에 따른 분류도표의 구성 방법을 설명하기 위한 흐름도이며, 도 4는 도 3의 폴더 정보 등록 단계를 설명하기 위한 흐름도, 도 5는 도 3의 폴더 정보 출력 단계를 설명하기 위한 흐름도이다.3 is a flowchart illustrating a method of configuring a classification chart according to an embodiment of the present invention, FIG. 4 is a flowchart for explaining a folder information registration step of FIG. 3, and FIG. 5 is a folder information output step of FIG. 3. It is a flowchart for explanation.

도 3을 참조하면, 상기 분류도표를 제공하는 웹서버(15)는 쇼핑몰을 운영하고 있는 쇼핑몰의 운영자에 접속되어 해당 쇼핑몰 사이트의 폴더에 대한 정보를 입력받아 등록시키고(210), 폴더 정보에 대한 데이터베이스를 구축한다(230).Referring to FIG. 3, the web server 15 providing the classification chart is connected to an operator of a shopping mall that operates a shopping mall, receives information about a folder of a shopping mall site, and registers 210. Build a database (230).

상기 단계 210에 대한 보다 상세한 과정은, 도 4에 도시된 바와 같다.A more detailed process for step 210 is as shown in FIG. 4.

먼저, 웹서버(15)는 쇼핑몰 사이트 운영자의 등록 요구에 따라 사이트 명칭과 홈페이지 주소(URL)를 입력받는 창과, 소정의 분류기준을 제시해주고 각 분류기준에 해당되는 콘텐츠를 갖는 폴더에 대한 정보(마우스 오버시 표시되는 설명문, 폴더 주소(URL))를 입력받는 창으로 구성된 등록화면을 다운로드해준다(211).First, the web server 15 presents a window for inputting a site name and a homepage address (URL) according to a registration request of a shopping mall site operator, presents a predetermined classification standard, and provides information on a folder having contents corresponding to each classification standard ( It downloads a registration screen consisting of a window for receiving an explanation, a folder address (URL) input when the mouse is over (211).

등록을 원하는 운영자는 자신의 사이트 명칭과 홈페이지 주소를 등록하고 분류기준에 따른 입력된 폴더가 있는지를 판단하여 만일 폴더가 있다면, 입력된 사이트와 폴더에 대한 정보(예를 들어 설명문, URL 등)를 입력하고(214) 그렇지 않으면 널상태로 두고(215) 웹서버(15)로 업로드한다.The operator who wants to register registers his / her site name and homepage address and judges whether there is an input folder according to the classification criteria, and if there is a folder, information about the input site and folder (for example, description, URL, etc.) Input (214) otherwise leave null (215) and upload to web server 15.

이제 웹서버(15)는 구현된 등록 정보를 받아 폴더 등록 정보를 DB서버(16)로 전달하여 데이터베이스로 구축한다(230).Now, the web server 15 receives the implemented registration information and delivers the folder registration information to the DB server 16 to build a database (230).

상기 단계230 이후, 웹 서버(15)는 폴더 정보를 조회하여 구현된 등록 정보의 진위를 판단한다(240).After the step 230, the web server 15 inquires the folder information to determine the authenticity of the implemented registration information (240).

상기 단계240 에 대한 보다 상세한 과정은, 도 5에 도시된 바와 같다.A more detailed process for the step 240 is as shown in FIG.

도 5에서, 웹 서버(15)는 등록된 폴더 정보에 따라 해당 폴더를 방문하여 분류기준에 해당하는 정보가 있는지를 판단하고(241), 해당 폴더에 적합한 정보가 있다면 선택버튼부를 생성하여 출력하고 그 선택버튼부를 해당 폴더의 주소로 링크되도록 형성하고(242), 해당 폴더에 적합한 정보가 없다면 선택버튼부를 생성하여 출력하고 그 선택버튼부를 해당 폴더가 없음을 표시하여 형성한다(243). 물론, 상기 선택버튼부는 폴더에 대한 다양한 이벤트나 정보를 표시하여 형성 할 수 있다(도 2참조).In FIG. 5, the web server 15 visits the corresponding folder according to the registered folder information to determine whether there is information corresponding to the classification criteria (241), and if there is information suitable for the corresponding folder, generates and outputs a selection button unit. The select button part is formed to be linked to the address of the corresponding folder (242). If there is no information appropriate for the folder, the select button part is generated and outputted, and the select button part is formed by indicating that the corresponding folder is absent (243). Of course, the selection button unit may be formed by displaying various events or information on the folder (see FIG. 2).

이제, 웹 서버(15)는 도 2에 설명한 바와 같은 분류도표(50)를 구현하여 접속한 사용자 단말측으로 다운로드하여 디스플레이 한다(250).Now, the web server 15 implements the classification diagram 50 as described in FIG. 2 and downloads and displays it to the connected user terminal side (250).

또한, 상기 분류도표 구현시 사이트 배치 순서는 히트수를 고려하여 방문 순위에 따라 배치하는 단계(244)를 추가로 수행 할 수 있다.In addition, when the classification diagram is implemented, the site arrangement order may be additionally performed according to the visit rank in consideration of the hit number (244).

다시 도 3으로 돌아가서, 상기 단계250 이후 분류도표를 다운받은 사용자는 자신이 원하는 폴더의 선택버튼부를 클릭하여 폴더 연결요구를 보낸다.3, the user who has downloaded the classification chart after step 250 sends a folder connection request by clicking a selection button of a desired folder.

상기 웹서버(15)는 폴더 연결 요구가 있는지를 판단하고(260), 그 폴더 연결 요구에 반응하여 해당 폴더 조회수를 증가시키고(270), 조회수가 증가된 해당 폴더를 갖는 사이트의 조회수를 증가시켜 전체 사이트의 방문 순위를 변경시킨다(280). 이렇게 변경된 조회수와 방문 순위 정보는 상기 DB서버(16)의 각 폴더 및 사이트 DB 정보로 업데이트 됨은 당연하다. 또한, 우선순위가 바뀌게 되면 분류도표의 배치 순위로 실시간적으로 변경되어 사용자에게 제공될 것이다.The web server 15 determines whether there is a folder connection request (260), and in response to the folder connection request, increases the number of folder views (270), and increases the number of views of a site having the corresponding folder with increased views. The visit rank of the entire site is changed (280). It is natural that the changed views and visit ranking information are updated with each folder and site DB information of the DB server 16. In addition, if the priority is changed, it will be provided to the user in real time by changing the order of placement of the classification chart.

이제, 사용자 단말기는 분류도표(50)상의 연결 요구 폴더 URL로 하이퍼링크되어 해당 페이지나 폴더를 웹브라우저를 통해 디스플레이 한다(290).Now, the user terminal hyperlinks to the connection request folder URL on the classification chart 50 and displays the corresponding page or folder through the web browser (290).

바람직한 실시예에서, 웹서버(15)는 사용자가 해당 폴더를 검색하는 도중에 리턴키를 입력하면 곧바로 분류도표 화면을 제공할 수 있도록 한다.In a preferred embodiment, the web server 15 can provide a classification chart screen as soon as the user enters a return key while searching for the folder.

한편, 상기 단계230의 구축된 데이터베이스는 DB서버에 의해 관리될 수도 있는데, 예컨대, 분류도표 관리자에 의한 데이터 수정(231)이나 관리자를 위한 클릭 현황을 조회할 수 있다. 이때, 상기 데이터를 수정할 수 있는 권한을 특정 관리인에게만 부여하기 위해서 ID와 패스워드를 제공하는 것이 바람직하다.On the other hand, the built database of step 230 may be managed by the DB server, for example, it is possible to query the data modification 231 by the classification chart manager or click status for the administrator. In this case, it is preferable to provide an ID and a password in order to grant only a specific manager the right to modify the data.

상기 본 실시예는 쇼핑몰 제공자가 분류기준에 따른 등록화면을 이용하여 수동으로 입력하여 데이터베이스를 구축하는 것으로 설명하였다.The present embodiment has been described as a shopping mall provider that manually inputs using a registration screen according to the classification criteria to build a database.

더 바람직한 실시예에서, 상기 웹서버(15)는 자동 검색 시스템을 구축하여 인터넷 사이트의 폴더에 대한 정보를 주기적으로 검색하여 데이터베이스를 구축하고 각 사이트의 이벤트에 대한 정보 역시 검색하여 데이터베이스에 저장한 후에 분류표를 자동 구현할 수 있도록 할 수 있다.In a more preferred embodiment, the web server 15 constructs an automatic search system to periodically search for information on the folders of the Internet site to build a database, and also searches for information on the events of each site and stores them in the database. You can enable automatic implementation of the classification table.

이상과 같은 분류도표를 이용할 경우, 홈페이지를 거치지 않고 하부 폴더나 페이지를 한 화면에서 마음대로 이동 할 수 있기 때문에 획기적으로 히트수를 줄이면서 동종 항목에 대한 비교 검색을 수행할 수 있다.If you use the above classification chart, you can move the lower folder or page freely from one screen without going through the homepage, so you can perform comparative searches on similar items while dramatically reducing the number of hits.

결과적으로 2배 이상의 히트 수 절감 효과를 누릴 수 있으면 폴더(페이지)를 미리 볼수 있고, 일단 접속했던 폴더(페이지)들이 표시되기 때문에 4배 이상의 절감 효과를 누릴 수 있다. 또한 질적 우선순위에 따라 순위 변동됨을 감안할 경우 8배 이상의 히트수 절감 효과를 누릴 수 있다.As a result, if you can save more than 2 times the number of hits, you can preview the folder (page) and save more than 4 times because the folders (pages) once accessed are displayed. In addition, considering the ranking changes according to qualitative priorities, the number of hits can be reduced by more than eight times.

이상의 본 발명은 상기에 기술된 실시예들에 의해 한정되지 않고, 당업자들에 의해 다양한 변형 및 변경을 가져올 수 있으며, 이는 첨부된 청구항에서 정의되는 본 발명의 취지와 범위에 포함된다.The present invention is not limited to the embodiments described above, and various modifications and changes can be made by those skilled in the art, which are included in the spirit and scope of the present invention as defined in the appended claims.

상기와 같은 본 발명에 따른 분류도표는 인터넷 이용자에게 일목요연하게 정리된 분류도표를 제공함으로써 인터넷 이용자가 보다 간편하게 각 사이트의 정보를 비교하면서 원하는 정보가 있는 사이트 및/또는 디렉토리내의 폴더나 페이지로 연결할 수 있다. 또한, 분류도표의 사이트 순위는 인터넷 이용자의 접속수에 따라 실시간으로 자동 순위가 매겨져서 질적 우수 사이트 순으로 재배치되어, 일일이 사이트 안으로 접속해 확인해야만 하는 종래의 검색방법에 비해 클릭하는 횟수가 절감되어 시간적, 경제적인 효과가 있으며, 나날이 증가되고 있는 사이버 쇼핑이나 정보검색 전반에 걸쳐 더 많은 인터넷 이용자를 확보할 수 있는 효과를 제공한다.As described above, the classification chart according to the present invention provides an Internet user with a classification chart arranged at a glance, so that the Internet user can more easily compare the information of each site and connect to a folder or page in a site and / or directory having desired information. have. In addition, the site ranking of the classification chart is automatically ranked in real time according to the number of Internet users' access, and then rearranged in order of the best quality sites. It has the effect of time and economics, and it has the effect of attracting more Internet users throughout cyber shopping or information retrieval, which is increasing day by day.

또한, 분류도표의 선택버튼부를 클릭하는 것만으로도 인터넷에 접속할 수 있으므로 초보자나 노년층에 쉽게 사용할 수 있어 상당한 매출실적을 올릴 수 있고 히트수 당 계산하여 등록업체들에게 수수료를 받을 수도 있다.In addition, the user can easily access the Internet simply by clicking the selection button on the classification chart, which can be easily used for beginners and the elderly, which can increase the sales results and calculate the number of hits and receive fees from the registrars.

Claims (21)

하나이상의 사이트의 디렉토리에 있는 복수개의 폴더의 콘텐츠에 관련해서, 상기 복수개의 폴더가 소정의 분류기준에 따라 카테고리화되고, 상기 카테고리화된 복수개의 폴더중 하나를 이용자의 요구에 반응해서 직접 연결시켜주는 복수개의 선택부가 상기 사이트별로 정렬된 것을 특징으로 하는 분류도표.Regarding the contents of a plurality of folders in a directory of one or more sites, the plurality of folders are categorized according to predetermined classification criteria, and one of the categorized folders is directly connected in response to a user's request. The classification chart, characterized in that the plurality of selection unit is arranged by the site. 제 1 항에 있어서, 상기 분류기준은 유사한 콘텐츠를 분류하는 하나이상의 항목으로 구성되며, 상기 선택부는 각 항목에 대한 콘텐츠를 담고 있는 하나이상의 폴더를 하이퍼 링크하여 형성되는 것을 특징으로 하는 분류도표.2. The classification chart of claim 1, wherein the classification criteria are composed of one or more items for classifying similar contents, and the selection unit is formed by hyperlinking one or more folders containing contents for each item. 제 1 항에 있어서, 상기 선택부는 버튼형태로 구성된 것을 특징으로 하는 분류도표.The classification diagram of claim 1, wherein the selection unit is configured in the form of a button. 제 1 항에 있어서, 상기 선택부는 그 사이트에서 제공하는 이벤트에 대한 공지를 문자 및/또는 기호 및/또는 색상 등의 시각표현을 통해 표시해 주는 것을 특징으로 하는 분류도표.The classification diagram of claim 1, wherein the selection unit displays a notification of an event provided by the site through a visual representation such as text and / or a symbol and / or a color. 제 1 항에 있어서, 상기 선택부는The method of claim 1, wherein the selection unit 마우스 오버시 해당 폴더에 대한 정보를 문자 및/또는 사운드로 안내해 주는 것을 특징으로 하는 분류도표.A classification chart for guiding text and / or sound information about a corresponding folder upon mouse over. 제 5 항에 있어서, 상기 마우스 오버시 해당 폴더에 대한 정보는 하나이상의 항목 명 및/또는 폴더 명 및/또는 콘텐츠에 대한 간단한 설명 및/또는 주소를 포함하는 것을 특징으로 하는 분류도표.6. The classification diagram of claim 5, wherein the information on the folder upon mouse over includes a brief description and / or address of one or more item names and / or folder names and / or contents. 제 1 항에 있어서, 상기 사이트의 홈페이지를 링크하기 위한 또 다른 선택부를 더 구비한 것을 특징으로 하는 분류도표.The classification chart according to claim 1, further comprising another selection unit for linking the home page of the site. 제 1 항에 있어서, 상기 복수개 폴더의 히트수에 따라 상기 사이트의 방문자 순위를 표시하는 순위부를 더 구비한 것을 특징으로 하는 분류도표.The classification chart of claim 1, further comprising a ranking unit that displays a visitor ranking of the site according to the number of hits of the plurality of folders. 제 8 항에 있어서, 상기 순위부의 순서에 따라 사이트별로 재정렬되어 디스플레이되는 것을 특징으로 하는 분류도표.9. The classification chart of claim 8, wherein the classification diagram is displayed by rearranging sites according to the order of the ranking unit. 제 1 항에 있어서, 상기 폴더를 방문했음을 표시하기 위해 해당 선택부의 형태나 색깔을 변형시키는 것을 특징으로 하는 분류도표.The classification chart of claim 1, wherein the shape or color of the selection unit is modified to indicate that the folder has been visited. (a)소정의 분류기준에 따라 복수개 사이트 정보 및 해당 사이트의 디렉토리에 있는 하나이상의 폴더 정보를 입력받아 데이터베이스로 등록저장하는 단계;(a) receiving a plurality of site information and one or more folder information in a directory of the corresponding site according to a predetermined classification criterion and registering and storing them in a database; (b)상기 데이터베이스로부터 독출된 사이트 정보 및 폴더의 정보를 이용하여 상기 복수개의 폴더가 상기 분류 기준에 따라 카테고리화되고 상기 카테고리화된 복수개의 폴더 중 하나를 이용자의 요구에 반응해서 직접 연결시켜주는 복수개의 선택부가 상기 사이트별로 정렬된 분류도표를 구현하는 단계;(b) the plurality of folders are categorized according to the classification criteria and directly link one of the categorized folders in response to a user's request using the site information and the folder information read from the database. Implementing a classification chart in which a plurality of selection units are arranged for each site; (c)상기 구현된 분류도표를 이용자에게 제공하여 디스플레이하는 단계;(c) providing and displaying the implemented classification table to the user; (d)상기 디스플레이된 분류도표의 선택부를 통해 이용자의 요구에 응답하여 해당 폴더로 연결 시켜주는 단계를 포함하는 것을 특징으로 하는 분류도표를 구현하는 방법.and (d) connecting to a corresponding folder in response to a user's request through the selection unit of the displayed classification chart. 제 11항에 있어서, 상기 (a)단계의 소정의 분류 기준은 하나이상의 항목들이 그룹화된 세트인 것을 특징으로 하는 분류도표를 구현하는 방법.12. The method of claim 11, wherein the predetermined classification criteria of step (a) is a set of one or more items grouped together. 제 11항에 있어서, 상기 (a)단계의 사이트 정보는 사이트 명칭 및/또는 사이트의 홈페이지 주소를 포함하는 것을 특징으로 하는 분류도표를 구현하는 방법.12. The method of claim 11, wherein the site information of step (a) comprises a site name and / or a home page address of the site. 제 11항에 있어서, 상기 (a)단계의 폴더 정보는 폴더 명칭 및/또는 폴더 주소를 포함하는 것을 특징으로 하는 분류도표를 구현하는 방법.12. The method of claim 11, wherein the folder information of step (a) comprises a folder name and / or a folder address. 제 11항에 있어서, 상기 (a)단계의 폴더 정보는 상기 선택부를 마우스 오버할 때 상기 폴더에 대한 간략 설명을 표시하거나 사운드로 안내해주는 정보를 더 포함하는 것을 특징으로 하는 분류도표를 구현하는 방법.12. The method of claim 11, wherein the folder information of step (a) further comprises information for displaying a brief description of the folder or guiding a sound when the mouse is over the selection unit. . 제 13항에 있어서, 상기 (b)단계의 선택부는 카테고리에 속하는 하나이상의 항목을 선택하도록 구성되되,The method of claim 13, wherein the selecting unit of step (b) is configured to select one or more items belonging to a category, 상기 선택부는 이용자의 원클릭에 의해 해당 사이트의 폴더의 주소로 링크되도록 구현되는 것을 특징으로 하는 분류도표를 구현하는 방법.And wherein the selecting unit is implemented to be linked to an address of a folder of a corresponding site by one click of a user. 제 13항에 있어서, 상기 분류도표는 제1방향으로 사이트 명칭이 배치되고, 제 1방향과 다른 제2방향으로 상기 분류 기준이 배치되고,The method of claim 13, wherein the classification table is arranged with a site name in a first direction, the classification criteria are arranged in a second direction different from the first direction, 상기 사이트 명칭과 분류 기준이 만나는 위치에 상기 폴더의 등록정보를 갖는 선택부가 배치되는 것을 특징으로 하는 분류도표를 구현하는 방법.And a selector having registration information of the folder at a location where the site name and the classification criteria meet. 제 13항에 있어서, 상기 분류도표를 통해 접속 요구된 주소에 대한 히트수를 고려하여 방문자 순위를 관리하는 단계를 더 포함하는 것을 특징으로 하는 분류도표를 구현하는 방법.15. The method of claim 13, further comprising managing visitor ranking in consideration of the number of hits for an address requested to be accessed through the classification chart. 제 17항에 있어서, 상기 방문자 순위를 상기 분류도표의 일부분에 표시하는 것을 특징으로 하는 분류도표를 구현하는 방법.18. The method of claim 17, wherein the visitor ranking is displayed in a portion of the classification chart. 제 17항에 있어서, 상기 (c)단계에서 상기 방문자 순위에 따라 상기 사이트별로 재정렬하여 디스플레이하는 단계를 더 포함하는 것을 특징으로 하는 분류도표를 구현하는 방법.18. The method of claim 17, further comprising rearranging and displaying the sites according to the visitor ranking in the step (c). 제 11항에 있어서, 상기 접속된 폴더와의 조회 중 리턴요구가 검출되면 상기 분류도표를 다시 디스플레이해 주는 단계를 더 포함하는 것을 특징으로 하는 분류도표를 구현하는 방법.12. The method of claim 11, further comprising displaying the classification chart again when a return request is detected while inquiring with the connected folder.
KR1019990053686A 1999-08-10 1999-11-30 Classification diagram type displaying - information retrieval system KR100343854B1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
KR1019990053686A KR100343854B1 (en) 1999-08-10 1999-11-30 Classification diagram type displaying - information retrieval system
AU61862/00A AU6186200A (en) 1999-08-10 2000-07-28 Content service system and method using classification diagram
PCT/KR2000/000826 WO2001011441A2 (en) 1999-08-10 2000-07-28 Content service system and method using classification diagram
EP00948377A EP1247148A2 (en) 1999-08-10 2000-07-28 Content service system and method using classification diagram

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
KR19990032809 1999-08-10
KR1019990032809 1999-08-10
KR1019990053686A KR100343854B1 (en) 1999-08-10 1999-11-30 Classification diagram type displaying - information retrieval system

Publications (2)

Publication Number Publication Date
KR20000017770A true KR20000017770A (en) 2000-04-06
KR100343854B1 KR100343854B1 (en) 2002-07-20

Family

ID=26636010

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990053686A KR100343854B1 (en) 1999-08-10 1999-11-30 Classification diagram type displaying - information retrieval system

Country Status (1)

Country Link
KR (1) KR100343854B1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010077919A (en) * 2000-02-08 2001-08-20 최흥식 Method for lending search engines in which user interface is changable by lessor
KR20010108877A (en) * 2000-06-01 2001-12-08 이민행 Method For Evaluating A Web Site
KR100358921B1 (en) * 1999-12-22 2002-10-31 주식회사 인티즌 Method for supplying some information on the display with which connecting an internet site and apparatus thereof
KR20030040075A (en) * 2001-11-13 2003-05-22 오버처 서비시스, 인코포레이티드 System and method allowing advertisers to manage search listings in a pay for placement search system using grouping
KR100720565B1 (en) * 2000-06-27 2007-05-22 엘지전자 주식회사 manage method for system of shopping-mall service system and manage method for expulsion this system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010102814A (en) * 2000-05-02 2001-11-16 황용길 Method of providing information of website by using client program and record media readable by computer having the program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5913215A (en) * 1996-04-09 1999-06-15 Seymour I. Rubinstein Browse by prompted keyword phrases with an improved method for obtaining an initial document set
JP3711710B2 (en) * 1996-12-10 2005-11-02 セイコーエプソン株式会社 Information search and collection system and storage medium storing information search and collection program
JPH10334100A (en) * 1997-06-03 1998-12-18 Hitachi Ltd Retrieval and display method
US5960429A (en) * 1997-10-09 1999-09-28 International Business Machines Corporation Multiple reference hotlist for identifying frequently retrieved web pages
JPH11213008A (en) * 1998-01-28 1999-08-06 Canon Inc Device and method for retrieving text and device and method for grouping url

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100358921B1 (en) * 1999-12-22 2002-10-31 주식회사 인티즌 Method for supplying some information on the display with which connecting an internet site and apparatus thereof
KR20010077919A (en) * 2000-02-08 2001-08-20 최흥식 Method for lending search engines in which user interface is changable by lessor
KR20010108877A (en) * 2000-06-01 2001-12-08 이민행 Method For Evaluating A Web Site
KR100720565B1 (en) * 2000-06-27 2007-05-22 엘지전자 주식회사 manage method for system of shopping-mall service system and manage method for expulsion this system
KR20030040075A (en) * 2001-11-13 2003-05-22 오버처 서비시스, 인코포레이티드 System and method allowing advertisers to manage search listings in a pay for placement search system using grouping

Also Published As

Publication number Publication date
KR100343854B1 (en) 2002-07-20

Similar Documents

Publication Publication Date Title
US7702675B1 (en) Automated categorization of RSS feeds using standardized directory structures
KR100834360B1 (en) Adaptive catalog page display
US6311194B1 (en) System and method for creating a semantic web and its applications in browsing, searching, profiling, personalization and advertising
US7548914B2 (en) System and method for providing active tags
US8515998B1 (en) Framework for managing document objects stored on a network
NL1014847C1 (en) Rapid data transfer from suppliers of goods and services to clients via eg Internet using hierarchical menu system
US20020107718A1 (en) &#34;Host vendor driven multi-vendor search system for dynamic market preference tracking&#34;
US20060064411A1 (en) Search engine using user intent
US20050198068A1 (en) Keyword recommendation for internet search engines
JP2002024285A (en) Method and device for user support
US20050188057A1 (en) Contents service system and method using image, and computer readable storage medium stored therein computer executable instructions to implement contents service method
KR20000006838A (en) Search dedicated website and search method on Internet
JP2002539559A (en) Synergistic Internet bookmarks linking Internet search and hotlinks
GB2365560A (en) Communication system for secondary information
KR100343854B1 (en) Classification diagram type displaying - information retrieval system
JP2007207202A (en) Information providing system using web log
JP4638081B2 (en) Network system and online bookmark providing method
KR100571799B1 (en) Contents service system and method using image, and storage media thereof
KR20050074795A (en) Matrix search system and method thereof and media that can record computer program thereof
JP2002236694A (en) Retrieval system in shopping mole, classification code table creating method, retrieval method and commodity purchasing method
JP2003233704A (en) Marketing information collecting and providing system via data communication network
JP2006059032A (en) Merchandise information providing device, method and program, and recording medium with the program recorded thereon
Coker Usability in emerging e-content environments
JP2002108939A (en) Information managing system for web site for performing electronic commerce
JP2003281143A (en) System for displaying a plurality of lists and program of the system

Legal Events

Date Code Title Description
A201 Request for examination
G15R Request for early opening
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20100628

Year of fee payment: 9

LAPS Lapse due to unpaid annual fee