BibLaTeX을 이용한 한국어 참고 문헌 처리의 가능성

Size: px
Start display at page:

Download "BibLaTeX을 이용한 한국어 참고 문헌 처리의 가능성"

Transcription

1 공주대학교문서작성 워크숍 ( 토 ) 09:30~16:00 공주대 인문사회관 컴퓨터실 107호 L A T E X, 모던하게사용하기 A B BibL A TEX 공주대학교문서작성 워크숍 ( 토 ) 10:00~16:00 공주대 인문사회관 컴퓨터실 107호 책한권을레이텍으로조판해보자

2

3 L A TEX (.bib) / ( ) (.bst) bibtex

4 foo.tex LaTeX foo.aux foo.bib BibTeX foo.bbl LaTeX bar.bst

5 title = { 한국어감정단어의목록과정서차원탐색 }, volume = {19}, number = {1}, journal = { 한국심리학회지 : 사회및성격 }, author = { 박인조 and 민경환 }, month = feb, year = {2005}, pages = { } title = {Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization}, booktitle = {Proceedings of the fifth {ACM} international conference on Web search and data mining}, publisher = {{ACM}}, author = {Saha, Ankan and Sindhwani, Vikas}, year = {2012},

6 (.tex) 1 \documentclass{oblivoir} 2 \usepackage{natbib} 3 \begin{document} 4 참고문헌인용과목록생성실험을합니다. 5 한국어감성어에관한연구로 \cite{pakinco_hankwuke_2005}\ 가있습니다. 6 소셜미디어에서의토픽감지에관한연구로 \cite{saha_learning_2012}\ 가 7 있습니다. 8 \bibliographystyle{chicago} 9 \bibliography{example} 10 \end{document}

