<30345FBCDBC4A1BEE72DB5BFC0FB20B8F0B9D9C0CF20C0A520BCADBAF1BDBAB8A62E687770>

Size: px
Start display at page:

Download "<30345FBCDBC4A1BEE72DB5BFC0FB20B8F0B9D9C0CF20C0A520BCADBAF1BDBAB8A62E687770>"

Transcription

1 Journal of the Korea Academia-Industrial cooperation Society Vol. 16, No. 10 pp , ISSN / eissn 동적모바일웹서비스를위한메타모델 김철진 1, 송치양 2* 1 인하공업전문대학컴퓨터시스템과, 2 경북대학교소프트웨어학과 A MetaModel for Dynamic Mobile Web Service Chul-Jin Kim 1, Chee-Yang Song 2* 1 Department of Computer Systems & Engineering, Inha Technical College 2 Department of Software, Kyungpook National Univeristy 요약모바일어플리케이션의잦은변경으로인해모바일서비스의관리가부담이되고있으며, 이에중앙관리가용이한모바일웹서비스개발이증가하고있다. 모바일웹서비스개발에대해개발자뿐만아니라일반사용자도쉽게개발할수있는도구들이개발되고있다. 그러나모바일웹서비스를일반사용자가동적으로구현하기위한표준화된메타모델의연구가미흡한상황이다. 이에본논문에서는동적으로모바일웹서비스를개발할수있는메타모델을제안한다. 동적메타모델은 XPDL 구조를이용하여모바일웹페이지와모바일웹페이지인스턴스, 그리고동적연결로구성된다. 연결메타모델에대해조건연결, 분기연결, 결합연결에대해연구하며, 최종적으로전체모델들을통합하여통합메타모델을제안한다. 또한, 동적메타모델의적합성을검증하기위해각메타모델에대해 XPDL 기반으로사례연구를수행한다. Abstract Frequent change of mobile applications has become a burden to management of mobile services. Therefore, the development of mobile Web services, which the central management is easy, has increased. Tools which developers, as well as general users can easily develop, have been developed for mobile Web services. However, researches of standardized metamodel for implementing mobile Web service dynamically by general users is the inadequate situation. In this paper, we propose a dynamic metamodel for developing mobile Web services. The dynamic metamodel consists of a mobile Web pages, mobile Web page instance and dynamic connection using XDPL structure. we study a connection metamodel for condition connection, split connection and join connection, and combile entire metamodel, finally. Also, we carry out a case study in order to verify the suitability of metamodel by based on XPDL. Keywords : Dynamic Mobile Web Service, XPDL, MetaModel 1. 서론모바일환경이일상화되면서모바일웹서비스사용이기존의 PC 기반웹서비스사용보다증가하고있다. 이러한추세에맞춰모바일앱과함께모바일웹서비스의개발에대한요구가증가하고있다. 모바일웹서비스개발은기존의 PC 기반웹서비스개발과많은차이를 보이진않지만제한된모바일디바이스 UI(User Interface) 화면에서제공되어야하기때문에한정된정보제공과 UX(User experience) 를고려하여개발되어야한다. 또한모바일서비스에대한일반사용자의개발요구로매쉬업 (Mash-Up) 을통해일반사용자도쉽게모바일서비스를개발할수있는환경이제공되고있다. 이러한일반사용자의개발은쉽고빠르게개발되어야하며 * Corresponding Author : Chee-Yang song (Kyungpook National Univ.) Tel : cysong@knu.ac.kr Received July 2, 2015 Revised July 16, 2015 Accepted October 8, 2015 Published October 31,

2 동적모바일웹서비스를위한메타모델 동적으로개발될수있어야한다. 본논문에서는이와같이모바일웹서비스의증가와모바일웹서비스를사용자측면에서동적으로개발할수있는도구및플랫폼을개발하는데기반을제공할수있는모바일웹서비스메타모델을제안한다. 본논문은다음과같이구성한다. 2장에서는관련연구로 XPDL(Xml Process Definition Language), 기존모바일웹페이지설정기법과메타모델에관련된연구를분석한다. 3장에서는모바일웹서비스메타모델을제안하며, 각구성요소별메타모델을제안한다. 4장에서는각메타모델에대한 XPDL 사례를적용하여제안한모델이적합함을검증하고, 5장에서결론과향후연구의방향성을제시한다. 2. 관련연구 2.1 XPDL[1] XPDL은프로세스개발도구에활용될수있는구조로서, 데이터선언부 (Data Declaration) 와프로세스정의부 (Application), 프로세스인스턴스정의부 (Activity), 그리고흐름정의부 (Transition) 로구성된다. 이러한구조는모바일웹페이지설정시에도유사하게적용될수있다. 데이터선언부는모바일웹페이지들간에전달되는데이터의타입을선언할수있을것이며, 프로세스정의부는모바일웹페이지 ( 또는모바일웹페이지의인터페이스 ) 의템플릿을정의할때이용될수있을것이다. 프로세스인스턴스정의부는모바일웹페이지의인터페이스가연결될때실정보들을정의하기위해이용될것이다. 마지막으로흐름정의부는모바일웹페이지들간에동적인연결정보를정의할때이용할수있을것이다. 이와같이 XPDL은프로세스의동적인흐름을적용하는것과유사하게모바일웹페이지의동적인흐름을정의하는데적합하게이용될수있다. 본논문에서는 XPDL 구성요소들을기반으로모바일웹페이지를동적구성하기위한정형화된메타모델을제안한다. 2.2 모바일웹의동적개발설정기법 [2] [2] 연구에서는 XDPL을기반으로모바일웹페이지를동적으로연결할수있는구조를제안한다. Fig. 1과 같이설정서비스프레임워크 (Configuration Service Framework) 은설정모델에저장된식별자들을통해실제모바일웹페이지를찾아서연결해준다. 설정서비스프레임워크는설정정보를해석하기위한기능과실제모바일웹페이지를호출할수있는기능을제공한다. Fig. 1. Components of Configuration Service Framework 설정서비스프레임워크는설정정보를해석하기위한설정모델관리자 (Configuration Model Manager) 와모바일웹페이지를호출하기위한모바일웹페이지런처 (Mobile Web Page Launcher) 로구성된다. 모바일웹페이지해석기 (Mobile Web Page Interpreter) 는호출된모바일웹페이지를해석하여실행할수있다. 연구 [2] 에서는모바일웹페이지를동적으로구성할수있는아키텍쳐를제안하였으나, 동적설정정보에대한정형화된모델없이 XPDL 기반으로만제시하여다른도구나시스템에적용하기에는한계가있다. 2.3 모바일웹개발매시업제작시스템 [3] 연구 [3] 에서는모바일앱을개발할수있는기존시스템을분석하였으며, 모바일웹어플리케이션을매시업하기위한도구를제안하였다. 모바일앱개발도구로서비교적잘알려진 MIT App Inventor [4], Yahoo Pipes [5], tiggzi [6] 및 PhoneGap [7] 의특징에대해서분석하였다. MIT App Inventor [4] 는어플리케이션의흐름을일반사용자가설계할수있도록제공하며안드로이드기반으로만생성가능하다. 또한흐름설계에제약이있으므로실무용으로사용하는데한계가있다. Yahoo Pipes [5] 는일반사용자가어플리케이션을개발하기쉽게제공되고있지만생성되는결과가텍스트기반으로구현에한계가있다. tiggzi [6] 는클라우드를기반으로하이브리드어플리케이션을개발하기위한도구지만매시업기능을제공하지못하고있다. PhoneGap [7] 은한번의개발로여러이기종의디바이스에배포하기위한개발도구로제 6459

