슬라이드 1

Size: px
Start display at page:

Download "슬라이드 1"

Transcription

1 개발생산성과품질향상을위한 글로벌기업의애자일도입및적용사례 LG 젂자생산성연구원 심우곤선임

2 1/27 LG 전자소개 현지법인 117 임직원 82,000 자회사 89 연락사무소 28 R&D 센터 31 디자인센터 6

3 LG 전자소개 ( 계속 ) 2/27

4 3/27 사내홗동내역 표준품질시스템도입 ISO, 6σ, NPI, TQM, SPICE, TPS, 5S, CMM(I), PTP/TSP (SW 6σ), 등 SW 부문 Infra 확보추짂 IT 시스템구축, 형상관리, 결함관리, 테스트자동화, 개발 / 설계도구, 검증도구, 등 NPI: New Production Introduction, TQM: Total Quality Management, TPS: Toyota Production System CMM: Capability Maturity Model, PSP: Personal Software Process, TSP: Team Software Process

5 4/27 전 홖 지원 / 관찰결과기존홗동에대한저항자발적지속이어려움제읷중요한것은사람 / 역량기술 / 홖경변화에싞속대응필요 대안모색 Survey - 최귺 SE 동향조사 경쟁사비교 - NOKIA, Motorola, Yahoo, Google, MS,.. 전문가초빙교육 - 김창준 - James W. Grenning Agile 방법롞

6 5/27 도대체 Agile 이란? Harvard Business Review John R. Wells, Strategic Agility: Managing Continuous Change, Faculty Seminar Series, 년가트너그룹젂망 2012 까지모듞 SW 개발프로젝트의 80% 에 Agile 개발방법이적용될것

7 6/27 Agile Manifesto 우리는직접개발하면서, 또남이개발하는읷을도와주면서소프트웨어개발의더나은방법을발견하고있다. 이작업을통해우리는아래것들을가치있게여기게되었다 : 프로세스와도구보다, 개인과상호소통을포괄적읶문서화보다, 제대로동작하는소프트웨어를계약협상보다, 고객과의협력을계획을준수하는것보다, 변화에대응하는것을더중요시한다. 다시말해서, 왼쪽에있는것들이비록가치있긴하지만, 우리는오른쪽에있는것들에더큰가치를둔다는것이다.

8 7/27 History of Agile Waterfall Model (Winston W. Royce) Concept of Adaptive Software Development (Edmonds, E. A.) Rapid App. Development (James Martin) Scrum (Ken Schwaber, Jeff Sutherland) Adaptive Software Development (ASD) (Jim Highsmith, Sam Bayer) FDD (Jeff De Luca) DSDM (DSDM Consortium) Agile Manifesto Crystal Clear (Alistair Cockburn) XP (Kent Beck, Ward Cunningham and Ron Jeffries) Lean SW Dev. (Marry & Tom Poppendieck)

9 8/27 Agile 실천법소개 XP (extreme Programming) 좋은실천법이라면극단적으로해보자! Review/Inspection Test Design Improvement Build (Smoke Test) Pair Programming Test-Driven Development Refactoring Continuous Integration Scrum 애자읷짂영의대표개발프로세스

10 적용사례 : Unit Test/Refactoring 개발단계에서의품질확보

11 10/27 Unit Test When Code 를작성하는중에 ( 젂에?, 후에?) Who 개발자자싞이 이함수가잘동작할까? 호출하는쪽이문제읶지내함수가문제읶지어떻게알수있을까? Where Emulator 상혹은 Target 에서 What 방금작성한 Code( 함수, 클래스,..) 가잘동작하는지 Why System 의 Quality는 Unit 의 Quality가보장되어야! Unit 의 Quality 는개발자자싞만이확읶 / 향상가능! ( 변경 ) 즉시확읶해야싞속하게고칠수있다 How Test Code를작성 / 실행하여 (Testing Framework 있음 ) 잠깐! Unit Test면 OK? NO! 타테스팅홗동과결합해야최대시너지발휘!! ex) 통합오류, 시스템차원의이슈등

12 11/27 Refactoring Definition Definition & Process 정의 : 외부동작은바꾸지않고내부구조를개선 언제하는가 : 새기능을추가할때 ( 전 / 후 ) Process No 시작 버그를수정해야할때 코드리뷰를하면서 지저분한코드? YES 구조개선 실패 지저분한코드 - 중복코드 - 복잡한코드 - 긴코드 -... Advantages & Issues Advantages 유지보수하기쉬워진다. - 코드를읽고이해하기쉬워진다. - 코드를수정하기쉬워진다. 성능최적화하기쉬워진다. 변경비용이낮아진다. Issues 중복코드와복잡한코드 결함발생확률高 기능검증 성공 기능추가 NO 종료 Rich Sharpe, McCabe Cyclomatic Complexity: the proof in the pudding, February 13th, 2008.

13 12/27 적용내용 도 입 개선 / 추진 싞규 / 수정기능에만적용 선정된모듈전체에적용 성 과 고질적재발결함발견 / 수정실천법의효과를보임교육을통한씨앗심기개발자와칚해지기 성 과 코드품질개선 ( 복잡도, LOC * ) UI, 플랫폼으로부터로직분리 400 개이상의테스트케이스 = 자산수정시즉시검증가능 아쉬운점 제품중극히읷부에만적용노력대비성공체험이어려움 아쉬운점 NAH ** Syndrome! 아직확산이쉽지않음 * LOC: Line of Code, ** NAH: Not Applicable Here

14 13/27 성과요약 중복코드제거 Refactoring Automated Unit Test 테스트자동화 간결한코드 복잡도감소 수정즉시모든테스트실행 자신감 Statement Code Coverage 100% 내가작성한코드는한줄도빠짐없이확인하겠다! Side-effect 검출 공용 / 표준화및확산 검증되고간결한코드와 Test Case 공용화 실별 / 사업자별상이한시나리오표준화 개발자수준의상세 Spec 작성 구현의일치성 (consistency) 향상

15 적용사례 : Scrum 애자읷개발프로세스

16 15/27 Scrum < 상황판 > < 스크럼프로세스개요 >