7 (.bst) 1 FUNCTION {format.title} 2 { title empty$ 3 { "" } 4 { title "t" change.case$ } 5 if$ 6 } 7 FUNCTION {format.btitle} 8 { edition empty$ 9 { title emphasize } 10 { title empty$ 11 { title emphasize } 12 { volume empty$ 13 { "{\em " title * "\/} (" * edition * " ed.)" * "." * } 14 { "{\em " title * "\/} (" * edition * " ed.)" * } 15 if$ 16 } 17 if$ 18 }

8 (.bbl) 1 \begin{thebibliography}{} 2 \bibitem[\protect\citeauthoryear{saha and Sindhwani}{Saha and 3 Sindhwani}{2012}]{saha_learning_2012} 4 Saha, A. and V.~Sindhwani (2012). 5 \newblock Learning evolving and emerging topics in social media: 6 a dynamic nmf approach with temporal regularization. 7 \newblock In {\em Proceedings of the fifth {ACM} international 8 conference on Web search and data mining}, pp.\ ACM. 9 \bibitem[\protect\citeauthoryear{ 박인조 and 민경환 }{ 박인조 and 10 민경환 }{2005}]{pakinco_hankwuke_2005} 11 박인조 and 민경환 (2005, feb). 12 \newblock 한국어감정단어의목록과정서차원탐색. 13 \newblock {\em 한국심리학회지 : 사회및성격 \/}~{\em 19\/}(1), \end{thebibliography}

9 참고문헌인용과목록생성실험을합니다. 한국어감성어에관한연구로 박인조 and 민경환 (2005) 가있습니다. 소셜미디어에서의토픽감지에관한연구로 Saha and Sindhwani (2012) 가있습니다. 참고문헌 Saha, A. and V. Sindhwani (2012). Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization. In Proceedings of the fifth ACM international conference on Web search and data mining, pp ACM. 박인조 and 민경환 (2005, feb). 한국어감정단어의목록과정서차원탐색. 한국심리학회지 : 사회및성격 19(1),

10 1 %\bibliographystyle{chicago} 2 %\bibliography{example} 3 \begin{thebibliography}{} 4 \bibitem[\protect\citeauthoryear{ 박인조 \cntrdot민경환}% 5 { 박인조 \cntrdot민경환}{2005}]{pakinco_hankwuke_2005} 6 박인조 \cntrdot민경환 (2005). 7 \newblock 한국어감정단어의목록과정서차원탐색. 8 \newblock \bnm{ 한국심리학회지 : 사회및성격 }~{\em 19\/}(1), \bibitem[\protect\citeauthoryear{saha and Sindhwani}{Saha and 10 Sindhwani}{2012}]{saha_learning_2012} 11 Saha, A. and V.~Sindhwani (2012). 12 \newblock Learning evolving and emerging topics in social media: 13 a dynamic nmf approach with temporal regularization. 14 \newblock In {\em Proceedings of the fifth {ACM} international 15 conference on Web search and data mining}, pp.\ ACM. 16 \end{thebibliography} 17 \end{document}

11 참고문헌인용과목록생성실험을합니다. 한국어감성어에관한연구로 박인조 민경환 (2005) 가있습니다. 소셜미디어에서의토픽감지에관한연구로 Saha and Sindhwani (2012) 가있습니다. 참고문헌박인조 민경환 (2005). 한국어감정단어의목록과정서차원탐색. 한국심리학회지 : 사회및성격 19(1), Saha, A. and V. Sindhwani (2012). Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization. In Proceedings of the fifth ACM international conference on Web search and data mining, pp ACM.

12 bst bib biber BibLATEX

13 foo.tex LaTeX (biblatex) foo.bcf baz.cbx qux.bbx quux.lbx Biber foo.bbl LaTeX (biblatex) bar.bib

14 BibL A TEX biber Perl DSL No more.bst! (.lbx) + (.cbx) + (.bbx).bib bib

15 1 \documentclass{oblivoir} 2 \usepackage[sorting=nyt,natbib=true,citestyle=authoryear,% 3 bibstyle=authoryear]{biblatex} 4 \addbibresource{example.bib} 5 \begin{document} 6 참고문헌인용과목록생성실험을합니다. 7 한국어감성어에관한연구로 \citet{pakinco_hankwuke_2005}\ 가있습니다. 8 소셜미디어에서의토픽감지에관한연구로 \citet{saha_learning_2012}\ 가 9 있습니다. 10 \printbibliography 11 \end{document}

16 참고문헌인용과목록생성실험을합니다. 한국어감성어에관한연구로 박인조 and 민경환 (2005) 가있습니다. 소셜미디어에서의토픽감지에관한연구로 Saha and Sindhwani (2012) 가있습니다. References Saha, Ankan and Vikas Sindhwani (2012). Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization. In: Proceedings of the fifth ACM international conference on Web search and data mining. ACM, pp 박인조 and 민경환 (2005). 한국어감정단어의목록과정서차원탐색. In: 한국심리학회지 : 사회및성격 19.1, pp

17 korean.lbx + α 1 \AtEveryCitekey{% 2 \ifkeyword{kobib}{% 3 \renewcommand{\multinamedelim}{ } 4 \renewcommand{\finalnamedelim}{ } 5 }{% 6 }% 7 } 8 \AtEveryBibitem{% 9 \ifkeyword{kobib}{% 10 \renewcommand{\multinamedelim}{ } 11 \renewcommand{\finalnamedelim}{ } 12 \DeclareFieldFormat{journaltitle}{\bnm{#1}} 13 }{% 14 }% 15 } 16 \printbibliography[keyword=kobib] 17 \printbibliography[notkeyword=kobib,heading=none]

18 참고문헌인용과목록생성실험을합니다. 한국어감성어에관한연구로 박인조 민경환 (2005) 가있습니다. 소셜미디어에서의토픽감지에관한연구로 Saha and Sindhwani (2012) 가있습니다. 참고문헌박인조 민경환 (2005). 한국어감정단어의목록과정서차원탐색. 한국심리학회지 : 사회및성격 19.1, pp Saha, Ankan and Vikas Sindhwani (2012). Learning evolving and emerging topics in social media: a dynamic nmf approach with temporal regularization. Proceedings of the fifth ACM international conference on Web search and data mining. ACM, pp

19 BibL A TEX BibLATEX 3.0 BibLATEX

20 I Modern L A TEX What packages do people load by default in LaTeX? Getting Started with Biblatex biblatex for idiots What to do to switch to biblatex?

21 II Guidelines for customizing biblatex styles Name delimiters in biblatex Biblatex: Per-entry changes to citation field Biblatex clear URL field for entries in a certain category

22 III How to create multilingual (English, Japanese) bibliographies with biblatex, biber and polyglossia Chicago-style citations of CJK documents (e.g. American Oriental Society): Name order; transcribed/translated titles Conditionally Hiding Parts of Bibtex Fields Depending on Language Field Value

23

28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5]

28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5] The Asian Journal of TEX, Volume 3, No. 1, June 2009 Article revision 2009/5/7 KTS THE KOREAN TEX SOCIETY SINCE 2007 2008 ko.tex Installing TEX Live 2008 and ko.tex under Ubuntu Linux Kihwang Lee * kihwang.lee@ktug.or.kr

More information

What is ScienceDirect? ScienceDirect는 세계 최대의 온라인 저널 원문 데이터베이스로 엘스비어에서 발행하는 약,00여 종의 Peer-reviewed 저널과,000여권 이상의 도서를 수록하고 있습니다. Peer review Subject 수록된

What is ScienceDirect? ScienceDirect는 세계 최대의 온라인 저널 원문 데이터베이스로 엘스비어에서 발행하는 약,00여 종의 Peer-reviewed 저널과,000여권 이상의 도서를 수록하고 있습니다. Peer review Subject 수록된 Empowering Knowledge Quick Reference Guide www.sciencedirect.com Elsevier Korea 0-8 서울시 용산구 녹사평대로 0 (이태원동) 천우빌딩 층 Tel. 0) 7-0 l Fax. 0) 7-889 l E-mail. sginfo.elsevier.com Homepage. http://korea.elsevier.com

More information

1 9 2 0 3 1 1912 1923 1922 1913 1913 192 4 0 00 40 0 00 300 3 0 00 191 20 58 1920 1922 29 1923 222 2 2 68 6 9

1 9 2 0 3 1 1912 1923 1922 1913 1913 192 4 0 00 40 0 00 300 3 0 00 191 20 58 1920 1922 29 1923 222 2 2 68 6 9 (1920~1945 ) 1 9 2 0 3 1 1912 1923 1922 1913 1913 192 4 0 00 40 0 00 300 3 0 00 191 20 58 1920 1922 29 1923 222 2 2 68 6 9 1918 4 1930 1933 1 932 70 8 0 1938 1923 3 1 3 1 1923 3 1920 1926 1930 3 70 71

More information

<BACFC7D1B3F3BEF7B5BFC7E22D3133B1C733C8A3504446BFEB2E687770>

<BACFC7D1B3F3BEF7B5BFC7E22D3133B1C733C8A3504446BFEB2E687770> 북한의 주요 농업 관련 법령 해설 1) 이번 호와 다음 호에서는 북한의 주요 농업 관련 법령을 소개하려 한다. 북한의 협동농장은 농업협동조합기준규약초안 과 농장법 에 잘 규정되어 있다. 북한 사회주의 농업정책은 사회 주의농촌문제 테제 2), 농업법, 산림법 등을 통해 엿볼 수 있다. 국가계획과 농업부문의 관 계, 농산물의 공급에 관해서는 인민경제계획법, 사회주의상업법,

