<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://dspace.ewha.ac.kr/handle/2015.oak/171734">
    <title>DSpace Community:</title>
    <link>https://dspace.ewha.ac.kr/handle/2015.oak/171734</link>
    <description />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://dspace.ewha.ac.kr/handle/2015.oak/190857" />
        <rdf:li rdf:resource="https://dspace.ewha.ac.kr/handle/2015.oak/202978" />
        <rdf:li rdf:resource="https://dspace.ewha.ac.kr/handle/2015.oak/202979" />
        <rdf:li rdf:resource="https://dspace.ewha.ac.kr/handle/2015.oak/202977" />
      </rdf:Seq>
    </items>
    <dc:date>2026-04-04T14:37:18Z</dc:date>
  </channel>
  <item rdf:about="https://dspace.ewha.ac.kr/handle/2015.oak/190857">
    <title>XML문서 변환 시스템을 위한 Java package의 활용방안에 관한 연구</title>
    <link>https://dspace.ewha.ac.kr/handle/2015.oak/190857</link>
    <description>Title: XML문서 변환 시스템을 위한 Java package의 활용방안에 관한 연구
Ewha Authors: 신선화
Abstract: 전자상거래가 활성화되고 정보매체가 다양해짐에 따라, XML의 활용 영역은 웹상에서의 문서 교환을 넘어서서 데이터 통합, 이기종간의 데이터 교환 등의 영역으로 확장되고 있다. 이에 따라 XML 문서의 생성과 XML 기반의 Application 개발은 점점 증가하고 있는 추세이다.&#xD;
본 논문에서 제안하는 XML 문서 변환 시스템은 기존 시스템이 보유하고 있는 데이터를 XML 문서로 변환하고, XML Data Binding 방법을 지원하여 XML 기반의 Application 개발에 보다 편리한 환경을 제공하는 것을 목적으로 설계, 구현되었다.&#xD;
XML 문서 변환 시스템은 다음과 같은 기능을 제공한다.&#xD;
첫째, 데이터베이스의 정보를 추출하여 XML 문서를 생성하고, 구조와 표현이 분리되는 XML 문서의 특성을 이용하여 XML 문서를 HTML, WML, PDF 등 다양한 형식으로 변환한다.&#xD;
둘째, XML 기반의 Application을 개발하기 위해 개발자가 사용하던 DOM이나 SAX 같은 구조 분석 Application을 이용하지 않고도 XML Schema를 Java Package 형태로 자동변환함으로써 Application에서 XML 데이터를 처리할 수 있다.&#xD;
따라서 본 시스템을 활용하면 XML 문서를 수월하게 만들 수 있을 뿐만 아니라, 이 XML 문서를 다양한 매체를 통해서 서비스 할 수 있다. 또한 생성된 Java Package로 Application을 개발하면 실행 시 따로 Parsing 절차를 거치지 않으므로 수행 속도를 높일 수 있고, 개발 단계에서 이루어지던 데이터의 유효성 검증부분을 Java Class에 포함하여 개발자의 코드 작성, Debug, Test, Maintenance 등 개발 단계 전반에 걸쳐 효율을 높일 수 있다.;Electronic Commerce has so many good application areas to be public. And also it could have lots of media for transferring XML documents between any two sites. XML technology requires data unification, data exchange, and data integration. So there are growing needs that XML research and development give us a good application model for general areas.&#xD;
A XML Converter, in this thesis is designed and developed for the purpose of turning data based on a legacy system into XML documents and giving XML Data Binding mechanism finally make ease to develop XML Applications with better user interface.&#xD;
The XML Converter includes the following functions.&#xD;
1. It extracts database information to make a XML document with them, and turns a XML document to a HTML, a WML, a PDF with taking advantage of XML technology.&#xD;
2. In the previous time, programmers have to use standard ways to access XML Content, such as the W3C DOM API and the de facto standard SAX API from David Megginson to develop Applications manipulate XML. But, without the above process, the XML Converter turns XML Schema into Java Package formats automatically to have access and manipulate.&#xD;
So, using this proposed system, you can make XML document more portable as well as media rich information handler. If you develop an application program with Java Package, you could have a reasonable time to develop. It is because you don't have to do any parsing process. And because this system uses Jave class effectively in identifying data, we can easily obtain all part of development, model that is useful to make the code of programmers, Debug, Test, Maintenance.</description>
    <dc:date>2002-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://dspace.ewha.ac.kr/handle/2015.oak/202978">
    <title>웹-기반 가상대학 시스템의 설계 및 구현</title>
    <link>https://dspace.ewha.ac.kr/handle/2015.oak/202978</link>
    <description>Title: 웹-기반 가상대학 시스템의 설계 및 구현