3 한국산학기술학회논문지제 16 권제 10 호, 2015 공되며, 매시업기능을제공하지못하고있다. 연구 [3] 에서제안한 AppDrone 은개발자뿐만아니라일반사용자에게모바일웹어플리케이션을개발하기위한매시업기능을제공한다. 기존의도구들중에서가장편리하며서비스흐름을동적으로구성할수있는도구이다. 연구 [3] 에서는모바일앱과웹어플리케이션을개발하기위한기존도구들의장단점을분석하였으나, 모바일웹어플이케이션을동적으로매시업하기위한일반화된메타모델에대한연구가미흡하다. 3. 동적모바일웹서비스메타모델동적모바일웹서비스개발을위한메타모델은 XPDL 구성요소를기반으로메타모델을정의한다. 3.1 메타모델구성요소동적모바일웹서비스개발을위한메타모델의기본핵심구성요소는 Fig. 2에서와같이 XPDL의핵심요소인 <Application>, <Acitvity>, <Transition> 으로구성한다. Fig. 2. Core Element of MetaModel 일웹페이지메타정보인 Application 모델과인스턴스의메타정보인 Activity 모델, 그리고 Transition 모델로구성된다. Fig. 3. MetaModel for Dynamic Mobile Web Service 모바일웹페이지인스턴스의메타모델인 Activity는모바일웹페이지의 Application 메타모델을참조한다. 모바일웹페이지와인스턴스는 1:n 관계를형성한다. 실행시이용될모바일웹페이지인스턴스메타모델은연결메타정보를포함하고있는 Transition과 1:n의관계를갖는다. 이경우 Activity와 Transition은서로양방향으로참조하여연결형태를구성한다 모바일웹페이지메타모델모바일웹서비스의메타모델은모바일웹페이지 Application을기반으로구성될수있다. 모바일웹페이지의메타정보는웹페이지의인터페이스를정의하는것으로 Fig. 4에서와같이모바일웹페이지는인터페이스의입출력데이터를정의하기위해 FormalParameter로구성된다. FormalParameter는여러입출력데이터를위한 id와순번을나타내는 index, 그리고입력또는출력을정의하기위한 mode 속성으로구성된다. 입출력데이터에대한타입을정의하기위해 DataType 메타정보를정의하며 DataType은기본데이터타입인 BasicType 모바일웹시스템은모바일웹페이지를구성하는메타모델을통해동적으로연결및변경이가능하다 [8]. 3.2 동적메타모델동적메타모델은 Fig. 2에서제시하는 3가지요소들을정형화하여동적설계을위한개발도구에적용가능하다. 모바일웹시스템은모바일웹페이지, 모바일웹페이지의인스턴스, 그리고페이지를동적으로연결하기위한서비스커넥터로구성된다. Fig. 3에서와같이모바 Fig. 4. MetaModel for Mobile Web Page 6460

4 동적모바일웹서비스를위한메타모델 과객체타입의 DeclaredType으로구성된다. 모바일웹페이지는 0개이상의입력데이터를포함하며, 입력데이터의타입은 1개의기본형타입이나사용자정의타입으로정의된다. 모바일웹페이지의메타모델인 Application은동적페이지구성을위한템플릿 ( 또는클래스 ) 모델을의미하며, Application 메타모델을기반으로실행될수있는모바일웹페이지의인스턴스를정의할수있다. Transition 메타정보를이용하여정의한다 모바일웹페이지인스턴스메타모델모바일웹페이지의인스턴스메타모델은 Activity를이용하여정의할수있다. Fig. 5. MetaModel for Instance of Mobile Web Page Fig. 5에서와같이모바일웹페이지의인스턴스인 Activity는 Tool 과 TransitionRef 메타정보로구성된다. Tool 메타정보는현재모바일웹페이지의인스턴스에대한템플릿 ( 또는클래스 ) 을참조하여모바일웹페이지에서제공하는모바일웹페이지에대한정보를참조한다. 또한 Tool 메타정보는 ActualParameter 정보를포함하여모바일웹페이지가실행시필요한실데이터에대한정보를정의한다. TransitionRef 메타정보는모바일웹페이지인스턴스가실행시다른페이지와의연결정보를참조하기위해 Transition 메타정보를참조한다. 이와같이 Activity 메타모델정보는모바일웹페이지의템플릿인 Application 메타모델과모바일웹페이지간의연결정보인 Transition 메타모델정보를참조하여실행시점에이용될수있다. Fig. 6. MetaModel for Dynamic Connection between Mobile Web Pages Transition은모바일웹을연동하기위한커네터역할을하며모바일웹페이지들간의정보를관리한다. 호출하는모바일웹페이지의 from_id 와호출되는모바일웹페이지의 to_id를관리한다. from_id와 to_id는모바일웹페이지의인스턴스인 Activity 메타모델을참조한다. Activity는다른웹페이지인스턴스와의연결을위해 Transition을참조한다. 모바일웹페이지간의동적인구조는단순연결, 조건연결, 분기연결, 결합연결로구분하여정의할수있다 단순연결 (Simple Connection) 구조 Fig. 7. Simple Connection Structure 단순연결구조는모바일웹페이지간에하이퍼링크 (HyberLink) 나폼 (Form) 태그에의한연결을나타낸다. 단순연결구조에대한메타모델은 Fig. 7 에서와같이 from_id와 to_id 정보에의해연결되며동적으로변경이가능하다 동적연결메타모델 모바일웹페이지들간에동적인연결은 Fig.6 과같이 6461

