< D D20C7CFB0E8C7D0BCFAB4EBC8B82DC3CAB7CFC1FD2E687770>

Size: px
Start display at page:

Download "< D D20C7CFB0E8C7D0BCFAB4EBC8B82DC3CAB7CFC1FD2E687770>"

Transcription

1 S 한국 CDE 학회부문연합학술대회논문집 Proceedings of the Society for Computational Design and Engineering Conference Mixing chamber 를사용하여그라데이션색상을구현하기위한 G-code 생성기개발 노경석 서해원 김태영 이용구 광주과학기술원기계공학부 1 Development of a G-Code generator for color gradation generations in a mixing chamber FDM 3D printers Kyoung-Seok Noh, Hae-Won Seo, Tae-Young Kim, Yong-Gu Lee School of Mechanical Engineering, Gwangju Institute of Science and Technology (GIST) ABSTRACT: The recent 3D printing industry has been focusing on developing 3D printers to fulfill the user s need to bring more colorful and realistic outcomes. Several 3D printers have deployed multiple extruders to print different colors. However, this method has a limit on its availability of colors. To solve this, recent research is focused on using mixing chambers to mix the possible colors to provide more color availability. In this paper, we discuss the environment and algorithm behind the development of G-code which allows a gradation effect of the mix of two filaments. The generation algorithm to make gradient G-code has been implemented in Cura using C ++ and Python. Key Words: 3D Printing, Cura, G-code, Mixing chamber. 1. 서론 3D 프린팅의발전으로다양한 3D 조형물을출력할수있는기술을갖추게되었다. 이에 3D 프린팅은일반적인기계가공분야뿐만아니라식품, 패션등에도적용되어우리의생활전반적인분야에영향을미치고있다. 3D 프린팅은재료의종류와적층하는방식에따라다양한기술이존재하며, 이가운데가장많이사용되는 3D 프린팅방법으로는소결형의 SLS(Selective Laser Sintering) 방식과압출형의 FDM(Fused Deposition Modeling) 방식 [1, 2] 이있다. 특히 FDM 방식의경우고체상태의필라멘트를사용하여 Corresponding Author, lygu@gist.ac.kr C Society for Computational Design and Engineering 출력을하는데, 이방식은필라멘트가녹아노즐을통해압출되어경화된얇은막을쌓으므로제작비용과시간면에서효율적이며, 타방식에비해장치의구조와프로세스가간단하기때문에장비가격과유지보수비용이낮아 3D 프린팅기술대중화를주도하고있다. 또한최근에는 FDM 방식의 3D 프린터의기술이점차발전함에따라다수의노즐을배열하거나 mixing chamber 를이용하여다양한색상이나재료를출력 [3, 4, 5] 할수있는방법들이등장했다. 이에사용자는자신이원하는색상으로 3D 조형물을 2 차가공없이생산할수있게되었다. 하지만보편화된 FDM 3D 프린터방식인다중노즐방식으로는필라멘트색만을독립적으로출력할수있다는단점이있다

2 따라서본문서는색을다양한배율로혼합가능한 mixing chamber 방식의 FDM 3D 프린터를사용하여그라데이션색상을출력할수있는 G-code 생성기를개발하였다. 일반적인 FDM 3D 프린터가단색, 혹은 2 가지이상의색상을독립적으로출력하는반면, 본연구에서제안하는슬라이서는그라데이션색상을출력할수있게지원함으로써보다더사용자의요구에가까운결과물을출력해낼수있다는장점이있다. 개발을위해사용한슬라이서는 Ultimaker 에서오픈소스로제공하는 Cura 이다. 본논문에서는제안하는그라데이션 G-code 를개발하기위해서필라멘트를섞을수있는 M2030 (MakerPi) 3D 프린터를이용했다. Mixing chamber 를장착한이모델은두개의필라멘트를주입하고하나의 extruder 를통해필라멘트를압출할수있는기능을갖추었다. 그리고그라데이션효과를검증하기위해서로다른두가지색의 PLA 필라멘트 (Print Temp. 190~220 ) 를사용하였다. 2. 선행연구 컬러 3D 프린팅이다양한산업분야에서적용되면서이에관한연구가꾸준히진행되고있다. Reiner 등은 3D 프린팅으로조형할수있는물체에두가지색상을이용하여텍스처를맵핑하는연구를진행하였다. 이에 Reiner 등은레이어의색상을서로번갈아지정하면서 tool path 를엇갈리게생성할수있는 G-code 생성기를개발하여 checkboard 형상의맵핑효과를물체에적용하였다 [6]. 그리고 Hergel 등은다중노즐방식의 3D 프린터를이용할때, 융해된필라멘트가다른색상영역으로침범하는문제를개선하기위해서다른색상영역으로침범하는 tool path 를최소화할수있는 G-code 생성기를개발하는방법에대해연구하였다 [7]. 또한이미 3D 프린터제작회사에서는다양한색상을표현하기위해서필라멘트를섞어사용하려는움직임을보이고있다. 3D4C(Felix Chan) 프린터는파랑 (Cyan), 자주 (Magenta), 노랑 (Yellow), 검정 (Key=Black) 의 4 가지색상을섞어서사용함으로써 CYMK 색상을이용하여다양한색상을표현할수있는 3D 프린터를생산하였다. 이외에도 M2030X(MakerPi) 는두가지색상에대해그라데이션효과를줄수있는 3D 프린터를개발한상태이다. 하지만하지만이들모두자체개발한슬라이서를 GUI 에내장하고있기때문에국산화가쉽지않은실정이다. 따라서본논문에서는자체적인슬라이서개발을통해두가지색상을이용하여그라데이션효과를구현할수있는 G-code 생성기에대한연구를수행하였다. 3.1 Hardware 3. System configuration Fig 1. M2030X(MakerPi) 3D printer with mixing chamber 3.2 Software architecture 3D 프린팅시필요한 G-code 를생성하기위해서본논문에서는 Cura 의 Engine 과 GUI 를사용하였다. CuraEngine 은 CAD 소프트웨어를사용하여모델링한파트를슬라이싱하여각각의레이어를 G-code 로표현하는역할을한다. 본논문에서는 STL 파일을 CAD 모델로사용하였다. CuraGUI 에서는사용자가임의로지정한헤드, 플랫폼온도와같은환경설정값이나 3D 프린터의기기정보혹은모델파트의위치등을조절할수있다. CuraEngine 과 CuraGUI 는 Fig. 2 와같은소켓통신을이용하여 STL 데이터와프린팅환경설정값을전달한다. CuraGUI 에사용자가입력한옵션정보를 CuraEngine 으로전달하는소켓통신방법은다음과같은절차를따른다. 1) CuraEngine 과소켓연결 2) Settings 에프린팅설정값저장