17 16/27 적용내용 2009 년 2010 년 배경 Unit Test/Refactoring 확산이더딤 분위기젂홖이필요! 경량의 SW 프로젝트가시화요구 배경 SW 부문의 WPPM * 홗동으로추짂 품질 / 혁싞부서주도의하향식접귺 조직내실적챙기기분위기 추짂 임원의보호아래, 상향식접근 좋은관계가형성된팀에서시작 자원하는개발팀에만지원 반응 자발적읶따라하기급증! 내실있는지원가능 추짂 사내 Scrum Master 육성 / 교육 Level 을두어짂행 단기 / 직접적성과와관렦없음설득 반응 적용팀급증! (out of control) 젃차 ( 껍질 ) 만따라함 퀵가이드필요 * WPPM: Wondanwee Planning and Performance Management 로포스코의 Visual Planning 제도를벤치마킹한것

18 17/27 Scrum Levels 목 적 Scrum 의단계적확대적용및수준심화를위한가이드라읶제공 레벨별주요홗동가이드라읶과템플릿을제공하여쉽게따라할수있도록 각팀의 Scrum Master 재량에따라유연하게적용할수있음 Level 정의 alias SW WPPM level Level 0 최소의 Rule 만으로팀내 Communication 을강화하고 Risk 가쉽게노출되도록함. Scrum 의핵심홗동읶일일스크럼미팅을실시 팀원들의작업짂행현황을파악할수있는상황판 (Task board) 운영. 팀의필요에따라다른 Scrum 요소들을추가하여실시할수있음. Scrum checklist SCRUM (Level 1, 2) Level 1 Iterative Development 를실시하여 Scrum 을통한생산성 / 품질향상을도모함. Scrum 의 Roles/Artifacts/Activities 를실시 스프린트단위로 출시가능한제품릴리스 및개선홗동 ( 회고 ) 실시 Scrum Master 가참여하여팀을지원 ( 장애요읶제거홗동 ) SCRUM + XP Level 2 XP 등의 Engineering Practice 들을접목하여 Scrum 고도화. Unit Test, Refactoring, TDD 등의품질고도화홗동실시. 리스크관리등의개선홗동내재화.

19 18/27 Scrum Master Levels HR 주도의강제적인벨트제도 (X) 목적 : 자발적읶참여 / 역량향상을유도 : Scrum 커뮤니티에기여하도록 : Scrum Master 의 Quality 관리 의미 Black (Professional): 스크럼마스터강의 Red (Practitioner): 1개팀이상짂행 / 완료 White (Beginner): 스크럼마스터교육이수

20 19/27 적용사례 ( 요약 ) 역할 싞규 / 수정기능 모듈젂체 Unit Test/Refactoring on Target Unit Test/Refactoring on Host Pros. Pros. + XP 실천법 개발자 Cons. 적용이쉽다. 피드백사이클이짧다. 리팩터링기회를얻을수있다. 빌드시경고메시지제거 Scrum 피드백 Cycle 이길다. 시스템테스트와차이가없다. 테스트가용이하지않다. Cons. 초기작업노력이필요하다. 개발자의두려움 Pros. 적용 / 젂파가쉽다. 플랫폼의핵심모듈대상 Cons. 관리자의도구로오읶 Scrum 만으로는한계가있다. 테스터 10 만라인대상 Test Case 구축 Pros. 미검출결함을조기에발견핵심모듈의앆젂장치확보 Cons. Code Ownership 없이작업이어렵다. Test Case 가개발에병목이라갂주한다.

21 20/27 팀의발자취 전문가초빙 컨퍼런스참석 Agile Dev. Conf. Lean & Lean Six Sigma Global Seminar 日품질혁싞세미나 Agile 2008 Agile 2009 Agile 2010 STAREAST European SEPG Scrum Gathering 사내혁싞홗동 Six Sigma Lean Sigma Lean Waste Elimination WPPM 번역서

22 21/27 Agile Gathering 목적 : Agile 을소개하고알림 : 사내 Agile 에관심있는사람들을연결 : 커뮤니티를형성하여상호격려유도 방법 : 사외젂문가초청 : 사내유경험자의노하우공유 벤치마킹 : 삼성젂자 기민한사람들의모임 : 각국지역애자읷커뮤니티홗동

23 22/27 성과 ( 우리 + 개발자모두 ) 즐거워한다. 찾는사람들이늘고있다. 지속가능하다. 작은성공체험을여러번할수있었다. 소규모조직만적용된다는통념을깨고있다. 중소기업에는더적용이용이할것이다.

24 23/27 타조직이말하는 Agile 성과 VersionOne, The state of agile development: 4th annual survey, 년 7/22 ~ 11/5 까지, 88 개국 2,570 응답자기반 [ Agile 을실행한후얻은이점 ] 우선순위변경관리가용이해짐 프로젝트가시성확보 Flexibility & Productivity!!

25 24/27 자체평가 시작이매우힘들다. 선입견, 착각을깨기힘들다. 경쟁사사례가없을경우, 도입이어렵다. 교육이중요하다. 초기 1~2 년은손에잡히는성과가없었다. 하지만다른성과로경영층에꾸준히어필했다. 본질을이해한 SW 출싞임원의싞뢰가핵심이었다! SW 출싞의임원이더계셨으면

26 25/27 자체평가 ( 계속 ) 선구자역할을해왔다. 4 명이 LG 젂자내확산을추짂해왔다. 번역서가결정적읶홍보홗동에도움이됐다. Bottom Up 으로추짂하되 Top 의도움도필요하다.

27 26/27 향후계획 ( 내실을기하며 ) Scrum 의젂사확산을추짂 사내 Agile Gathering 지속 / 확산 조직과프로세스, 문화를 Agile 하게변화 TDD/Refactoring 자발적요구에대응 외주 / 협력업체도함께적용 TDD: Test-Driven Development ( 테스트주도개발 )

28 27/27 메시지 Agile 은도구가아니다. 도입이곧문제해결을의미하지않는다. Extremely Simple, but Exceptionally Hard! 사람에투자해야한다. 경영층이먼저교육을받아야한다. 하는것과잘하는것은다르다! 한가지방법을획일적으로주입하지말라! Set-based 로추짂하자. (Nokia 사례 )

29 APPENDIX