More information

위해 사용된 기법에 대해 소개하고자 한다. 시각화와 자료구조를 동시에 활용하는 프로그램이 가지는 한계와 이를 극복하기 위한 시도들을 살펴봄으로서 소셜네트워크의 분석을 위한 접근 방안을 고찰해 보고자 한다. 2장에서는 실험에 사용된 인터넷 커뮤니티인 MLBPark 게시판

위해 사용된 기법에 대해 소개하고자 한다. 시각화와 자료구조를 동시에 활용하는 프로그램이 가지는 한계와 이를 극복하기 위한 시도들을 살펴봄으로서 소셜네트워크의 분석을 위한 접근 방안을 고찰해 보고자 한다. 2장에서는 실험에 사용된 인터넷 커뮤니티인 MLBPark 게시판 인터넷 커뮤니티 사용자의 사회 연결망 특성 분석 Analysis Social Network Characteristics Among the Internet Community Users 탁해성 부산대학교 컴퓨터공학과 tok33@pusan.ac.kr Abstract 인터넷이 사람들에게 보급됨에 따라 온라인 환경에서 소통을 하는 사람들이 늘어났다. 온라인 커뮤니티가

More information

untitled

untitled : 2009 00 00 : IMS - 1.0 : IPR. IMS,.,. IMS IMS IMS 1). Copyright IMS Global Learning Consortium 2007. All Rights Reserved., IMS Korea ( ). IMS,. IMS,., IMS IMS., IMS.,., 3. Copyright 2007 by IMS Global

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

JTS 1-2¿ùÈ£ ³»Áö_Ä÷¯ PDF¿ë

JTS 1-2¿ùÈ£ ³»Áö_Ä÷¯ PDF¿ë 04 06 09 12 15 20 24 28 32 36 Join Together Society 2010 JAN + FEB 4 5 Join Together Society 2010 JAN + FEB 6 7 Join Together Society 2010 JAN + FEB 8 9 Join Together Society 2010 JAN + FEB 10 11 Join

More information

<BED6C7C3BCD2BDBA5F4B5350BBFDBBEABCBA31C0E5312D32302E70312E504446>

<BED6C7C3BCD2BDBA5F4B5350BBFDBBEABCBA31C0E5312D32302E70312E504446> 2011 ISBN 978-89-8063-572-6 94320 ISBN 978-89-8063-562-7 11-1051000-000135-01 Knowledge Sharing Program Preface Contents 4 16 18 19 22 25 25 34 37 37 37 38 39 40 40 43 70 73 73 78 82 82 84 90 93 95 95

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

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

07_À±¿ø±æ3ÀüºÎ¼öÁ¤

07_À±¿ø±æ3ÀüºÎ¼öÁ¤ 232 233 1) 2) Agenda 3) 4) 234 Invention Capital Agenda 5) 6) 235 7) 8) 9) 236 10) 11) 237 12) 13) 14) 15) knowledge 16) 17) 238 239 18) 240 19) 241 20) 242 243 244 21) 245 22) 246 23) 247 24) 248 25)

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: Educational Design

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI:   Educational Design Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.361-379 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.361 Educational Design for Future Education Purpose: This study examined the

More information

TeX

TeX TeX 2008. 2. 20 BIBTeX, (Windows, KC2007) LaTeX 1 1 KCMenu -> / \setlength{\parindent}{ } \usepackage{indentfirst} test.tex \documentclass{report} \usepackage{indentfirst} \setlength{\parindent}{1.0cm}

More information

<B1A4B0EDC8ABBAB8C7D0BAB8392D345F33C2F75F313032362E687770>

<B1A4B0EDC8ABBAB8C7D0BAB8392D345F33C2F75F313032362E687770> 광고에 나타난 가족가치관의 변화 : 97년부터 26년까지의 텔레비전 광고 내용분석* 2) 정기현 한신대학교 광고홍보학과 교수 가족주의적 가치관을 사회통합의 핵심 중의 핵심으로 올려놓았던 전통이 현대사회에서 아직 영향력을 미치는 점을 감안할 때, 한국에서의 가족변동은 사회전반의 변동으로 직결된다고 해도 크게 틀리지 않을 것이다. 97년부터 26년까지 텔레비전에서

More information

망되지만, 논란은 더욱 증폭될 것으로 전망된다. 일단 광주지역 민주화 운동 세력 은 5.18기념식을 국가기념일로 지정 받은 데 이어 이 노래까지 공식기념곡으로 만 들어 5.18을 장식하는 마지막 아우라로 활용한다는 계획이다. 걱정스러운 건 이런 움직임이 이른바 호남정서