5 한국산학기술학회논문지제 16 권제 10 호, 조건연결 (Condition Connection) 구조 Fig. 8. Condition Connection Structure 조건연결구조는 Fig. 8에서와같이모바일웹페이지를조건에의해연결된다. Fig. 11. MetaModel of Split Connection 분기연결구조의메타모델은 Fig. 11에서와같이 Transition 내에연결된모바일웹메타정보인 Activity 에포함된분할메타정보 (Split) 중에 AND 형태로 2개이상의페이지로병렬로연결될수있다. 분기는 TransitionRef 메타정보를통해어떤모바일웹페이지로연결될지참조하기위해 Transition을참조한다. 참조된 Transition들은조건없이화면과서비스로분기된다. Fig. 9. MetaModel of Condition Connection 결합연결 (Join Connection) 구조 조건연결구조의메타모델은 Fig. 9에서와같이 Transition 내에연결된모바일웹메타정보인 Activity 에포함된분할메타정보 (Split) 의타입을 XOR 로정의한다. 분할은 TransitionRef 메타정보를통해어떤모바일웹페이지로연결될지참조하기위해 Transition을참조한다. 참조된 Transition은 Condition 메타정보의조건에따라연결된다. Fig. 12. Join Connection Structure 결합연결구조는 Fig. 12에서와같이모바일웹페이지를결합하는연결구조이다 분기연결 (Split Connection) 구조 Fig. 10. Split Connection Structure 분기연결구조는 Fig. 10에서와같이모바일웹페이지를조건이아니라 2개이상의모바일웹페이지로병렬연결된다. 이런경우는 2개의이상의페이지로동시에제공될수없기때문에화면이제공되는모바일웹페이지와모바일서비스로분기될수있다. Fig. 13. MetaModel of Join Connection 결합연결구조의메타모델은 Fig. 13 에서와같이 Transition 내에연결된모바일웹메타정보인 Activity 6462

6 동적모바일웹서비스를위한메타모델 Fig. 14. Integrated MetaModel 내에서결합메타정보 (Join) 중에 AND 형태로 2개이상의모바일웹페이지로부터결합되어하나의모바일웹페이지로연결된다. 결합은 TransitionRef 메타정보를통해하나의모바일웹페이지를참조하기위해 Transition을참조한다. 참조된하나의 Transition은조건없이연결된다. 페이지의인터페이스를정의한다 통합메타모델동적모바일웹페이지를구성하기위한메타모델은 Fig. 14에서와같이모바일웹페이지, 모바일웹페이지의인스턴스, 그리고모바일웹페이지간의동적연결에대한메타모델을통해정의가가능하다. Fig. 15. Applied Case for MetaModel of Mobile Web Page 4. 실험및평가 4.2 모바일웹페이지인스턴스메타모델적용사례 본논문에서제시한메타모델을기반으로모바일웹페이지간의동적연결이구성될수있는지 XPDL로정의하여적합성을검증한다. 4.1 모바일웹페이지메타모델적용사례모바일웹페이지메타모델인 Fig. 4에대한모바일웹페이지정보는 Fig. 15와같다. FormParameter와 DataType을통해입력출데이터를정의하여모바일웹 Fig. 16. Applied Case for MetaModel of Mobile Web Page Instance 6463

7 한국산학기술학회논문지제 16 권제 10 호, 2015 모바일웹페이지인스턴스메타모델인 Fig. 5에대한모바일웹페이지인스턴스정보는 Fig. 16과같다. Tool 정보에모바일웹페이지를참조하고 ActualParameter 정보는모바일웹페이지의 FormalParameter 정보에맞는데이터를정의한다. TransitionRef는연결될정보를참조한다. 4.3 동적연결메타모델 Fig. 17은단순동적연결에대한메타모델을적용한사례로서 from 과 to 는모바일웹페이지인스턴스정보를참조한다. 수있을것이다. 5. 결론본연구에서는동적모바일웹서비스개발을위한메타모델을제안한다. 모바일웹페이지, 모바일웹페이지의인스턴스, 그리고동적연결구조에대한메타모델을제시하여다양한동적모바일웹서비스를개발할수있는기반을제시한다. 또한본논문에서제시한동적메타모델에대해 XPDL 기반으로모바일웹서비스에대한사례를적용하여동적메타모델이적합함을검증하였다. 향후에는본논문에서제안한동적메타모델을기반으로동적인모바일웹서비스개발도구에대해연구한다. Fig. 17. Applied Case for MetaModel of Simple Connection 조건동적연결메타모델에대한적용사례를 Fig. 18 과같다. Transition내의 Condition 조건에의해연결될페이지가결정된다. 조건에따라연결될 Transition에서정의한 to 속성에정의된모바일웹페이지로연결될수있도록정의한다. References [1] XML Process Definition Language (XPDL) Document Number WFMC-TC-1025: Version 1.14 Document Status, Final October 3, [2] C.J. Lim, "A Configuration Technique for Dynamic Development of Mobile Web, Journal of The Korea Academia-Industrial cooperation Society, Vol.15 No.6, June, pp.3841~3850, DOI: [3] J.C. Kim, S.H. Lee, Y.S. Chang, and K.C. Lee, "Mashup Authoring System for Mobile Web Application Development", KISS(The Korean Institute of Information Scientists and Engineers) Journal, 30(11), 23-31, [4] MIT App Inventor, [5] Yahoo Pipes, [6] tizggi, [7] PhoneGap, [8] C.J. Kim and K.S. Choi, "A Mobile Web's Recommendation Technique based on XPDL", Journal of The Korea Academia-Industrial cooperation Society, Vol.14 No.11, Nov, pp.5856~5865, DOI: Fig. 18. Applied Case for MetaModel of Condition Connection 본사례연구를통해본연구에서제시한메타모델을기반으로동적인모바일웹페이지에대한메타정보를제공할수있음을검증하였으며, 이러한메타모델을통해동적인모바일웹개발도구개발에기반을제공할 6464

8 동적모바일웹서비스를위한메타모델 김철진 (Chul-Jin Kim) [ 종신회원 ] 2004 년 2 월 : 숭실대학교대학원컴퓨터학과 ( 공학박사 ) 2004 년 3 월 ~ 2009 년 2 월 : 삼성전자책임연구원 2009 년 3 월 ~ 현재 : 인하공전컴퓨터시스템과교수 < 관심분야 > 컴포넌트기반개발방법론, 컴포넌트커스터마이제이션, 모바일서비스, 클라우드컴퓨팅 송치양 (Chee-Yang Song) [ 정회원 ] 2003 년 8 월 : 고려대학교컴퓨터학과 ( 이학박사 ) 1990 년 5 월 ~ 2005 년 9 월 : KT 중앙연구소책임연구원 2005 년 10 월 ~ 2008 년 2 월 : 상주대학교소프트웨어공학과조교수 2008 년 3 월 ~ 현재 : 경북대학교소프트웨어학과부교수 < 관심분야 > CBD, MDA, Service-Oriented Modeling, Formal Specification 6465

