UHNDANMBKSOI.hwp
|
|
- 다안 흥
- 5 years ago
- Views:
Transcription
1 원저 문진석 1, 박경모 2, 최선미 1 한국한의학연구원 1 2, 경희대학교동서의료공학과 Web Interface Generator of Ontology Based CRF for Clinical Trial in Western and Oriental Medicine Jinseok Moon 1, Kyungmo Park 2, Sunmi Choi 1 Korea Institute of Oriental Medicine 1, Dept. of Biomedical Engineering, Kyunghee Univ. 2 Abstract Objective: This study aims to develop the web-interface creator, which automatically changes the Case Report Form(CRF) web page when the protocol developer in any clinical study revises the ontology of CRF. Methods: This study established the conceptual model of CRF on oriental and western medicine, and developed ontologies. A program was developed to produce online-based a input form through the parser that generates automatically HTML script from OWL. Results: The CRF applied in this study is a draft through consensus of experts for stroke research at the Korea Institute of Oriental Medicine. The ontology of CRF consisted of Label, ControlType and Value classes and hascontrol, hasvalue and hassymptoms properties. The Label is the class of question items groups, so it could have CRF questionnaire instances. The ControlType is the class that expresses controls such as checkbox, text, etc in the HTML script. The Value class represents selections for each items. Finally, the HTML script was created by XSL transformation from the OWL script. Conclusion: Online-based automatic interface creation, which enables immediate coping with the continuous change in the medical knowledge system, assures reduced time requirement. (Journal of Korean Society of Medical Informatics 15-1, 59-69, 2009) Key words: Ontology, OWL, XSLT, Electronic Case Report Form, Clinical Research 논문투고일 : 2008년 11월 18 일, 심사완료일 : 2009년 3월 9일교신저자 : 문진석, 대전광역시유성구전민동 한국한의학연구원의료연구부 ( ) Tel: , Fax: , moonstone2@kiom.re.kr * 이연구는한국한의학연구원(K08010) 의지원을받아수행하였습니다. 59
2 Ⅰ. 서론 임상연구를진행하면서개개피험자별로계획서에 서규정한정보를기록하여의뢰자에게전달될수있 도록고안한인쇄되거나전자문서화된서식인증례 기록서(CRF, Case Report Form) 를필수적으로작성하 게된다. 최근종이기반 CRF에서 ecrf(electronic Case Report Form), CTMSs(Clinical Trial Management Systems) 등의컴퓨터기반의임상시험관리시스템들의도입 으로임상자료의입력오류의감소, 자료의실시간전 송등의편의, 임상시험자료의질적가치향상등의 장점으로선호되고있다. 온톨로지(Ontology) 는단순히개념클래스의의미 를정의하는것이아니라, 개념클래스와관련된관계, 개념클래스간의연산함수, 지식추론을위한공리규 칙과개념인스턴스를총체적으로정의하여, 영역의 지식체계를형식화하는데목적이있다. 즉온톨로지 는영역지식표현을위한형식체계인것이다. 온톨 로지는획일적인데이터모델이아니라, 더욱대규모 로복합적인데이터모델개발시함축적인의미를 지닐수있다 1). 의학분야에서의온톨로지는표준용어시스템의필 요성으로처음시작하게되어, 시맨틱웹구현을위한 웹응용기술, 인공지능의지식표현연구등으로응용 되고있다 2). 나 의학용어시스템에서의온톨로지는 GALEN, UMLS SNOMED CT 가그대표적인예로들수있다. 중 국에서는 UMLS의모델을기반으로 UTCMLS(Unified TraditionalChineseMedicalLanguageSystem) 3) 을개발 하였다. UTCMLS 의 sub-ontology 는 The Basic Theory of Traditional Chinese Medicine 을비롯하여, The Doctrines of Traditional Chinese Medicine and Relevant Science, Chinese Materia 등총 14 개로구성되어있다. 국내에서한의학과관련된온톨로지연구들을살펴 보면, 대부분 domain ontology 위주로개발되어있다. 한의학용어의시소러스구축 4), 한의학온톨로지를 이용한논문검색시스템 5), 한의진단온톨로지개발 처방지식관리시스템개발 7) 등과같은온톨로지연구 들이지속적으로이루어지고있다. 처방지식관리시 스템은처방지식과관련된四診, 辨證, 論治, 方劑 4 개의영역으로구성하고 RDFS 기반의온톨로지구축 방법을제시하여한의학지식의체계화방법을제공 6), 하였다. 그밖에도온톨로지를기반으로 3차원 EMR (Electronic Medical Record) 있었다 8). 입력도구에대한연구도 ISO의 TC215 Working Group에서는 clinical findings ( 임상소견) 에대한용어의 conceptual framework 을 표준화하고있다 (ISO/TC 215 WG3 N231 - Draft ISO/DTS 22789(ballot version.7) Health informatics - Conceptual framework for patient findings and problems in terminologies) 9). 이규격의목적은보건의료과학에 서형식적개념표현시스템을서술하는데필요한 기본개념을정의하고컴퓨터기반개념표현시스템 에서사용되는개념과특성을기술하는것을목적으 로국제표준에서서술된내용모델을정확하게서술 하는것을가능하게한다. 온톨로지를활용하여임상정보들의개념(concept) 과 관계(relation) 등에대한지식을체계적으로표현할수 있을것이다. 병원과임상연구센터간의 CRF자료전송 시, 온라인을통하여 ecrf 를전송하게되는데, 이 ecrf의 User Interface 는임상연구프로토콜에따라변 하게된다. 이때 CRF의knowledge 가변하였을때, 웹 페이지가자동적으로변경될수있는인터페이스가 개발된다면, 시간적단축을확보할수있을것이다. 본논문에서는한양방증례기록서의구조를 interface ontology 관점에서온톨로지로설계하고, 이를자동으 로웹페이지로생성하는프로그램개발을목적으로 한다. 1. 시나리오 Ⅱ. 방법 병원과임상연구센터간의 CRF 자료전송시, 온라 인을통하여 ecrf 를전송하게되는데, 이 ecrf의 UserInterface 는임상연구프로토콜에따라변하게된 다. 따라서 CRF의knowledge 가변하였을때, CRF 개 발자는온톨로지를수정하게되면, 웹페이지가자동 적으로변경된다. CRF 개발자가 CRF내용을 ontology 로생성하거나수정 하면 WebUIMaker 에서는 ecrf Web Interface 인 HTML 파일로자동적으로변환한다. 그결과물인 ecrf에는 임상연구자가웹페이지에접속하여 된다 (Fig. 1). CRF를입력하게 60
3 Figure 1. Sequence diagram of e-crf 2. 개발방법 Ⅲ. 결과 개발프로세스는중풍임상연구 CRF에대한 conceptual model 을정립하고, ontology 를구축하여 OWL Script 를생성한후, XSLT를이용하여웹기반의 HTML 코딩으로변경하게된다(Fig. 2). 모델링시 Conceptual Model은 ISO/TC 215 WG3 N231 - Draft ISO/DTS (ballot version.7) Health informatics - Conceptual framework for patient findings and problems in terminologies 를참고로하여구성하였 다(Fig. 3). Characterising category간의 IS-A 관계를명 시하고, Semantic link로연결하여 concept diagram을 구성하였다. 이의개발목적은환자에게직간접적으 로영향을미치는증상, 검사를통한결과등의소견 들의 concept 과그들간의관계정립을통해임상 ter- minology 시스템에사용하는것이다. 또한이 clinical findings 는 ISO17115 Health informatics-vocabulary for terminological systems 10) 를기반으로만들어졌다. 온톨로지및 XSLT 개발을위한환경은다음과같다. Ontology 저작도구: Protégé 3.1(University of Stanford, USA.) XSLT Validation& Transformation 도구: XMLSpy 2006 Home Edition(Altova) Browser: Internet Explorer 한양방중풍임상연구용 CRF의온톨로지 모델링 한국한의학연구원에서수행중인중풍임상연구에 사용되는증례기록서를바탕으로 Conceptual Model을 구성하였고, 온톨로지를개발하였다. 온톨로지를구 축하기위한모델은다음과같이표현된다 (Fig. 4). OntoCRF 를최상위노드로하여, Label 과ControlType, Value의subClass 가위치하고, Label은항목에해당하 는그룹군으로피험자정보, 진단명과같은 Label들의 상위클래스이다. 또한Label 의하위클래스는실제적 인항목을 instance 로가진다. ControlType 은항목이 가지고입력형식에대한 class로그 instance 들은 text, checkbox, data, time 등으로이루어져있다. Value class 는인터페이스상에서 Label subclass의 instance중에서 선택값이있는경우, hasvalue 관계를가지고있다. 예를들어 Label class의하위 class 인 진단명 class 를살펴보면,instance 로양방진단명을가지고있고, 양 방진단명은 Value class 의 subclass 인 질병명 의 ICH, SAH, Cerebral Infarction instance 와 hasvalue 관계 를이루고있는것을알수있다. Figure 2. Process of programming 61
4 Figure 3. Conceptual framework for patient findings-iso/tc 215 DTS Figure 4. Conceptual model of OntoCRF in cerebrovascular disease 62
5 또한피험자정보에서 Age 는 Control Type 으로 Text 를가지는것을확인할수있다. 2. OntoCRF(Ontology of CRF) (1) Class Class 간의관계는다음과같이구성되어있다. OntoCRF 를최상위 Class로하여ControlType, Domain, Label, Value, Unit 의하위클래스가있고, Label의하위 클래스로는 Person, Diagnosis, SyndromeDifferentiation ( 辨證, 변증; 한의학적진단명), VitalSign, History 등의 클래스로이루어져있다. Value는Label 에서해당하는 선택값들에대한데이터를 instance 로가질수있다. 이때 class name 에 crf:label_history 에서 Label 이 나, crf:value_gender 에서 Value 와같이상위 class 를표현해주어, OWL파일에서 instance 를 parsing 할 때, Label의하위 class, Value의하위 class를구분할 수있도록하였다. (2) Property Properties 는모두ObjectProperty 로Label 과Control 과 의관계를표현하는hasControl, Label과Value와의관계 를표현하는 hasvalue, 그리고四診 (FourDiagnosis; 4_ Jin) 과 辨證 (SyndromeDifferentiation) 과의 inverse property 로 hassymptoms( 辨證 hassymptom 四診 ), BelongTo( 四 診 BelongTo 辨證 ) 가구성되어있다. 그밖에도 hasunit 은 interface 의단위를표현하는데에사용될것이다 (Fig. 5). (3) Instance 각Label의Symptoms, Persons 등에해당하는 쉽게 피곤하고힘이없습니까?, 나이 등 CRF 문항을 instance 로추가한다. 추후에문항명칭이바뀌면, instance 에서수정하게된다. ControlType 의 Instance 는현재 CRF에서필요한 checkbox, data, radiobutton, text, time, unit 으로구성 되어있다. 이는다른컨트롤이필요할경우추가하면 된다 (Fig. 6). Figure 5. Classes(left) and properties(right) Figure 6. ControlType instance 63
6 각 instance 항목들의 Control을지정해주기위하여 hascontrol property 를이용하여위에서추가하였던 ControlType 의instance 를지정해준다. 예를들어crf:Label crf:label_4jin crf:label_palpation ( 四診 切診 ) 에해당하는 class 에서삭맥( 數脈 ) instance 는 checkbox Control 을가지고있고(hasControl), 음허 ( 陰虛 ) 와화열( 火熱 ) 의변증의증상으로선택할수있 다 (Fig. 7). 만약, CRF상에서數脈에대해서Yes/No 의checkbox 선택형태가아니라, High-Medium-Low 와같은 Value 타입의데이터형태라면, hasvalue 속성으로관계를 가질수있을것이다. 중풍에관한양방진단명으로 Value 값을 Value_ DiseaseName의 instance인 SAH(Sub-Arachnoid Hemorrhage; ( 뇌) 지주막하출혈), ICH(Intra-Cerebral Hemorrhage; 뇌 내출혈), Cerebral_Inf(Cerebral Infarction; 뇌경색증) 세 가지로입력할수있도록하였다(Fig.8). 이때의질병 명은한국표준질병사인분류 (KCD) 에있는질병명을 metadata 로사용할수있을것이다. Figure 7. Instance Tab Figure 8. hasvalue property 64
7 또한단위를웹페이지에표시하기위하여단위 (Unit) 도Value instance 로추가하였다. 그리하여둔부 둘레는 hascontrol 로 text 를가지고있고, hasunit으 로 cm 을가지고있다(Fig. 9). (4) Structure Class 간의관계및구조를살펴보면다음과같다. 대부분의 relationship 은 triple 구조를가지고있다. OntoCRF는 Label 을가지고있고, Label은 ControlType과 hascontrol 로관계되어있다. Label 의하위구조인四診 (4_Jin) 의望聞問切 (Inspection, Inquiring, AuscultationAndOlfaction, Palpation) 4개의Class 와SyndromeDifferentiation 은서 로belong과hasSymptoms 의inverse 관계를가지고있 다 (Fig. 10). TGVizTab 은OntoCRF 의subclass 와각class에해당하 는instance, property 를보여준다. OntoCRF 의subclass 인 SubjectInformation 의 instance 인 성별 은 Value값으 로 남, 여 를가지고있는것을볼수있다(Fig. 11). Figure 9. hasunit property Figure 10. Structured view of OntoCRF by OntoViz 65
8 (5) Query Protégé 의QueriesTab 을이용하여조건에해당하는 결과를쉽게검색할수있는쿼리를개발하였다 (Fig. 12). ControlType 으로 checkbox 를가지고있는 Label instance 를찾는 Query 를검색하면 설사, 태가황색 이다 등의결과를볼수있다. 또한 Label의하위클래스에있는 Symptoms 와辨證 간의관계를이용하여 Query 를만들수있다. 濕痰에 해당하는망진증상을찾고자할때, Inspection belongsto 濕痰 Query 를지정하면, 얼굴이누렇거나 때가낀것같다., 반대설, 백태, 치흔 등의증 상결과를얻을수있다. Figure 11. Relationship View using TGVizTab Figure 12. Queries tab to search instances 66
9 3. WebUIMaker WebUIMaker 는 OWL Script 를이용하여질의항목들의 category(class), 질의항목(instance), 항목의ControlType, 단위등을자동적으로 HTML 로변환해줌으로써, CRF 변화에따라온톨로지를수정하면, 웹페이지를자동 적으로변경이가능하게한다. 구축된 OWL Script를 XSLT를이용하여 HTML로변 환하는알고리즘은 Figure 13 과같다. XSLT를이용하여crf:Label 의element 로지정되어 있는 Class를추출해내어질의항목에대한상위 Class 를표현해준다. 그리고 crf:label의attribute 인instance 를추출하여질의항목을생성한다. 다음으로이 crf:controltype 에서 instance 의데이터표현타입에따라 textbox, checkbox, date, time등으 로입력할수있는란을표시한다. 입력값이여러개 중선택해야하는경우는crf:hasValue 의element 를추 출해내어입력값을나열해준다. 그리고입력값의단위를표현해야하는경우는 crf:hasunit 의element 를탐색하여입력란뒤에표시해 주도록하였다. 4. 자동생성된 ecrf webpage XSLT 를통하여도출된결과는아래와같이웹페이 지로표현된다 (Fig. 14). 어떤도메인에대한 CRF인지를 Domain Class의인 스턴스인 Stroke 을도출하였고, 각 Class별로 Instance 를표현해주고있다. 또한각 Instance 의InputType 이 Text, Checkbox, Value, Date 등에따라서입력 Control 이위치해있는것을확인할수있다. 또한단위가 필요한경우입력란뒤에표현되어있는것을볼수 있다. 구취 는 Yes/No 의binary 타입의checkbox 로표 현되어있고, 사상체질진단전문의 는 불분명, 태 양인, 소음인, 태음인, 소양인 의선택할수있고, 흡연량 은textbox 와단위인 pack-year 로입력폼이 구성되어있다. Figure 13. XSL algorithms for transformation from OWL to HTML 67
10 Figure 14. Output to HTML Ⅴ. 고찰 근거기반의한의학으로발전하기위하여한의학임 상시험연구가늘어나고있고, WHO등에서는한의 학을비롯하여전통의학의용어및진료의국제표준 화를위하여노력하고있다. 이에발맞추어한양방융 합연구를위한 다수의한방병원에서 e-crf 의개발이필요할것이다. 이미 EMR이개발되어사용되고있 으며, 이를기반으로한의학적개념과양의학적개념 을연결할수있는온톨로지를활용하여임상연구및 진료에활용한다면, 보다체계적으로접근할수있으 리라생각된다. 본연구는임상연구시필요한 CRF를온라인기반 입력폼으로개발하기위하여, CRF knowledge 를 OWL 로표현하고, 이를 XSLT를이용하여 HTML로 자동변환함으로써 CRF 변화에따라신속하게웹페 이지를생성, 수정할수있도록하여개발기간을단축 시키는이점을가지고있다. Ontology 를생성하기전에 ISO의 clinical findings 를 참고로하여한양방임상연구시에필요한항목들을 보완하여 conceptual model 을구성하였다. CRF는중 풍임상연구에있어한의및양의융합연구시증례 기록서에필요한항목들을 domain expert들이동의한 표준안을바탕으로온톨로지를개발하였다. 온톨로지 기반으로개념을표현하게되면, hierarchy 뿐만아니 라, 각개념들간의관계도표현가능하다.OntoCRF 의 기본골격은 들은 자체로도 class 로개념틀을형성하고, 개개의항목 instance 로추가할수있도록구성하여, OntoCRF CRF 에대한개념도구로사용할수있다. CRF의ontology 표현으로OntoCRF 의subClass 를Label 과 ControlType, Value 로구성하였다. Label은질문에 대한 Instance 를추가하고, ControlType 은각항목에 따른 HTML 기반의입력방식을표현하였다. 그리고 Value 는각항목의선택값에대한 Instance 를나타낸다. 온톨로지저작도구인 Protégé를이용하여온톨로 지를구축하였고, 이를통해생성된 OWL Script를 XSLT를이용하여 HTML 파일로생성하였다. HTML 파일은 CRF 를입력하기위한웹페이지로사용된다. 임상정보들의개념(concept) 과관계(relation) 등에대 한구조화된지식인온톨로지를활용한다면더욱체 계적인자료에대한지식을표현할수있을것이다. 그리고의학지식체계의계속적변화에따라웹페이지 의자동생성으로시간적단축을확보할수있을것 이다. 68
11 본논문에서개발된중풍도메인에서의한양방융합 임상연구를위한증례기록서 ontology 는다른질환에 적용되어재사용가능하다.OWL 파일을 HTML기반의 입력폼으로변환해주는 아닌다른도메인의 OWL파일도 WebUIMaker 는증례기록서가 Class, Instance, ControlType, Value등으로 representation 하면웹페이지 로생성이가능하다. 본연구를응용한활용방안으로는질병명을 Value 로가지는 Label들은 UMLS 나 SNOMED CT, LOINC 등과연계하여더욱체계적인의학용어를사용할수 있다. 온톨로지의모델로사용한 Conceptual framework for patient findings and problems in terminologies 은일 반진료기반에서발생되는도메인으로임상연구에서 사용되는환경과는차이가있다. 이에따라보다임상 연구에적합한모델개발이필요하다. 또한임상연구 와관련되는 data management 프로그램으로 ICH Guideline 이나HIPAA 와같은규정뿐만아니라, CDISC (Clinical Data Interchange Standards Consortium) 과 같은임상연구를위한국제표준등도고려해야할 것이다. 참고문헌 1. Lee HS. 합성온톨로지기반의한의학처방지식관리시스템. Paju:Korean Studies Information Co.,Ltd; 2006.pp Kim HG, Kim MK. Ontology Technology in Medical Informatics. Journal of Korean Society of Medical Informatics 2003;9(3): ZhouX,WuZ,YinA,WuL,FanW,ZhangR..Ontology Development for Unified Traditional Chinese Medical Language System. Artif Intell Med 2004;32(1): Knowledge of oriental medicine web service. Available at: Accessed November 25, KoYM,EomDM.Thestudyonthedesignofkorean medical article retrieval system supporting semantic navigation based on ontology. Korean Journal of Oriental Medicine 2005;11(2): Park JH, Shin SW, Jung GS, Park KM, Kim SH. Development and evaluation of ontology for diagnosis in oriental medicine. Korean J. Oriental Physiology &Pathology 2006;20(1): LeeHS,LeeTY.Astudyofthedesignofontoology-based prescription knowledge management system of oriental medicine. Journal of the Korean Society for Information Management 2003;20(1): Lim HS, Park KM. Interface design for structured data entry in computerized patient records system and its development. The Journal of the Korea Institute of Oriental Medical Diagnostics 2003;7(1): ISO/TC 215 WG3 N231- Draft ISO/DTS 22789(ballot version.7) Health informatics- Conceptual framework for patient findings and problems in terminologies. 10. ISO Health informatics - Vocabulary for terminological systems
03-ÀÌÁ¦Çö
25 3 (2004 9 ) J Korean Oriental Med 2004;25(3):20-31 1), 2), 3) 1) 2) 3) Grope for a Summary Program about Intellectual Property Protection of Traditional Knowledge (TK)etc. Discussed in WIPO Hwan-Soo
More information대한한의학원전학회지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 informationSoftware Requirrment Analysis를 위한 정보 검색 기술의 응용
EPG 정보 검색을 위한 예제 기반 자연어 대화 시스템 김석환 * 이청재 정상근 이근배 포항공과대학교 컴퓨터공학과 지능소프트웨어연구실 {megaup, lcj80, hugman, gblee}@postech.ac.kr An Example-Based Natural Language System for EPG Information Access Seokhwan Kim
More information대한한의학원전학회지26권4호-교정본(1125).hwp
http://www.wonjeon.org http://dx.doi.org/10.14369/skmc.2013.26.4.267 熱入血室證에 대한 小考 1 2 慶熙大學校大學校 韓醫學科大學 原典學敎室 韓醫學古典硏究所 白裕相1, 2 *117) A Study on the Pattern of 'Heat Entering The Blood Chamber' 1, Baik 1
More informationRheu-suppl hwp
Objective: This paper reviews the existing Korean medical and public health, and nursing academy articles on disease-specific and domain-specific quality of life, and provides recommendations for the universally
More informationDBPIA-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정보기술응용학회 발표
, 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인문사회과학기술융합학회
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 informationDBPIA-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 informationJournal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI: (NCS) Method of Con
Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp.181-212 DOI: http://dx.doi.org/10.21024/pnuedi.27.3.201709.181 (NCS) Method of Constructing and Using the Differentiated National Competency
More informationJournal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: * A S
Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.461-487 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.461 * - 2008 2018 - A Study on the Change of Issues with Adolescent Problem
More informationDBPIA-NURIMEDIA
e- 비즈니스연구 (The e-business Studies) Volume 17, Number 3, June, 30, 2016:pp. 273~299 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2016. 06. 11 2016. 06. 24 2016. 06. 26 ABSTRACT e-
More information00내지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 information2009;21(1): (1777) 49 (1800 ),.,,.,, ( ) ( ) 1782., ( ). ( ) 1,... 2,3,4,5.,,, ( ), ( ),. 6,,, ( ), ( ),....,.. (, ) (, )
Abstract Kim Dal-Rae, Kim Sun-Hyung* Dept. of Sasang Constitutional Medicine, College of Oriental Medicine, Kyung-Hee Univ. *Dept. of Sasang Constitutional Medicine, East-West Neo Medical Center, Kyung-Hee
More informationLumbar spine
Lumbar spine CT 32 111 DOI : 10.3831/KPI.2010.13.2.111 Lumbar Spine CT 32 Received : 10. 05. 23 Revised : 10. 06. 04 Accepted : 10. 06. 11 Key Words: Disc herniation, CT scan, Clinical analysis The Clinical
More information04_이근원_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학습영역의 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 informationMVVM 패턴의 이해
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 information03.Agile.key
CSE4006 Software Engineering Agile Development Scott Uk-Jin Lee Division of Computer Science, College of Computing Hanyang University ERICA Campus 1 st Semester 2018 Background of Agile SW Development
More information06_ÀÌÀçÈÆ¿Ü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 information139~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 informationTopics
Topics Basic Science Basic science creation 0-5 years Research Basic science theory applied to good biology 2-5 years Development Proof of concept and clinical validation 2-6 years Commercialization
More informationDBPIA-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 informationMicrosoft Word - 1-차우창.doc
Journal of the Ergonomics Society of Korea Vol. 28, No. 2 pp.1-8, May 2009 1 하이브리드 환경하의 인간기계시스템 제어실 평가에 관한 연구 차 우 창 김 남 철 금오공과대학교 산업시스템공학과 A Study of the Evaluation for the Control Room in Human Machine
More informationÀå¾Ö¿Í°í¿ë ³»Áö
Disability & Employment 55 Disability & Employment 56 57 Disability & Employment 58 59 Disability & Employment 60 61 Disability & Employment 62 63 Disability & Employment 64 65 Disability & Employment
More information1. 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 informationKEM 2006-10-12 HYU-SWU-SUV : KEM : 2006 4 6 ~ 2006 10 4 (100% ) :, KEM,,, SUV, e- SUV KEM Core Domain KEM Core Domain Merge Test Bed Roadmap Competency Query 49 3 3 () ( ) ( ) 4 ( ) #1/3 1 : 2 : 3 : 4
More information:,,.,. 456, 253 ( 89, 164 ), 203 ( 44, 159 ). Cronbach α= ,.,,..,,,.,. :,, ( )
:,,.,. 456, 253 ( 89, 164 ), 203 ( 44, 159 ). Cronbach α=.83.91.,.,,..,,,.,. :,, (402-751) 253 E-mail : yspark@inha.ac.kr ..,.,.,. Bandura(1997),.,,,,., (,,, 2009), (,,,, 2014).?.,,,.. Bandura (1995) (Resiliency
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 information03-서연옥.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 informationAnalysis of objective and error source of ski technical championship Jin Su Seok 1, Seoung ki Kang 1 *, Jae Hyung Lee 1, & Won Il Son 2 1 yong in Univ
Analysis of objective and error source of ski technical championship Jin Su Seok 1, Seoung ki Kang 1 *, Jae Hyung Lee 1, & Won Il Son 2 1 yong in University & 2 Kang Won University [Purpose] [Methods]
More information., (, 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- i - - ii - - iii - - iv - - v - - vi - - 1 - - 2 - - 3 - 1) 통계청고시제 2010-150 호 (2010.7.6 개정, 2011.1.1 시행 ) - 4 - 요양급여의적용기준및방법에관한세부사항에따른골밀도검사기준 (2007 년 11 월 1 일시행 ) - 5 - - 6 - - 7 - - 8 - - 9 - - 10 -
More information<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 informationJournal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI: * The
Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp.243-268 DOI: http://dx.doi.org/10.21024/pnuedi.27.1.201703.243 * - 2001 2015 - The Research Trends on Peer Counseling in Elementary and
More information16_이주용_155~163.hwp
사상체질의학회지 2008;20(2):155-163 J of Sasang Constitutional Medicine Vol. 20, No. 2, 2008:155-163 http://www.esasang.com 腦 梗 塞 으로 발생한 少 陽 人 半 身 舞 蹈 病 患 者 치험 1례 이주용 이한얼 한경수 안택원 Abstract 대전대학교 한의과대학 사상체질과 A Soyangin
More informationJournal of Educational Innovation Research 2018, Vol. 28, No. 2, pp DOI: IPA * Analysis of Perc
Journal of Educational Innovation Research 2018, Vol. 28, No. 2, pp.45-72 DOI: http://dx.doi.org/10.21024/pnuedi.28.2.201806.45 IPA * Analysis of Perception and Needs on Teaching Competencies of Faculty
More information11¹ÚÇý·É
Journal of Fashion Business Vol. 6, No. 5, pp.125~135(2002) The Present State of E-Business according to the Establishment Year and the Sales Approach of Dongdaemun Clothing Market Park, Hea-Ryung* and
More information012임수진
Received : 2012. 11. 27 Reviewed : 2012. 12. 10 Accepted : 2012. 12. 12 A Clinical Study on Effect of Electro-acupuncture Treatment for Low Back Pain and Radicular Pain in Patients Diagnosed with Lumbar
More information(
317 318 319 320 1 3 5 5 5 5 2 321 : 1.,,,,, 06 2. X-ray beam penetration (density) (contrast) 03 3. patch coating, precipitation, flaking 03 4. centering 03 5. Esophagus, cardia, fundus, body, angle, antrum,
More information<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 information09오충원(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歯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 informationDBPIA-NURIMEDIA
e- 비즈니스연구 (The e-business Studies) Volume 17, Number 3, June, 30, 2016:pp. 93~116 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2016. 06. 12 2016. 06. 20 2016. 06. 26 ABSTRACT e-
More information09권오설_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장양수
한국문학논총 제70집(2015. 8) 333~360쪽 공선옥 소설 속 장소 의 의미 - 명랑한 밤길, 영란, 꽃같은 시절 을 중심으로 * 1)이 희 원 ** 1. 들어가며 - 장소의 인간 차 2. 주거지와 소유지 사이의 집/사람 3. 취약함의 나눔으로서의 장소 증여 례 4. 장소 소속감과 미의식의 가능성 5.
More information04-다시_고속철도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 informationJournal 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 informationDBPIA-NURIMEDIA
김진주 김수연. 초등학생대상장애이해교육에활용된동화에나타난장애인관분석. 특수교육, 2013, 제12권, 제2호, 135-160... 20.,,. 4.,,.,..... 주제어 : 장애이해교육, 동화, 장애인관 1. ( 1 ) Incheon Munhak Elementary School ( )(, E-mail: sooyoun@ginue.ac.kr) Dept. of
More informationDW 개요.PDF
Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.
More information대한한의학원전학회지23권3호(최종)_100531.hwp
鄭澣1 趙學俊1* 世明大學校 韓醫科大學 原典醫史學敎室1 A Study on the Life, Works and Distinctive Features of Gogobong(高鼓峰)'s medicine Jung Han1 Jo Hak-jun1* 1 Dept. of Korean Medical Classics & Medical History, Semyung University
More informationA 617
Special Issue Diabetic Retinopathy Won Ki Lee, M.D. Department of Ophthalmology The Catholic University of Korea College of Medicine Kangnam St. Mary s Hospital E mail : wklee@catholic.ac.kr Abstract R
More information04서종철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 informationuntitled
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■ 경희대학교 약사
연 혁 경희대학교 한의과대학 경희대학교 약( 略 史 ) 한의과대학 연혁 역대 한의과대학 보직교수 경희대학교 약 ( 略 史 ) 경희대학교의 연원은 1946년에 설립된 배영대학관과 1947년에 설립된 신흥전문관이 합병하여 1949년 5월에 발족한 신흥초급대학(2년제 가인가)에서 시작되었다. 그러나 이 대학은 다음해에 6.25 전쟁을 맞아 심한 운영난에 부딪혔으며
More information45-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디지털포렌식학회 논문양식
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 information05-08 087ÀÌÁÖÈñ.hwp
산별교섭에 대한 평가 및 만족도의 영향요인 분석(이주희) ꌙ 87 노 동 정 책 연 구 2005. 제5권 제2호 pp. 87118 c 한 국 노 동 연 구 원 산별교섭에 대한 평가 및 만족도의 영향요인 분석: 보건의료노조의 사례 이주희 * 2004,,,.. 1990. : 2005 4 7, :4 7, :6 10 * (jlee@ewha.ac.kr) 88 ꌙ 노동정책연구
More informationγ
경락경혈학회지 Vol.27, No.1, pp.87 106, 2010 Journal of Meridian & Acupoint Dept. of 1 Meridian & Acupoint, 3 Acupuncture & Moxibustion, College of Oriental Medicine, Daejeon University 2 Division of Clinical
More information<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 informationMicrosoft Word - KSR2014S042
2014 년도 한국철도학회 춘계학술대회 논문집 KSR2014S042 안전소통을 위한 모바일 앱 서비스 개발 Development of Mobile APP Service for Safety Communication 김범승 *, 이규찬 *, 심재호 *, 김주희 *, 윤상식 **, 정경우 * Beom-Seung Kim *, Kyu-Chan Lee *, Jae-Ho
More information<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>
i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,
More information20(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 informationUNIST_교원 홈페이지 관리자_Manual_V1.0
Manual created by metapresso V 1.0 3Fl, Dongin Bldg, 246-3 Nonhyun-dong, Kangnam-gu, Seoul, Korea, 135-889 Tel: (02)518-7770 / Fax: (02)547-7739 / Mail: contact@metabrain.com / http://www.metabrain.com
More informationPJTROHMPCJPS.hwp
제 출 문 농림수산식품부장관 귀하 본 보고서를 트위스트 휠 방식 폐비닐 수거기 개발 과제의 최종보고서로 제출 합니다. 2008년 4월 24일 주관연구기관명: 경 북 대 학 교 총괄연구책임자: 김 태 욱 연 구 원: 조 창 래 연 구 원: 배 석 경 연 구 원: 김 승 현 연 구 원: 신 동 호 연 구 원: 유 기 형 위탁연구기관명: 삼 생 공 업 위탁연구책임자:
More information4번.hwp
Journal of International Culture, Vol.9-1 International Cultural Institute, 2016, 55~63 浅 析 影 响 韩 中 翻 译 的 因 素 A Brief Analysis on Factors that Affects Korean-Chinese Translation 韩 菁 (Han, Jing) 1) < 目
More informationAbstract Musculoskeletal Symptoms and Related Factors for Nurses and Radiological Technologists Wearing a Lead Apron for Radiation Pro t e c t i o n Jung-Im Yoo, Jung-Wan Koo 1 ) Angio Unit, Team of Radiology,
More information소프트웨어공학 Tutorial #2: StarUML Eun Man Choi
소프트웨어공학 Tutorial #2: StarUML Eun Man Choi emchoi@dgu.ac.kr Contents l StarUML 개요 l StarUML 소개및특징 l 주요기능 l StarUML 화면소개 l StarUML 설치 l StarUML 다운 & 설치하기 l 연습 l 사용사례다이어그램그리기 l 클래스다이어그램그리기 l 순서다이어그램그리기 2
More informationJournal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: * A Research Trend
Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.295-318 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.295 * A Research Trend on the Studies related to Parents of Adults with Disabilities
More information<4D F736F F F696E74202D20B5A5C0CCC5CDBAA3C0CCBDBA5F3130C1D6C2F75F32C2F7BDC32E >
6. ASP.NET ASP.NET 소개 ASP.NET 페이지및응용프로그램구조 Server Controls 데이터베이스와연동 8 장. 데이터베이스응용개발 (Page 20) 6.1 ASP.NET 소개 ASP.NET 동적웹응용프로그램을개발하기위한 MS 의웹기술 현재 ASP.NET 4.5까지출시.Net Framework 4.5 에포함 Visual Studio 2012
More information사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서 제품을 사용하지 마십시오. 3.이 제품은
OPERATING INSTRUCTIONS OPERATING INSTRUCTIONS 사용자설명서 TourBus 0 & TourBus 5 사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서
More information<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<32382DC3BBB0A2C0E5BED6C0DA2E687770>
논문접수일 : 2014.12.20 심사일 : 2015.01.06 게재확정일 : 2015.01.27 청각 장애자들을 위한 보급형 휴대폰 액세서리 디자인 프로토타입 개발 Development Prototype of Low-end Mobile Phone Accessory Design for Hearing-impaired Person 주저자 : 윤수인 서경대학교 예술대학
More informationDBPIA-NURIMEDIA
e- 비즈니스연구 (The e-business Studies) Volume 17, Number 1, February, 28, 2016:pp. 293~316 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2015. 12. 04 2015. 12. 24 2016. 02. 25 ABSTRACT
More information12È«±â¼±¿Ü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 informationPowerPoint Template
JavaScript 회원정보 입력양식만들기 HTML & JavaScript Contents 1. Form 객체 2. 일반적인입력양식 3. 선택입력양식 4. 회원정보입력양식만들기 2 Form 객체 Form 객체 입력양식의틀이되는 태그에접근할수있도록지원 Document 객체의하위에위치 속성들은모두 태그의속성들의정보에관련된것
More information<B1B3B9DFBFF83330B1C7C1A631C8A35FC6EDC1FDBABB5FC7D5BABB362E687770>
교육발전연구 Journal of Educational Development 2014. Vol. 30, No. 1, pp. 89~110 융합인재교육(STEAM)을 통한 시각적 문해력 효과 연구: 인포그래픽 동영상 만들기를 중심으로 강인애 1), 이재경 2), 남미진 3) 요 약 본 연구는 융합인재(STEAM)교육으로 구안된 인포그래픽(infographic) 영상
More information歯3이화진
http://www.kbc.go.kr/ Abstract Terrestrial Broadcasters Strategies in the Age of Digital Broadcasting Wha-Jin Lee The purpose of this research is firstly to investigate the
More information12이문규
Review on Conservative Treatment of Spinal Scoliosis Moon-kyu Lee, O.M.D., Gil-jae Lee, O.M.D., Yun-kyung Song, O.M.D., Hyung-ho Lim, O.M.D. Dept. of Oriental Rehabilitation Medicine College of Oriental
More information#KM560
KM-560 KM-560-7 PARTS BOOK KM-560 KM-560-7 INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part
More informationstep 1-1
Written by Dr. In Ku Kim-Marshall STEP BY STEP Korean 1 through 15 Action Verbs Table of Contents Unit 1 The Korean Alphabet, hangeul Unit 2 Korean Sentences with 15 Action Verbs Introduction Review Exercises
More informationJournal 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 informationPowerPoint 프레젠테이션
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 information230 한국교육학연구 제20권 제3호 I. 서 론 청소년의 언어가 거칠어지고 있다. 개ㅅㄲ, ㅆㅂ놈(년), 미친ㅆㄲ, 닥쳐, 엠창, 뒤져 등과 같은 말은 주위에서 쉽게 들을 수 있다. 말과 글이 점차 된소리나 거센소리로 바뀌고, 외 국어 남용과 사이버 문화의 익명성 등
청소년의 개인, 가정, 학교변인에 따른 비교육적 언어 사용의 차이 229 한국교육학연구 제20권 제3호 The Korea Educational Review 2014. 10. Vol.20. No.3. pp.229-251. 1) 청소년의 개인, 가정, 학교변인에 따른 비교육적 언어 사용의 차이* 강기수 조규판(동아대학교) [요 약] 본 연구의 목적은 청소년의 개인변인인
More informationJournal of Educational Innovation Research 2016, Vol. 26, No. 1, pp.1-19 DOI: *,..,,,.,.,,,,.,,,,, ( )
Journal of Educational Innovation Research 2016, Vol. 26, No. 1, pp.1-19 DOI: http://dx.doi.org/10.21024/pnuedi.26.1.201604.1 *,..,,,.,.,,,,.,,,,, ( ).,,,. * 2014. 2015. ** 1, : (E-mail: cajoo@pusan.ac.kr)
More informationMicrosoft Word - USW 英語課清單 Fall 2009
Fall 2009, Univ. of Suwon Major Professor Subject Name Year Point 학수번호 1 이신동 인터넷메스컴중국어 3 3 Chinese 08005 2 Chinese- 왕연동 응용중국어작문 2 3 Chinese 07999 3 왕연동 고급중국어 3 3 Chinese 00648 4 왕연동 무역중국어 4 3 Chinese 02333
More information00º½Çмú-¾Õ
547-8( 307 ) TEL (02)458-3078, 3079 / FAX (02)458-3047, 3077 NICE , (),, ( 1) NICE 1. Biochemical Engineering in 21st Century in the era of Life Science and Technology 09:00 ~ 09:15 Opening Remarks: President
More information386-390.hwp
386 HANYANG MEDICAL REVIEWS Vol. 29 No. 4, 2009 우리나라 미숙아의 통계와 의료비용 Statistics and Medical Cost of Preterm in Korea 윤혜선 을지대학교 노원을지병원 소아청소년과학교실 Hye Sun Yoon, M.D., Ph.D., Department of Pediatrics, Nowon
More informationIKC43_06.hwp
2), * 2004 BK21. ** 156,..,. 1) (1909) 57, (1915) 106, ( ) (1931) 213. 1983 2), 1996. 3). 4) 1),. (,,, 1983, 7 12 ). 2),. 3),, 33,, 1999, 185 224. 4), (,, 187 188 ). 157 5) ( ) 59 2 3., 1990. 6) 7),.,.
More information3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.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 informationPowerPoint 프레젠테이션
Web Browser Web Server ( ) MS Explorer 5.0 WEB Server MS-SQL HTML Image Multimedia IIS Application Web Server ASP ASP platform Admin Web Based ASP Platform Manager Any Platform ASP : Application Service
More information강의지침서 작성 양식
정보화사회와 법 강의지침서 1. 교과목 정보 교과목명 학점 이론 시간 실습 학점(등급제, P/NP) 비고 (예:팀티칭) 국문 정보화사회와 법 영문 Information Society and Law 3 3 등급제 구분 대학 및 기관 학부(과) 전공 성명 작성 책임교수 법학전문대학원 법학과 최우용 2. 교과목 개요 구분 교과목 개요 국문 - 정보의 디지털화와 PC,
More informationSW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013
SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING WHITE BOOK : KOREA 2013 SOFTWARE ENGINEERING
More information<31B1E8C0B1C8F128C6ED2E687770>
한국패션디자인학회지 제9권1호 The Korean Society of Fashion Design Vol. 9 No. 1 (2009) pp.1~17 모듈과 웨어넷을 이용한 유비쿼터스 패셔너블 컴퓨터 디자인 연구 - 탈ㆍ부착을 이용한 모듈러 시스템을 중심으로 - A Study on Ubiquitous Fashionable Computer Design Using
More informationVoice Portal using Oracle 9i AS Wireless
Voice Portal Platform using Oracle9iAS Wireless 20020829 Oracle Technology Day 1 Contents Introduction Voice Portal Voice Web Voice XML Voice Portal Platform using Oracle9iAS Wireless Voice Portal Video
More information노인정신의학회보14-1호
제14권 1호 통권 제23호 www.kagp.or.kr 발행인 : 정인과 / 편집인 : 이동우 / 발행처 : 정인과 (152-703) 서울특별시 구로구 구로동 80번지 고려대학교 구로병원 정신과 / TEL : 02-818-6608 / FAX : 02-852-1937 발행일 : 2008년 4월 30일 / 제 작 : (주)엠엘커뮤니케이션 140-846 서울특별시
More informationTHE 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 information16(1)-3(국문)(p.40-45).fm
w wz 16«1y Kor. J. Clin. Pharm., Vol. 16, No. 1. 2006 x w$btf3fqpsu'psn û w m w Department of Statistics, Chonnam National University Eunsik Park College of Natural Sciences, Chonnam National University
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........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