망되지만, 논란은 더욱 증폭될 것으로 전망된다. 일단 광주지역 민주화 운동 세력 은 5.18기념식을 국가기념일로 지정 받은 데 이어 이 노래까지 공식기념곡으로 만 들어 5.18을 장식하는 마지막 아우라로 활용한다는 계획이다. 걱정스러운 건 이런 움직임이 이른바 호남정서 제1 발제문 임을 위한 행진곡 은 헌법정신을 훼손하는 노래다 -정부의 5 18 공식기념곡 지정에 반대하는 다섯 가지 이유- 조 우 석 (문화평론가, 전 중앙일보 기자) 운동권 노래 임을 위한 행진곡 을 둘러싼 시비로 한국사회가 다시 소모적 논 쟁에 빠져든 양상을 보이고 있다. 이 노래를 5 18 광주민주화운동(이하 5 18 광주 혹은 광주5 18)의 공식기념곡으로

More information

ÅëÁõ¼Ò½ÄÁö50È£

ÅëÁõ¼Ò½ÄÁö50È£ Volume 13, Number 1( 50 ) 2 2009 3 31 Volume 13, Number 1( 50 ) 3 2009 3 31 Room A Complex Regional Pain Syndrome (CRPS) (English Session) Room B Basic Research on Pain (English Session) Volume 13, Number

More information

1 EndNote EndNote 300, Reference and Image Database,,,, Bibliography and Manuscript maker Cite While You Write Microsoft Word, Format Paper MS Word En

1 EndNote EndNote 300, Reference and Image Database,,,, Bibliography and Manuscript maker Cite While You Write Microsoft Word, Format Paper MS Word En EndNote Quick Reference Guide 0806K1 Copyright 2006 The Thomson Corporation Thomson Scientific customers are hereby granted permission to make copies of this training guide for their own use within their

More information

大学4年生の正社員内定要因に関する実証分析

大学4年生の正社員内定要因に関する実証分析 190 2016 JEL Classification Number J24, I21, J20 Key Words JILPT 2011 1 190 Empirical Evidence on the Determinants of Success in Full-Time Job-Search for Japanese University Students By Hiroko ARAKI and

More information

4. Scholarship Award Category: - Hangul Grand Scholarship: Certificate + Scholarship of $300 - King Sejong Scholarship: Certificate + Scholarship of $

4. Scholarship Award Category: - Hangul Grand Scholarship: Certificate + Scholarship of $300 - King Sejong Scholarship: Certificate + Scholarship of $ 2016 Korean Language Class Student Scholarship Korean Education Center in Los Angeles (KECLA) would like to inform outstanding Korean language class students to participate in 2016 Korean

More information

2 C freetype ttf2tfm 18 D ttf.sh 19 E FD 20

2 C freetype ttf2tfm 18 D ttf.sh 19 E FD 20 L A TEX Truetype 2003 2 8 1. 3 1.1................................... 3 1.2?............................... 4 2. 5 2.1.............................. 5 2.2................................ 6 3. 7 3.1 TEX.............................

More information

1997 4 23 2000 9 5 2003 9 10 2008 2 20 2008 12 10 2011 7 1 2012 8 17 2014 9 19 2015 3 31 2015 6 30 2016 9 30 2017 6 30 2019 3 31 326 327 328 < >

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

I LATEX LATEX

I LATEX LATEX Beamer leekh@ktug.kr KTS THE KOREAN TEX SOCIETY SINCE 2007 I LATEX LATEX II L A TEX L A TEX. L A TEX. L A TEX.. L A TEX.. L A TEX.. L A TEX... L A TEX.... L A TEX LATEX (expansion; ) LATEX (art & cra )

More information

,126,865 43% (, 2015).,.....,..,.,,,,,, (AMA) Lazer(1963)..,. 1977, (1992)

,126,865 43% (, 2015).,.....,..,.,,,,,, (AMA) Lazer(1963)..,. 1977, (1992) , -,,,.,,,. 6.. (LIRUIYAO),, E-mail : ruiyao24@hotmail.com :,, 26 E-mail : taehee@khu.ac.kr 2014 1400 180 6.. 2014 6,126,865 43% (, 2015).,.....,..,.,,,,,,. 1963 (AMA) Lazer(1963)..,. 1977, 1990. (1992)

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 프레젠테이션 EndNote Q & A EndNote Library 압축저장하기 : enlx 압축파일만들기 EndNote Library 글씨체변경 PDF 반입시 Reference 오류 : DOI 를활용하여 Reference 자동입력 중복된 Reference 찾기 Reference 병합하기 Group Reference 구분기호수정 논문제목영어대문자로입력하기 화학식원형으로표현하기

More information

도비라

도비라 광고학연구 : 제24권 5호(2013년) The Korean Journal of Advertising, Vol.24, No.5 (2013). pp.99 116 대학생 광고공모전이 광고업계 취업에 미치는 영향: 대학생과 실무자의 인식 비교를 중심으로 차 유 철 우석대학교 광고이벤트학과 교수, 언론학박사 이 희 복 상지대학교 언론광고학부 교수, 언론학박사* 신

More information

DocsPin_Korean.pages

DocsPin_Korean.pages Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google

More information

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

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

More information

#한국사문제7회4급

#한국사문제7회4급 1 1. 3. 2. 2 4. 7. 5. 6. 8. 3 9. 11. 10. 12. 4 13. 15. 16. 14. 5 17. 20. 18. 21. 19. 6 22. 24. 23. 7 25. 26. 28. 29. 27. 8 30. 32. 33. 31. 9 34. 35. 37. 36. 38. 10 39. 41. 40. 42. category 11 43. 45. 001.jpg