<31325FB1E8B0E6BCBA2E687770>

<31325FB1E8B0E6BCBA2E687770> 88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,

More information

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770>

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 15, No. 2 pp. 1051-1058, 2014 http://dx.doi.org/10.5762/kais.2014.15.2.1051 멤리스터의 전기적 특성 분석을 위한 PSPICE 회로 해석 김부강 1, 박호종 2, 박용수 3, 송한정 1*

More information

<31362DB1E8C7FDBFF82DC0FABFB9BBEA20B5B6B8B3BFB5C8ADC0C720B1B8C0FC20B8B6C4C9C6C32E687770>

<31362DB1E8C7FDBFF82DC0FABFB9BBEA20B5B6B8B3BFB5C8ADC0C720B1B8C0FC20B8B6C4C9C6C32E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 4 pp. 1525-1531, 2012 http://dx.doi.org/10.5762/kais.2012.13.4.1525 저예산 독립영화의 구전 마케팅을 위한 스마트폰 모바일 애플리케이션 모델 개발 연구 김혜원 1* 1 청운대학교

More information

인문사회과학기술융합학회

인문사회과학기술융합학회 Vol.5, No.5, October (2015), pp.471-479 http://dx.doi.org/10.14257/ajmahs.2015.10.50 스마트온실을 위한 가상 외부기상측정시스템 개발 한새론 1), 이재수 2), 홍영기 3), 김국환 4), 김성기 5), 김상철 6) Development of Virtual Ambient Weather Measurement

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 박건수 *, 서태영 **, 김종욱 *** ". 요약 Abstract The induction melting furnace using electric generator has been introduced since 1920s, and it began to be widely applied to industrial applications due to increasing

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Nov.; 26(11), 985991. http://dx.doi.org/10.5515/kjkiees.2015.26.11.985 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

untitled

untitled PMIS 발전전략 수립사례 A Case Study on the Development Strategy of Project Management Information System 류 원 희 * 이 현 수 ** 김 우 영 *** 유 정 호 **** Yoo, Won-Hee Lee, Hyun-Soo Kim, Wooyoung Yu, Jung-Ho 요 약 건설업무의 효율성

More information

10(3)-09.fm

10(3)-09.fm w y wz 10«3y 253~258 (2010.12.) Journal of Korean Society of Urban Environment ³ w Á» Á Á y w y œw (2010 11 22, 2010 12 9 k) Study on Determine of Detention Pond in Small Developed Area In-Soo Chang ½

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4)

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4) THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Oct.; 29(10), 799 804. http://dx.doi.org/10.5515/kjkiees.2018.29.10.799 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Method

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

학습영역의 Taxonomy에 기초한 CD-ROM Title의 효과분석

학습영역의 Taxonomy에 기초한 CD-ROM Title의 효과분석 ,, Even the short history of the Web system, the techniques related to the Web system have b een developed rapidly. Yet, the quality of the Webbased application software has not improved. For this reason,

More information

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770>

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770> 327 Journal of The Korea Institute of Information Security & Cryptology ISSN 1598-3986(Print) VOL.24, NO.2, Apr. 2014 ISSN 2288-2715(Online) http://dx.doi.org/10.13089/jkiisc.2014.24.2.327 개인정보 DB 암호화

More information

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770>

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 2 pp. 866-871, 2012 http://dx.doi.org/10.5762/kais.2012.13.2.866 증강현실을 이용한 아동교육프로그램 모델제안 권미란 1*, 김정일 2 1 나사렛대학교 아동학과, 2 한세대학교 e-비즈니스학과

More information

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp 보안공학연구논문지 Journal of Security Engineering Vol.11, No.4 (2014), pp.299-312 http://dx.doi.org/10.14257/jse.2014.08.03 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발 이강찬 1), 이승윤 2), 양희동 3), 박철우 4) Development of Service

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Jun.; 27(6), 495 503. http://dx.doi.org/10.5515/kjkiees.2016.27.6.495 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Design

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: * A Analysis of

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: * A Analysis of Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.99-117 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.99 2015 * A Analysis of the Characters and Issues about the 2015 Revised Social

More information

04서종철fig.6(121~131)ok

04서종철fig.6(121~131)ok Development of Mobile Applications Applying Digital Storytelling About Ecotourism Resources Seo, Jongcheol* Lee, Seungju**,,,. (mobile AIR)., 3D.,,.,.,,, Abstract : In line with fast settling trend of

More information

À±½Â¿í Ãâ·Â

À±½Â¿í Ãâ·Â Representation, Encoding and Intermediate View Interpolation Methods for Multi-view Video Using Layered Depth Images The multi-view video is a collection of multiple videos, capturing the same scene at

More information

07변성우_ok.hwp

07변성우_ok.hwp 2 : (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.631 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a), b) Metadata Management System Implementation

More information

디지털포렌식학회 논문양식

디지털포렌식학회 논문양식 ISSN : 1976-5304 http://www.kdfs.or.kr Virtual Online Game(VOG) 환경에서의 디지털 증거수집 방법 연구 이 흥 복, 정 관 모, 김 선 영 * 대전지방경찰청 Evidence Collection Process According to the Way VOG Configuration Heung-Bok Lee, Kwan-Mo

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: A Study on Organizi

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI:   A Study on Organizi Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.441-460 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.441 A Study on Organizing Software Education of Special Education Curriculum

More information

04_이근원_21~27.hwp

04_이근원_21~27.hwp 1) KIGAS Vol. 16, No. 5, pp 21~27, 2012 (Journal of the Korean Institute of Gas) http://dx.doi.org/10.7842/kigas.2012.16.5.21 실험실의 사례 분석에 관한 연구 이근원 이정석 한국산업안전보건공단 산업안전보건연구원 (2012년 9월 5일 투고, 2012년 10월 19일

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp DOI: : Researc

Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp DOI:   : Researc Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp.251-273 DOI: http://dx.doi.org/10.21024/pnuedi.27.2.201706.251 : 1997 2005 Research Trend Analysis on the Korean Alternative Education

More information

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016) ISSN 228

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016)   ISSN 228 (JBE Vol. 1, No. 1, January 016) (Regular Paper) 1 1, 016 1 (JBE Vol. 1, No. 1, January 016) http://dx.doi.org/10.5909/jbe.016.1.1.60 ISSN 87-9137 (Online) ISSN 16-7953 (Print) a), a) An Efficient Method

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Sep.; 30(9),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Sep.; 30(9), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2019 Sep.; 30(9), 712 717. http://dx.doi.org/10.5515/kjkiees.2019.30.9.712 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) MOS

