Microsoft PowerPoint - [ExoBrain 워크샵] 암묵적 관계 발견을 통한 QA용 지식베이스 증강4

Size: px
Start display at page:

Download "Microsoft PowerPoint - [ExoBrain 워크샵] 암묵적 관계 발견을 통한 QA용 지식베이스 증강4"

Transcription

1 엑소브레인 인공지능 워크샵 암묵적 관계 발견을 통한 QA용 지식베이스 증강 Discovering Implicit Relationships to Augment Web-scale Knowledge Base for QA 맹성현, 김진호 IR & NLP Lab KAIST Fri.

2 001 Introduction CONTENTS 002 Method for Open Knowledge Acquisition 003 Evaluation 004 Conclusion & Future Work 2

3 1 INTRODUCTION 3

4 개념그래프(CG) 기반 QA 질문 질문 띠를 나타내는 12마리의 동물 중에서 상상의 동물은? It is imaginary animal among the twelve animals in the Chinese zodiac. it isa imaginary animal includedin oneof twelve animals comprisedof Chinese zodiac Dragon oneof 12-year cycle of animals appearsin Chinese zodiac dragon isa large imaginary animal breathesout fire has wings has long tail Dragon (zodiac) from Wikipedia The Dragon is one of the 12-year cycle of animals which appear in the Chinese zodiac dragon from Longman dictionary a large imaginary animal that has wings and a long tail and can breathe out fire 4

5 CGQA Flow CG 생성 (KAIST) 질문 CG 변환 (부산외대) CG 생성 (KAIST) 한국어 질문 정답 유형 검출 (POSTECH) 언어 자원간 연계/통합/확장 CG 필터링 CG 매칭/저장 (KAIST) CG 생성 (KAIST) Paraphrasing (경기대) 의미분류 생성 노드 Partial 매칭 (KAIST) 영어 질문 의미분별 의미분별 활용 (울산/부산대) 지식 확장 지식 보정 어휘지도 확장 (울산대) KorLex 확장 (부산대) 학습 & 평가 품질 검증 정답 후보 변환 (부산외대) 이미지 처리 & CG 생성 (KAIST) 말뭉치 태깅 및 평가셋 구축 (솔샘넷) 정답 통합 & 랭킹 (POSTECH) 5

6 엑소브레인 인공지능 워크샵 INTRODUCTION METHODOLOGY EVALUATION CONCLUSION 1.1 Motivation Knowledge Base Knowledge Base 6

7 엑소브레인 인공지능 워크샵 INTRODUCTION METHODOLOGY EVALUATION CONCLUSION 1.1 Motivation Augmenting Knowledge Base Augmenting Knowledge Base 새로운 Entity와 Relation을 추가 Knowledge Base I have only % of knowledge (possible relation links) 기존 Entity와 Relation을 수정 기존 Entity 사이의 새로운 Relation을 추가 7

8 엑소브레인 인공지능 워크샵 INTRODUCTION METHODOLOGY EVALUATION CONCLUSION 1.1 Motivation Open Information Extraction and Implicit Relationship (OIE) Seoul is the largest city of Korea OIE Knowledge Base 8

9 엑소브레인 인공지능 워크샵 INTRODUCTION METHODOLOGY EVALUATION CONCLUSION 1.2 Problem Statement Open Knowledge Acquisition Infer all possible implicit relationships between two entities for which no relationship exist in OIE knowledge base Input Output A set of Triples An Entity Pair Implicit Relationships of input <Asiana airlines, Korea> <Asiana airlines, major_airline, Korea> Infer Implicit Relationship 주어진두개체관계를설명할수있는적절한관계명유추 All Possible Relationships 두 개체 사이에가능한모든 관계명을유추 No Textual Context 지식베이스Triple 집합만을활용 9

10 엑소브레인 인공지능 워크샵 INTRODUCTION METHODOLOGY EVALUATION CONCLUSION 1.3 Related Work Knowledge Acquisition 2010 SHERLOCK Schoenmackers & Etzioni University of Washington Open IE의관계명을활용하여 Inference Rule을 자동으로 추출 Output {A, Cause By, C}+{C, Short For, B} {A, Cause By, B} 2011 Saeger & Torisawa NICT Class Dependent Pattern과 Partial Pattern을 활용하여 Target Relation의추가적인 Instance를 추출 Output Cause(Hypertension, intracranial bleeding) 2014 ProbKB Yang et al. University of Florida SHERLOCK Rule의 조합을 통해 새로운 Inference Rule 추출 Output {A, Born in, B}+{A, Born in, C} {B, Located in, C} 2014 Knowledge Vault: Link Prediction Dong et al. Google Random Walk를활용하여 Target Relation별새로운 Instance를 추출 Output Profession(Charles Dickens,?} Writer 10

11 2 THE METHOD 11

12 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 2.1 Overview Main Task Sub-Task Documents 1 Preprocessing Triples (diabetes, Treated With, insulin) (insulin, Needed To Create, energy) Entity Merging Entity Categorization 2 Building Entity Graph 6 Augment Diabetes Treated With insulin 4 Reduce 5 Labeling Relationship energy Subgraph Matching Relation Selection 3Discovering Implicit Entity Pairs 12

13 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 2.2 Preprocessing Entity and Relational phrase normalization Goal 동일한의미를 지닌 Entity와Relation을하나로 통합 이후 모듈에서의매칭 효율성향상 Entity Relation Original Unique Entities 100% Original Unique Relations 100% Entity Merging 94.4% a, the 제거 Frequency가 높은 쪽으로결정 Relational Phrase Normalization 64% 29 stopwords 제거 POS MD, DT 제거 Lemmatization Entity Filtering (For Efficiency) 30.1% 1회등장Entity 제거 13