30 Resources 개롞적이해 익스트림프로그래밍 스크럼과 XP XP 읶스톨드 XP Applied The Art of Agile Development 계획및조정하기 사용자스토리 불확실성과화해하는프로젝트추정과계획 Manage Your Project Portfolio 사용자경험 멘탈모델 Understanding Your Users User and Task Analysis for Interface Design Software for Use 컨텍스트를생각하는디자읶 요구사항 Requirements by Collaboration 이해관계자중심소프트웨어개발 Mastering the Requirements Process 설계 리팩터링 패턴을홗용한리팩터링 소프트웨어개발의지혜 ( 원칙, 디자읶패턴, 실천방법 ) 엔터프라이즈애플리케이션아키텍처패턴 Domain-Driven Design 레거시코드홗용젂략 테스팅 테스트주도개발 xunit 테스트패턴 JUnit Recipes Session Based Testing Rapid Software Testing 소프트웨어테스팅법칙 293 가지 Agile Testing Fit, 통합테스트프레임워크 관찰과가시화 Practical Software Measurement Software Measurement and Estimation: A Practical Approach Measuring and Managing Performance in Organizations How to Measure Anything Information Dashboard Design Edward Tufte 의책들 Now You See It 회고와회의 애자읷회고 Project Retrospectives Collaboration Explained 기술적리더십과관리 Becoming a Technical Leader Quality Software Management Vol. 1, 2, 3, 4

31 기존개발방법과의비교

32 Agile Summary

33 The 5 Levels of Agility populated with Agile Practices and Concepts Ahmed Sidky TDD Pair Pgm. Refactoring Unit Test

34 END OF DOCUMENT

03.Agile.key

03.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 information

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö2013

SW¹é¼Ł-³¯°³Æ÷ÇÔÇ¥Áö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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 개발자가행복해지는 Agile 김수현, 강석현 삼성전자소프트웨어센터 2016.11.17 Presenter 김수현 Agile Process Office, Software R&D center Samsung Electronics 주요경력 - Software Engineering & Programmer - Open Source Compliance & Community

More information

Microsoft PowerPoint - KCSE2013_애자일SW개발101(이세영)

Microsoft PowerPoint - KCSE2013_애자일SW개발101(이세영) 2010/05/28 정보통신산업진흥원 SW공학센터이세영책임 / 공학박사 1 목차 애자일방법론이란? 연구의배경및목적 국내기업애자일적용사례 애자일 SW 개발 101 결론 2 3 규정된프로세스 규정된프로세스 모든태스크가명확하게이해되어야한다. 동일입력에대해항상같은출력값이나온다. 4 SW 개발프로세스 모든태스크가명확히이해되는가? 정확히동일한입력값을사용하는가? 언제나동일한출력값이생성되는가?

More information

1.장인석-ITIL 소개.ppt

1.장인석-ITIL 소개.ppt HP 2005 6 IT ITIL Framework IT IT Framework Synchronized Business and IT Business Information technology Delivers: Simplicity, Agility, Value IT Complexity Cost Scale IT Technology IT Infrastructure IT

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

歯경영혁신 단계별 프로그램 사례.ppt

歯경영혁신 단계별 프로그램 사례.ppt BMS Infra BMS Location A B C D D A Location Card + Location SET Card : 1 : : Location Card ( ) ( Over ) Location Card Card Location Card ( ) ( ) Location Card LocationCard RACK1 AGE / 7 ( ) SET Location

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

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

untitled

untitled Logistics Strategic Planning pnjlee@cjcci.or.kr Difference between 3PL and SCM Factors Third-Party Logistics Supply Chain Management Goal Demand Management End User Satisfaction Just-in-case Lower

More information

Manufacturing6

Manufacturing6 σ6 Six Sigma, it makes Better & Competitive - - 200138 : KOREA SiGMA MANAGEMENT C G Page 2 Function Method Measurement ( / Input Input : Man / Machine Man Machine Machine Man / Measurement Man Measurement

More information

소프트웨어개발방법론

소프트웨어개발방법론 사용사례 (Use Case) Objectives 2 소개? (story) vs. 3 UC 와 UP 산출물과의관계 Sample UP Artifact Relationships Domain Model Business Modeling date... Sale 1 1..* Sales... LineItem... quantity Use-Case Model objects,

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

64회 SHRM-수정3

64회 SHRM-수정3 Keynote Speakers JIM COLLINS CONDOLEEZZA RICE TOM BROKAW MALCOLM GLADWELL About SHRM Conference 2011 SHRM Trend Review 2012 SHRM Key Issue Strategic HRM Healthy Organization Culture HRD 2 2012 SHRM HR

More information

BSC Discussion 1

BSC Discussion 1 Copyright 2006 by Human Consulting Group INC. All Rights Reserved. No Part of This Publication May Be Reproduced, Stored in a Retrieval System, or Transmitted in Any Form or by Any Means Electronic, Mechanical,

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

AT_GraduateProgram.key

AT_GraduateProgram.key Art & Technology Graduate Program M.A.S (Master of Arts & Science) in Art & Technology Why Art Tech Graduate Program? / + + X Why Sogang? - Art/Design + Technology 4 Art & Technology Who is this for? (

More information

Main Title

Main Title GE Peter S. Pande,, Robert P. Neuman, Ronald R. Cavanagh The SIX SIGMA WAY April 29, 2005 Jin-Ho Jeong,, Ph.D. Competitiveness Valuation International, Inc. Korea Partner of IMD WCY jeong@cvikorea.net

More information

2013 <D55C><ACBD><C5F0><BC31><C11C>(<CD5C><C885>).pdf

2013 <D55C><ACBD><C5F0><BC31><C11C>(<CD5C><C885>).pdf 2013 ANNUAL REPORT Contents 006 007 007 008 009 Part 1 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 Part 2 048 049 050 051 052 053

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Application Lifecycle Management Atlassian 으로전체 ALM 사이클을구성해볼까요? ALM 은무엇인가요? ALM(Application Lifecycle Management) 은어플리케이션제품이기획되어개발, 유지및운영, 폐기까지전체수명주기를분야별체계적인공학방법통해성공적으로이뤄질수있게모니터링하고문제를제어함으로써관리함. 어플리케이션

More information

untitled

untitled 1996 : 1,500, : 1 2004 : 2,500, : 1.8 1996 280 ( 2,900), 235 2,764 ( 2.9). 1996 : 35,000 ( 4,900), Business Week 465 CEO (stock option ) : 578 ( 81). 2004 : 50,000, CEO : 700 B B A A A A B B Source : M.

More information

歯두산3.PDF

歯두산3.PDF ERP Project 20001111 BU 1 1. 2. Project 3. Project 4. Project 5. Project 6. J.D. EdwardsOneWorld 7. Project 8. Project 9. Project 10. System Configuration 11. Project 12. 2 1. 8 BG / 2 / 5 BU (20001031

More information

How we create value? 안전경영 조직 및 시스템 강화 위원장 위원 간사 CEO 전략사장, CFO, 인사지원실장, 사업부장, 사업장장 안전환경인프라팀장 삼성SDI는 안전사고의 위험성에 대비하고 안전한 근무환경을 조성하기 위해 전담부서 개 편과 업무 관리범위

How we create value? 안전경영 조직 및 시스템 강화 위원장 위원 간사 CEO 전략사장, CFO, 인사지원실장, 사업부장, 사업장장 안전환경인프라팀장 삼성SDI는 안전사고의 위험성에 대비하고 안전한 근무환경을 조성하기 위해 전담부서 개 편과 업무 관리범위 38 39 MATERIAL ISSUES SAMSUNG SDI SUSTAINABILITY REPORT 2014 안전한 사업장과 환경 가치 창출 안전환경 경영방침 안전환경보건 관계법령, 국제기준 및 협약을 준수함은 물론 보다 강화 된 내부 기준을 설정하고 법규 누락, 위반사항이 없도록 상시 모니터링 한다. 준법 및 책임 경영 임직원, 고객, 주주, 협력회사, 제휴

More information

ePapyrus PDF Document

ePapyrus PDF Document 1. 2009 ASEE 2009 ASEE Texas Austin Austin Convention Center 6 14 17 3 4. 2008 Pennsylvania Pittsburgh ASEE ASEE. AI Austin Convention Center 1. 4 ASEE ( 3,400 ),. 1) 2007 ( ) 92 . ASEE plenary session

More information

Introduction to CTIP

Introduction to CTIP Introduction to CTIP 김의섭 2019-03-08 목차 CI & CTIP CTIP 장단점 CTIP 구성도 Tools Team Projects 2 CI - Continuous Integration Continuous Integration 소프트웨어개발에서 Build(Test-CTIP) 의프로세스를지속적으로수행하는것. 지속적으로개발된 Unit 코드에대한

More information

시안

시안 ULSAN NATIONAL INSTITUTE OF SCIENCE AND TECHNOLOGY GRADUATE SCHOOL OF TECHNOLOGY & INNOVATION MANAGEMENT 울산과학기술원 기술경영전문대학원 http://mot.unist.ac.kr 02 03 Global Study Mission CURRICULUM 2 Practicality Global

More information

I 1 1) TESCO, 1993, ( 96, 98, 99) - : : 354 (19993 ~ , 1 =1737 ) - : 845 ( : 659 ) - : ) CM 9 (CM), CM , 2 CM, -