More information

1. KT 올레스퀘어 미디어파사드 콘텐츠 개발.hwp

1. KT 올레스퀘어 미디어파사드 콘텐츠 개발.hwp Journal of Next-generation Convergence Information Services Technology Vol.4, No.1, June (2015), pp. 1-8 차세대컨버전스정보서비스기술논문지 KT 올레스퀘어 미디어파사드 콘텐츠 개발 Media Fasade Contents Development of KT Olleh Square 김동조

More information

........pdf 16..

........pdf 16.. Abstract Prospects of and Tasks Involving the Policy of Revitalization of Traditional Korean Performing Arts Yong-Shik, Lee National Center for Korean Traditional Performing Arts In the 21st century, the

More information

07_Àü¼ºÅÂ_0922

07_Àü¼ºÅÂ_0922 176 177 1) 178 2) 3) 179 4) 180 5) 6) 7) 8) 9) 10) 181 11) 12) 182 13) 14) 15) 183 16) 184 185 186 17) 18) 19) 20) 21) 187 22) 23) 24) 25) 188 26) 27) 189 28) 29) 30)31) 32) 190 33) 34) 35) 36) 191 37)

More information

???? 1

???? 1 The Korean Journal of Applied Statistics (2014) 27(1), 13 20 DOI: http://dx.doi.org/10.5351/kjas.2014.27.1.013 Maximum Tolerated Dose Estimation by Stopping Rule and SM3 Design in a Phase I Clinical Trial

More information

歯Phone

歯Phone UI (User Interface) Specification for Mobile Phone Version 1.1.1 2003116 a j k e f y p t u v w 2 n Contrast Zoom In Out Kang

More information

<35312DC1B6C0BABCF72DBEC8B5E5B7CEC0CCB5E520B1E2B9DD20B8F0B9D9C0CF20B0A1BAAFBCBA20BCB3B0E820B9D720B1B8C7F62E687770>

<35312DC1B6C0BABCF72DBEC8B5E5B7CEC0CCB5E520B1E2B9DD20B8F0B9D9C0CF20B0A1BAAFBCBA20BCB3B0E820B9D720B1B8C7F62E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 5 pp. 2338-2346, 2012 http://dx.doi.org/10.5762/kais.2012.13.5.2338 안드로이드기반모바일가변성설계및구현 김철진 1, 조은숙 2* 1 인하공업전문대학컴퓨터시스템과, 2 서일대학컴퓨터소프트웨어과

More information

UML

UML Introduction to UML Team. 5 2014/03/14 원스타 200611494 김성원 200810047 허태경 200811466 - Index - 1. UML이란? - 3 2. UML Diagram - 4 3. UML 표기법 - 17 4. GRAPPLE에 따른 UML 작성 과정 - 21 5. UML Tool Star UML - 32 6. 참조문헌

More information

<3136C1FD31C8A35FC3D6BCBAC8A3BFDC5F706466BAAFC8AFBFE4C3BB2E687770>

<3136C1FD31C8A35FC3D6BCBAC8A3BFDC5F706466BAAFC8AFBFE4C3BB2E687770> 부동산학연구 제16집 제1호, 2010. 3, pp. 117~130 Journal of the Korea Real Estate Analysts Association Vol.16, No.1, 2010. 3, pp. 117~130 비선형 Mankiw-Weil 주택수요 모형 - 수도권 지역을 대상으로 - Non-Linear Mankiw-Weil Model on Housing

More information

05(533-537) CPLV12-04.hwp

05(533-537) CPLV12-04.hwp 모바일 OS 환경의 사용자 반응성 향상 기법 533 모바일 OS 환경의 사용자 반응성 향상 기법 (Enhancing Interactivity in Mobile Operating Systems) 배선욱 김정한 (Sunwook Bae) 엄영익 (Young Ik Eom) (Junghan Kim) 요 약 사용자 반응성은 컴퓨팅 시스템에서 가장 중요 한 요소 중에 하나이고,

More information

Service-Oriented Architecture Copyright Tmax Soft 2005

Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite

More information

Microsoft PowerPoint App Fundamentals[Part1](1.0h).pptx

Microsoft PowerPoint App Fundamentals[Part1](1.0h).pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 애플리케이션기초 애플리케이션컴포넌트 액티비티와태스크 Part 1 프로세스와쓰레드 컴포넌트생명주기 Part 2 2 Library Java (classes) aapk.apk (android package) identifiers Resource & Configuration aapk: android

More information

<38305FC0B1C3A2BCB12D4D41544C41422C2053696D756C696E6BB8A620C0CCBFEBC7D12E687770>

<38305FC0B1C3A2BCB12D4D41544C41422C2053696D756C696E6BB8A620C0CCBFEBC7D12E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 17, No. 1 pp. 693-699, 2016 http://dx.doi.org/10.5762/kais.2016.17.1.693 ISSN 1975-4701 / eissn 2288-4688 MATLAB/Simulink를 이용한 화력발전소 복수펌프

More information

04-다시_고속철도61~80p

04-다시_고속철도61~80p Approach for Value Improvement to Increase High-speed Railway Speed An effective way to develop a highly competitive system is to create a new market place that can create new values. Creating tools and

More information

#Ȳ¿ë¼®

#Ȳ¿ë¼® http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research

More information

Intro to Servlet, EJB, JSP, WS

Intro to Servlet, EJB, JSP, WS ! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g

More information

대한한의학원전학회지24권6호-전체최종.hwp

대한한의학원전학회지24권6호-전체최종.hwp 小兒藥證直訣 의 五臟辨證에 대한 小考 - 病證과 處方을 중심으로 1 2 慶熙大學校大學校 韓醫學科大學 原典學敎室 ㆍ 韓醫學古典硏究所 白裕相1,2*1)2) A study on The Diagnosis and Treatment Using The Theory of Five Organs in Soayakjeungjikgyeol(小兒藥證直訣) 1 Dept. of Oriental

More information

<343720B1E8C3B6C1F82DB8F0B9D9C0CF20C5ACB6F3BFECB5E520BCADBAF1BDBA2E687770>

<343720B1E8C3B6C1F82DB8F0B9D9C0CF20C5ACB6F3BFECB5E520BCADBAF1BDBA2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 14, No. 9 pp. 4478-4484, 2013 http://dx.doi.org/10.5762/kais.2013.14.9.4478 예준호 1, 김철진 1* 1 인하공업전문대학컴퓨터시스템과 A Multiple Customization Technique

More information

<313120B9DABFB5B1B82E687770>