More information

HTML5가 웹 환경에 미치는 영향 고 있어 웹 플랫폼 환경과는 차이가 있다. HTML5는 기존 HTML 기반 웹 브라우저와의 호환성을 유지하면서도, 구조적인 마크업(mark-up) 및 편리한 웹 폼(web form) 기능을 제공하고, 리치웹 애플리케이 션(RIA)을

HTML5가 웹 환경에 미치는 영향 고 있어 웹 플랫폼 환경과는 차이가 있다. HTML5는 기존 HTML 기반 웹 브라우저와의 호환성을 유지하면서도, 구조적인 마크업(mark-up) 및 편리한 웹 폼(web form) 기능을 제공하고, 리치웹 애플리케이 션(RIA)을 동 향 제 23 권 5호 통권 504호 HTML5가 웹 환경에 미치는 영향 이 은 민 * 16) 1. 개 요 구글(Google)은 2010년 5월 구글 I/O 개발자 컨퍼런스에서 HTML5를 통해 플러 그인의 사용이 줄어들고 프로그램 다운로드 및 설치가 필요 없는 브라우저 기반 웹 플랫폼 환경이 점차 구현되고 있다고 강조했다. 그리고 애플(Apple)은 2010년

More information

07_À±ÀåÇõ¿Ü_0317

07_À±ÀåÇõ¿Ü_0317 170 171 1) 2)3) 4)5) 6) 7) 172 8) 9) 10) 11)12)13) 14)15) 16) 17)18) 19) 173 174 20)21) 22) 23) 24) 175 25) 26) 27) 28) 29) 30) 31) 32)33) 34) 176 35) 36) 177 37)38) 39) 40)41) 178 42) 179 180 181 R(Appm,CPm)

More information

SSG Dept Proposal

SSG Dept Proposal 2004. 04. -2- -3- -4- -5- Dynamic Localized Pricing, Category Killer -6- -7- -8- -9- -10- -11- -12- -13- -14- -15- -16- -17- -18- -19- -20- -21- -22- -23- -24- -25- -26- -27- -28- -29- -30- -31- -32- -33-

More information

UNIST_교원 홈페이지 관리자_Manual_V1.0

UNIST_교원 홈페이지 관리자_Manual_V1.0 Manual created by metapresso V 1.0 3Fl, Dongin Bldg, 246-3 Nonhyun-dong, Kangnam-gu, Seoul, Korea, 135-889 Tel: (02)518-7770 / Fax: (02)547-7739 / Mail: contact@metabrain.com / http://www.metabrain.com

More information

09/01-02=È£ä263»Áö

09/01-02=È£ä263»Áö 2009 1 2 Contents 04 06 10 14 18 20 22 27 Join Together Society 2009 JAN + FEB 4 5 Join Together Society 매주 목요일 1시, 지바카 병원에서는 예방접 종이 진행됩니다. 예방접종과 더불어 생후 9개 월과 18개월째 되는 아이에게는 비타민A시럽 을 주고 있습니다. 그러던 것을 이번에는

More information

KD2002-27-02.hwp

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

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