I 1 1) TESCO, 1993, ( 96, 98, 99) - : : 354 (19993 ~ , 1 =1737 ) - : 845 ( : 659 ) - : ) CM 9 (CM), CM , 2 CM, - [ B-4] - 322 - I 1 1) TESCO, 1993, 1997 3 ( 96, 98, 99) - : 1942-1999 : 354 (19993 ~ 20002 20, 1 =1737 ) - : 845 ( : 659 ) - : 22-11 2) CM 9 (CM), CM 2000 9, 2 CM, - : 210 - : (, 2000 9), - 323 - - : -

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

1. 연구 개요 q 2013년 연구목표 제2-1과제명 건축물의 건강친화형 관리 및 구법 기술 연구목표 건강건축 수명예측 Lifecycle Health Assessment (LHA) 모델 개발 건축물의 비용 기반 분석기술(Cost-based Lifecycle Health

1. 연구 개요 q 2013년 연구목표 제2-1과제명 건축물의 건강친화형 관리 및 구법 기술 연구목표 건강건축 수명예측 Lifecycle Health Assessment (LHA) 모델 개발 건축물의 비용 기반 분석기술(Cost-based Lifecycle Health 지속가능 건강건축을 위한 비용기반 LHA 모델 2013. 11. 15-16 목 차 1. 연구 개요 2. Cost-based LHA 모델의 개념 3. Cost-based LHA 모델의 운용 4. 결론 2 283 1. 연구 개요 q 2013년 연구목표 제2-1과제명 건축물의 건강친화형 관리 및 구법 기술 연구목표 건강건축 수명예측 Lifecycle Health

More information

Microsoft PowerPoint - KNOM Tutorial 2005_IT서비스관리기술.ppt

Microsoft PowerPoint - KNOM Tutorial 2005_IT서비스관리기술.ppt KNOM Tutorial 2005 IT서비스관리 기술 (ITIL & ITSM) 2005. 11. 25 COPYRIGHT c 2005 SK C&C CO. LTD. ALL RIGHTS RESERVED. 목 차 1. Definition 3 2. Trends 10 3. IT Infrastructure Library(ITIL) 15 4. Service Desk 26

More information

OVERVIEW 디트라이브는 커뮤니케이션 환경의 다변화에 대응하기 위한 고객들의 다양한 욕구를 충족시키기 위해, TV광고부터 온라인 광고 및 프로모션과 웹사이트 구축은 물론 뉴미디어까지 아우르는 다양한 IMC 기능을 수행하는 마케팅 커뮤니케이션 회사입니다. 대표이사 설

OVERVIEW 디트라이브는 커뮤니케이션 환경의 다변화에 대응하기 위한 고객들의 다양한 욕구를 충족시키기 위해, TV광고부터 온라인 광고 및 프로모션과 웹사이트 구축은 물론 뉴미디어까지 아우르는 다양한 IMC 기능을 수행하는 마케팅 커뮤니케이션 회사입니다. 대표이사 설 leads the way to power brand OVERVIEW 디트라이브는 커뮤니케이션 환경의 다변화에 대응하기 위한 고객들의 다양한 욕구를 충족시키기 위해, TV광고부터 온라인 광고 및 프로모션과 웹사이트 구축은 물론 뉴미디어까지 아우르는 다양한 IMC 기능을 수행하는 마케팅 커뮤니케이션 회사입니다. 대표이사 설립일 직원수 주소 연락처 정치헌 2001년

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

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

Disclaimer IPO Presentation,. Presentation...,,,,, E.,,., Presentation,., Representative...

Disclaimer IPO Presentation,. Presentation...,,,,, E.,,., Presentation,., Representative... DEXTER STUDIOS INVESTOR RELATIONS 2015 Disclaimer IPO Presentation,. Presentation...,,,,, E.,,., Presentation,., Representative... Contents Prologue 01 VFX 02 China 03 Investment Highlights 04 Growth Engine

More information

ETL_project_best_practice1.ppt

ETL_project_best_practice1.ppt ETL ETL Data,., Data Warehouse DataData Warehouse ETL tool/system: ETL, ETL Process Data Warehouse Platform Database, Access Method Data Source Data Operational Data Near Real-Time Data Modeling Refresh/Replication

More information

Business Agility () Dynamic ebusiness, RTE (Real-Time Enterprise) IT Web Services c c WE-SDS (Web Services Enabled SDS) SDS SDS Service-riented Architecture Web Services ( ) ( ) ( ) / c IT / Service- Service-

More information

성인용-칼라-단면-수정1030

성인용-칼라-단면-수정1030 Korean Association of Institutional Review Boards 2 3 1 Who 5 2 3 What 11 Why 17 5 6 7 Where 28 How 31 43 4 When 20 4 1 Who Research Participant Who 6 Who 7 Who 8 Who 9 (IRB) Who 10 2 What Protocol What

More information

슬라이드 1

슬라이드 1 웹 2.0 분석보고서 Year 2006. Month 05. Day 20 Contents 1 Chapter 웹 2.0 이란무엇인가? 웹 2.0 의시작 / 웹 1.0 에서웹 2.0 으로 / 웹 2.0 의속성 / 웹 2.0 의영향 Chapter Chapter 2 3 웹 2.0 을가능케하는요소 AJAX / Tagging, Folksonomy / RSS / Ontology,

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 CRM Data Quality Management 2003 2003. 11. 11 (SK ) hskim226@skcorp.com Why Quality Management? Prologue,,. Water Source Management 2 Low Quality Water 1) : High Quality Water 2) : ( ) Water Quality Management

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