3 3) Settings 정보를 commandlist 에저장 4) commandlist 를 CuraEngine 에소켓을통해전송 Fig. 2 The connection between CuraGUI and CuraEngine CuraGUI 에서입력된프린팅환경설정값들은 commnadlist 로저장되어 CuraEngine 으로전달된다. commandlist 에는헤드의프린팅속도, 노즐의온도와같은하드웨어옵션을비롯하여컬러모드, 그라데이션비율과같은옵션도포함되어있다. 이때전달하는 commandlist 의구조는 Fig. 3 과같다. CuraEngine 프린팅정보를전달하고나면 CuraEngine 의각클래스들은전달받은정보를토대로 G-code 를생성하게된다. G-code 생성에관여하는클래스는크게 3 가지다. Fig. 4 에서확인할수있는것처럼 G-code 를생성하기위해서는 fffprocessor, settings, gcodeexport 클래스의변수와함수를이용해야한다. fffprocessor 는 CuraGUI 에서받은데이터들을처리하여실질적으로 G-code 를작성하는클래스이다. Fig. 4 와같이 fffprocessor 는 writemove() 함수를사용하여 G-code 를작성하게된다. G-code 의현재레이어수를의미하는 currentlayer 와총레이어개수를의미하는 totallayers 은 CuraEngine 에서 G-Code 를생성하면서생성되는변수이다. 그리고 settings 클래스는 G-code 작성이필요한환경값을설정하는곳으로 commandlist 를통해전달받은프린팅에필요한환경설정값을설정하고, 특히그라데이션을출력하기위해추가된 colora, colorb, colormode 변수를제어하는클래스이다. 전달된값중 colora, colorb 은그라데이션의시작과끝백분율을나타내며, colormode 를통해단일, 듀얼, 그라데이션모드를선택해서출력할수있게된다. 그리고 gcodeexport 의경우실제로그라데이션 G-code 를생성하기위한알고리즘을내장하고있는부분으로구체적인프린터헤드의움직임과필라멘트압출량에대한 G-code 를출력한다. Fig. 3 The information of commandlist Fig. 3 과같이 commandlist 를작성하여 Fig. 4 Class of CuraEngine to make gradient G-code