Ewha Authors: 이세영
Abstract: Owing to the development of advanced information communication technologies, ideas for educational scheme have been basically changed. They highlight the importance of a life education utilizing multimedia in any cyber space. It makes possible such educational activities that any learner can acquire necessary knowledges and technologies immeadiately according to his schedule at any available time and place. In addition to it, as one, who had no chance of a college education, can study at both home and his working place, it could be mentioned that the flexible consumer-centered scheme of the education can be set up. &#xD;
In domestic and foreign countries nowadays, new type of schools appear based upon the informational communication technologies. They includes cyber universities with curriculums for people all over the world, and new educatuional scheme utilizing the communication net and satellites. As the re-structuring and re-engineering of the educational scheme increase entailed by continuing developemt of the informational communication technologies, interests and debates for cyber education will be accelerated more and more. &#xD;
Along with this new trend, the paper embodied a cyber educational platform which any institution-including general educational institution and public institution-capable of utilizing the internet line could apply to its purpose irrelative to learners, time and place of education, and curriculums. &#xD;
In this system, there are different types of menus and services according to such user's rights as system operators, professors, assistant instructors, students. In order to keep in close contact between students and professors, provided are various serivices such as the official announcement, transcripts of lecture, bulletin board, Q/A comer, report box, archive of study materials, electronic mail box, memorandum including checking of one's attendance and school record. For the purpose of activating small group studies and discussion about given subject, it can organize into groups automatically and provide with debating rooms. Immediately on entering the service, a user will be provided on Java applet memo window showing unread official announcements, transcripts of lecture and memos. The system is implemented by separating with both HTML design and programming part by templete concept. Overload of iterative server is solved by adjusting the numbers of DB servers of each service. &#xD;
This paper consists in three areas. The present status of web-based cycber universitys in operation was first investigated and analized. Second area covers the design and embodiment procedure of the cyber university developed by this paper. It also included some technical problems and their solutions during the procedure. The last area proposed an image of the future for advanced cyber univerisity based upon the research outcome in this paper.;첨단 정보통신공학의 발달로 교육 체제에 대한 생각이 근본적으로 변화하고 평생교육의 중요성이 강조되면서, 이제는 가상 공간에서 멀티미디어를 활용하여 학습자가 편리한 시간에 편안한 장소에서 자신이 필요로 하는 지식과 기술을 스스로의 진도에 맞추어 즉각적으로 습득할 수 있는 교육 활동이 가능하게 되었다. 또한, 기존에는 대학에 갈 수 없었던 사람들도 직장에서 일을 하면서 가정이나 일터에서 지속적으로 공부하여 학위를 취득할 수 있는 수요자 중심의 유연한 교육 체제가 성립할 수 있게 된 것이다. 이에 따라 최근에 국내외에서는 정보통신공학에 기반을 둔 새로운 행태의 첨단 학교가 등장하는가 하면, 고등교육 기관 중 전 세계 학습자들을 대상으로 각종 코스를 개설·운영하는 가상 대학이 설립되기도 하고, 통신망이나 위성 등을 활용한 교육체제도 나타나고 있다. 첨단 정보통신공학이 지속적으로 발전하고 이에 따라 교육체제의 리스트럭처링과 리엔지니어링이 증가하면 할수록, 이와 같은 새로운 평생학습을 현실화시킬 수 있는 형태의 교육 체제라 할 수 있는 가상교육에 대한 관심과 논의 역시 더욱 더 가속화될 것이다.&#xD;
본 논문에서는 이와 같은 국내외 추세에 발 맞추어 교육의 대상, 교육시간 및 장소, 교육의 방법과 무관하게 일반 교육기관, 공공기관 뿐 아니라 인터넷 사용이 가능한 어떠한 단체에서도 쉽게 적용할 수 있는 가상교육 플랫폼을 직접 설계, 구현하였다. 본 시스템은 운영자, 교수, 조교, 학생 등 이용자 권한에 따라 메뉴 및 제공 서비스를 차별화 하였다. 학생, 교수간의 긴밀한 상호작용을 도모하기 위해 공지사항, 강의록, 자유게시판, 질의응답, 레포트함, 자료실, 전자메일, 메모 등 다양한 형태의 서비스를 제공하며, 이용자의 수업 참여를 반영한 출석/성적처리 기능을 지원한다. 또한 소집단 학습과 토론의 활성화를 위해 자동 조 편성 및 조별 토론 기능을 제공하며, 시스템에 로그인과 동시에 해당 이용자가 아직 조회하지 않은 공지사항이나 강의록, 그 밖의 운영자 동보 메모 등을 개별적으로 알려주는 자바 애플릿 메모창도 특징적이다. 시스템 내부를 살펴보면 템플릿 개념을 적용하여 서비스 클라이언트 개발 과정을 HTML 디자인 부분과 프로그래밍 부분으로 분리하였으며 각 서비스 DB 서버 개수를 조정하여 iterative 서버의 과부하 문제를 해결하였다.&#xD;
본 논문의 영역은 세 가지이다. 첫째 현재 운영되고 있는 웹-기반 가상대학의 국내외 현황을 살펴보고 가상대학 시스템의 오늘을 진단해 보았다. 둘째, 본 논문에서 개발한 웹-기반 가상대학 시스템의 설계와 구현 과정을 설명하고 그 과정에서 발생한 기술적 문제들과 해결책을 논하였다. 셋째, 지금까지의 연구 경험을 바탕으로 바람직한 가상대학 시스템의 미래상을 제안하였다.</description>
    <dc:date>1999-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://dspace.ewha.ac.kr/handle/2015.oak/202979">
    <title>부동산 거래정보를 위한 에이전트의 설계 및 구현</title>
    <link>https://dspace.ewha.ac.kr/handle/2015.oak/202979</link>
    <description>Title: 부동산 거래정보를 위한 에이전트의 설계 및 구현