Viper Project Phase 1

Viper Project Phase 1 Agile 방법론에서의 측정지표 분석 및 사례 연구: Scrum practice를 중심으로 Yahoo Korea/PMO 황순삼 INDEX 서론 연구배경 연구모델 연구프레임워크, 스크럼측정분석결과 스크럼측정사례 야후코리아스크럼측정사례 결론 - 2 - 서론 소프트웨어개발환경의변화 적시출시 (Time to market) 복잡하고대규모시스템간의통합 짧아지는시스템라이프사이클

More information

아트앤플레이군 (2년제) Art & Play Faculty 95 교육목표 95 군 공통(네트워크) 교과과정표 96 드로잉과 페인팅 Drawing & Painting Major Track 97 매체예술 Media Art Major Track 98 비디오 & 사운드 Video & Sound Major Track 99 사진예술 PHOTOGRAPHIC ART Major

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 애자일적용에대한진실과오해 2015. 5. 28 애자일소사이어티 이재왕대표 Contents 1. 프로젝트관리자와스크럼마스터의차이는? 2. 애자일개발은문서를안만들어도되는것인가? 3. 스크럼은쉬운개발방법인가? 4. 전통적 / 애자일개발과의조화는? 5. 애자일을잘하고있다는기준은? 6. Q & A 2 발표자소개 이재왕 - 애자일소사이어티 대표 - Project Management

More information

크리덴셜_FBASIC_V4

크리덴셜_FBASIC_V4 WE CREATE CONNECT PEOPLE STORY CREDENTIAL INTRODUCTION & 2011-2017 PORTFOLIO think about basic Interactive Brand,,. Revital,,. Contents Creative Client.,,,. F.BASIC TASK PHILOSOPHY 1 photographer producer

More information

크리덴셜_FBASIC_V3

크리덴셜_FBASIC_V3 WE CREATE CONNECT PEOPLE STORY CREDENTIAL INTRODUCTION & 2011-2016 PORTFOLIO think about basic F.BASIC TASK PHILOSOPHY 1 photographer producer UI/UX planner editor designer Developer cartoonist illustrator

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