14 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 2.2 Preprocessing Entity Categorization 28.3% Goal Entity의Class를 부여하여 매칭 정확도향상 10.7 % WordNet Based 첫 번째 Synset의첫 번째 Direct Hypernym을Class로 부여 89.3 % Triple Based 패턴추출: {A, [be 동사+ noun], B} A의클래스는noun 예. {Asiana Airlines, is an airline based in, Seoul} Asiana Airlines 의클래스는 airline Meronym : {A, [part of member of], B} A의클래스는B 예. {Astronomy, is a part of, physics} Astronomy 의클래스는 physics 14

15 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 2.3 Constructing Entity-Relation Graph Directed Graph G = (V, E) V(G) = a set of Entities in the triple set T E(G) = a set of relational phrases in T Direction of Edge(e 1, e 2 ) = (e 1 e 2 ) in t Edge Weight(e 1, e 2 ) = PMI(e 1, e 2 ) PMI(e 1,e 2 ) = l ( (, ) ( ) ), =, 15

16 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 2.4 Finding Implicit Entity Pairs Goal Implicit Relationship을찾아낼Entity Pair의 추출 및 랭킹 Algorithm The Link Prediction on Social Network Algorithm (Dong et al. 2013) Intuition 두 node A, B와 Common Neighbors로만 이루어진 SubGraph가 원래의 그래프와 비슷할 수록, 두 노드 A, B는 연관될 가능성이 높다. Similarity Formula Output Similarity CNGF (, ) = ( ) ( ) 30만 개의 Triple set 약 787만 개의 Implicit Entity Pair 추출 예. (the us., united states : 61.88), (Europe, European union : 43.41) 16

17 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 2.5 Discovering Implicit Relationships Connected Components (CC) Matching X Connected Components(CC) X X Similarity Relation Commonality 17

18 3 EVALUATION 18