<313120B9DABFB5B1B82E687770> 한국민족문화 40, 2011. 7, 347~388쪽 1)중화학공업화선언과 1973년 공업교육제도 변화* 2)박 영 구** 1. 머리말 2. 1973년, 중화학공업화선언과 과학기술인력의 부족 3. 1973년 전반기의 교육제도 개편과 정비 1) 계획과 개편 2) 기술교육 개선안과 인력개발 시책 4. 1973년 후반기의 개편과 정비 5. 정비된 정규교육제도의 특징

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 EBC (Equipment Behaviour Catalogue) - ISO TC 184/SC 5/SG 4 신규표준이슈 - 한국전자통신연구원김성혜 목차 Prologue: ISO TC 184/SC 5 그룹 SG: Study Group ( 표준이슈발굴 ) WG: Working Group ( 표준개발 ) 3 EBC 배경 제안자 JISC (Japanese Industrial

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:237~251 Received: 2016/11/20, Accepted: 2016/12/24 Revised: 2016/12/21, Published: 2016/12/30 [ABSTRACT] Recently, there is an increasing

More information

13 Who am I? R&D, Product Development Manager / Smart Worker Visualization SW SW KAIST Software Engineering Computer Engineering 3

13 Who am I? R&D, Product Development Manager / Smart Worker Visualization SW SW KAIST Software Engineering Computer Engineering 3 13 Lightweight BPM Engine SW 13 Who am I? R&D, Product Development Manager / Smart Worker Visualization SW SW KAIST Software Engineering Computer Engineering 3 BPM? 13 13 Vendor BPM?? EA??? http://en.wikipedia.org/wiki/business_process_management,

More information

???? 1

???? 1 The Korean Journal of Applied Statistics (2013) 26(1), 201 208 DOI: http://dx.doi.org/10.5351/kjas.2013.26.1.201 A Note on Model Selection in Mixture Experiments with Process Variables Jung Il Kim a,1

More information

감각형 증강현실을 이용한

감각형 증강현실을 이용한 대한산업공학회/한국경영과학회 2012년 춘계공동학술대회 감각형 증강현실을 이용한 전자제품의 디자인 품평 문희철, 박상진, 박형준 * 조선대학교 산업공학과 * 교신저자, hzpark@chosun.ac.kr 002660 ABSTRACT We present the recent status of our research on design evaluation of digital

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 한국소음진동공학회 2015추계학술대회논문집년 Study of Noise Pattern and Psycho-acoustics Characteristic of Household Refrigerator * * ** ** Kyung-Soo Kong, Dae-Sik Shin, Weui-Bong Jeong, Tae-Hoon Kim and Se-Jin Ahn Key Words

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Mar.; 25(3), 304310. http://dx.doi.org/10.5515/kjkiees.2014.25.3.304 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A528B1E8C1BEB9E8292E687770>

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A528B1E8C1BEB9E8292E687770> Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 18, No. 11 : 2593~2599 Nov. 2014 오픈소스 모바일 UI컴포넌트 선정 절차 프레임워크 손효정 1 이민규 2 성백민

More information

02양은용

02양은용 The filial piety of Won-Buddhism in the tradition of filial piety Yang, Eun-Yong Dept. of Korean Culture, Wonkwang University Keyword : Filial piety, Fourfold Grace, the grace of parents, Xiao Jing (),

More information

06_ÀÌÀçÈÆ¿Ü0926

06_ÀÌÀçÈÆ¿Ü0926 182 183 184 / 1) IT 2) 3) IT Video Cassette Recorder VCR Personal Video Recorder PVR VCR 4) 185 5) 6) 7) Cloud Computing 8) 186 VCR P P Torrent 9) avi wmv 10) VCR 187 VCR 11) 12) VCR 13) 14) 188 VTR %

More information

10 이지훈KICS2015-03-068.hwp

10 이지훈KICS2015-03-068.hwp 논문 15-40-05-10 The Journal of Korean Institute of Communications and Information Sciences '15-05 Vol.40 No.05 http://dx.doi.org/10.7840/kics.2015.40.5.851 가로등 인프라를 활용한 안전한 스마트 방범 시스템 차 정 화, 이 주 용 *, 이

More information

정보기술응용학회 발표

정보기술응용학회 발표 , hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management

More information

정진명 남재원 떠오르고 있다. 배달앱서비스는 소비자가 배달 앱서비스를 이용하여 배달음식점을 찾고 음식 을 주문하며, 대금을 결제까지 할 수 있는 서비 스를 말한다. 배달앱서비스는 간편한 음식 주문 과 바로결제 서비스를 바탕으로 전 연령층에서 빠르게 보급되고 있는 반면,

정진명 남재원 떠오르고 있다. 배달앱서비스는 소비자가 배달 앱서비스를 이용하여 배달음식점을 찾고 음식 을 주문하며, 대금을 결제까지 할 수 있는 서비 스를 말한다. 배달앱서비스는 간편한 음식 주문 과 바로결제 서비스를 바탕으로 전 연령층에서 빠르게 보급되고 있는 반면, 소비자문제연구 제46권 제2호 2015년 8월 http://dx.doi.org/10.15723/jcps.46.2.201508.207 배달앱서비스 이용자보호 방안 정진명 남재원 요 약 최근 음식배달 전문서비스 애플리케이션을 이용한 음식배달이 선풍적인 인기를 끌면서 배달앱서비스가 전자상거래의 새로운 거래유형으로 떠오르고 있다. 배달앱서비스는 소비자가 배달앱서비스를

More information

<30382E20B1C7BCF8C0E720C6EDC1FD5FC3D6C1BEBABB2E687770>

<30382E20B1C7BCF8C0E720C6EDC1FD5FC3D6C1BEBABB2E687770> 정보시스템연구 제23권 제1호 한국정보시스템학회 2014년 3월, pp. 161~184 http://dx.doi.org/10.5859/kais.2014.23.1.161 베이비붐세대의 디지털라이프 지수* 1) 권순재**, 김미령*** Ⅰ. 서론 Ⅱ. 기존문헌 연구 2.1 베이비붐세대의 현황과 특성 2.2 베이비붐의 세대이 정보화 연구 Ⅲ. 연구내용 및 방법 Ⅳ.

More information

<33365FB1E8C3B6C1F82DB8F0B9D9C0CF20B0E1C1A6C0C720BDC5B7DABCBA2E687770>

<33365FB1E8C3B6C1F82DB8F0B9D9C0CF20B0E1C1A6C0C720BDC5B7DABCBA2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 17, No. 7 pp. 319-325, 2016 http://dx.doi.org/10.5762/kais.2016.17.7.319 ISSN 1975-4701 / eissn 2288-4688 김철진인하공업전문대학컴퓨터시스템과 A Reliability