4 Fig. 4 에서언급된변수들이각기다른클래스의변수이기때문에그라데이션 G-Code 를생성하는 gcodeexport 에서사용하기위해서그라데이션설정값을받기위한 getconfig() 와총레이어개수를전달받은 writelayernum(), 현재프린팅하고있는레이어의수를받기위한 writecurrentlayer() 를 gcodeexport 클래스에생성한다. 3. 알고리즘 그라데이션 G-code 는일반 G-code 와는달리두가지필라멘트압출량을고려하여야한다. Fig. 5 와같이단일컬러모드를나타내는 Fig. 5(a) 의 G-code 와그라데이션컬러모드를의미하는 Fig. 5(b) 의 G-code 가프린팅헤드의위치에서는차이가없다는것을확인할수있다. 하지만두컬러모드는필라멘트의압출량을표기하는방법에서차이가있다. 단일모드인 Fig. 5(a) 의경우필라멘트의압출량을 E 로나타내지만그라데이션컬러모드인 Fig. 5(b) 의경우첫번째필라멘트압출량은 E 를통해표현되고두번째필라멘트압출량은 B 로나타낸다. 레이어와그라데이션이끝나는레이어사이에있을경우이다. 이때는현재레이어의높이에따라첫번째필라멘트의비율을점차낮추고그만큼두번째필라멘트의비율을높이면서 G-code 생성하게되는데, 압출되어야하는총량에현재레이어에해당하는변화비율을곱하여첫번째필라멘트의압출량 (E 로표현 ) 을구한다. 두번째필라멘트의양 (B 로표현 ) 은압출되어야하는총량과첫번째필라멘트의양의차로나타낸다. 마지막세번째경우는현재레이어가그라데이션이끝나는레이어보다클때이다. 이경우에첫번째필라멘트의압출량은더이상증가하지않으며, 두번째필라멘트의압출량을높이면서 G-code 를생성한다. Fig. 5 The difference between one color and gradient color mode 본논문에서구현한그라데이션알고리즘은 Fig. 6 과같다. 두가지색상을이용하는이알고리즘은 CuraGUI 에입력되는 colora 와 colorb 의백분율값에따라그라데이션이적용되는부분을조절할수있다. 알고리즘은크게세부분으로나눌수있다. 첫번째는현재레이어가그라데이션이시작되는레이어보다작을때이다. 이때는그라데이션효과가적용되지않고 Color A 만을출력하게된다. 이때의 Color B 출력량은 0 이다. 두번째경우는현재레이어가그라데이션이시작되는 Fig. 6 Gradient color mode algorithm Fig. 7 는 CuraGUI 에서 colora 에 0, colorb 에

5 100 을입력했을경우결과값이다. 압출량은단일컬러를뽑을때와같은양이지만레이어가증가함에따라 colora 의압출량은줄어들고 colorb 에압출량은늘어나서파트의처음레이어부터마지막레이어까지그라데이션효과가생길수있다. Fig. 9 은 colora 와 colorb 에입력되는값을조절해가면서뽑은출력물이다. Fig. 9 (a) 는 colora 에 0, colorb 에 100 을넣은결과물이다. 프린팅환경값이 0 ~ 100% 까지그라데이션효과를주게설정되었으므로, 출력된결과물을보게되면처음레이어부터마지막레이어까지그라데이션효과가생긴것을확인할수있다. 그리고 Fig. 9 (b) 는 colora 에 20, colorb 에 80 을입력했을때결과물이다. 이출력물은파트의 20 ~ 80% 지점에그라데이션이생긴것을확인할수있으며, 그라데이션효과가생기지않은끝단에는각각 colora 와 colorb 로출력이진행된것을확인할수있다. 따라서파트는노란색 그라데이션 분홍색의총세개의층을이루게된다. Fig 7. Progress Feed rate ratio graph at colora = 0, colorb=100 또한 Fig. 8 의경우는 colora 에 30, colorb 에 70 을입력했을경우의진행률 - 압출량그래프이다. 이경우는앞선 Fig. 7 의경우와는달리 0 ~ 30% 는 colora 로만출력을하게되고, 30 ~ 70% 는그라데이션효과가적용된다. 그리고 70 ~ 100% 는 colorb 로출력을진행하게된다. Fig 9. The result of gradient effect Fig 8. Progress Feed rate ratio graph at colora = 30, colorb=70 4. 결과 Fig. 9 (c) 는 colora 와 colorb 에각각 50 을입력한결과이다. 이모델은시작점과끝점비율이같으므로그라데이션이나타나는부분이존재하지않는다. 전체길이의 0 ~ 50% 인부분은 ColorA 에설정된필라멘트로출력되고 50 ~ 100%

6 인부분은 ColorB 에설정된필라멘트로출력되어노란색 - 분홍색총 2 개의층을이루게된다. Fig. 9 (d) 는 colora 에 80, colorb 에 100 을입력한결과이다. 이모델은전체길이의 0 ~ 80% 인부분은 ColorA 에설정된필라멘트로출력되고, 나머지부분은그라데이션이나타나노란색 - 그라데이션의총 2 개의층을이루게된다. 5. 고찰및향후연구계획 본논문에서는 3D 프린터를이용하여다양한색상을구현하기위한방법으로두색상사이에그라데이션을구현할수있는 G-code 생성기에관한연구를진행하였다. 이를구현하기위해 G-code 를이용하여 mixing chamber 에주입되는필라멘트의비율을조절할수있는알고리즘을제작하였고, 그출력결과를비교하였다. 이를통해필라멘트가주입되는비율을 G-code 를통해자체적인그라데이션슬라이서를구현할수있었으며, 두가지색상사이의모든색을그라데이션을통해구현하였다. 이알고리즘을색상의혼합이아닌재료물성의혼합개념에적용한다면, 물성이다른두개의재료사이에존재할수있는혼합된물성치또한모두구현할수있을것으로기대된다. 또한이를발전시켜향후에 Fig. 10 과같이 CMYK 와흰색의필라멘트를적용할수있는알고리즘을구현할계획이다. 3D 프린터는종이에출력하는것이아니므로일반적인 2D 프린터와는달리 CMYK 에흰색이추가되어야만모든색상을구현할수있다. 따라서향후에는본알고리즘을토대로 5 개의필라멘트를공급받을수있는 mixing chamber 를고안하여모든색상을구현할수있는 3D 프린터제작에초점을맞춰연구를진행하고자한다. 감사의글 본연구는문화체육관광부및한국콘텐츠진흥원의 2015 년도문화기술연구개발지원사업의연구결과로수행되었음. [R , 컨텐츠형온오프라인 3D 프린팅포털 / 센터구축을위한통합솔루션개발 ] 참고문헌 1. Chua, C.K., Leong, K.F. and Lim, C.S., 2003, Raping prototyping: Principles and applications, Singapore: World Scientific, doi: / Gibson, I., Rosen, D.W. and Stucker, B., 2010, Additive Manufacturing Technologies, Springer, New York. 3. Reiner, T. et al, 2014, Dual-Color Mixing for Fused Deposition Modeling Printers, In Computer Graphics Forum, 33(2), pp Masood, S.H. and Song, W.Q., 2004, Development of new metal/ polymer materials for rapid tooling using fused deposition modelling, Materials & Design, 25, pp Novakova - Marcincinova, L. and Novak-Marcincin, J., 2012, Testing of Materials for Rapid Prototyping Fused Deposition Modelling Technology, International Journal of Mechanical, Aerospace, Industrial, Mechatronic and Manufacturing Engineering, 6(10), pp Hergel, J. and Lefebvre, S., 2014, Clean color: Improving multi-filament 3D prints, Computer Graphics Forum, 33(2), pp Macy, B., 2011, Rapid/Affordable Composite Tooling Strategies Utilizing Fused Deposition Modeling, SAMPE Journal, 47(4), pp Fig. 10 CMYK + White : subtractive colors for printer

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

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