(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

정보기술응용학회 발표

정보기술응용학회 발표 , 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

27 2, * ** 3, 3,. B ,.,,,. 3,.,,,,..,. :,, : 2009/09/03 : 2009/09/21 : 2009/09/30 * ICAD (Institute for Children Ability

27 2, * ** 3, 3,. B ,.,,,. 3,.,,,,..,. :,, : 2009/09/03 : 2009/09/21 : 2009/09/30 * ICAD (Institute for Children Ability 27 2, 71-90. 2009. 3 * ** 3, 3,. B 2003 4 2004 2.,.,,,. 3,.,,,,..,. :,, : 2009/09/03 : 2009/09/21 : 2009/09/30 * ICAD (Institute for Children Ability Development) ** ( : heyjun@gmail.com) 72 한국교육문제연구제

More information

...... .............hwp

...... .............hwp - 1 - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - - 26 - - 27 - - 28 - - 29 - 53)

More information

도서관 소식 6호

도서관 소식 6호 50.....,,,... 21. 20 80. 7.,...,,.,,,.... 6. 50..... W W W : 3 8 4 0 WWW (http://libs.yeungnam.ac.kr),, CD-ROM DB /, Search Engines. ( Top ) 1. WWW. LINNET System, Key.. ( Main ) 2.,, DB. ( ) 3. CD-ROM

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

ÀÌÀç¿ë Ãâ·Â

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

More information

Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp DOI: Awareness, Supports

Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp DOI:   Awareness, Supports Journal of Educational Innovation Research 2016, Vol. 26, No. 3, pp.335-363 DOI: http://dx.doi.org/10.21024/pnuedi.26.3.201612.335 Awareness, Supports in Need, and Actual Situation on the Curriculum Reconstruction

More information

레이아웃 1

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

More information

0.Â÷·Ê

0.Â÷·Ê Voice of the People Voice of the People 6 7 8 9 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

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

A Study on Married Female Immigrants Life Style and Marriage Satisfaction in Terms of Preparing Their Old Age in Chungcheongnam-do Department of Gerontology, Hoseo University Doctoral Student : Hi Ran

More information

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

인문사회과학기술융합학회 Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology Vol.6, No.2, February (2016), pp. 325-332 http://dx.doi.org/10.14257/ajmahs.2016.09 한국의 대학운영제도 변화를 위한 K-MOOC 활용방안에

More information

숭실브로슈어 표지 [Converted]

숭실브로슈어 표지 [Converted] Korea Soongsil Cyber University (Dynamic Soongsil) 05 06 07 08 09 Dept. of Broadcasting & Creative Writing Dept. of Practical English Dept. of Chinese Language and Culture Dept. of Social Welfare Dept.

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

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

ADMINISTRATION AND MANAGEMENT JOURNAL 2 3 ADMINISTRATION AND MANAGEMENT JOURNAL 4 5 ADMINISTRATION AND MANAGEMENT JOURNAL 6 7 ADMINISTRATION AND MANAGEMENT JOURNAL 8 9 ADMINISTRATION AND MANAGEMENT

More information

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

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

More information

......(N)

......(N) 이 책을 펴내며 한국은행은 1957년 우리나라 國 民 所 得 統 計 의 공식편제기관으로 지정되 면서 UN이 1953년에 발표한 國 民 計 定 體 系 와 그 附 表 (A System of National Accounts and Supporting Tables)의 작성기준에 따라 1953년 이 후의 국민소득통계를 작성해 왔습니다. 그리고 1986년부터 UN이 1968년

More information

151028_바른경제동인회 조찬강연 자료_1.hwp

151028_바른경제동인회 조찬강연 자료_1.hwp < 바른경제동인회 조찬강연 > 세계경제 불확실성 속에서 한국경제가 가야할 바른 길 2015. 10. 28. 김 인 호 한국무역협회 회장 이 메 일 : kimih@kita.net 홈 페 이 지 : www.kita.net (협회) www.ihkim.org (개인) 목 차 Ⅰ. 한국경제의 발전과 글로벌 경제환경 1 Ⅱ. 글로벌 금융위기 이후 글로벌 경제환경의 변화

More information

step 1-1

step 1-1 Written by Dr. In Ku Kim-Marshall STEP BY STEP Korean 1 through 15 Action Verbs Table of Contents Unit 1 The Korean Alphabet, hangeul Unit 2 Korean Sentences with 15 Action Verbs Introduction Review Exercises

More information

상담학연구. 10,,., (CQR).,,,,,,.,,.,,,,. (Corresponding Author): / / 567 Tel: /

상담학연구. 10,,., (CQR).,,,,,,.,,.,,,,. (Corresponding Author): / / 567 Tel: / . 10,,., (CQR).,,,,,,.,,.,,,,. (Corresponding Author): / / 567 Tel: 063-270-2746 / E-mail : tgeunmi@jbnu.ac.kr . 2,... 2011 (, 2011), (, 2010),., (, 2004;, 2011). (,, 2006), (,, 2005; Yalom & Leszcz, 2005:

More information

Research subject change trend analysis of Journal of Educational Information and Media Studies : Network text analysis of the last 20 years * The obje

Research subject change trend analysis of Journal of Educational Information and Media Studies : Network text analysis of the last 20 years * The obje Research subject change trend analysis of Journal of Educational Information and Media Studies : Network text analysis of the last 20 years * The objectives of this study are analyzing research trends

More information

Week13

Week13 Week 13 Social Data Mining 02 Joonhwan Lee human-computer interaction + design lab. Crawling Twitter Data OAuth Crawling Data using OpenAPI Advanced Web Crawling 1. Crawling Twitter Data Twitter API API

More information

01....=361.

01....=361. The Client and the Therapist from Contemporary Kleinian and Bion s Thought Lee, Harriot DOI 10.23905/kspcc.29..201711.007 2017 P 1) 1 Michael Eigen, The Area of Faith in Winnicott, Lacan, and Bion, International

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

MySQL-.. 1

MySQL-.. 1 MySQL- 기초 1 Jinseog Kim Dongguk University jinseog.kim@gmail.com 2017-08-25 Jinseog Kim Dongguk University jinseog.kim@gmail.com MySQL-기초 1 2017-08-25 1 / 18 SQL의 기초 SQL은 아래의 용도로 구성됨 데이터정의 언어(Data definition

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

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

KCC2011 우수발표논문 휴먼오피니언자동분류시스템구현을위한비결정오피니언형용사구문에대한연구 1) Study on Domain-dependent Keywords Co-occurring with the Adjectives of Non-deterministic Opinion

KCC2011 우수발표논문 휴먼오피니언자동분류시스템구현을위한비결정오피니언형용사구문에대한연구 1) Study on Domain-dependent Keywords Co-occurring with the Adjectives of Non-deterministic Opinion KCC2011 우수발표논문 휴먼오피니언자동분류시스템구현을위한비결정오피니언형용사구문에대한연구 1) Study on Domain-dependent Keywords Co-occurring with the Adjectives of Non-deterministic Opinion 요약 본연구에서는, 웹문서로부터특정상품에대한의견문장을분석하는오피니언마이닝 (Opinion

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: * A Study on the Pe

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI:   * A Study on the Pe Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.405-425 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.405 * A Study on the Perceptions and Factors of Immigrant Background Youth

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

2015

2015 2015 34863 85 Tel 042 530 3548 Fax 042 530 3559 Web www djdi re kr/gfcenter/main do 2015 information Graphic Infographics Gender Sensitive 1995 2014 2013 2014 1 2013 2014 SNS SNS 1. 1 1 daejeon DEVELOPMENT

More information

Dialog Box 실행파일을 Web에 포함시키는 방법

Dialog Box 실행파일을 Web에 포함시키는 방법 DialogBox Web 1 Dialog Box Web 1 MFC ActiveX ControlWizard workspace 2 insert, ID 3 class 4 CDialogCtrl Class 5 classwizard OnCreate Create 6 ActiveX OCX 7 html 1 MFC ActiveX ControlWizard workspace New

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI: * Strenghening the Cap

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI:   * Strenghening the Cap Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp.27-43 DOI: http://dx.doi.org/10.21024/pnuedi.28.3.201809.27 * Strenghening the Capacity of Cultural Arts Required in Special Education

More information

-09-......

-09-...... The Values, Consumption Culture, and Clothing Attitudes of a Modern New Generation as the Primary Consumer of Modern Korean Culture: From the 1920 s to the 1930 s Department of Fashion Design, Osan College

More information

02. 서여주 외 2인(최종).hwp

02. 서여주 외 2인(최종).hwp 연구문제 1 연구문제 2 연구문제 3 (1) VALS(Values and Life Style) (2) 친환경소비실천태도 (3) 친환경소비실천의도 (4) 친환경소비실천행동 α α α α α α.951 -.107 -.075 -.027 -.016.002.032 -.059.010.030 -.019 -.040.852.927 -.035 -.053 -.162.003 -.002.010

More information

_ _ Reading and Research in Archaeology. _ Reading and Research in Korean Historical Texts,,,,,. _Reading and Research in Historical Materials from Ko

_ _ Reading and Research in Archaeology. _ Reading and Research in Korean Historical Texts,,,,,. _Reading and Research in Historical Materials from Ko 4. _ Culture of Korea: In the Present and the Past,.. _ Korean History and the Method of Psychoanalysis.,,. _ Politics and Ideas in Modern days Korea.,. _ Contemporary Korean History and International

More information

<3031C8ABB5E6C7A52E687770>

<3031C8ABB5E6C7A52E687770> 3 한국 주요정당의 연속과 변화 홍 득 표(인하대) I. 머리말 1. 문제의 제기 정치발전을 논하려면 정당, 의회, 선거, 정치문화 등을 동시에 살펴보아야 할 것이다. 이들은 정치발전과 상호 연계되어 있기 때문에 개별적 논의보다는 종합적으로 접근해 야 할 것이다. 하지만 정치가 발전하려면 우선적으로 정당개혁이 이루어져야 한다는데 많은 사람들이 공감하고 있다.

More information

<32B1B3BDC32E687770>

<32B1B3BDC32E687770> 008년도 상반기 제회 한 국 어 능 력 시 험 The th Test of Proficiency in Korean 일반 한국어(S-TOPIK 중급(Intermediate A 교시 이해 ( 듣기, 읽기 수험번호(Registration No. 이 름 (Name 한국어(Korean 영 어(English 유 의 사 항 Information. 시험 시작 지시가 있을

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

아태연구(송석원)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

내지

내지 CONTENTS 1 2 8 11 17 18 21 29 30 32 39 40 49 57 58 63 69 74 77 78 87 103 104 Ethical Management Guidelines 2 3 Ethical Management Guidelines 4 5 Ethical Management Guidelines 6 7 Ethical Management Guidelines

More information

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

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   : * Discussions on Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.117-138 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.117 : * Discussions on a Rapidly Changing Society and Early Childhood Safety

More information

12¾ÈÇö°æ 1-155T304®¶ó153-154

12¾ÈÇö°æ1-155T304®¶ó153-154 Journal of Fashion Business Vol. 8, No. 4, pp.141~155(2004) A Research for the hair Style Image making Chart Manufacturing Depends on Fashion Feeling + - through the analysis of the actress hair styles

More information

초보자를 위한 ASP.NET 2.0

초보자를 위한 ASP.NET 2.0 (World Wide Web), HTML., (ebay) (Amazon.com) HTML,., Microsoft ASP.NET. ASP.NET ASP.NET., ASP.NET HTML,,. ASP.NET HTML.. ASP.NET, Microsoft Visual Basic. Visual Basic. 5 Visual Basic, Visual Basic. ASP.NET

More information

하나로카탈록

하나로카탈록 www.hanarosg.com UI a 각 플레이어별 이름, 남은거리, 샷 순서, 스코어 b a b CC정보, 파수, 전체거리 c 미니맵, 화면방향 조정 d 목표지점 높낮이, 남은거리 c e 풍향/풍속 d f 지형굴곡 그래프 g 다시치기 아이콘 e h 현재 지면 정보 i 추천클럽, 클럽변경 아이콘 j 메인메뉴 버튼 f g h i j * 모든 기능에

More information

<32303133C7D1B1B9B9CEBCD3C7D0C0DAB4EBC8B8B9DFC7A5C0DAB7E1C1FD2DC3D6C1BE2E687770>

<32303133C7D1B1B9B9CEBCD3C7D0C0DAB4EBC8B8B9DFC7A5C0DAB7E1C1FD2DC3D6C1BE2E687770> Korean Ethnic Custom Scholar Conference 실용과 성과주의 시대의 민속학 일시 2013년 10월 25일(금)~26일(토) 장소 경남 밀양시 밀양연극촌 주최 : 사단법인 한국민속학술단체연합회 국립민속박물관 경상남도 개회사 깊어가는 가을에 우리 민속학계의 큰 잔치인 2013 한국민속학자대회 를 10월 25~26일 이틀간 경남 밀양에서

More information

<3230313220BBF3B9DDB1E228C6EDC1FD292E687770>

<3230313220BBF3B9DDB1E228C6EDC1FD292E687770> 통일문제연구 2012년 상반기(통권 제57호) 체제유지를 위한 북한의 식량정치(food politics) 1)김 양 희* Ⅰ. 서론 Ⅱ. 식량정치(food politics) 개념과 북한 사회 Ⅲ. 북한 식량정치(food politics)의 구성요인 Ⅳ. 북한 식량정치의 특징과 전망 V. 결론 고난의 행군 시기 북한의 식량난은 체제를 위협할 정도로 심각한 위기

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 한국 대중가요의 의미 연결망 * -1960년대부터 2000년대까지의 변화를 중심으로 김용학 ** 39) 1. 서론 2. 대중가요와 시대상 3. 연구 방법: 의미 연결망 분석 4. 자료 및 분석 절차 4-1. 자료 4-2. 분석 절차 5. 의미 연결망 5-1. 핵심어의 빈도 및 분포 분석 5-2. 의미 연결망 중앙성 5-3. 의미 연결망 구조 6. 맺는말 국문요약

More information

public key private key Encryption Algorithm Decryption Algorithm 1

public key private key Encryption Algorithm Decryption Algorithm 1 public key private key Encryption Algorithm Decryption Algorithm 1 One-Way Function ( ) A function which is easy to compute in one direction, but difficult to invert - given x, y = f(x) is easy - given

More information

03-최신데이터

03-최신데이터 Database Analysis II,,. II.. 3 ( ),.,..,, ;. (strong) (weak), (identifying relationship). (required) (optional), (simple) (composite), (single-valued) (multivalued), (derived), (identifier). (associative

More information

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

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

More information

ky55別冊表紙1用.indd

ky55別冊表紙1用.indd Title 一 九 四 五 年 以 降 の 北 東 アジアと 教 会 : 日 本 国 憲 法 との 関 わ りから( 韓 国 語 ) Author(s) 松 本, 周 Citation 聖 学 院 大 学 総 合 研 究 所 紀 要, No.55 別 冊, 2013.3 : 55-70 URL http://serve.seigakuin-univ.ac.jp/reps/modules/xoonips/de

More information

동강바 반과람 자물과 를고구 꿈기름 꾸같 다이 소 중 한 風 02 letter from CEO... 이용재 한국투자밸류자산운용 대표이사 인사말 雲 Part 1 우리는 동반자, 더불어 함께 02 Life Partner 1... 함께 구르는 돌 소설가 조정래 시인 김초혜

동강바 반과람 자물과 를고구 꿈기름 꾸같 다이 소 중 한 風 02 letter from CEO... 이용재 한국투자밸류자산운용 대표이사 인사말 雲 Part 1 우리는 동반자, 더불어 함께 02 Life Partner 1... 함께 구르는 돌 소설가 조정래 시인 김초혜 10년투자펀드, 이제 4년을 달려왔습니다. 앞으로도 변함없이 쉬지 않고 달려갈 것입니다. 자산운용보고서 제16호 2010 annual report 자산운용보고서 제16호 2010 10년투자펀드 annual report 비록 먼 길이지만 좋은 길동무와 함께라면 멀게 느껴지지도, 지겹게 느껴지지도 않을 것입니다. 고객들과 함께 가는 그 길이 즐겁고 희망에 찬 길이

More information

조사연구 whether this expansive monitoring system might basically achieve the improvement in statistical quality capturing problems in survey research. Ba

조사연구 whether this expansive monitoring system might basically achieve the improvement in statistical quality capturing problems in survey research. Ba 조사연구 권 호 DOI http://dx.doi.org/10.20997/sr.17.4.4 연구노트 조사품질 : 제도적접근 Survey Quality: Institutional Approach 1)2) a) b) 주제어 조사품질 품질관리 총조사오차 통계품질진단 As survey quality paradigm changes from total survey error

More information

192 法 學 硏 究 第 17 輯 第 2 號 < 국문초록 > 선하증권의 한계점을 극복하기 위해 실무에서 널리 화물선취보증장(L/G:Letter of Guarantee)제도가 이용되고는 있다. 그러나 수입상으로서는 추가적인 비용이 발생하고, 직접 은행을 방문해서 화물선취

192 法 學 硏 究 第 17 輯 第 2 號 < 국문초록 > 선하증권의 한계점을 극복하기 위해 실무에서 널리 화물선취보증장(L/G:Letter of Guarantee)제도가 이용되고는 있다. 그러나 수입상으로서는 추가적인 비용이 발생하고, 직접 은행을 방문해서 화물선취 仁 荷 大 學 校 法 學 硏 究 第 17 輯 第 2 號 2014년 06월 30일, 191~218쪽 Inha Law Review The Institute of Legal Studies Inha University Vol.17, No.2, June, 2014 해상운송물 인도 방법의 문제점과 대안 * ** -권리포기 선하증권의 폐지와 대안을 중심으로- 권 기 훈

More information

untitled

untitled www.hyundaielevator.co.kr 2014 vol.239 07+08 BIFC(Busan International Finance Center) Korea[600mpm] www.hyundaielevator.co.kr 2014 vol.239 07 + 08 People Harmony Inside Space Ele-Cop (BIFC)[600mpm] 04-05

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