More information

09권오설_ok.hwp

09권오설_ok.hwp (JBE Vol. 19, No. 5, September 2014) (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.656 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a) Reduction

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Dec.; 27(12),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Dec.; 27(12), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Dec.; 27(12), 1036 1043. http://dx.doi.org/10.5515/kjkiees.2016.27.12.1036 ISSN 1226-3133 (Print) ISSN 2288-226X (Online)

More information

서현수

서현수 Introduction to TIZEN SDK UI Builder S-Core 서현수 2015.10.28 CONTENTS TIZEN APP 이란? TIZEN SDK UI Builder 소개 TIZEN APP 개발방법 UI Builder 기능 UI Builder 사용방법 실전, TIZEN APP 개발시작하기 마침 TIZEN APP? TIZEN APP 이란? Mobile,

More information

07-1960(JH)

07-1960(JH) 한국두피모발미용학회지 제5권 제1호 2009 The Journal of Beauty & Trichology 5(1), 00~00(2008) 1960년대 뷰티 및 패션트렌드 분석 - 모델 트위기 (Twiggy) 를 중심으로 - 김희선* 안양과학대학 뷰티디자인학부 Analysis of Beauty and Fashion trends in the 1960 s - Focusing

More information

08/11-12<È£ä263»Áö

08/11-12<È£ä263»Áö Contents 2008 11 12 04 08 12 20 23 31 37 Join Together Society 2008 NOV + DEC 04 05 Join Together Society 2008 NOV + DEC 06 07 Join Together Society 2008 NOV + DEC 08 09 Join Together Society 2008 NOV

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: 3 * The Effect of H

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI:   3 * The Effect of H Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.577-601 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.577 3 * The Effect of Home-based Activities Using Traditional Fairy Tales

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp DOI: A Study on the Opti

Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp DOI:   A Study on the Opti Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp.127-148 DOI: http://dx.doi.org/11024/pnuedi.27.4.201712.127 A Study on the Optimization of Appropriate Hearing-impaired Curriculum Purpose:

More information

09오충원(613~623)

09오충원(613~623) A Study of GIS Service of Weather Information* Chung-Weon Oh**,..,., Web 2.0 GIS.,.,, Web 2.0 GIS, Abstract : Due to social and economic value of Weather Information such as urban flooding, demand of Weather

More information

139~144 ¿À°ø¾àħ

139~144 ¿À°ø¾àħ 2 139 DOI : 10.3831/KPI.2010.13.2.139 2 Received : 10. 04. 08 Revised : 10. 04. 26 Two Case Report on Wrist Ganglion Treated with Scolopendrid Pharmacopuncture Accepted : 10. 05. 04 Key Words: Wrist Ganglion,

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 4, August, 30, 2016:319~332 Received: 2016/07/28, Accepted: 2016/08/28 Revised: 2016/08/27, Published: 2016/08/30 [ABSTRACT] This paper examined what determina

More information

Æ÷Àå½Ã¼³94š

Æ÷Àå½Ã¼³94š Cho, Mun Jin (E-mail: mjcho@ex.co.kr) ABSTRACT PURPOSES : The performance of tack coat, commonly used for layer interface bonding, is affected by application rate and curing time. In this study, bonding

More information

CMS-내지(서진이)

CMS-내지(서진이) 2013 CMS Application and Market Perspective 05 11 19 25 29 37 61 69 75 81 06 07 News Feeds Miscellaneous Personal Relationships Social Networks Text, Mobile Web Reviews Multi-Channel Life Newspaper

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

제8장 자바 GUI 프로그래밍 II