More information

DBPIA-NURIMEDIA

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

More information

歯_892-906_ 2001년도 회원사명단.doc

歯_892-906_ 2001년도 회원사명단.doc Polymer Science and Technology Polymer Science and Technology Polymer Science and Technology Polymer Science and Technology Polymer Science and Technology Polymer Science and Technology Polymer Science

More information

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

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

More information

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

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

More information

<31362DB1E8C7FDBFF82DC0FABFB9BBEA20B5B6B8B3BFB5C8ADC0C720B1B8C0FC20B8B6C4C9C6C32E687770>

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

More information

감각형 증강현실을 이용한

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

More information

<31325FB1E8B0E6BCBA2E687770>

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

More information

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

2014ijµåÄ·¾È³»Àå-µ¿°è ÃÖÁ¾

2014ijµåÄ·¾È³»Àå-µ¿°è ÃÖÁ¾ Call for Papers JOURNAL OF COMPUTATIONAL DESIGN AND ENGINEERING Print ISSN 2288-4300 Online ISSN 2288-5048 Journal of Computational Design and Engineering(JCDE) is a new peer-reviewed international journal

More information

성능 감성 감성요구곡선 평균사용자가만족하는수준 성능요구곡선 성능보다감성가치에대한니즈가증대 시간 - 1 -

성능 감성 감성요구곡선 평균사용자가만족하는수준 성능요구곡선 성능보다감성가치에대한니즈가증대 시간 - 1 - - 1 - 성능 감성 감성요구곡선 평균사용자가만족하는수준 성능요구곡선 성능보다감성가치에대한니즈가증대 시간 - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - 감각및자극 (Sensory & Information Stimuli) 개인 (a person) 감성 (Sensibility)

More information

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

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

More information

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

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

More information

<BCBCC1BEB4EB BFE4B6F72E706466>

<BCBCC1BEB4EB BFE4B6F72E706466> 세종대학교요람 Sejong University 2017 2017 Sejong University 4 SEJONG UNIVERSITY www.sejong.ac.kr 5 2017 Sejong University 8 SEJONG UNIVERSITY 10 SEJONG UNIVERSITY www.sejong.ac.kr 11 12 SEJONG UNIVERSITY www.sejong.ac.kr

More information

<4D6963726F736F667420576F7264202D204954B1E2C8B9BDC3B8AEC1EE2DB0ADB9CEC8A3>

<4D6963726F736F667420576F7264202D204954B1E2C8B9BDC3B8AEC1EE2DB0ADB9CEC8A3> IT 기획시리즈 3D 프린팅 산업 동향 1) 강민호 한국과학기술정보연구원 ReSEAT 프로그램 전문연구위원 gcwang@kisti.re.kr 박종규, 박세환 한국과학기술정보연구원 1. 서언 2. 3D 프린팅 기술개발 동향 3. 3D 프린팅 특허성 관련 이슈 4. 3D 프린팅 글로벌 시장 동향 5. 결언 1. 서언 3D 프린팅 기법을 이용한 제품제조 기술의 기본

More information

°í¼®ÁÖ Ãâ·Â

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

More information

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

학습영역의 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

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

음악부속물

음악부속물 Music Industry White Paper 2010 1-1-1 18 19 1-1-1 20 21 1-1-2 22 23 1-1-3 24 25 1-1-4 26 27 1-1-2 28 29 30 31 1-1-5 32 33 1-1-6 34 35 1-1-7 36 37 1-1-8 38 39 1-1-9 40 41 1-1-10 1-1-3 42 43 1-1-4 1-1-5