19 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 3.1 Evaluation Dataset Characteristics of Dataset 실험데이터크기 300,000 Triples 300,000 Triples 원본데이터크기 3,000,000 Triples (Lin et 5,652,463 Triples ( ) Unique Entity al.2012) 983,410 2,824,974 Unique Relation 540, Example {Ben Kingsley, was born in, Yorkshire} {Bruce Murray, plays_for, FC Luzern} Source ClueWeb `09 Wikipedia, WordNet Characteristic Entity의Disambiguation 필요 다양한 Relation Entity의표현에일정 부분 Disambiguation이이루어짐 한정된Relation 19

20 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 3.2 Evaluation Method Correctness Judgment by Search Engine Evaluation Process 임의의triple (e 1, r, e 2 )를실험데이터셋에서제거 (e 1, e 2 )를query로입력하여, implicit relation r`을추론 새롭게추출된(e 1, r`, e 2 )의진위여부평가: (r=r`) 또는(e 1,r`,e 2 )가옳으면정답 실험 데이터셋의모든 triple을순차적으로평가 Judgment by Search Engine Validation Test Query Search triple phrase e.g. seoul is a city of Korea 완전일치검색 Correct 결과문서가2개이상일경우 156개정답판단 44개 오답판단 Correlation 개정답판단 59개 오답판단 검색엔진이정답으로평가한트리플전체는사람도정답으로판별 검색엔진이오답으로평가한트리플중일부는사람이정답으로판별 사람이오답으로평가한트리플전체는검색엔진도오답으로판별 20

21 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 3.3 Comparison with Other Methods SHERLOCK 19,785 results from 7,368 patterns Baseline #1 Basic Transitive Inference Rule Rule : Entity A Entity B Entity C Entity A Entity C Relation : in 을 포함하는 모든 Relation (포함관계) 앞의 Relation보다 뒤의 Relation이 더 포괄적일 때만 적용 예. {A, is a city of, B} + {B, is located in, C} {A, is located in, C} Baseline #2 Baseline #3 Baseline #4 Baseline #5 Rank by Cosine Similarity Value Rank by Connected Components Similarity Value Rank by Relation Commonality Value Rank by Cohesion Value 21

22 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 3.3 Comparison with Other Methods Evaluation Result (OIE Reverb Data Set) Transitive Rule Sherlock Cosine Sim Proposed Cohesion CC Similarity Relation Commonality 제안방법이가장높은MAP를기록 SHERLOCK은 불충분한Entity Class 정보로인해성능하락 가장 효과가 높은 Factor는 Cohesion # triples extracted 22

23 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 3.5 Evaluation with Individual Relations Evaluation on OIE ReVerb Dataset Instance가1~2개인 Relation의정답률이 매우 높음 - Instance가적은Relation은상대적으로등장횟수가적고정답이될확률이낮은경우가많음 - 하지만정답으로선택될경우에는높은Evidence를가지고있는상태이므로정답확률이높아짐 23

24 4 CONCLUSION 24

25 엑소브레인 인공지능 워크샵 INTRODUCTION METHOD EVALUATION CONCLUSION 4.2 Conclusion and Future Work Conclusion 새로운 문제 정의 : Open Knowledge Acquisition Knowledge Acquisition을위해 Graph Structure를활용한 새로운 방법 제안 다양한데이터셋에적용 가능 다양한연구와결합되어 시너지생성 가능 Entity Resolution, Entity Linking, Relation clustering Future Work Entity Linking 및Semantic class learning을통한매칭오류제거 Entity Resolution과Relation Clustering을통한 재현율향상 향상된그래프탐색및매칭알고리즘을통한성능개선 25

26 26

Contents 6 7 9 8 11 10 12 13 15 14 17 16 19 18 21 20 22 23 25 24 27 26 28 29 30 31 31 33 34 37 39 38 40 41 43 42 44 45 47 48 49 50 51 53 52 55 54 57 56 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74

More information

Microsoft PowerPoint - AC3.pptx

Microsoft PowerPoint - AC3.pptx Chapter 3 Block Diagrams and Signal Flow Graphs Automatic Control Systems, 9th Edition Farid Golnaraghi, Simon Fraser University Benjamin C. Kuo, University of Illinois 1 Introduction In this chapter,

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

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:275~289 Received: 2016/12/02, Accepted: 2016/12/22 Revised: 2016/12/20, Published: 2016/12/30 [ABSTRACT] SNS is used in various fields. Although

More information

232 도시행정학보 제25집 제4호 I. 서 론 1. 연구의 배경 및 목적 사회가 다원화될수록 다양성과 복합성의 요소는 증가하게 된다. 도시의 발달은 사회의 다원 화와 밀접하게 관련되어 있기 때문에 현대화된 도시는 경제, 사회, 정치 등이 복합적으로 연 계되어 있어 특

232 도시행정학보 제25집 제4호 I. 서 론 1. 연구의 배경 및 목적 사회가 다원화될수록 다양성과 복합성의 요소는 증가하게 된다. 도시의 발달은 사회의 다원 화와 밀접하게 관련되어 있기 때문에 현대화된 도시는 경제, 사회, 정치 등이 복합적으로 연 계되어 있어 특 한국도시행정학회 도시행정학보 제25집 제4호 2012. 12 : pp.231~251 생활지향형 요소의 근린주거공간 분포특성 연구: 경기도 시 군을 중심으로* Spatial Distribution of Daily Life-Oriented Features in the Neighborhood: Focused on Municipalities of Gyeonggi Province

More information

intro

intro Contents Introduction Contents Contents / Contents / Contents / Contents / 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

More information

목 차 요약문 I Ⅰ. 연구개요 1 Ⅱ. 특허검색 DB 및시스템조사 5

목 차 요약문 I Ⅰ. 연구개요 1 Ⅱ. 특허검색 DB 및시스템조사 5 2014 특허청정책연구결과보고서 발간등록번호 11-1430000-001369-01 ISBN 978-89-6199-792-8-13500 ᅦ 특허검색고도화를위한 검색시스템및검색기법연구 A Study on the Retrieval Systems and Techniques for Enhancing Patent Search 목 차 요약문 I Ⅰ. 연구개요 1 Ⅱ. 특허검색

More information

methods.hwp

methods.hwp 1. 교과목 개요 심리학 연구에 기저하는 기본 원리들을 이해하고, 다양한 심리학 연구설계(실험 및 비실험 설계)를 학습하여, 독립된 연구자로서의 기본적인 연구 설계 및 통계 분석능력을 함양한다. 2. 강의 목표 심리학 연구자로서 갖추어야 할 기본적인 지식들을 익힘을 목적으로 한다. 3. 강의 방법 강의, 토론, 조별 발표 4. 평가방법 중간고사 35%, 기말고사

More information

Journal 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 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

2015 경제ㆍ재정수첩

2015 경제ㆍ재정수첩 Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 Part 01 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Part 02 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62

More information

Journal 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 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 information

WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성 ( 황수경 ) ꌙ 127 노동정책연구 제 4 권제 2 호 pp.127~148 c 한국노동연구원 WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성황수경 *, (disabi

WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성 ( 황수경 ) ꌙ 127 노동정책연구 제 4 권제 2 호 pp.127~148 c 한국노동연구원 WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성황수경 *, (disabi WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성 ( 황수경 ) ꌙ 127 노동정책연구 2004. 제 4 권제 2 호 pp.127~148 c 한국노동연구원 WHO 의새로운국제장애분류 (ICF) 에대한이해와기능적장애개념의필요성황수경 *, (disability)..,,. (WHO) 2001 ICF. ICF,.,.,,. (disability)

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

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

<31342D3034C0E5C7FDBFB52E687770>

<31342D3034C0E5C7FDBFB52E687770> 아카데미 토론 평가에 대한 재고찰 - 토론승패와 설득은 일치하는가 - 장혜영 (명지대) 1. 들어가는 말 토론이란 무엇일까? 토론에 대한 정의는 매우 다양하다. 안재현 과 오창훈은 토론에 대한 여러 정의들을 검토한 후 이들을 종합하 여 다음과 같이 설명하고 있다. 토론이란 주어진 주제에 대해 형 식과 절차에 따라 각자 자신의 의견을 합리적으로 주장하여 상대

More information

µðÇÃ24-Ç¥Áö´Ü¸é

µðÇÃ24-Ç¥Áö´Ü¸é Industrial Trend > Part. Set (2013. 2. 21) Display Focus 39 (2013. 3. 6) 40 2013 MAR. APR. vol. 24 (2013. 3. 7) (2013. 2. 18) (2013. 3. 19) Display Focus 41 (2013. 2. 7) Panel 42 2013 MAR. APR. vol. 24

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

PJTROHMPCJPS.hwp

PJTROHMPCJPS.hwp 제 출 문 농림수산식품부장관 귀하 본 보고서를 트위스트 휠 방식 폐비닐 수거기 개발 과제의 최종보고서로 제출 합니다. 2008년 4월 24일 주관연구기관명: 경 북 대 학 교 총괄연구책임자: 김 태 욱 연 구 원: 조 창 래 연 구 원: 배 석 경 연 구 원: 김 승 현 연 구 원: 신 동 호 연 구 원: 유 기 형 위탁연구기관명: 삼 생 공 업 위탁연구책임자:

More information

Chap 6: Graphs

Chap 6: Graphs 5. 작업네트워크 (Activity Networks) 작업 (Activity) 부분프로젝트 (divide and conquer) 각각의작업들이완료되어야전체프로젝트가성공적으로완료 두가지종류의네트워크 Activity on Vertex (AOV) Networks Activity on Edge (AOE) Networks 6 장. 그래프 (Page 1) 5.1 AOV

More information

DIY 챗봇 - LangCon

DIY 챗봇 - LangCon without Chatbot Builder & Deep Learning bage79@gmail.com Chatbot Builder (=Dialogue Manager),. We need different chatbot builders for various chatbot services. Chatbot builders can t call some external

More information

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름 동화 텍스트를 활용한 패러디 광고 스토리텔링 연구 55) 주 지 영* 차례 1. 서론 2. 인물의 성격 변화에 의한 의미화 전략 3. 시공간 변화에 의한 의미화 전략 4. 서사의 변개에 의한 의미화 전략 5. 창조적인 스토리텔링을 위하여 6. 결론 1. 서론...., * 서울여자대학교 초빙강의교수 300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,...

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:3~20 Received: 2016/12/04, Accepted: 2016/12/27 Revised: 2016/12/27, Published: 2016/12/30 [ABSTRACT] This study aims to comprehensively analyze

More information

歯M991101.PDF

歯M991101.PDF 2 0 0 0 2000 12 2 0 0 0 2000 12 ( ) ( ) ( ) < >. 1 1. 1 2. 5. 6 1. 7 1.1. 7 1.2. 9 1.3. 10 2. 17 3. 25 3.1. 25 3.2. 29 3.3. 29. 31 1. 31 1.1. ( ) 32 1.2. ( ) 38 1.3. ( ) 40 1.4. ( ) 42 2. 43 3. 69 4. 74.

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CRM Fair 2004 Spring Copyright 2004 DaumSoft All rights reserved. INDEX Copyright 2004 DaumSoft All rights reserved. Copyright 2004 DaumSoft All rights reserved. Copyright 2004 DaumSoft All rights reserved.

More information

- iii - - i - - ii - - iii - 국문요약 종합병원남자간호사가지각하는조직공정성 사회정체성과 조직시민행동과의관계 - iv - - v - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - α α α α - 15 - α α α α α α

More information

Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp DOI: * The Grounds and Cons

Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp DOI:   * The Grounds and Cons Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp.63-81 DOI: http://dx.doi.org/10.21024/pnuedi.26.3.201612.63 * The Grounds and Consequences of the Elementary School Teachers' Trust Formation

More information

http://www.kbc.go.kr/pds/2.html Abstract Exploring the Relationship Between the Traditional Media Use and the Internet Use Mee-Eun Kang This study examines the relationship between

More information

44-4대지.07이영희532~

44-4대지.07이영희532~ A Spatial Location Analysis of the First Shops of Foodservice Franchise in Seoul Metropolitan City Younghee Lee* 1 1 (R) 0 16 1 15 64 1 Abstract The foodservice franchise is preferred by the founders who

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

20, 41..,..,.,.,....,.,, (relevant).,.,..??.,

20, 41..,..,.,.,....,.,, (relevant).,.,..??., , 41 (2007 12 ) * 1) *** ***,. IMF..,,,.,,,,.. I.. 1999 (,.),,. 2010 *. ** *** 19 20, 41..,..,.,.,....,.,, (relevant).,.,..??., 21.....,. II. 1967 G. G. Muller International Accounting. 1960. 1970... 1966,,,.

More information

216 동북아역사논총 41호 인과 경계공간은 설 자리를 잃고 배제되고 말았다. 본고에서는 근세 대마도에 대한 한국과 일본의 인식을 주로 영토와 경계인 식을 중심으로 고찰하고자 한다. 이 시기 대마도에 대한 한일 양국의 인식을 살펴볼 때는 근대 국민국가적 관점에서 탈피할

216 동북아역사논총 41호 인과 경계공간은 설 자리를 잃고 배제되고 말았다. 본고에서는 근세 대마도에 대한 한국과 일본의 인식을 주로 영토와 경계인 식을 중심으로 고찰하고자 한다. 이 시기 대마도에 대한 한일 양국의 인식을 살펴볼 때는 근대 국민국가적 관점에서 탈피할 전근대시기 한국과 일본의 대마도 인식 215 전근대시기 한국과 일본의 대마도 인식 하우봉 전북대학교 사학과 교수 Ⅰ. 머리말 브루스 배튼(Bruce Batten)의 정의에 따르면 전근대의 국경에는 국경선으로 이루어진 boundary가 있고, 공간으로 이루어진 frontier란 개념이 있다. 전자 는 구심적이며 내와 외를 격리시키는 기능을 지니고, 후자는 원심적이며

More information

DBPIA-NURIMEDIA

DBPIA-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 information

thesis

thesis CORBA TMN Surveillance System DPNM Lab, GSIT, POSTECH Email: mnd@postech.ac.kr Contents Motivation & Goal Related Work CORBA TMN Surveillance System Implementation Conclusion & Future Work 2 Motivation

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

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re

(Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern (Micro- Environment) Re EMF Health Effect 2003 10 20 21-29 2-10 - - ( ) area spot measurement - - 1 (Exposure) Exposure (Exposure Assesment) EMF Unknown to mechanism Health Effect (Effect) Unknown to mechanism Behavior pattern

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 1 2 3 4 5 6-2- - - - - - -3- -4- ( Knowledge Cube, Inc. ) // www.kcube.co.kr -5- -6- (KM)? - Knowledge Cube, Inc. - - Peter Drucker - -7- KM Context KM Context KM Context KM Context KM Context KM KM KM

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

R을 이용한 텍스트 감정분석

R을 이용한 텍스트 감정분석 R Data Analyst / ( ) / kim@mindscale.kr (kim@mindscale.kr) / ( ) ( ) Analytic Director R ( ) / / 3/45 4/45 R? 1. : / 2. : ggplot2 / Web 3. : slidify 4. : 5. Matlab / Python -> R Interactive Plots. 5/45

More information

歯14.양돈규.hwp

歯14.양돈규.hwp : The Korean Journal of Counseling and Psychotherapy 2003. Vol. 15, No. 3, 615-631. 1 2 3 1,410.,, ( ),., ( 69%),.,, ( ), ( ).,,.., ( ).,. :,,. :, (390-711) 21-1, : 043-649-1362 E-mail : ydk9498@hanmail.net

More information

컨텍스트인지형 Deep-Symbolic 하이브리드개념그래프생성및질의응답 A Deep-Symbolic Hybrid Approach to Context-aware Conceptual Graphs (CG) and Question Answering (QA)

컨텍스트인지형 Deep-Symbolic 하이브리드개념그래프생성및질의응답 A Deep-Symbolic Hybrid Approach to Context-aware Conceptual Graphs (CG) and Question Answering (QA) 컨텍스트인지형 Deep-Symbolic 하이브리드개념그래프생성및질의응답 A Deep-Symbolic Hybrid Approach to Context-aware Conceptual Graphs (CG) and Question Answering (QA) 2018. 8. 13 한국과학기술원 맹성현 엑소브레인 3 세부과제개요 [Group 1] Deep-Symbolic

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

- 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

Software Requirrment Analysis를 위한 정보 검색 기술의 응용

Software Requirrment Analysis를 위한 정보 검색 기술의 응용 EPG 정보 검색을 위한 예제 기반 자연어 대화 시스템 김석환 * 이청재 정상근 이근배 포항공과대학교 컴퓨터공학과 지능소프트웨어연구실 {megaup, lcj80, hugman, gblee}@postech.ac.kr An Example-Based Natural Language System for EPG Information Access Seokhwan Kim

More information

14.531~539(08-037).fm

14.531~539(08-037).fm G Journal of the Korea Concrete Institute Vol. 20, No. 4, pp. 531~539, August, 2008 š x y w m š gj p { sƒ z 1) * 1) w w Evaluation of Flexural Strength for Normal and High Strength Concrete with Hooked

More information

<B4DCC0A7BBE7BEF7BAB8B0EDBCAD30345FC3A2C0DBC1F6BDC4BBFDC5C2B0E85FC1A6BABB5FC3D6C1BEBCF6C1A42E687770>

<B4DCC0A7BBE7BEF7BAB8B0EDBCAD30345FC3A2C0DBC1F6BDC4BBFDC5C2B0E85FC1A6BABB5FC3D6C1BEBCF6C1A42E687770> 2008년 사업 단위사업영역보고서 4 창작환경-창작지식생태계 보고서 중앙대학교 산학협력단 제출문 문화체육관광부 장관 귀하 본 연구보고서를 문화콘텐츠제작센터 운영프로그램 개발 및 시범제작 의 단위사업보고서 4. 창작환경-창작지식생태계 결과보고서로 제출합니다. 2009.06.28 중앙대학교 산학협력단 목차 0.

More information

슬라이드 1

슬라이드 1 4. Mobile Service Technology Mobile Computing Lecture 2012. 10. 5 안병익 (biahn99@gmail.com) 강의블로그 : Mobilecom.tistory.com 2 Mobile Service in Korea 3 Mobile Service Mobility 4 Mobile Service in Korea 5 Mobile

More information

서론 34 2

서론 34 2 34 2 Journal of the Korean Society of Health Information and Health Statistics Volume 34, Number 2, 2009, pp. 165 176 165 진은희 A Study on Health related Action Rates of Dietary Guidelines and Pattern of

More information

001지식백서_4도

001지식백서_4도 White Paper on Knowledge Service Industry Message Message Contents Contents Contents Contents Chapter 1 Part 1. Part 2. Part 3. Chapter

More information

민속지_이건욱T 최종

민속지_이건욱T 최종 441 450 458 466 474 477 480 This book examines the research conducted on urban ethnography by the National Folk Museum of Korea. Although most people in Korea

More information

11¹Ú´ö±Ô

11¹Ú´ö±Ô A Review on Promotion of Storytelling Local Cultures - 265 - 2-266 - 3-267 - 4-268 - 5-269 - 6 7-270 - 7-271 - 8-272 - 9-273 - 10-274 - 11-275 - 12-276 - 13-277 - 14-278 - 15-279 - 16 7-280 - 17-281 -

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: (LiD) - - * Way to

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   (LiD) - - * Way to Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.353-376 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.353 (LiD) -- * Way to Integrate Curriculum-Lesson-Evaluation using Learning-in-Depth

More information

Chap 6: Graphs

Chap 6: Graphs 그래프표현법 인접행렬 (Adjacency Matrix) 인접리스트 (Adjacency List) 인접다중리스트 (Adjacency Multilist) 6 장. 그래프 (Page ) 인접행렬 (Adjacency Matrix) n 개의 vertex 를갖는그래프 G 의인접행렬의구성 A[n][n] (u, v) E(G) 이면, A[u][v] = Otherwise, A[u][v]

More information

KD2002-27-02.hwp

KD2002-27-02.hwp 개인의 지식창출시스템 구축을 위한 개념화 모델 16) 요 약 정보의 홍수를 이루고 있는 지식 정보사회에서 자신에게 가장 적합한 정보를 신속하게 받아들이 고, 이를 유의미한 지식으로 변형하여 적절한 상황에 활용할 수 있는 지식창출 능력은 매우 중요하 다. 현재까지 지식의 속성이나 인지활동은 여러 학자들에 의해 다양한 접근방법으로 연구되어 왔으 나, 이러한 연구들을

More information

1_수시-최종-면지화보 복사.ps, page Normalize

1_수시-최종-면지화보 복사.ps, page Normalize Discoveryof New Possibilities Researchfor Innovation and Practical Use ExcellenceThrough Hard Work and Creativity Ambitionto Change the World Moving Forward Into the Future 배움이 다시 가르침이 되기까지 우리는 멈추지 않을

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 시사만화의 텍스트성 연구* 이 성 연**1) Ⅰ. 머리말 Ⅱ. 시사만화의 텍스트 구조 Ⅲ. 시사만화의 텍스트성 Ⅳ. 맺는말 요 약 본고의 분석 대상 시사만화는 2004년 노무현 대통령 탄핵 관련 사건들 인데, 시사만화의 그림 텍스트와 언어 텍스트의 구조와 그 구조를 이루는 구성 요소들이 어떻게 의사소통의 기능을 수행하며 어떤 특징이 있는가 를 살펴본

More information

untitled

untitled 15 Patterns of Creative Process Redesign J. Ray Cho Abstract Process Innovation (PI) is a fundamental rethinking and redesign of business processes to achieve improvements in critical contemporary measures

More information

歯삼성SDI개요

歯삼성SDI개요 The problem statement Air LOSS. LOSS. The problem statement The problem statement The Goal statement Base Line 1,864 / Goal 1,677 / Entitlement 1,584 / 2001 LOSS 10% Define of Physical Output Defining

More information

<C1DF3320BCF6BEF7B0E8C8B9BCAD2E687770>

<C1DF3320BCF6BEF7B0E8C8B9BCAD2E687770> 2012학년도 2학기 중등과정 3학년 국어 수업 계획서 담당교사 - 봄봄 현영미 / 시온 송명근 1. 학습 목적 말씀으로 천지를 창조하신 하나님이 당신의 형상대로 지음 받은 우리에게 언어를 주셨고, 그 말씀의 능 력이 우리의 언어생활에도 나타남을 깨닫고, 그 능력을 기억하여 표현하고 이해함으로 아름다운 언어생활 을 누릴 뿐만 아니라 언어문화 창조에 이바지함으로써

More information

No Slide Title

No Slide Title Copyright, 2001 Multimedia Lab., CH 3. COM object (In-process server) Eun-sung Lee twoss@mmlab.net Multimedia Lab. Dept. of Electrical and Computer Eng. University of Seoul Seoul, Korea 0. Contents 1.

More information

3 Gas Champion : MBB : IBM BCS PO : 2 BBc : : /45

3 Gas Champion : MBB : IBM BCS PO : 2 BBc : : /45 3 Gas Champion : MBB : IBM BCS PO : 2 BBc : : 20049 0/45 Define ~ Analyze Define VOB KBI R 250 O 2 2.2% CBR Gas Dome 1290 CTQ KCI VOC Measure Process Data USL Target LSL Mean Sample N StDev (Within) StDev

More information

Oracle Apps Day_SEM

Oracle Apps Day_SEM Senior Consultant Application Sales Consulting Oracle Korea - 1. S = (P + R) x E S= P= R= E= Source : Strategy Execution, By Daniel M. Beall 2001 1. Strategy Formulation Sound Flawed Missed Opportunity

More information

김기남_ATDC2016_160620_[키노트].key

김기남_ATDC2016_160620_[키노트].key metatron Enterprise Big Data SKT Metatron/Big Data Big Data Big Data... metatron Ready to Enterprise Big Data Big Data Big Data Big Data?? Data Raw. CRM SCM MES TCO Data & Store & Processing Computational

More information

<30315FC0CCB5BFC1D65FC7D1B1B9BCBAB8C5B8C52E687770>

<30315FC0CCB5BFC1D65FC7D1B1B9BCBAB8C5B8C52E687770> 사회연구 통권15호(2008년 1호), pp. 9~39 제7회 사회연구 학술상 우수상 수상논문 한국 성매매 반대운동의 프레임 형성과 변화에 관한 연구 - 1970 2005년 기간을 중심으로 1)이동주 이 논문에서는 한국의 성매매 반대 운동에서 나타난 프레임 변화 과정에 대해서 살펴 보았다. 1970년대에서 2000년대 중반에 이르는 성매매 반대운동에서 네 단계별로

More information

................ 25..

................ 25.. Industrial Trend > Part. Set (2013. 4. 3) Display Focus 39 (2013. 4. 15) Panel (2013. 4. 2) 40 2013 MAY JUN. vol. 25 (2013. 5. 2) (2013. 5. 22) (2013. 4. 19) Display Focus 41 (2013. 5. 20) (2013. 5. 9)

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: A study on Characte

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI:   A study on Characte Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.381-404 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.381 A study on Characteristics of Action Learning by Analyzing Learners Experiences

More information

泰 東 古 典 硏 究 第 24 輯 이상적인 정치 사회의 구현 이라는 의미를 가지므로, 따라서 천인 합일론은 가장 적극적인 경세의 이론이 된다고 할 수 있다. 권근은 경서의 내용 중에서 현실 정치의 귀감으로 삼을 만한 천인합일의 원칙과 사례들을 발견하고, 이를 연구하여

泰 東 古 典 硏 究 第 24 輯 이상적인 정치 사회의 구현 이라는 의미를 가지므로, 따라서 천인 합일론은 가장 적극적인 경세의 이론이 된다고 할 수 있다. 권근은 경서의 내용 중에서 현실 정치의 귀감으로 삼을 만한 천인합일의 원칙과 사례들을 발견하고, 이를 연구하여 權 近 의 五 經 인식 - 經 學 과 經 世 論 의 연결을 중심으로 - 姜 文 植 * 1. 머리말 2. 經 學 과 經 世 論 연결의 이론적 기반 3. 五 經 淺 見 錄 의 經 典 해석과 經 世 論 4. 맺음말 요약문 권근( 權 近 )은 체용론( 體 用 論 )에 입각하여 오경( 五 經 ) 간의 관계 및 각 경서의 근본 성격을 규정하였다. 체용론에서 용( 用 )

More information

05-08 087ÀÌÁÖÈñ.hwp

05-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

용어사전 PDF

용어사전 PDF 0100010111000101010100101010101010010101010010101010101000101010101010101010101010001001011000101001010100001010111010 1101101101111010011101010010101000010111010000101010101010101110010010011111101010101010010101010101010100101010100001

More information

CONTENTS January 2008, VOL. 378 19 IP Report 59 IP Column 101 IP Information 123 IP News

CONTENTS January 2008, VOL. 378 19 IP Report 59 IP Column 101 IP Information 123 IP News CONTENTS January 2008, VOL. 378 19 IP Report 59 IP Column 101 IP Information 123 IP News The th Anniversary 1964 ~ 2007 (Patent Information Service - Search & Analysis) http://www.forx.org 1 0 Invention

More information

02이승민선생_오라클.PDF

02이승민선생_오라클.PDF Oracle Internet Procurement Agenda 1 2 3 4 5 Introduction Oracle Solution Overview Oracle Internet Procurement Value Proposition Reference Conclusion e-procurement, E- Commerce Internet Automated Transactions

More information

16 CONTENTS December 2006, Vol. 365 Invention & Patent 1 2 Invention & Patent December 2006 D e c e m b e r2006 Invention & Patent 1 3 1 4 Invention & Patent December 2006 Dictionary D e c e m b e r2006

More information

세종대 요람

세종대 요람 Sejong University 2016 2016 Sejong University 4 SEJONG UNIVERSITY www.sejong.ac.kr 5 8 SEJONG UNIVERSITY 2016 Sejong University 10 SEJONG UNIVERSITY www.sejong.ac.kr 11 12 SEJONG UNIVERSITY www.sejong.ac.kr

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

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

09김정식.PDF

09김정식.PDF 00-09 2000. 12 ,,,,.,.,.,,,,,,.,,..... . 1 1 7 2 9 1. 9 2. 13 3. 14 3 16 1. 16 2. 21 3. 39 4 43 1. 43 2. 52 3. 56 4. 66 5. 74 5 78 1. 78 2. 80 3. 86 6 88 90 Ex e cu t iv e Su m m a r y 92 < 3-1> 22 < 3-2>

More information

<C7D1B9CEC1B7BEEEB9AEC7D03631C1FD28C3D6C1BE292E687770>

<C7D1B9CEC1B7BEEEB9AEC7D03631C1FD28C3D6C1BE292E687770> 설화에 나타난 사회구조와 그 의미 23) 박유미 * 차례 Ⅰ. 문제제기 Ⅱ. 서사 내부의 사회구조 Ⅲ. 사회문제의 해결방식과 그 의미 Ⅳ. 설화와 후대전승과의 상관관계 Ⅴ. 결론 국문초록 삼국유사 의 조에는 왕거인 이야기와 거타지 이야기가 하나의 설화에 묶여 전하고 있는데, 두 이야기는 해결구조에서 차이를

More information

<302DC5EBC0CFB0FA20C6F2C8AD28BFCF292E687770>

<302DC5EBC0CFB0FA20C6F2C8AD28BFCF292E687770> 72 통일과 평화(창간호 2009) 한반도 통일에 관한 이론적 고찰 전재성(서울대 외교학과) 국문요약 본 논문은 변화하는 국제질서와 한반도 내부의 상황을 고려하여, 21세기 한반도 통일 을 새로운 관점에서 이론적으로 분석하고자 시도한다. 21세기 하나의 주권을 가진 하나 의 국가를 만들고자 하는 통일론은 결국 한반도 거버넌스의 문제이다. 한반도에서 사는 전통적

More information

Microsoft PowerPoint - 27.pptx

Microsoft PowerPoint - 27.pptx 이산수학 () n-항관계 (n-ary Relations) 2011년봄학기 강원대학교컴퓨터과학전공문양세 n-ary Relations (n-항관계 ) An n-ary relation R on sets A 1,,A n, written R:A 1,,A n, is a subset R A 1 A n. (A 1,,A n 에대한 n- 항관계 R 은 A 1 A n 의부분집합이다.)

More information

생각 한 줄 D O O S A N ENGINE D O O S A N E N G I N E 신바람 일터 만들기 캠페인 CONTENTS 신바람 일터 만들기 캠페인 part 1 _ NEWS 73 Monthly Magazine July 2013 Vol. 151 02 두산엔진

생각 한 줄 D O O S A N ENGINE D O O S A N E N G I N E 신바람 일터 만들기 캠페인 CONTENTS 신바람 일터 만들기 캠페인 part 1 _ NEWS 73 Monthly Magazine July 2013 Vol. 151 02 두산엔진 두산엔진 한가족 July 2013 두산엔진 한가족 July 2013 눈부신 태양처럼 뜨거운 열정을 가진, 두산엔진 한가족 Cover Story 품질검사팀 이근옥 이근옥 기술과장이 커넥팅 커넥팅 로드 로드 내경을 내경을 체크하고 있다 있다 두산엔진(주) 경남 경남 창원시 창원시 성산구 성산구 공단로 공단로 21번길 21번길 18(구. 18(구. 성산구 성산구

More information

160322_ADOP 상품 소개서_1.0

160322_ADOP 상품 소개서_1.0 상품 소개서 March, 2016 INTRODUCTION WHO WE ARE WHAT WE DO ADOP PRODUCTS : PLATON SEO SOULTION ( ) OUT-STREAM - FOR MOBILE ADOP MARKET ( ) 2. ADOP PRODUCTS WHO WE ARE ADOP,. 2. ADOP PRODUCTS WHAT WE DO ADOP,.

More information

Microsoft PowerPoint - 26.pptx

Microsoft PowerPoint - 26.pptx 이산수학 () 관계와그특성 (Relations and Its Properties) 2011년봄학기 강원대학교컴퓨터과학전공문양세 Binary Relations ( 이진관계 ) Let A, B be any two sets. A binary relation R from A to B, written R:A B, is a subset of A B. (A 에서 B 로의이진관계

More information

I

I I II III (C B ) (C L ) (HL) Min c ij x ij f i y i i H j H i H s.t. y i 1, k K, i W k C B C L p (HL) x ij y i, i H, k K i, j W k x ij y i {0,1}, i, j H. K W k k H K i i f i i d ij i j r ij i j c ij r ij

More information

레이아웃 1

레이아웃 1 Disability & Employment 11. 8. 제1권 제호(통권 7호) pp.97~118 중증장애인직업재활지원사업수행시설의 효율성비교* 양숙미 남서울대학교 사회복지학과 부교수 전동일 가톨릭대학교 박사과정 요 약 본 연구는 직업재활시설의 중증장애인 직업재활지원사업에 대한 효율성을 평가하여 효 율적인 운영방안을 제시하는데 목적이 있다. 본 연구를 위해

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI: NCS : * A Study on

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI:   NCS : * A Study on Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp.157-176 DOI: http://dx.doi.org/10.21024/pnuedi.28.3.201809.157 NCS : * A Study on the NCS Learning Module Problem Analysis and Effective

More information

A 617

A 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 information

대한한의학원전학회지26권4호-교정본(1125).hwp

대한한의학원전학회지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 information

¾Ë±â½¬¿îÀ±¸®°æ¿µc03ÖÁ¾š

¾Ë±â½¬¿îÀ±¸®°æ¿µc03ÖÁ¾š & 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 & 27 28 29 30 31 32 33 34 35 36 37 38 & 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 & 55 56 57 58 59 60 61 62 63

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

<BFA9BAD02DB0A1BBF3B1A4B0ED28C0CCBCF6B9FC2920B3BBC1F62E706466>

<BFA9BAD02DB0A1BBF3B1A4B0ED28C0CCBCF6B9FC2920B3BBC1F62E706466> 001 002 003 004 005 006 008 009 010 011 2010 013 I II III 014 IV V 2010 015 016 017 018 I. 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 III. 041 042 III. 043

More information

2002년 2학기 자료구조

2002년 2학기 자료구조 자료구조 (Data Structures) Chapter 1 Basic Concepts Overview : Data (1) Data vs Information (2) Data Linear list( 선형리스트 ) - Sequential list : - Linked list : Nonlinear list( 비선형리스트 ) - Tree : - Graph : (3)

More information

Journal of Educational Innovation Research 2016, Vol. 26, No. 2, pp DOI: * Experiences of Af

Journal of Educational Innovation Research 2016, Vol. 26, No. 2, pp DOI:   * Experiences of Af Journal of Educational Innovation Research 2016, Vol. 26, No. 2, pp.201-229 DOI: http://dx.doi.org/10.21024/pnuedi.26.2.201608.201 * Experiences of After-school Class Caring by Married Early Childhood

More information

제 호 년 제67차 정기이사회, 고문 자문위원 추대 총동창회 집행부 임원 이사에게 임명장 수여 월 일(일) 년 월 일(일) 제 역대 최고액 모교 위해 더 확충해야 강조 고 문:고달익( 1) 김병찬( 1) 김지훈( 1) 강보성( 2) 홍경식( 2) 현임종( 3) 김한주( 4) 부삼환( 5) 양후림( 5) 문종채( 6) 김봉오( 7) 신상순( 8) 강근수(10)

More information

15_3oracle

15_3oracle Principal Consultant Corporate Management Team ( Oracle HRMS ) Agenda 1. Oracle Overview 2. HR Transformation 3. Oracle HRMS Initiatives 4. Oracle HRMS Model 5. Oracle HRMS System 6. Business Benefit 7.

More information