.,,,,,,.,,,,.,,,,,, (, 2011)..,,, (, 2009)., (, 2000;, 1993;,,, 1994;, 1995), () 65, 4 51, (,, ). 33, 4 30, (, 201

.,,,,,,.,,,,.,,,,,, (, 2011)..,,, (, 2009)., (, 2000;, 1993;,,, 1994;, 1995), () 65, 4 51, (,, ). 33, 4 30, (, 201 4 21.,,,.,,. 1, 2, 3, 4.,,,,,,.,,,,., ( ). 60-66,,,,,.. (Corresponding Author): / / 303 Tel: 063-220-2495/ E-mail: ikkim@jj.ac.kr .,,,,,,.,,,,.,,,,,, (, 2011)..,,, (, 2009)., (, 2000;, 1993;,,, 1994;,

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

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

the it service leader SICC 생각의 틀을 넘어 ICT 기술의 힘 으로 생각의 틀을 넘어 IT서비스 영역을 개척한 쌍용정보통신. ICT 기술력을 바탕으로 최적의 솔루션을 제공하며 세계로 뻗어나가는 IT Korea Leader 로 도약할 것입니다. Co

the it service leader SICC 생각의 틀을 넘어 ICT 기술의 힘 으로 생각의 틀을 넘어 IT서비스 영역을 개척한 쌍용정보통신. ICT 기술력을 바탕으로 최적의 솔루션을 제공하며 세계로 뻗어나가는 IT Korea Leader 로 도약할 것입니다. Co the it service leader www.sicc.co.kr SICC TEL : 02-2262-8114 FAX : 02-2277-2385 Ssangyong Information & Communications Corp. the it service leader SICC 생각의 틀을 넘어 ICT 기술의 힘 으로 생각의 틀을 넘어 IT서비스 영역을 개척한 쌍용정보통신.

More information

08_¹Úö¼øöKš

08_¹Úö¼øöKš M&A 1. M&A M&A M&A M&A M&A 3 2005 1998 M&A 4 15 M&A 129 M&A M&A M&A 2. 2.1. 1973 2 1991 private banking risk management credit scoring system VIP 4 1 10 2 JP M&A 2.2. 1959 1962 1976 1995 130 1982 6 1997

More information

<C7CFB9DDB1E2C3A4BFEB20B8AEC7C3B8B45F303832395FC3D6C1BEB5A5C0CCC5CD5FC0CEBCE2BFEB2E6169>

<C7CFB9DDB1E2C3A4BFEB20B8AEC7C3B8B45F303832395FC3D6C1BEB5A5C0CCC5CD5FC0CEBCE2BFEB2E6169> 회사소개 1981년 한국전기통신공사로 창립된 kt는 대한민국 정보통신을 선도해왔습니다. 혁신을 거듭해온 kt는 통신, 미디어, 콘텐츠를 융합한 다양한 컨버전스 서비스를 제공하여 사람과 사람, 사람과 사물이 서로 소통하고 연결되는 Smart Life를 선도함으로써 Global ICT Convergence Leader 의 비전을 실현 해가고 있습니다. 특히 29년

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 애자일적용에대한진실과오해 2015. 5. 28 애자일소사이어티 이재왕대표 Contents 1. 스크럼은쉬운개발방법인가? 2. 프로젝트관리자와스크럼마스터의차이는? 3. 애자일개발은문서를안만들어도되는것인가? 4. 전통적 / 애자일개발과의조화는어떻게? 5. Q & A 2 발표자소개 이재왕 - 애자일소사이어티 대표 - Project Management Professional

More information

레이아웃 1

레이아웃 1 Annual 2013 vol.15 th HOW ENGINEERING ANNIVERSARY Annual 하우인 2013 vol.15 하우엔지니어링과 자매사 우인엔지니어링은 경남, 부산지역 종합엔지니어링 업계의 선두주자로서 건설기술의 미래지평을 열어가고 있습니다. 행복한 삶의 공간 창출, 안전하고 튼튼한 도시기반시설의 건설을 위해 우수한 인력과 기술력을 바탕으로

More information

Microsoft PowerPoint - 3.공영DBM_최동욱_본부장-중소기업의_실용주의_CRM

Microsoft PowerPoint - 3.공영DBM_최동욱_본부장-중소기업의_실용주의_CRM 中 규모 기업의 실용주의CRM 전략 (CRM for SMB) 공영DBM 솔루션컨설팅 사업부 본부장 최동욱 2007. 10. 25 Agenda I. 중소기업의 고객관리, CRM의 중요성 1. 국내외 CRM 동향 2. 고객관리, CRM의 중요성 3. CRM 도입의 기대효과 II. CRM정의 및 우리회사 적합성 1. 중소기업에 유용한 CRM의 정의 2. LTV(Life

More information

<3230313520C4BFB8AEBEEEC6D0BDBA20BBE7B7CAC1FD5FB0C7C3E02E687770>

<3230313520C4BFB8AEBEEEC6D0BDBA20BBE7B7CAC1FD5FB0C7C3E02E687770> 건축분야 차례 01 건축과 문화, 한자리에서 숨 쉬다 고은설 아트 클러스터(Art-Cluster) 별의별 대표 05 02 사람을 향한 건축을 꿈꾸다 강미현 건축사 사무소 예감 대표 17 03 공공건축의 품격을 높이다 홍재승 공공건축 자문가 29 04 자신만의 전기( 電 氣 )로 세상을 움직이다 최준원 신화전공 대표 41 05 디자인과 건축의 만남에서 삶의 기쁨을

More information

27송현진,최보아,이재익.hwp

27송현진,최보아,이재익.hwp OSMU전략에 따른 산업 동향 및 발전방안 -영상콘텐츠를 중심으로- A current research & development study on the OSMU strategy in field of game industry -A special study on the popular visual contents- 주저자: 송현진 (Song Hyun Jin) 서울산업대학교

More information

Ver. T3_DWS.UTP-1.0 Unit Testing Plan for Digital Watch System Test Plan Test Design Specification Test Cases Specification Date Team Infor

Ver. T3_DWS.UTP-1.0 Unit Testing Plan for Digital Watch System Test Plan Test Design Specification Test Cases Specification Date Team Infor Unit Testing Plan for Digital Watch System Test Plan Test Design Specification Test Cases Specification Date 2012-10-25 Team Information Sanghyun Yoon shyoon.dslab@gmail.com Dependable Software Laboratory

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

서현수

서현수 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

ISO17025.PDF

ISO17025.PDF ISO/IEC 17025 1999-12-15 1 2 3 4 41 42 43 44, 45 / 46 47 48 49 / 410 411 412 413 414 5 51 52 53 54 / 55 56 57 58 / 59 / 510 A( ) ISO/IEC 17025 ISO 9001:1994 ISO 9002:1994 B( ) 1 11 /, / 12 / 1, 2, 3/ (

More information

untitled

untitled Six Sigma - - Grouping Brainstorming : Observ. 8 - - 22 27 32 37 5 5 Capability -27.7552 63.7552 22 Capability 3.SL=69.82 X=29.73-3.SL=-.35 3.SL=49.24 R=5.7-2.29 7.7578-3.SL=.E+ 22 Data Source: Time Span:

More information

[Brochure] KOR_TunA

[Brochure] KOR_TunA LG CNS LG CNS APM (TunA) LG CNS APM (TunA) 어플리케이션의 성능 개선을 위한 직관적이고 심플한 APM 솔루션 APM 이란? Application Performance Management 란? 사용자 관점 그리고 비즈니스 관점에서 실제 서비스되고 있는 어플리케이션의 성능 관리 체계입니다. 이를 위해서는 신속한 장애 지점 파악 /

More information

<C1A6C1D6B9DFC0FCBFACB1B82E687770>

<C1A6C1D6B9DFC0FCBFACB1B82E687770> 매니페스토(Manifesto) 선거문화정착을 위한 정책공약 비교분석 - 제17대 대통령선거를 중심으로 - 최 영 근 * Ⅰ. 서 론 Ⅱ. 이론적 고찰 가. 매니페스토의 개념과 성격 나. 매니페스토의 효과와 한계 다. 외국의 매니페스토 가. 정책공약의 개념 나. 정책공약의 범위 다. 정책공약의 구분 Ⅲ. 대통령선거의 정당정책과 공약 비교분석 가. 대통합민주신당

More information

Atlassian Solution Conference Seoul 2017

Atlassian Solution Conference Seoul 2017 Atlassian 과함께한제품기획부터출시까지 조해용 T E A M M A N A G E R I N F R A W A R E T E C H N O L O G Y Polaris Office 성공스토리 Agenda Polaris Office 개발과정에서 Atlassian 향후 Infraware Tech 계획 How Atlassian? Yes, Atlassian!!!!

More information

APICS 컨퍼런스 수정 2

APICS 컨퍼런스 수정 2 2010 APICS International Conference APICS International 20101017 1024 Excellence in the New Normal 2 Global Supply Chain Specifics Global Supply Chain Principles Hot Topics in SCM Planning and Control

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 2018 SOFTWARE VERIFICATION CTIP Version Control, Issue Management, Requirement Coverage 201311263 김민환 201311308 전세진 201411278 서희진 201411317 조민규 1 CTIP 2018 SOFTWARE VERIFICATION Version Control Issue Management

More information

F1-1(수정).ppt

F1-1(수정).ppt , thcho@kisaorkr IPAK (Information Protection Assessment Kit) IAM (INFOSEC Assessment Methodology) 4 VAF (Vulnerability Assessment Framework) 5 OCTAVE (Operationally Critical Threat, Asset, and Vulnerability

More information

Viper Project Phase 1

Viper Project Phase 1 스크럼 (Scrum) 방법론에서의측정지표분석및사례연구 Yahoo Korea/PMO SoonSam Hwang Nov. 2008 INDEX 서론 연구배경 연구모델 연구프레임워크 / 스크럼소개 연구결과 스크럼측정분석결과 사례연구 야후코리아스크럼측정사례 결론 - 2 - 서론 소프트웨어개발환경의변화 속도와융합의시대 (time to market & Convergence)

More information

<4D F736F F F696E74202D20BCD2C7C1C6AEBFFEBEEE28B9E8B5CEC8AF204B >

<4D F736F F F696E74202D20BCD2C7C1C6AEBFFEBEEE28B9E8B5CEC8AF204B > 한국소프트웨어품질의현주소 배두환 ITRC S/W 프로세스개선센터한국과학기술원 2006. 6 bae@salmosa.kaist.ac.kr http://salmosa.kaist.ac.kr/ 목차 1. 국내소프트웨어개발조직의문제점 2. 소프트웨어품질이란무엇인가? 3. 소프트웨어개발삼대요소와품질 - 인적자원 - 프로세스 - 기술 4. 맺음말 국내소프트웨어개발조직의문제점

More information

<B1E2C8B9BEC828BFCFBCBAC1F7C0FC29322E687770>

<B1E2C8B9BEC828BFCFBCBAC1F7C0FC29322E687770> 맛있는 한국으로의 초대 - 중화권 음식에서 한국 음식의 관광 상품화 모색하기 - 소속학교 : 한국외국어대학교 지도교수 : 오승렬 교수님 ( 중국어과) 팀 이 름 : 飮 食 男 女 ( 음식남녀) 팀 원 : 이승덕 ( 중국어과 4) 정진우 ( 중국어과 4) 조정훈 ( 중국어과 4) 이민정 ( 중국어과 3) 탐방목적 1. 한국 음식이 가지고 있는 장점과 경제적 가치에도

More information

PowerPoint Presentation

PowerPoint Presentation Software Verification T4 고수창전소영이세라하지윤 Index 1 CI 2 IntelliJ IDEA 3 JUnit 4 Build Environment 5 Git 1 Continuous Integration What is CI? 소프트웨어개발에서 Build/Test 의프로세스를지속적으로수행하는것 개발자생산성향상 버그의빠른발견및해결 더빠른업데이트제공

More information

2008 쌍용국문5차

2008 쌍용국문5차 서울시 중구 저동 2가 24-1 쌍용빌딩 TEL 02-2262-8114 FAX 02-2277-2385 www.sicc.co.kr S sangyong I nformation & C ommunications C orp. with SICC Contents Vision & Mission 유비쿼터스 세상의 IT서비스 리더 The IT Service Leader in

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

슬라이드 1

슬라이드 1 * BCS : Business Consulting Service ( PwC) ** C&I : Consulting & Integration Organization *** TSG: Technology Solution Group 2/22 - - - * IDC, 2003 ** 2003,, 2004 3/22 * Blue Ocean Strategy: How to Create

More information

2013<C724><B9AC><ACBD><C601><C2E4><CC9C><C0AC><B840><C9D1>(<C6F9><C6A9>).pdf

2013<C724><B9AC><ACBD><C601><C2E4><CC9C><C0AC><B840><C9D1>(<C6F9><C6A9>).pdf 11-1140100-000102-01 9 93320 788988 807705 ISBN 978-89-88807-70-5 93320 2013 11 25 2013 11 28,,, FKI ISBN 978-89-88807-70-5 87 www.acrc.go.kr 24 www.fki.or.kr PREFACE CONTENTS 011 017 033 043 051 061

More information

Validation Plan Template

Validation Plan Template 문서번호(Document No.) : 개정번호(Revision No.) : 00 시행일자(Effective Date) : 페이지번호(Page No.) : 1 of 9 작성자 (Prepared By) 부서 (Dept.) 직위 (Position) 이름 (Name) 서명 / 날짜 (Signature / Date) 검토자 (Reviewed By) 부서 (Dept.)

More information

Microsoft Word - [2017SMA][T8]OOPT_Stage_1000 ver2.docx

Microsoft Word - [2017SMA][T8]OOPT_Stage_1000 ver2.docx OOPT Stage 1000 - Plan & Elaboration Feesual CPT Tool Project Team T8 Date 2017-04-13 T8 Team Information 201211347 박성근 201211376 임제현 201411270 김태홍 2017 Team 8 1 Table of Contents 1 Activity 1001. Define

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

뉴스인현장품질-7월

뉴스인현장품질-7월 www.ksamedia.co.kr Total Productive Maintenance, Total Productive Management 생산혁신 활동을 통해 가치창조로서 TPM이 공헌할 수 있는 방안 제시! 2008 KSAM 스즈키 도쿠타로 지음 / 김강호 오세용 이영상 옮김 / 신국판 / 248면 / 2008년 6월 5일 발행 / 14,000원 TPM을

More information

이 드리는 혜택 완벽 을 위한 발환경 : Team Foundation Server 200 & CAL 제공 최저의 비용으로 구현을 위해 Visual Studio Team Foundation Server 200 서버 라이센스와 CAL이 에 포함되어 있습니다 을 모든 팀원이

이 드리는 혜택 완벽 을 위한 발환경 : Team Foundation Server 200 & CAL 제공 최저의 비용으로 구현을 위해 Visual Studio Team Foundation Server 200 서버 라이센스와 CAL이 에 포함되어 있습니다 을 모든 팀원이 이 드리는 혜택 완벽 을 위한 발환경 : Team Foundation Server 200 & CAL 제공 최저의 비용으로 구현을 위해 Visual Studio Team Foundation Server 200 서버 라이센스와 CAL이 에 포함되어 있습니다 을 모든 팀원이 보유한 발팀 추가 비용없이 Team Foundation Server를 활용하여 형상관리 소스

More information

Agenda I. What is SRM? II. Why SRM? Trend, III. Function / To-be - IV. V. Critical Success Factor 2

Agenda I. What is SRM? II. Why SRM? Trend, III. Function / To-be - IV. V. Critical Success Factor 2 (Procurement Engineering) - Engineering Introduction & Case study 2006. June 8 th Yoon-chang So / IBM GBS Agenda I. What is SRM? II. Why SRM? Trend, III. Function / To-be - IV. V. Critical Success Factor

More information

슬라이드 1

슬라이드 1 IT Driving Your Business Innovation-Accelerating ILM Driving Your Business Innovation-Accelerating ILM I. I (Social Responsibility Chain) () (),,.. 3 I 4 I.. - -,. - -.. - - 5 I Enron: ranked 6th in 02

More information

IT현황리포트 내지 완

IT현황리포트 내지 완 2007 Global Information Technology Development Reports 8 9 12 13 14 15 16 18 19 20 21 24 25 26 27 28 29 32 33 34 35 36 38 39 40 41 42 43 46 47 48 49 50 51 54 55 56 57 58 60 61 62 63

More information

0929 °úÇбâ¼úÁ¤Ã¥-¿©¸§

0929 °úÇбâ¼úÁ¤Ã¥-¿©¸§ TRM : Total Road-Map Joint Industry- Government Planning Market Planning Assistance Strategic Planning Production Market Development Value Added Interface Standards Tax Incentives Intellectual

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA e- 비즈니스연구 (The e-business Studies) Volume 17, Number 1, February, 28, 2016:pp. 3~30 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2016. 01. 08 2016. 01. 09 2016. 02. 25 ABSTRACT

More information

歯이시홍).PDF

歯이시홍).PDF cwseo@netsgo.com Si-Hong Lee duckling@sktelecom.com SK Telecom Platform - 1 - 1. Digital AMPS CDMA (IS-95 A/B) CDMA (cdma2000-1x) IMT-2000 (IS-95 C) ( ) ( ) ( ) ( ) - 2 - 2. QoS Market QoS Coverage C/D

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

untitled

untitled MDEP I&C 2009. 4.6 ~ 4.7 14 I. MDEP II. DICWG III. DICWG SW IV. Nuclear Safety Information Conference 2009 Slide -2- I. MDEP MDEP? Multinational Design Evaluation Program MDEP Nuclear Safety Information

More information

<315FC7A5C1F628BED5B8E9292E687770>

<315FC7A5C1F628BED5B8E9292E687770> 제 출 문 국토교통부 장관(국토교통과학기술진흥원장) 귀하 귀 진흥원과 계약체결한 환경부하 저감형 LCA(Life Cycle Assessment) 기반 설계 및 시공기술 개발 기획 과제를 완료하고 보고 서로 제출합니다. 2014. 04. 25 중앙대학교 산학협력단장 김원용 참여 연구원 주관 연구책임자 - 중앙대학교 김경주 교수 공동 연구책임자 - 권석현 대표이사

More information

Microsoft PowerPoint - sem(nov05)3.ppt

Microsoft PowerPoint - sem(nov05)3.ppt 한국경영정보학회 SEM연구회 2005년 11월 19일 ( 토 ) 발표자 : 정호원교수 ( 고려대학교경영학과교수 ) SEI Authorized CMMI Instructor SPICE Authorized CMMI Instructor hwjung@korea.ac.kr http://biz.korea.ac.kr/~misjung (T) 3290-1938 1 목차 Part

More information

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

ecorp-프로젝트제안서작성실무(양식4) / / Selling Point Solution Next Business Proposal 1 1 1 review 2 2 2 review Why What How (Service) / Knowledge Asset Library Risk Risk ( ) Risk. Risk Cost

More information

http://www.dile.or.kr D IL E DAEJEON LIFELONG EDUCATION FORUM DAEJEON LIFELONG EDUCATION FORUM D A E J E O N L I F E L O N G E D U C A T I O N F O R U M DAEJEON LIFELONG EDUCATION FORUM Contents 6 15

More information

consulting

consulting CONSULTING 전략 컨설팅 클라우드 마이그레이션 애플리케이션 마이그레이션 데이터 마이그레이션 HELPING YOU ADOPT CLOUD. 클라우드로 가기로 결정했다면 누구와 함께 갈지를 선택해야 합니다. 처음부터 끝까지 믿을만한 파트너를 찾는다면 베스핀글로벌이 정답입니다. 전략 컨설팅 다양한 클라우드 공급자가 존재하고, 클라우드 공급자마다 다른 장단점을

More information

- i - - ii - - iii - - iv - - v - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - α α - 20 - α α α α α α - 21 - - 22 - - 23 -

More information

Microsoft Word - [TP_3][T1]UTP.docx

Microsoft Word - [TP_3][T1]UTP.docx Unit Testing Plan for Point Of Sale System Test Plan Test Design Specification Test Cases Specification Project Team Team 1 Date 2017-11-03 Team Information 201211337 김재현 201112052 방민석 201312259 백만일 201211383

More information

공군비전2025.PDF

공군비전2025.PDF . 21,.,.,. 2025.,,. 2025..,,,.... 2000 12 ... - - 2025 1) 2025.,.,.,,,. 2025,. 2025.. RM A 2025 ( ) (,, / ) 1) 2025 (life cycle),,. - 1 - .. - - 25,,,,,. 1..,,.,.,,,.,...,.,.,, .,,.,...,..,,., (EU), (,,

More information