More information

음악부속물

음악부속물 Music Industry White Paper 2010 76 77 2-1-1 78 79 2-1-2 2-1-1 2-1-2 80 81 2-1-3 82 83 2-1-3 2-1-4 2-1-5 84 85 86 87 88 89 2-2-1 2-2-2 90 91 2-2-3 92 93 2-2-4 2-2-5 2-2-1 94 95 2-2-6 2-2-7 96 97 2-2-2

More information

음악부속물

음악부속물 Music Industry White Paper 2010 254 255 4-1-1 4-1-2 4-1-3 256 257 4-1-4 4-1-5 258 259 4-2-1 4-2-1 260 261 4-2-2 4-2-3 4-2-2 4-2-3 4-2-4 262 263 4-2-5 4-2-6 4-2-7 4-2-8 4-2-4 264 265 4-2-9 4-2-5 4-2-10

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

6.24-9년 6월

6.24-9년 6월 리눅스 환경에서Solid-State Disk 성능 최적화를 위한 디스크 입출력요구 변환 계층 김태웅 류준길 박찬익 Taewoong Kim Junkil Ryu Chanik Park 포항공과대학교 컴퓨터공학과 {ehoto, lancer, cipark}@postech.ac.kr 요약 SSD(Solid-State Disk)는 여러 개의 낸드 플래시 메모리들로 구성된

More information

Microsoft PowerPoint - Java7.pptx

Microsoft PowerPoint - Java7.pptx HPC & OT Lab. 1 HPC & OT Lab. 2 실습 7 주차 Jin-Ho, Jang M.S. Hanyang Univ. HPC&OT Lab. jinhoyo@nate.com HPC & OT Lab. 3 Component Structure 객체 (object) 생성개념을이해한다. 외부클래스에대한접근방법을이해한다. 접근제어자 (public & private)

More information

*캐릭부속물

*캐릭부속물 Character Industry White Paper 2010 18 19 1-1-1 1-1-2 1-1-3 20 21 1-1-4 1-1-5 22 23 1-1-6 1-1-7 24 25 1-1-8 26 27 1-1-10 28 29 1-1-11 1-1-12 30 31 1-1-13 32 33 1-1-14 1-1-15 34 35 36 37 1-1-16 1-1-17

More information

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770>

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 1 pp. 306-310, 2012 http://dx.doi.org/10.5762/kais.2012.13.1.306 Zigbee를 이용한 실외 위치추정 시스템 구현 김환용 1*, 임순자 1 1 원광대학교 전자공학과 Implementation

More information

30이지은.hwp

30이지은.hwp VR의 가상광고에 나타난 그래픽영상 연구 -TV 스포츠 방송을 중심으로- A study of the graphic image that is presented in Virtual Advertising of VR(Virtual Reality) - Focused on TV Sports broadcasts - 이지은(Lee, ji eun) 조일산업(주) 디자인 실장

More information

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

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

More information

45-51 ¹Ú¼ø¸¸

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

More information