Ewha Authors: 김현숙
Abstract: 인터넷의 급격한 보급으로 인한 월드 와이드 웹(WWW:World Wide Web)과 온라인 자료의 기하급수적인 증가는 사용자 스스로 원하는 주제에 대한 최신의 정보를 정확하고 단 시간내에 얻는다는 것을 매우 어렵게 하고 있다. 이러한 문제점의 가장 근본적인 이유는 웹이 각 개인의 관심이나 요구사항, 그리고 주관적인 성향을 반영하지 못하고 다수의 임의 사용자를 대상으로 한 정보 제공처이기 때문이다.&#xD;
따라서 웹의 사용에 있어서 가장 중요한 일은 사용자가 원하는 정보를 정확하고 효율적으로, 그리고 단 시간내에 찾아주는 것이다.&#xD;
본 연구에서는 인터넷 사용에서 일어나는 다양한 문제점들을 해결하고, 개인 사용자의 필요에 따른 효율적인 정보 검색이 가능한 기능 구현을 위하여 에이전트를 이용한 부동산 거래정보 시스템을 제안한다. 제안한 방법은 다수의 부동산 거래정보 사이트 중 정보수요자의 성향에 맞는 사이트를 설정하고 에이전트가 각 사이트의 정보를 취합한 후 정기적으로 방문하여 변경된 정보를 추출하여 통합 데이터베이스에 반영시킨다. 또한 모니터링 에이전트는 통합 데이터베이스의 데이터가 갱신된 경우, 정보가 변경되었음을 메일을 통해 사용자에게 알려 적시에 최신의 정보를 제공받을 수 있도록 설계되었다. 따라서 사용자는 자신이 원하는 정보를 최단 시간안에 효율적으로 제공받을 수 있으며, 다양한 형태의 최선 데이터를 단일화된 인터페이스 상에서 효과적으로 얻을 수 있도록 하는 특징을 지닌다.&#xD;
본 논문에서는 부동산 정보를 제공하는 가상적인 사이트를 설정하여 각 사이트의 데이터베이스를 설계한 후에, 구현한 에이전트 시스템으로 실험을 수행하여 효율성을 검증하였다.;Exponential increase of WWW(World Wide Web) and on-lined information by rapid spread of INTERNET makes it difficult that user himself comes close to the updated information preci sely and shortly. The major reason of this problem is that Web plays the simple role of the information provider, which does not reflect individual interest and request but only for multiple's. Therefore, the most important thing for using Web is to search the individual-oriented information precisely, effectively, and shortly. &#xD;
In this research, the transactional information system for a real estate using agent is suggested for solving the various problems on INTERNET, and realizing the function of the effective information retrieval for individual. The method is primarily to establish the sites suitable for information receivers. Then, an agent collects the information for each site, and reflects modified information on integrated database by visiting the site periodically. As well, when integrated information is changed, a monitoringagent sends the notice by electrical mail. The recent information will be provided on time to users. As a result, this system can offer the user-oriented information to individual effectively and timely. It can provide data effectively in various types on a single interface. &#xD;
In this thesis, the effectiveness is investigated through the experiments by agent system rendering after establishing imaginary si te for providing real estate information and designing the database of each site.</description>
    <dc:date>1999-01-01T00:00:00Z</dc:date>
  </item>
  <item rdf:about="https://dspace.ewha.ac.kr/handle/2015.oak/202977">
    <title>분류 정보 모형에 기반한 한글 자동 문서 범주화</title>
    <link>https://dspace.ewha.ac.kr/handle/2015.oak/202977</link>
    <description>Title: 분류 정보 모형에 기반한 한글 자동 문서 범주화