제8장 자바 GUI 프로그래밍 II 제8장 MVC Model 8.1 MVC 모델 (1/7) MVC (Model, View, Controller) 모델 스윙은 MVC 모델에기초를두고있다. MVC란 Xerox의연구소에서 Smalltalk 언어를바탕으로사용자인터페이스를개발하기위한방법 MVC는 3개의구성요소로구성 Model : 응용프로그램의자료를표현하기위한모델 View : 자료를시각적으로 (GUI 방식으로

More information

45-51 ¹Ú¼ø¸¸

45-51 ¹Ú¼ø¸¸ A Study on the Automation of Classification of Volume Reconstruction for CT Images S.M. Park 1, I.S. Hong 2, D.S. Kim 1, D.Y. Kim 1 1 Dept. of Biomedical Engineering, Yonsei University, 2 Dept. of Radiology,

More information

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a low-resolution Time-Of- Flight (TOF) depth camera and

More information

03¼ºÅ°æ_2

03¼ºÅ°æ_2 102 103 R&D closed innovation strategy open innovation strategy spin-off Chesbrough technology marketing IBM Intel P&G IBM Dell Apple Nintendo Acer http //www ibm com/ibm/licensing MIT 1) 104 Bucher et

More information

<313720BCADBCBAB9AB2DBBE7C8B8C0FBB1E2BEF720C5F5C0DA20C0C7BBE7B0E1C1A42E687770>

<313720BCADBCBAB9AB2DBBE7C8B8C0FBB1E2BEF720C5F5C0DA20C0C7BBE7B0E1C1A42E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 14, No. 3 pp. 1109-1115, 2013 http://dx.doi.org/10.5762/kais.2013.14.3.1109 사회적기업 투자 의사결정 모델 연구 서성무 1, 장대규 2* 1 중앙대학교 경영경제대학, 2 중앙대학교 일반대학원

More information

Amazon EBS (Elastic Block Storage) Amazon EC2 Local Instance Store (Ephemeral Volumes) Amazon S3 (Simple Storage Service) / Glacier Elastic File Syste (EFS) Storage Gateway AWS Import/Export 1 Instance

More information

08SW

08SW www.mke.go.kr + www.keit.re.kr Part.08 654 662 709 731 753 778 01 654 Korea EvaluationInstitute of industrial Technology IT R&D www.mke.go.kr www.keit.re.kr 02 Ministry of Knowledge Economy 655 Domain-Specific

More information

Microsoft PowerPoint App Fundamentals[Part1].pptx

Microsoft PowerPoint App Fundamentals[Part1].pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 2 HangulKeyboard.apkapk 파일을다운로드 안드로이드 SDK 의 tools 경로아래에복사한후, 도스상에서다음과같이 adb 명령어수행 adb install HangulKeyboard.apk 이클립스에서에뮬레이터를구동 에뮬레이터메인화면에서다음과같이이동 메뉴버튼 설정 언어및키보드

More information

00내지1번2번

00내지1번2번 www.keit.re.kr 2011. 11 Technology Level Evaluation ABSTRACT The Technology Level Evaluation assesses the current level of industrial technological development in Korea and identifies areas that are underdeveloped

More information

ÀÌÀç¿ë Ãâ·Â

ÀÌÀç¿ë Ãâ·Â Analysis on Smart TV Services and Future Strategies TV industry has tried to realize a long-cherished dream of making TVs more than just display devices. Such efforts were demonstrated with the internet

More information

., (, 2000;, 1993;,,, 1994), () 65, 4 51, (,, ). 33, 4 30, 23 3 (, ) () () 25, (),,,, (,,, 2015b). 1 5,

., (, 2000;, 1993;,,, 1994), () 65, 4 51, (,, ). 33, 4 30, 23 3 (, ) () () 25, (),,,, (,,, 2015b). 1 5, * 4.,, 3,,, 3,, -., 3, 12, 27, 20. 9,,,,,,,,. 6,,,,,. 5,,,,.. * (2016),. (Corresponding Author): / / 303 Tel: 063-225-4496 / E-mail: jnj1015@jj.ac.kr ., (, 2000;, 1993;,,, 1994), 2000. 2015 () 65, 4 51,

More information

Problem New Case RETRIEVE Learned Case Retrieved Cases New Case RETAIN Tested/ Repaired Case Case-Base REVISE Solved Case REUSE Aamodt, A. and Plaza, E. (1994). Case-based reasoning; Foundational

More information

歯1.PDF

歯1.PDF 200176 .,.,.,. 5... 1/2. /. / 2. . 293.33 (54.32%), 65.54(12.13%), / 53.80(9.96%), 25.60(4.74%), 5.22(0.97%). / 3 S (1997)14.59% (1971) 10%, (1977).5%~11.5%, (1986)

More information

Output file

Output file 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 An Application for Calculation and Visualization of Narrative Relevance of Films Using Keyword Tags Choi Jin-Won (KAIST) Film making

More information

#유한표지F

#유한표지F www.yuhan.ac.kr www.yuhan.ac.kr 대 학 요 람 2008 422-749 경기도 부천시 소사구 경인로 636(괴안동 185-34) Tel : 02)2610-0600 / 032)347-0600 유 한 대 학 대학요람 2008 2008 대학요람 설립자 유일한 박사의 숭고한 정신과 철학을 실천하는 대학 눈으로 남을 볼 줄 아는 사람은 훌륭한

More information

<32382DC3BBB0A2C0E5BED6C0DA2E687770>

<32382DC3BBB0A2C0E5BED6C0DA2E687770> 논문접수일 : 2014.12.20 심사일 : 2015.01.06 게재확정일 : 2015.01.27 청각 장애자들을 위한 보급형 휴대폰 액세서리 디자인 프로토타입 개발 Development Prototype of Low-end Mobile Phone Accessory Design for Hearing-impaired Person 주저자 : 윤수인 서경대학교 예술대학

More information

원고스타일 정의

원고스타일 정의 논문접수일 : 2015.01.05 심사일 : 2015.01.13 게재확정일 : 2015.01.26 유니컨셉 디자인을 활용한 보행환경 개선방안 연구 A Study on Improvement of Pedestrian Environment on to Uniconcept Design 주저자 : 김동호 디지털서울문화예술대학교 인테리어실용미술학과 교수 Kim dong-ho

More information

MVVM 패턴의 이해

MVVM 패턴의 이해 Seo Hero 요약 joshua227.tistory. 2014 년 5 월 13 일 이문서는 WPF 어플리케이션개발에필요한 MVVM 패턴에대한내용을담고있다. 1. Model-View-ViewModel 1.1 기본개념 MVVM 모델은 MVC(Model-View-Contorl) 패턴에서출발했다. MVC 패턴은전체 project 를 model, view 로나누어

More information

12È«±â¼±¿Ü339~370

12È«±â¼±¿Ü339~370 http://www.kbc.go.kr/ k Si 2 i= 1 Abstract A Study on Establishment of Fair Trade Order in Terrestrial Broadcasting Ki - Sun Hong (Professor, Dept. of Journalism & Mass Communication,

More information

Microsoft PowerPoint - XP Style

Microsoft PowerPoint - XP Style Business Strategy for the Internet! David & Danny s Column 유무선 통합 포탈은 없다 David Kim, Danny Park 2002-02-28 It allows users to access personalized contents and customized digital services through different

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 28(3),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 28(3), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2017 Mar.; 28(3), 163 169. http://dx.doi.org/10.5515/kjkiees.2017.28.3.163 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) PCB

More information

20(53?)_???_O2O(Online to Offline)??? ???? ??.hwp

20(53?)_???_O2O(Online to Offline)??? ???? ??.hwp O2O(Online to Offline)서비스 전략방향 연구 - 모바일 사용자 경험 디자인(UX Design)을 중심으로 - O2O(Online to Offline) Service Strategy Research -Focusing on Mobile UX Design- 주저자 김 형 모 Kim, Hyung-mo BK21플러스 다빈치 창의융합인재양성사업단 BK21Plus

More information

03-서연옥.hwp

03-서연옥.hwp 농업생명과학연구 49(4) pp.31-37 Journal of Agriculture & Life Science 49(4) pp.31-37 Print ISSN 1598-5504 Online ISSN 2383-8272 http://dx.doi.org/10.14397/jals.2015.49.4.31 국가산림자원조사 자료를 적용한 충남지역 사유림경영율 추정 서연옥

More information

Microsoft PowerPoint UI-Event.Notification(1.5h).pptx

Microsoft PowerPoint UI-Event.Notification(1.5h).pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 UI 이벤트 Event listener Touch mode Focus handling Notification Basic toast notification Customized toast notification Status bar notification 2 사용자가인터랙션하는특정 View

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 6, Jun Rate). STAP(Space-Time Adaptive Processing)., -

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 6, Jun Rate). STAP(Space-Time Adaptive Processing)., - THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Jun.; 29(6), 457463. http://dx.doi.org/10.5515/kjkiees.2018.29.6.457 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Sigma-Delta

More information

Microsoft Word - KSR2014S042

Microsoft Word - KSR2014S042 2014 년도 한국철도학회 춘계학술대회 논문집 KSR2014S042 안전소통을 위한 모바일 앱 서비스 개발 Development of Mobile APP Service for Safety Communication 김범승 *, 이규찬 *, 심재호 *, 김주희 *, 윤상식 **, 정경우 * Beom-Seung Kim *, Kyu-Chan Lee *, Jae-Ho

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Feb.; 29(2), 93 98. http://dx.doi.org/10.5515/kjkiees.2018.29.2.93 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) UHF-HF

More information