` Companies need to play various roles as the network of supply chain gradually expands. Companies are required to form a supply chain with outsourcing or partnerships since a company can not

More information

만화부속물

만화부속물 Cartoon Industry White Paper 2010 236 237 4-1-1 4-1-2 4-1-3 238 239 4-1-4 240 241 4-1-5 4-2-1 4-2-1 242 243 4-2-2 4-2-3 4-2-2 4-2-4 4-2-5 4-2-3 244 245 4-2-6 4-2-7 4-2-4 4-2-8 4-2-5 246 247 4-2-9 4-2-10

More information

만화부속물

만화부속물 Cartoon Industry White Paper 2010 18 19 1-1-1 1-1-2 1-1-3 20 21 22 23 1-1-4 24 25 1-1-5 26 27 1-1-6 1-1-1 28 29 1-1-7 1-1-2 1-1-8 30 31 1-1-3 1-1-4 32 33 1-1-9 1-1-5 34 35 1-1-10 1-1-11 36 37 1-1-12

More information

<28C3D6C1BE29312DC0CCBDC2BEC62E687770>

<28C3D6C1BE29312DC0CCBDC2BEC62E687770> 한국패션디자인학회지 제9권3호 The Korean Society of Fashion Design Vol. 9 No. 3 (2009) pp.1~12 소니아 리키엘 컬렉션에 나타난 니트웨어 색채 특성 The Color Characteristics of Knit Wear Shown in Sonia Rykiel s Collections 이 승 아ㆍ조 주 연ㆍ이 연

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

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

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

More information

웹진을 위한 경험 디자인 적용방안 연구

웹진을 위한 경험 디자인 적용방안 연구 8) 의 팔찌장신구는 단위면적간의 간격을 일정하게 만들고, 이를 원형으로 배열하여 디자인하였다. 팔찌의 내 경을 60mm로 최소화하여 어린이나 손이 작은 성인여성을 대상으로 착용이 가능하도록 하였다. 장신구구조물의 내부 형태에 예각으로 조각부분을 주어 3D 프린터로 출력하였 다. 의 조형물은 내부공간을 최대한 비우고, ABS 소재의 가벼운

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

<31325F3134335FB1E8B9CCC1A42CBFF8C0B1B0E62CB1E8B9CCC7F62E687770>

<31325F3134335FB1E8B9CCC1A42CBFF8C0B1B0E62CB1E8B9CCC7F62E687770> 143 패션쇼에 나타난 퓨처리즘 메이크업의 특징에 관한 고찰 (2000 년대 초반을 중심으로 ) 김 미 정 / 원 윤 경 / 김 미 현 한성대학교 예술대학원 / 충청대학 피부미용학부 / 동명대학교 뷰티디자인학과 Abstract The Characters of Futurism Make up by Observation of 21's Century Fashion

More information

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

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

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: * Suggestions of Ways

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   * Suggestions of Ways Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.65-89 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.65 * Suggestions of Ways to Improve Teaching Practicum Based on the Experiences

More information

<5B313132385D32303039B3E220C1A634B1C720C1A632C8A320B3EDB9AEC1F628C3D6C1BE292E687770>

<5B313132385D32303039B3E220C1A634B1C720C1A632C8A320B3EDB9AEC1F628C3D6C1BE292E687770> 디지털 영상에서의 자막추출을 이용한 자막 특성 분석에 관한 연구 이세열 * 요약 본 연구는 방송 프로그램 제작에 있어서 중요한 역할을 담당하고 있는 영상 자막의 특성과 영상 커 뮤니케이션 기능적인 관점에서 나타나고 있는 현상을 살펴본다. 다양한 방송 프로그램에서 활용되고 있는 디지털 영상 자막의 기능은 단순하게 간략한 정보를 전달하는 기능적인 역할을 수행하였다.

More information

05(533-537) CPLV12-04.hwp

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

More information

Æí¶÷4-¼Ö·ç¼Çc03ÖÁ¾š

Æí¶÷4-¼Ö·ç¼Çc03ÖÁ¾š 솔루션 2006 454 2006 455 2006 456 2006 457 2006 458 2006 459 2006 460 솔루션 2006 462 2006 463 2006 464 2006 465 2006 466 솔루션 2006 468 2006 469 2006 470 2006 471 2006 472 2006 473 2006 474 2006 475 2006 476

More information

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

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

More information

<C5EBC0CFB0FA20C6F2C8AD2E687770>

<C5EBC0CFB0FA20C6F2C8AD2E687770> 한국의 북한 핵개발에 대한 인식과 대응 3 한국의북한핵개발에대한인식과대응: 3 차 핵실험 이후* 1)박영호 ( 통일연구원) 국문요약 2013년 2월 12일 북한의 3 차 핵실험은 국내외에 커다란 충격을 주었다. 북한의 핵능 력이 진전되고 북한은 경제건설과 함께 핵 무력건설을 김정은 시대의 발전전략으로 채택 했다. 북핵문제의 패러다임이 변화했다. 한국 사회에서의

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

DAEJEON DEVELOPMENT FORUM DAEJEON DEVELOPMENT FORUM http://www.djdi.re.kr Daejeon Development Institute DAEJEON DEVELOPMENT FORUM CONTENTS 4 27 41 54 77 90 131 148 173 186 191 213 221 04 Daejeon Development

More information

PDF_Compass_32호-v3.pdf

PDF_Compass_32호-v3.pdf Design Compass는 특허청의 디자인맵 웹사이트에서 제공하는 디자인, 브랜드, 기술, 지식재산권에 관한 다양한 콘텐츠를 디자이너들의 입맛에 맞게 엮은 격월간 디자인 지식재산권 웹진입니다. * Design Compass는 저작이용이 허락된 서울서체(서울시)와 나눔글꼴(NHN)을 사용하여 제작되었습니다. 2 4 5 6 7 9 10 11 편집 / 디자인맵

More information

1_12-53(김동희)_.hwp

1_12-53(김동희)_.hwp 본논문은 2012년전력전자학술대회우수추천논문임 Cascaded BuckBoost 컨버터를 이용한 태양광 모듈 집적형 저전압 배터리 충전 장치 개발 472 강압이 가능한 토폴로지를 이용한 연구도 진행되었지만 제어 알고리즘의 용의성과 구조의 간단함 때문에 BuckBoost 컨버터 또는 Sepic 컨버터를 이용하여 연구 가 진행되었다[10][13]. 태양광 발전

More information

DBPIA-NURIMEDIA

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

More information

歯3이화진

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

< D B9DAC1A4C7F62DB7F9B9CEBFB5284B292E666D>

< D B9DAC1A4C7F62DB7F9B9CEBFB5284B292E666D> Elastomers and Composites Vol. 51, No. 4, pp. 301~307 (December 2016) Print ISSN 2092-9676/Online ISSN 2288-7725 DOI: https://doi.org/10.7473/ec.2016.51.4.301 Temperature Analysis of Nozzle in a FDM Type

More information

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

Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp DOI:   * A Study on Teache Journal of Educational Innovation Research 2017, Vol. 27, No. 4, pp.149-171 DOI: http://dx.doi.org/10.21024/pnuedi.27.4.201712.149 * A Study on Teachers and Parents Perceptions on the Introduction of Innovational

More information

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770>

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

More information

Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp.1-16 DOI: * A Study on Good School

Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp.1-16 DOI:   * A Study on Good School Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp.1-16 DOI: http://dx.doi.org/10.21024/pnuedi.26.3.201612.1 * A Study on Good School and School Evaluation Purpose: This study was to examine

More information

04김호걸(39~50)ok

04김호걸(39~50)ok Journal of Environmental Impact Assessment, Vol. 22, No. 1(2013) pp.39~50 Prediction of Landslides Occurrence Probability under Climate Change using MaxEnt Model Kim, Hogul* Lee, Dong-Kun** Mo, Yongwon*

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

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

<B8F1C2F72E687770>

<B8F1C2F72E687770> Transactions of the KSNVE, 23(12) : 1056~1065, 2013 23 12, pp. 1056~1065, 2013 http://dx.doi.org/10.5050/ksnve.2013.23.12.1056 ISSN 1598-2785(Print), ISSN 2287-5476(Online) A Study on the Improvement Plan

More information

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

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

More information

DBPIA-NURIMEDIA

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

More information

(5차 편집).hwp

(5차 편집).hwp (215), 54(1), 17-3 211 STEAM,.. STEAM, STEAM, 5~6 11.,., 5~6...,. (, 21)., 29. (,, 212). 211 STEAM * :, E-mail: njkwon@hanmail.net http://dx.doi.org/1.15812/ter.54.1.2153.17 (215), 54(1), 17-3,. (Arts)

More information

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

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

<303833315FC1A4BAB8B9FDC7D02031362D325FC3D6C1BEBABB2E687770>

<303833315FC1A4BAB8B9FDC7D02031362D325FC3D6C1BEBABB2E687770> 개인정보보호법의 보호원칙에 대한 벌칙조항 연구 A Legal Study of Punishments in Terms of Principles of Private Informaion Protection Law 전동진(Jeon, Dong-Jin)*19) 정진홍(Jeong, Jin-Hong)**20) 목 차 Ⅰ. 들어가는 말 Ⅱ. OECD 개인정보 보호원칙과의 비교

More information

03¼ºÅ°æ_2

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

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 19, No. 5 : 1031~1039 May. 2015 정보보호 산업의 경제적 파급효과 및 기여도 분석 김방룡 1 홍재표 2* Economic

More information

(16-066).fm

(16-066).fm Polymer(Korea), Vol. 40, No. 6, pp. 846-851 (2016) http://dx.doi.org/10.7317/pk.2016.40.6.846 ISSN 0379-153X(Print) ISSN 2234-8077(Online) 압출적층방식의 3D 프린팅조형물에서적층강도에대한고찰 박성제 박정현 이권행 류민영 서울과학기술대학교기계시스템디자인공학과

More information

05Çѱ۳»Áö11

05Çѱ۳»Áö11 Vision 2010 Global HRD University National Top 10 Greetings of Issuance M e s s a g e Education Goal Histiory Academic Affairs Organization Table of Contents C ontents List of Works List of Works List

More information

139~144 ¿À°ø¾àħ

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

More information

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp RUF * (A Simple and Efficient Antialiasing Method with the RUF buffer) (, Byung-Uck Kim) (Yonsei Univ. Depth of Computer Science) (, Woo-Chan Park) (Yonsei Univ. Depth of Computer Science) (, Sung-Bong

More information

02 _ The 11th korea Test Conference The 11th korea Test Conference _ 03 03 04 06 08 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 34

02 _ The 11th korea Test Conference The 11th korea Test Conference _ 03 03 04 06 08 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 34 The 11th Korea Test Conference June 29, 2010 TEL : (02) 313-3705 / FAX : (02) 363-8389 E-mail : info@koreatest.or.kr http://www.koreatest.or.kr 02 _ The 11th korea Test Conference The 11th korea Test Conference

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

63-69±è´ë¿µ

63-69±è´ë¿µ Study on the Shadow Effect of 3D Visualization for Medical Images ased on the Texture Mapping D.Y. Kim, D.S. Kim, D.K. Shin, D.Y. Kim 1 Dept. of iomedical Engineering, Yonsei University = bstract = The

More information

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

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

More information

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770>

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

More information

아태연구(송석원)13-2-05.hwp

아태연구(송석원)13-2-05.hwp 아태연구 제 13권 제 2호 2006년 11월 30일 pp.81~103 일본에서의 한국학연구 - 회고와 전망 宋 錫 源 경희대학교 사회과학부 정치외교학과 조교수 Ⅰ. 머리말 Ⅱ. 1945년 이전의 한국연구 Ⅲ. 1945년 이후의 한국연구 < 목 차 > Ⅳ. 맺음말 참고문헌 Abstract Key words(중심용어): 한국학(Korean studies), 식민지지배(colonial

More information

<BFACB1B85F323030352D30335FB0E6C1A6C0DAC0AFB1B8BFAA2E687770>

<BFACB1B85F323030352D30335FB0E6C1A6C0DAC0AFB1B8BFAA2E687770> 연구보고서 2005-03 경제자유구역에서의 보건의료시장 개방의 파급효과와 정책방향 2005 韓 國 保 健 社 會 硏 究 院 머 리 말 우리나라는 2003년 경제자유구역의지정및운영에관한법률 을 제정하여 인천, 부산-진해, 광양만 등 3개 지역에 경제자유구역 개발을 추진하고 있다. 이 법에 는 경제자유구역에 외국 의료기관이 진출할 수 있다는 내용이 규정되어 있으

More information

<2831342D3131313429203344C7C1B8B0C6C32DC6EDC1FD2E687770>

<2831342D3131313429203344C7C1B8B0C6C32DC6EDC1FD2E687770> 2014-05 kskil@kmi.re.kr hisgrace@kmi.re.kr ahnyg@kmi.re.kr 2014. 10. 31. CONTENTS Ⅰ. 01 Ⅱ. 03 Ⅲ. 32 Ⅳ. 47 Ⅴ. 58 3D 프린팅 기술은 제3차 산업혁명 을 가져올 미래 제조기술 3D 프린팅 기술은 디지털 데이터로부터 물리적인 3D 개체를 만들어 낼 수 있는 조형기술로

More information

03-서연옥.hwp

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

More information

<B1B3B9DFBFF83330B1C7C1A631C8A35FC6EDC1FDBABB5FC7D5BABB362E687770>

<B1B3B9DFBFF83330B1C7C1A631C8A35FC6EDC1FDBABB5FC7D5BABB362E687770> 교육발전연구 Journal of Educational Development 2014. Vol. 30, No. 1, pp. 89~110 융합인재교육(STEAM)을 통한 시각적 문해력 효과 연구: 인포그래픽 동영상 만들기를 중심으로 강인애 1), 이재경 2), 남미진 3) 요 약 본 연구는 융합인재(STEAM)교육으로 구안된 인포그래픽(infographic) 영상

More information

슬라이드 1

슬라이드 1 11. Bong-Kee Lee Chonnam National University 필요성 디지털생산 (digital manufacturing) 및가상공학 (virtual engineering) 의발전으로디지털시제품을활용하는경우가있으나, 여전히최종적인설계평가를위한물리적인시제품 (prototype) 이요구됨 디지털시제품 : 소프트웨어적으로정밀한 3 차원모델을구축하고현실감있게그래픽처리한모델

More information

06_ÀÌÀçÈÆ¿Ü0926

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

More information

원고스타일 정의

원고스타일 정의 논문접수일 : 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

시안

시안 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

........

........ Investigation of the Korean Traditional Hobun Manufacturing Technique NATIONAL RESEARCH INSTITUTE OF CULTURAL HERITAGE 2008 Investigation of the Korean Traditional Hobun Manufacturing Technique - Centering

More information

<313120B9DABFB5B1B82E687770>

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

More information

<30312DB1E2C8B9C6AFC1FD2028B9E9BBF3C8EC2920322D31302E687770>

<30312DB1E2C8B9C6AFC1FD2028B9E9BBF3C8EC2920322D31302E687770> 기획특집: 3D 프린팅 기술 3D 프린팅의 다양한 신공정 기술 및 특징 소개 백 상 흠 (주)티모스 대표이사 Introduction of 3D Printing Technology & Applications Sangheum, Paek Thymos Inc., Gyeonggi-do 423-701, Korea Abstract: 3D 프린팅이 기존 제조업 형태를 변화시킬

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

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

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

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

More information

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770>

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

More information

03 장태헌.hwp

03 장태헌.hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2013 Aug.; 24(8), 772 780. http://dx.doi.org/10.5515/kjkiees.2013.24.8.772 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) HEMP

More information

<31332EBEC6C6AEB8B6C4C9C6C3C0BB20C8B0BFEBC7D120C6D0C5B0C1F6B5F0C0DAC0CE20BFACB1B82E687770>

<31332EBEC6C6AEB8B6C4C9C6C3C0BB20C8B0BFEBC7D120C6D0C5B0C1F6B5F0C0DAC0CE20BFACB1B82E687770> A Journal of Brand Design Association of Korea 통권 제 9호 2007 12 Vol. 5 No. 2 아트마케팅을 활용한 화장품 브랜드 디자인 연구 -화장품패키지디자인 중심으로- A Study on the Cosmetic Brand Package Design Applied Art-Marketing - Focusing on Cosmetic

More information

06_±è¼öö_0323

06_±è¼öö_0323 166 167 1) 2) 3) 4) source code 5) object code PC copy IP Internet Protocol 6) 7) 168 8) 9)10) 11) 12)13) / / 14) 169 PC publisher End User distributor RPG Role-Playing Game 15) FPS First Person Shooter

More information

08김현휘_ok.hwp

08김현휘_ok.hwp (Regular Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.369 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a) An Audio Coding Technique Employing the Inter-channel

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI: : A basic research

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI:   : A basic research Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp.379-404 DOI: http://dx.doi.org/10.21024/pnuedi.27.3.201709.379 : A basic research for the after-school forest activities program models:

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

#Ȳ¿ë¼®

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

More information