Ewha Authors: 이화림
Abstract: 정보 검색 시스템에서 정확도를 향상시키는 한 가지 방법은 특정 범주에 포함된 문서들만을 검색 대상으로 설정하는 것이다. 이 방법을 지원하기 위해서는 문서들에 대해 자동으로 적절한 범주들을 할당해주는 자동 문서 범주화 작업이 요구된다.&#xD;
여러 가지 자동 문서 범주화 방법 중에서 선형 분류기는 이론적 기반이 견고하고 범주 결정에 소요되는 시간이 작다는 특성이 있다. 선형 분류기를 자동 문서 범주화 작업에 적용할 때에는 자질 선택 방법, 문서 자질 가중치 척도, 학습 방법이라는 세 가지 쟁점 사항이 발생한다.&#xD;
본 논문에서는 한국어 자동 문서 범주화를 위해 새로운 학습 방법 및 자질 선택 방법을 제안한다. 제안된 학습 방법은 분류 정보 모형에 기반을 두고 있으며 학습 단계에서의 시간 복잡도가 낮은 특성이 있다. 그리고, 제안된 자질선택 방법은 자질의 중요성 측정 기준으로 정보 이론에 기반을 둔 분별값을 사용한다.&#xD;
또한, 이 논문에서는 선형 분류기의 쟁점들 사이의 연관 관계를 조사한다. 이를 위해 다양한 자질 선택 방법, 문서-자질 가중치 척도, 학습 방법에 대해 성능을 측정하는 실험을 수행한다. 자질 선택 기준으로는 단어 빈도, 문서 빈도, 상호 정보, 기대 상호 정보, 정보 이득, x^(2) 통계량, 분별값이 이용된다. 그 리고, 문서-자질 가중치 척도로는 이진값, 단어 빈도, 역 문서 빈도, 역 범주 빈도 및 이들의 조합이 이용되며 학습 방법으로는 Robertson/Sparck Jones 알고리즘, Rocchio 알고리즘, Widrow-Hoff 알고리즘, Kivinen &amp; Warmuth 알고리즘, 제안된 학습 방법 등이 이용된다.;A method for improving the precision of information retrieval systems is restriction of the target of retrieval to documents which belongs to a specific category. In order to support this method, a task, called automatic document categorization, is required that assign proper classes to a document automatically. &#xD;
Among lots of automatic documents categorization methods, the linear classifier has two desirable characteristics~it is theoretically substantial and consumes little time for determining categories of a document. When a linear classifier is applied to automatic document categorization tasks, there are three issues; a feature selection method, a document-feature weight metric and a learning method. &#xD;
In this paper, a new learning method and a new feature selection. method for automatic Korean document categorization is proposed. The proposed learning method is based on the Classification Information Model and has low time complexity for learning phase. Moreover, the proposed feature selection method takes the Discrimination Score, which is based on the Information Theory, as a metric for importance of a feature. &#xD;
In addition, the correlations of those issues on a linear classifier is investigated. In order to achieve it, the experiments of measuring the performance is performed under diverse feature selection methods, document-feature weight metrics and learning methods. As a measure for feature selection, term frequency, document frequency, Mutual Information, Expected Mutual Information, Information Gain, l statistics and Discrimination Score are used. Moreover, binary value, term frequency, inverse document frequency, inverse category frequency and their combinations are exploited for a document-feature weight metric, and Robertson/Sparck Jones algorithm, Rocchio algorithm, Widrow-Hoff algorithm, Kivinen &amp; Warmuth algorithm and a proposed learning method are applied.</description>
    <dc:date>1999-01-01T00:00:00Z</dc:date>
  </item>
</rdf:RDF>

