The Journal of The Institute of Internet, Broadcasting and Communication (IIBC) Vol. 20, No. 4, pp , Aug. 31, pissn , eissn 2289

Size: px
Start display at page:

Download "The Journal of The Institute of Internet, Broadcasting and Communication (IIBC) Vol. 20, No. 4, pp , Aug. 31, pissn , eissn 2289"

Transcription

1 JIIBC 빅데이터기반프로야구데이터분석 신동진 *, 황승연 **, 이돈희 ***, 문진용 ****, 김정준 ***** Dong-Jin Shin *, Seung-Yeon Hwang **, Don-Hee Lee ***, Jin-Yong Moon ****, Jeong-Joon Kim ***** 요약최근프로야구의스포츠인기는나날이증가하고있으며, 다양한포털사이트에서프로야구와관련된데이터를소유하고있다. 프로야구의인기를증가시키고, 관련된데이터를활용한분석을통해결과를만들어낸다면프로야구를접하는데이점이있다. 본논문에서는프로야구와관련된데이터를활용하여 3가지분석을시행하였다. 따라서본논문에서는특정사이트에서조회된특정프로야구단과관련된기사개수와트렌드를알아보고, 프로야구성적과관중수의상관관계에대해서분석하였다. 마지막으로 2016, 2017년도의프로야구타자타율성적과출루율성적에대한현황분석을실시하였다. Abstract Recently, the popularity of professional baseball is increasing day by day, and it has data related to professional baseball on various portal sites. If you want to increase the popularity of professional baseball and produce results through analysis using relevant data, you have the advantage of accessing professional baseball. In this paper, three analyzes were conducted using data related to professional baseball. Therefore, in this paper, the trend related to the number of articles retrieved from a specific site of a professional baseball team was examined, and the correlation between professional baseball scores and the number of spectators was analyzed. Finally, we analyzed the current status of professional baseball batting average and on base percentage in 2016 and Key Words : Big Data, KBO Statistics Data, Team Trend Analysis, Team Record Analysis Ⅰ. 서론 최근대한민국에서는가장핫한스포츠로프로야구가뽑히고있으며아래의표를보면확실히야구의인기는다른스포츠들을압도하고있다. 매년프로야구팬들이증 가하고있지만, 그들모두가프로야구에대해서잘아는것은아니다. 어떤스포츠도마찬가지겠지만, 그스포츠에대해잘아는팬층과야구를모르는팬층간의괴리감은있기마련이다. 물론이러한괴리감이크게영향을끼치지않을수도있지만, 처음프로야구를접하거나접하 * 준회원, 안양대학교컴퓨터공학과박사과정 ** 준회원, 안양대학교컴퓨터공학과석사과정 *** 정회원, SK 주식회사수석 **** 정회원, 강동대학교방송영상미디어과교수 ***** 정회원, 안양대학교 ICT융합학부소프트웨어전공교수접수일자 2020년 4월 3일, 수정완료 2020년 6월 12일게재확정일자 2020년 8월 7일 Received: 3 April, 2020 / Revised: 12 June, 2020 / Accepted: 7 August, 2020 ***** Corresponding Author: jjkim@anyang.ac.kr Dept. ICT Convergence Engineering, Anyang University, Korea

2 려고하는사람들한테는큰영향을끼칠수도있다. 따라서, 이러한괴리감을조금이나마없애고, 자신이응원하고싶은팀을선택하는데보탬이돼서초심자가더욱프로야구를즐길수있는환경이필요하다. 프로야구특정구단의트렌드를분석하기위해서필요한데이터의수집은크롤링과셀레늄을이용하여기사의본문과기사개수를측정하며, 하이브를이용하여불필요한단어를필터링하고, R 프로그래밍을통해그래프로표현한다 [1]. 프로야구성적과관중수의관계를분석하기위해서필요한데이터의수집은 KBO 사이트를참고한다. 관중및성적데이터란연도별각프로야구구단들의관중수및성적, 또는월별각프로야구구단들의관중수및성적을나타낸다 [2]. 프로야구타율성적과출루율성적을분석하기위해서필요한데이터는 Betman 공식사이트를이용하여수집하며, R프로그래밍을통해그래프로표현하였다 [3]. 본논문의전체구성은다음과같다. 2장의관련기술을소개하고 3장에서는사용하는기술을바탕으로데이터와주요기술코드를소개하고, 4장에서분석된결과를보여주며, 5장결론을기술한다. Ⅱ. 관련기술 1. 빅데이터 (Big Data) 4차산업혁명의기술이발전하면서다양한종류의데이터를포함하는빅데이터가떠오르고있다. 정형, 반정형, 비정형데이터와같은예전에보관만되어있는수많은데이터가다양한프로그램이나소프트웨어에의해서분석을하면, 유의미한결과를나타낼수있다 [4-5]. 초기에는 3V라고정의되어 Volume, Velocity, Variety 순으로크기, 속도, 다양성의의미를많이사용되었지만, 최근기술과데이터의발전으로인해 5V로정의되어 Value, Veracity로가치와정확성의의미가추가되었다. 2. 크롤링무수히많은웹사이트에저장및개시되어있는뉴스기사나문서를수집하여검색대상의 Text 문서를수집하는기술이다. 대표적으로 BeautifulSoup 라이브러리를사용하며, 웹사이트의태그를조작하여수집된다. 스파이더 (Spider), 봇 (Bot), 지능에이전트라고도불리며, 방대한자료를검색하는특징은있으나역이용하여순위를조작하거나검색을피할수있는단점이존재하지만, 범용성이좋아네이버, 구글등다양한서비스를제공하는업체에서도빼놓을수없는기술이다. 3. 셀레늄셀레늄 (Selenium) 은웹애플리케이션테스트를위한포터블프레임워크다. 셀레늄은테스트스크립트언어를학습할필요없이기능테스트를만들기위한플레이백도구를제공한다. ( 셀레늄 IDE) C 샤프, 그루비, 자바, 펄, PHP, 파이썬, 루비, 스칼라등수많은유명프로그래밍언어들에서테스트를작성하기위한테스트도메인특화언어 (Selenese) 를제공한다. 4. 하이브하이브는 Apache 에서개발한 SQL 형식의병렬처리데이터베이스를의미한다. 하둡에저장되어있는데이터를 Map-Reduce 를직접구현하여데이터를분석하기엔개발능력과경험이필요하기때문에이를이해하고구현하는시간과노력을줄이고자개발되었다. HiveQL이라고불리는 SQL 형식의문법을사용하기때문에기존에사용자들이편하게사용할수있으며, 하둡을기반으로동작하기때문에하둡이설치가되어있어야한다 [6-7]. 5. R 프로그래밍 1993년오클랜드대학에서통계분석과결과로그래프를표현하기위해개발된인터프리터프로그래밍언어이다. R 프로그래밍은오픈소스로이루어져있기때문에범용성이넓어사용자가편리하게사용할수있으며, 수많은통계관련패키지가존재하기때문에편리하게사용할수있다. 최근에는웹어플리케이션개발프레임워크인 Shiny 의발전으로통계또는머신러닝과관련된모델을웹과연동하여표현할수있기때문에사용자가시각적으로느낄수있는분석프로그램중에많이활용되고있다. Ⅲ. 데이터수집및처리 이번장에서는크롤링및셀레늄주요코드를소개하

3 고, 분석에사용된데이터소개와처리과정에대하여기술한다. 그림 1은특정사이트의뉴스기사를수집하는크롤링과관련된코드를보여준다. 1. 특정프로야구단기사데이터수집및처리 그림 2는구글사이트에서제공하는특정프로야구단의트렌드관련 CSV 파일을다운로드받기위한핵심코드를의미한다. Chrome에 WebDriver를설치하여구글트렌드와관련된데이터를수집하였다. from bs4 import BeautifulSoup def get_text(url, output_file): source_code_from_url = urllib.request.urlopen(url) soup = BeautifulSoup(source_code_from_url, 'lxml', from_encoding='utf-8') content_of_article = soup.select('div.article_txt') for item in content_of_article: string_item = str(item.find_all(text=true)) output_file.write(string_item) for title in soup.find_all('a', {'class': "go_naver"}): now += str(title['href']) source_code_from_sub = urllib.request.urlopen(title['href']) soup_sub = BeautifulSoup(source_code_from_sub, 'lxml', from_encoding='utf-8') content = soup_sub.find_all('div',{"id": "newsendcontents"}) 그림 3. 크롤링실행결과 Fig. 3. Crawling execution reseult 그림 3은그림1의데이터를이용하여크롤링을실행한결과를보여준다. 특정프로야구단에대해관련된기사를계속다운로드받게된다. shutil.copy('c:/users/ihc/downloads/multitimeline.csv', SAVE_FILE_PATH + /' + keyword) 그림 1. 데이터수집을위한크롤링코드 Fig. 1. Crawling code for data collection BeautifulSoup 라이브러리를이용하여데이터를수집하였으며, BeatifulSoup 라이브러리는 HTML에서데이터를추출하고, 구문분석된페이지에대한구문분석트리를작성하기때문에웹스크래핑에유용하다. 라이브러리아래코드는크롤링에핵심적인코드를설명하며, 페이지를변수에저장하고해당페이지에포함된모든기사의주소를모두가져오고, 기사본문과 URL은파일입출력을통해저장한다. 페이지검색은마지막페이지변수를통해마지막페이지가나올때까지계속반복해서돌리며, 마지막페이지에도달했다면스크랩작업을중지한다. 마지막으로수집된데이터를로컬데스크탑에저장하기위해코드를추가하여크롤링을실행하였다. def getcsv(teams, keyword, startdate, enddate): print('\n ' + keyword + ' Google Trends Data Download Started! ') binary = 'C:/Users/ihc/AppData/Local/Programs/Python/Python36-3 2/Lib/site-packages/selenium/webdriver/chrome/chromedri ver.exe' driver = webdriver.chrome(binary) #driver = webdriver.firefox() 그림 2. 데이터수집을위한셀레늄코드 Fig. 2. Selenium code for data collection 그림 4. 크롤링을통해수집된특정프로야구단기사 Fig. 4. Certain professional baseball articles through crawling 크롤링과정을통해수집된데이터의모습을보여준다. 그림3의결과이며, 특정프로야구단을선택해서크롤링과셀레늄을하였으며, 수집된기사의년도는 2012년도부터 2017년도까지데이터를수집되었다. 그림 5는크롤링과셀레늄을통해수집된기사데이터의처리하는하이브의주요코드를보여준다. 하이브는하둡위에서동작하며, 병렬처리를하기때문에일반 DBMS에비해서빠른속도로처리가가능하다

4 Create table word(keyword string, count int) row format delimited fields terminated by \t lines terminated by \n ; load data local input /mnt/share/crawling/result/특정프로야구단/part-r overwrite into table word; insert overwrite local directory /mnt/share/crawling/result/특정프로야구단/lasall_data row format delimited fields terminated by \t\ select * from word where keyword not in ( 수, 있다, 는, 한, 있는, 첫, 중, 더, 큰, 그, 또, 될, 하지만, 그림 7. 데이터 처리를 완료한 모습 Fig. 7. Data processing completed 그림 5. 데이터 처리를 위한 하이브 코드 Fig. 5. Hive code for data processing word 테이블을 생성하고, 키워드를 저장할 컬럼, 그 리고 기사의 개수를 확인할 수 있는 카운트 컬럼을 생성 한다. 생성 후 수집되어 저장된 데이터를 테이블에 입력 하고, 탭을 기준으로 기사 데이터를 저장한다. 마지막에 select 구문은 단어 필터링을 위한 수, 있다, 는 과 같 3. 프로야구 타자 타율과 출루율 성적 수집 및 처리 프로야구 타자 타율과 출루율 성적 데이터를 수집하기 위해서 Batman 사s이트에서 데이터를 추출하였으며, 데 이터를 수집한 방법과 처리한 방법을 소개한다. 은 불용어를 포함 시키지 않기 위한 구문이다. 2. 프로야구 성적과 관중 데이터 수집 및 처리 프로야구 성적과 관중 수 데이터를 수집하기 위해서 KBO 사이트에서 데이터를 추출하였으며, 데이터를 수집 한 방법과 처리한 방법을 소개한다. 그림 6은 프로야구 성적과 관중 수 데이터를 수집하기 위해서 KBO 사이트에서 보유하고 있는 년도별, 월별, 구 단별 성적 데이터의 모습을 보여준다. 데이터 수집이 완 료된 후 그림 7은 KBO 사이트에서 추출한 데이터를 CSV 파일 형태로 변환 후 액셀을 이용하여 데이터를 정 형화하여 처리한 모습을 보여준다. 그림 6. KBO 사이트 데이터 현황 Fig. 6. KBO site data status 그림 8. Batman 사이트 데이터 현황 Fig. 8. Batman site data status 그림 9 CSV형태로 데이터를 변환한 모습 Fig. 9. Data converted into CSV format

5 그림 8은프로야구성적과관중수데이터를수집하기위해서 Batman사이트에서보유하고있는데이터의형식을보여준다. 타율을기준으로정렬되어있으며, 관련된선수의선수명과팀명, 타율, 출루율등모습을보여준다. 그림 9는분석에필요한데이터를 CSV형태로변환한모습을보여주며, 이중에서타율과출루율컬럼을활용한다. 그림 11을보면 2012년중반부터 2017년도초반까지의특정프로야구단에관련된기사빈도수를보여주며, 2013년후반부에높은빈도의기사가검출된것을볼수있다. 2013년도에관련된특정프로야구단의이슈를확인해보니논문에언급하기어렵지만, 관련된이슈가많이올라온것을확인할수있었다. Ⅳ. 분석결과 본장에서는앞서수집하고처리한데이터의분석그래프를보여주며, 분석결과의순서는특정프로야구단의기사관련분석, 프로야구성적과관중수관계분석, 타자타율과출루율성적분석순으로진행된다. 1. 특정프로야구단기사분석 tbl <- read.csv("graphdata.csv") tbl plot(tbl$ 검색. 횟수, type="l", col="navy", lwd=3, ylim=c(0,110), axes=false, xlab="day", ylab="search", font.lab=2, font.lab=2) axis(1, at=1:260, lab=tbl$ 날짜 ) axis(2, ylim=c(0,80000)) title(main="doosan BEARS TREND", col.main="dark slate gray", font.main=10, cex.main=3) 그림 10. 특정프로야구단기사빈도코드 Fig. 10. Specific professional baseball article frequency code 그림 10은특정프로야구단의기사에관련된빈도가얼마나나왔는지분석코드를보여준다. 처리가완료된 csv파일을 tbl 변수에불러온뒤 plot 함수로그래프로표현하였다. 분석결과는그림 11과같다. library(konlp) library(wordcloud) f <- file("sub ~ txt", encoding = "UTF-8",blocking=F) txtlines <- readlines(f) nouns <- sapply(txtlines,extractnoun,use.names=f) head(unlist(nouns), 20) write(unlist(nouns),"sub ~ txt") revised <- read.table("sub ~ txt") nrow(revised) wordcount <- table(revised) length(wordcount) head(sort(wordcount, decreasing=t),10) library(rcolorbrewer) pal <- brewer.pal(9,"set1") wordcloud(names(wordcount),freq=wordcount,scale=c(5,1),rot. per=0.25,min.freq=1,random.order=f,random.color=t,colors= pal) 그림 12. 특정프로야구단워드클라우드코드 Fig. 12. Specific professional baseball wordcloud code 그림 12는특정프로야구단의워드클라우드그래프와관련된코드의모습을보여준다. KoNLP 형태소분석과표현하기위한 wordcloud 패키지를설치하고, f 변수에수집된기사를삽입한후한줄씩텍스트라인으로파일을읽어들인다. 원본파일을복제본으로두고, RColorBrewer 패키지를설치하여적용한후 wordcloud함수를이용하여그래프로출력한다. 그림 11. 특정프로야구단기사빈도그래프결과 Fig. 11. Specific professional baseball article frequency graph results 그림 13. 특정프로야구단워드클라우드그래프결과 Fig. 13. Specific professional baseball wordcloud graph results

6 그림 13은그림 12의코드를이용하여특정프로야구단의기사를워드클라우드그래프로출력한결과를보여준다. 특정프로야구단의구장이름과한국시리즈와관련되어있는것을확인할수있으며, 그외관련된주요키워드를볼수있다. 2. 프로야구성적과관중수분석 mat = matrix(nrow=12, ncol=11) mat <- read.csv( count.csv, head=true) for(j in 2:12){ for(i in 1:11){ mat[i, j-1] = (count[i,j]-count[i+1,j])/count[i+1,j] * 100 } } Write1.csv(mat, mat.csv, row.names=ture) mat2 = matrix(nrow=12, ncol=11) mat <- read.csv( coun2t.csv, head=true) for(j in 2:12){ for(i in 1:11){ mat[i, j-1] = (count[i,j]-count[i+1,j])/count[i+1,j] * 100 } } Write2.csv(mat2, ma2t.csv, row.names=ture) 그림 14. 년도별및월별관중증감률계산코드 Fig. 14. Year and Monthly Audience Change Calculation Code 그림 14는구단의년도별관중수와월별관중수를 R에로드하여메모리에업로드하고, 년도별및원별로구단관중의증감률을계산한코드이다. 계산후 Write1.csv 에는년도별관중수의증감률이결과로나오고, Write2.csv 에는월별관중수의증감률을결과로가지고있는파일이다. 그림 15는특정프로야구단의년도별순위를그래프로나타내기위한코드를보여준다. rank_lotte 변수에특정프로야구단의년도별순위데이터를대입한후 barplot 함수를이용한코드이다. 그림 16. 특정프로야구단년도별순위그래프 Fig. 16. Specific professional baseball annual ranking graph 그림 16은코드에따른결과그래프를의미한다. 특정프로야구단의년도별순위가어떻게구성되었는지확인할수있다. 후반부연도에낮은등수를기록한것을볼수있다. v1 <- c(mat[1]) plot(v1,type='o', col='red', ylim=c(-50,100), axes=false, ann=false) axis(1,at=1:9, lab=c("08","09","10","11","12","13","14","15","16")) axis(2,ylim=c(0,10)) title(main=" 롯데 ",col.main="blue",font.main=4) title(xlab=" 연도 ", col.lab="black") title(ylab=" 관중증감률 ", col.lab="black") 그림 17. 특정프로야구단년도별관중증감률코드 Fig. 17. Specific professional baseball annual crowd code rank_lotte <- read.csv("rank_lotte.csv", head=true) rank_lotte barplot(rank_lotte,beside=t,names=c("08","09","10","11","12"," 13","14","15","16"),col=c("red","green","yellow","blue","purple"," gray","pink","brown","orange")) title(main=" 롯데 ",col.main="blue",font.main=4) title(xlab=" 연도 ", col.lab="black") title(ylab=" 순위 ", col.lab="black") 그림 15. 특정프로야구단년도별순위코드 Fig. 15. Specific professional baseball annual ranking code 그림 18. 특정프로야구단년도별관중증감률그래프 Fig. 18. Specific professional baseball annual crowd growth graph

7 그림 17는특정프로야구단의년도별관중증감률을그래프로나타내기위한코드를보여준다. 그림 14에서계산한증감률의 mat 변수를불러와 plot 함수이용하여그래프로표현한코드이다. 그림 18은코드에따른결과그래프를의미한다. 특정프로야구단의년도별순위가어떻게구성되었는지확인할수있다. 2010년도, 2013년도에관중이급격히감소한것을볼수있으며, 년도의순위가낮지만, 관중의증감률은변화가없는걸로보아즉, 년도별순위와관중수의결과와는상관없는것을확인할수있다. 을볼수있고, 관중수증감률은 6월, 7월, 9월, 10월에많이감소한것을확인할수있다. 3. 프로야구타자타율과출루율성적분석 KBO16 <- read.csv("16batting.cvs", header=t) KBO17 <- read.csv("17batting.cvs", header= T) f1 <- data.frame(c=factor(sample(rep(kbo16$batavg)))) t1 <- table(f1$c) barplot((sort(t1,decreasing = TRUE)[1:10]),xlab=" 선수이름 ", ylab=" 타율 ", col="lightgreen", border="white", main = "TOP") barplot((sort(t1,decreasing = TRUE)[1:10]),xlab=" 선수이름 ", ylab=" 타율 ", col="lightgreen", border="white", main = "TOP") 그림 , 2017 년도 KBO 타자타율성적코드 Fig. 21. KBO hitter s batting average code for 2016, 2017 years 그림 19. 특정프로야구단월별순위그래프 Fig. 19. Specific professional baseball monthly ranking graph 그림 년도 KBO 타자타율성적그래프 Fig. 22. KBO hitter s batting average graph for 2016 years 그림 20. 특정프로야구단월별관중증감룰그래프 Fig. 20. Specific professional baseball monthly crowd growth graph 그림 19와그림 20은특정프로야구단의월별순위그래프와관중증감률그래프를보여준다. 세부코드는년도별그래프를그리기위한코드에서데이터만변경하였기때문에코드는생략하였다. 특정프로야구단의월별순위와월별관중의증감률을확인하면, 5월, 8월, 9월, 10월에낮은등수를기록한것 그림 년도 KBO 타자타율성적그래프 Fig. 23. KBO hitter s batting average graph for 2017 years 그림 21은 2016년도, 2017년도의타자타율성적을분석하기위해사용한코드의모습을보여주며, KBO16, KBO17 변수에데이터를읽고, t1 변수에데이터프레임을구성한후 barplot 함수로그래프로표현하였다

8 그림 22와그림 23은 2016년도, 2017년도 KBO 타자의타율성적을그래프로보여준다. 2016년도에는최형우, 김태균순으로타율성적이좋고, 2017년도에는김선빈, 서건창순으로타율성적이좋았다. 자의출루율성적을그래프로보여준다. 2016년도에는김태균, 최형우순으로타율성적이좋고, 2017년도에는최형우, 서건창순으로타율성적이좋았다. KBO16_2 <- read.csv("16obp.csv", header=t) KBO17_2 <- read.csv("17obp.csv", header= T) f2<- data.frame(c=factor(sample(rep(kbo16$obp))) t2 <- table(f1$c) barplot((sort(t2,decreasing = TRUE)[1:10]),xlab=" 선수이름 ", ylab="obp", col="lightgreen", border="white", main = "OBP") barplot((sort(t2,decreasing = TRUE)[1:10]),xlab=" 선수이름 ", ylab="obp", col="lightgreen", border="white", main = "OBP") 그림 , 2017 년도 KBO 타자출루율 (OBP) 성적코드 Fig. 24. KBO hitter s OBP code for 2016, 2017 years 그림 년도 KBO 타자출루율 (OBP) 성적그래프 Fig. 25. KBO hitter s OBP graph for 2016 years Ⅴ. 결론 본논문에서는프로야구에서생성되는데이터를이용하여특정프로야구단과관련된기사분석, 순위와관중률분석, 타자의타율및출루율분석연구를수행하였다. 다양한데이터가존재하지만, 직접데이터를수집하는방법을사용하기위해크롤링및셀레늄기법을사용하였고, 다른데이터는외부포탈사이트에존재하는데이터를사용하였다. 데이터처리에는 Hive-QL을지원하는하이브를사용하여정제하였으며, 직접코딩이어려운부분은액셀프로그램을이용하여데이터를정형화하였다. 분석결과로는특정프로야구단의기사빈도횟수와어떤단어가가장많이이슈되고있는지알아보았으며, 야구단의순위는관중률의증가및감소에는영향이없는것으로확인되었다. 향후연구과제로는트렌드를정확하게분석하기위해서 SNS에서사람들이작성하는글과댓글을같이크롤링하여감정분석을할예정이며, 타율과출루율의상관관계를추가로분석할예정이다. References [1] Crawling & Selenium Tutorial Reference Site, craping-with-selenium-and-python [2] KBO Ranking & Crowd Growth Reference Site, Basic [3] Betman Batting Average & OBP Reference Site, remain&item=bs&fromcode=top 그림 년도 KBO 타자출루율 (OBP) 성적그래프 Fig. 26. KBO hitter s OBP graph for 2017 years 그림 25와그림 26은 2016년도, 2017년도의타자출루율성적을분석하기위해사용한코드의모습을보여주며, 그림 21과코드가유사하기에코드설명은생략한다. 그림 25와그림 27은 2016년도, 2017년도 KBO 타 [4] Jeong-Joon Kim, Kwang-Jin Kwak, Don-Hee Lee, Yong-Soo Lee, Study of Trust Bigdata Platform, Journal of The Institute of Internet, Broadcasting and Communication, Vol. 16, No. 6, pp , Dec, DOI: [5] Dong-Jin Shin, Jong-Min Eun, Ho-Geun Lee, Myoung Gyun Lee, Jeong-Min Park, Jeong-Joon Kim, Big

9 Data-based Log Collection and Analysis in IoT Environments, Journal of Engineering and Applied Sciences, Vol. 13, No. 5, pp , May DOI: [6] Dong-Jin Shin, Ji-Hun Park, Ju-Ho Kim, Kwang-Jin Kwak, Jeong-Min Park, Jeong-Joon Kim, Big Data-based Sensor Data Processing and Analysis for IoT Environment, Journal of The Institute of Internet, Broadcasting and Communication, Vol. 19, No. 1, pp , Feb, DOI: [7] Ashish Thusoo, Joydeep Sen Sarma, Namit Jain, Zheng Shao, Prasad Chakka, Suresh Anthony, Hao Liu, Pete Wyckoff, Raghotham Murthy, Hive - A Warehousing Solution Over a Map-Reduce Framework, Proceedings of the VLDB Endowment, Vol. 2, No. 2, pp , 저자소개 이돈희 ( 정회원 ) Don Hee Lee received his M.S degree in Computer Engineering from Yonsei University, Korea, in 2005, and a Ph.D. in Computer and Information Communication Engineering from Konkuk University, Korea, in He has been working for SK holdings Ltd, Bundang, Korea, from 2002 to present. His research interests include databases, big data, spatio-temporal index in wireless communications, location-based services, and information system audit. 신동진 ( 준회원 ) 황승연 ( 준회원 ) Dong-Jin Shin received BS in Department of Computer Science and MS in Department of Smart Manufacturing Engineering at the Korea Polytechnic University in 2018 and He is currently studying PhD in Department of Computer Science at AnYang University. His research interests include Big Data, Internet of Things (IoT), Network&System security. Seung-Yeon Hwang is received his BS in Department of Computer Science at Korea Polytechnic University in He is currently studying MS in Department of Computer Science at Anyang University. His research interests include Database System, Big Data, Data Analysis, Machine Learning, etc. 문진용 ( 정회원 ) 김정준 ( 정회원 ) Jin Yong Moon received his MS in Computer Science at Konkuk University in Then he received PhD from Suwon University in He is currently a professor in the department of Visual Broadcasting Media at Gangdong University. His research interests include Database Systems, Web Science, Geographic Information Systems (GIS) and Multimedia Systems, etc. Jeong-Joon Kim received his BS and MS in Computer Science at Konkuk University in 2003 and 2005, respectively. In 2010, he received his PhD in at Konkuk University. He is currently a professor at the department of ICT Convergence Engineering at Anyang University, His research interests include Database Systems, Big Data, Semantic Web, Geographic Information Systems (GIS) and Ubiquitous Sensor Network (USN), etc

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

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

인문사회과학기술융합학회 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

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 4, August, 30, 2016:319~332 Received: 2016/07/28, Accepted: 2016/08/28 Revised: 2016/08/27, Published: 2016/08/30 [ABSTRACT] This paper examined what determina

More information

10 이지훈KICS2015-03-068.hwp

10 이지훈KICS2015-03-068.hwp 논문 15-40-05-10 The Journal of Korean Institute of Communications and Information Sciences '15-05 Vol.40 No.05 http://dx.doi.org/10.7840/kics.2015.40.5.851 가로등 인프라를 활용한 안전한 스마트 방범 시스템 차 정 화, 이 주 용 *, 이

More information

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

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   : * Research Subject Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.91-116 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.91 : * Research Subject Trend Analysis on Educational Innovation with Network

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

歯1.PDF

歯1.PDF 200176 .,.,.,. 5... 1/2. /. / 2. . 293.33 (54.32%), 65.54(12.13%), / 53.80(9.96%), 25.60(4.74%), 5.22(0.97%). / 3 S (1997)14.59% (1971) 10%, (1977).5%~11.5%, (1986)

More information

DBPIA-NURIMEDIA

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

More information

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

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 The e-business Studies Volume 17, Number 6, December, 30, 2016:237~251 Received: 2016/11/20, Accepted: 2016/12/24 Revised: 2016/12/21, Published: 2016/12/30 [ABSTRACT] Recently, there is an increasing

More information

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

09È«¼®¿µ 5~152s

09È«¼®¿µ5~152s Korean Journal of Remote Sensing, Vol.23, No.2, 2007, pp.45~52 Measurement of Backscattering Coefficients of Rice Canopy Using a Ground Polarimetric Scatterometer System Suk-Young Hong*, Jin-Young Hong**,

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

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

09오충원(613~623)

09오충원(613~623) A Study of GIS Service of Weather Information* Chung-Weon Oh**,..,., Web 2.0 GIS.,.,, Web 2.0 GIS, Abstract : Due to social and economic value of Weather Information such as urban flooding, demand of Weather

More information

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

서론 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

(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

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

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

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â 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: * 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

<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

<352E20BAAFBCF6BCB1C5C320B1E2B9FDC0BB20C0CCBFEBC7D120C7D1B1B920C7C1B7CEBEDFB1B8C0C720B5E6C1A1B0FA20BDC7C1A120BCB3B8ED28313531323231292D2DB1E8C7F5C1D62E687770>

<352E20BAAFBCF6BCB1C5C320B1E2B9FDC0BB20C0CCBFEBC7D120C7D1B1B920C7C1B7CEBEDFB1B8C0C720B5E6C1A1B0FA20BDC7C1A120BCB3B8ED28313531323231292D2DB1E8C7F5C1D62E687770> 통계연구(2015), 제20권 제3호, 71-92 변수선택 기법을 이용한 한국 프로야구의 득점과 실점 설명 1) 김혁주 2) 김예형 3) 요약 한국 프로야구에서 팀들의 득점과 실점에 영향을 미치는 요인들을 규명하기 위한 연구를 하였 다. 2007년부터 2014년까지의 정규리그 전 경기 자료를 대상으로 분석하였다. 전방선택법, 후방 소거법, 단계별 회귀법, 선택법,

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

04_이근원_21~27.hwp

04_이근원_21~27.hwp 1) KIGAS Vol. 16, No. 5, pp 21~27, 2012 (Journal of the Korean Institute of Gas) http://dx.doi.org/10.7842/kigas.2012.16.5.21 실험실의 사례 분석에 관한 연구 이근원 이정석 한국산업안전보건공단 산업안전보건연구원 (2012년 9월 5일 투고, 2012년 10월 19일

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI: * The

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI:   * The Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp.243-268 DOI: http://dx.doi.org/10.21024/pnuedi.27.1.201703.243 * - 2001 2015 - The Research Trends on Peer Counseling in Elementary and

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

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

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

À±½Â¿í Ãâ·Â

À±½Â¿í Ãâ·Â Representation, Encoding and Intermediate View Interpolation Methods for Multi-view Video Using Layered Depth Images The multi-view video is a collection of multiple videos, capturing the same scene at

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

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

09구자용(489~500)

09구자용(489~500) The Study on the Grid Size Regarding Spatial Interpolation for Local Climate Maps* Cha Yong Ku** Young Ho Shin*** Jae-Won Lee**** Hee-Soo Kim*****.,...,,,, Abstract : Recent global warming and abnormal

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

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 파이썬을이용한빅데이터수집. 분석과시각화 Part 2. 데이터시각화 이원하 목 차 1 2 3 4 WordCloud 자연어처리 Matplotlib 그래프 Folium 지도시각화 Seabean - Heatmap 03 07 16 21 1 WORDCLOUD - 자연어처리 KoNLPy 형태소기반자연어처리 http://www.oracle.com/technetwork/java/javase/downloads/index.html

More information

DBPIA-NURIMEDIA

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

More information

20(53?)_???_O2O(Online to Offline)??? ???? ??.hwp

20(53?)_???_O2O(Online to Offline)??? ???? ??.hwp O2O(Online to Offline)서비스 전략방향 연구 - 모바일 사용자 경험 디자인(UX Design)을 중심으로 - O2O(Online to Offline) Service Strategy Research -Focusing on Mobile UX Design- 주저자 김 형 모 Kim, Hyung-mo BK21플러스 다빈치 창의융합인재양성사업단 BK21Plus

More information

한국성인에서초기황반변성질환과 연관된위험요인연구

한국성인에서초기황반변성질환과 연관된위험요인연구 한국성인에서초기황반변성질환과 연관된위험요인연구 한국성인에서초기황반변성질환과 연관된위험요인연구 - - i - - i - - ii - - iii - - iv - χ - v - - vi - - 1 - - 2 - - 3 - - 4 - 그림 1. 연구대상자선정도표 - 5 - - 6 - - 7 - - 8 - 그림 2. 연구의틀 χ - 9 - - 10 - - 11 -

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:21~34 Received: 2016/12/04, Accepted: 2016/12/27 Revised: 2016/12/19, Published: 2016/12/30 [ABSTRACT] With the development of the Internet,

More information

03이경미(237~248)ok

03이경미(237~248)ok The recent (2001-2010) changes on temperature and precipitation related to normals (1971-2000) in Korea* Kyoungmi Lee** Hee-Jeong Baek*** ChunHo Cho**** Won-Tae Kwon*****. 61 (1971~2000) 10 (2001~2010).

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

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

서현수

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

212 영상기술연구 세대라고 할 수 있다. 이 뉴 뉴웨이브 세대란 60년대 일본의 영화사에서 과거세대와는 단 절된 뉴웨이브 의 흐름이 있었는데 오늘날의 뉴웨이브 세대를 뛰어넘는다는 의미에서 뉴 뉴웨이브 세대로 불린다. 뉴 뉴웨이브 세대 감독들의 경향은 개인적이고 자유분

212 영상기술연구 세대라고 할 수 있다. 이 뉴 뉴웨이브 세대란 60년대 일본의 영화사에서 과거세대와는 단 절된 뉴웨이브 의 흐름이 있었는데 오늘날의 뉴웨이브 세대를 뛰어넘는다는 의미에서 뉴 뉴웨이브 세대로 불린다. 뉴 뉴웨이브 세대 감독들의 경향은 개인적이고 자유분 연구논문 이와이 슌지 영화 속에 나타난 화면구성 연구 -러브레터, 4월 이야기를 중심으로- 최광영 *38) 여주대학교 방송미디어제작과 강사 진승현 **39) 호서대학교 문화예술학부 영상미디어전공 조교수 Ⅰ. 서론 한국에서 일본대중문화 개방 정책에 따라 일본영화가 정식으로 수입되어 들어온 지도 벌써 10여년이 넘었다. 한국에 소개된 일본영화를 살펴보면 기타노

More information

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

Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp DOI:   * Review of Research Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp.79-102 DOI: http://dx.doi.org/10.21024/pnuedi.27.2.201706.79 * Review of Research Trends on Curriculum for Students with Severe and multiple

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

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

<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

#유한표지F

#유한표지F www.yuhan.ac.kr www.yuhan.ac.kr 대 학 요 람 2008 422-749 경기도 부천시 소사구 경인로 636(괴안동 185-34) Tel : 02)2610-0600 / 032)347-0600 유 한 대 학 대학요람 2008 2008 대학요람 설립자 유일한 박사의 숭고한 정신과 철학을 실천하는 대학 눈으로 남을 볼 줄 아는 사람은 훌륭한

More information

8월-이윤희-1.indd

8월-이윤희-1.indd F O C U S 4 국내 SNS의 이용 현황과 주요 이슈 분석 이윤희* 스마트폰 대중화와 SNS 이용의 일상화는 우리 사회에 많은 변화를 가져왔다. 소통과 참여 의 확대와 무한 정보 공유의 대가는 프라이버시 침해, 사이버폭력, 소통의 양극화, 허위정보의 확산, 정보 과부하라는 부작용을 초래했다. 이에 본고에서는 국내 SNS 이용 현황과 주요 이슈 들을 분석하여,

More information

Web Scraper in 30 Minutes 강철

Web Scraper in 30 Minutes 강철 Web Scraper in 30 Minutes 강철 발표자 소개 KAIST 전산학과 2015년부터 G사에서 일합니다. 에서 대한민국 정치의 모든 것을 개발하고 있습니다. 목표 웹 스크래퍼를 프레임웍 없이 처음부터 작성해 본다. 목표 웹 스크래퍼를 프레임웍 없이 처음부터 작성해 본다. 스크래퍼/크롤러의 작동 원리를 이해한다. 목표

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

433대지05박창용

433대지05박창용 Recent Changes in Summer Precipitation Characteristics over South Korea Changyong Park* JaYeon Moon** Eun-Jeong Cha*** Won-Tae Yun**** Youngeun Choi***** 1958 2007 6 9 6 9 10 10 10 10 10 Abstract This

More information

170918_hjk_datayanolja_v1.0.1.

170918_hjk_datayanolja_v1.0.1. 모 금융회사 오픈소스 및 머신러닝 도입 이야기 김 형 준 2 0 발표자소개 1 인터넷폐쇄망에서분석시스템구축 (feat. 엔지니어가없을때 ) 2 분석보고서자동화 3 Machine Learning 삽질기 ( 분석 & 개발 ) 3 0 발표자소개 1 인터넷폐쇄망에서분석시스템구축 (feat. 엔지니어가없을때 ) 2 분석보고서자동화하기 3 Machine Learning

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

Effects of baseball expertise and stimulus speeds on coincidence-anticipation timing accuracy of batting Jong-Hwa Lee, Seok-Jin Kim, & Seon-Jin Kim* Seoul National University [Purpose] [Methods] [Results]

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

강의지침서 작성 양식

강의지침서 작성 양식 정보화사회와 법 강의지침서 1. 교과목 정보 교과목명 학점 이론 시간 실습 학점(등급제, P/NP) 비고 (예:팀티칭) 국문 정보화사회와 법 영문 Information Society and Law 3 3 등급제 구분 대학 및 기관 학부(과) 전공 성명 작성 책임교수 법학전문대학원 법학과 최우용 2. 교과목 개요 구분 교과목 개요 국문 - 정보의 디지털화와 PC,

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

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

?

? http://kfaexpo.kr/ The 40th Korea Franchise Business Expo 2017 JUNE - Vol.23 2017 JUNE - Vol.23 2017 in Busan COVER STORY SPEACIAL REPORT GUIDE POST PEOPLE & STORY ASSOCIATION NEWS Ҷ

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

¼º¿øÁø Ãâ·Â-1

¼º¿øÁø Ãâ·Â-1 Bandwidth Efficiency Analysis for Cooperative Transmission Methods of Downlink Signals using Distributed Antennas In this paper, the performance of cooperative transmission methods for downlink transmission

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

???? 1

???? 1 The Korean Journal of Applied Statistics (2014) 27(1), 13 20 DOI: http://dx.doi.org/10.5351/kjas.2014.27.1.013 Maximum Tolerated Dose Estimation by Stopping Rule and SM3 Design in a Phase I Clinical Trial

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

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 901 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 (A Effective Sinkhole Attack Detection Mechanism for LQI based Routing in WSN) 최병구 조응준 (Byung

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

Microsoft Word - Westpac Korean Handouts.doc

Microsoft Word - Westpac Korean Handouts.doc 1 1 2 Westpac Honolulu Oct. 12, 2007 Korean Legal Research 2 3 Korea is Wired! Traditional Nongak or Farmers Dance 3 4 Wired! World Champion b-boys (Breakdancers) 4 5 The most Wired nation in the world

More information

쉽게 풀어쓴 C 프로그래밊

쉽게 풀어쓴 C 프로그래밊 Power Java 제 27 장데이터베이스 프로그래밍 이번장에서학습할내용 자바와데이터베이스 데이터베이스의기초 SQL JDBC 를이용한프로그래밍 변경가능한결과집합 자바를통하여데이터베이스를사용하는방법을학습합니다. 자바와데이터베이스 JDBC(Java Database Connectivity) 는자바 API 의하나로서데이터베이스에연결하여서데이터베이스안의데이터에대하여검색하고데이터를변경할수있게한다.

More information

DBMS & SQL Server Installation Database Laboratory

DBMS & SQL Server Installation Database Laboratory DBMS & 조교 _ 최윤영 } 데이터베이스연구실 (1314 호 ) } 문의사항은 cyy@hallym.ac.kr } 과제제출은 dbcyy1@gmail.com } 수업공지사항및자료는모두홈페이지에서확인 } dblab.hallym.ac.kr } 홈페이지 ID: 학번 } 홈페이지 PW:s123 2 차례 } } 설치전점검사항 } 설치단계별설명 3 Hallym Univ.

More information

0125_ 워크샵 발표자료_완성.key

0125_ 워크샵 발표자료_완성.key WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server, which either is part of an Internet hosting service or is a network host

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

07변성우_ok.hwp

07변성우_ok.hwp 2 : (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.631 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a), b) Metadata Management System Implementation

More information

-07-......

-07-...... A Depth Interview on Qualification, Role, and Professionalism of Infant/Toddler Teachers Department of Child & Family Studies, Kyung Hee University Associate Professor : Ahn, Sun Hee Department of Early

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA FPS게임 구성요소의 중요도 분석방법에 관한 연구 2 계층화 의사결정법에 의한 요소별 상관관계측정과 대안의 선정 The Study on the Priority of First Person Shooter game Elements using Analytic Hierarchy Process 주 저 자 : 배혜진 에이디 테크놀로지 대표 Bae, Hyejin AD Technology

More information

10(3)-09.fm

10(3)-09.fm w y wz 10«3y 253~258 (2010.12.) Journal of Korean Society of Urban Environment ³ w Á» Á Á y w y œw (2010 11 22, 2010 12 9 k) Study on Determine of Detention Pond in Small Developed Area In-Soo Chang ½

More information

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770>

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770> Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 19, No. 2 : 258~264 Feb. 2015 ID3 알고리즘 기반의 귀납적 추론을 활용한 모바일 OS의 성공과 실패에 대한

More information

Can032.hwp

Can032.hwp Chromosomal Alterations in Hepatocellular Carcinoma Cell Lines Detected by Comparative Genomic Hybridization Sang Jin Park 1, Mahn Joon Ha, Ph.D. 1, Hugh Chul Kim, M.D. 2 and Hyon Ju Kim, M.D. 1 1 Laboratory

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

빅데이터_DAY key

빅데이터_DAY key Big Data Near You 2016. 06. 16 Prof. Sehyug Kwon Dept. of Statistics 4V s of Big Data Volume Variety Velocity Veracity Value 대용량 다양한 유형 실시간 정보 (불)확실성 가치 tera(1,0004) - peta -exazetta(10007) bytes in 2020

More information

Microsoft Word - 1-차우창.doc

Microsoft Word - 1-차우창.doc Journal of the Ergonomics Society of Korea Vol. 28, No. 2 pp.1-8, May 2009 1 하이브리드 환경하의 인간기계시스템 제어실 평가에 관한 연구 차 우 창 김 남 철 금오공과대학교 산업시스템공학과 A Study of the Evaluation for the Control Room in Human Machine

More information

WRIEHFIDWQWF.hwp

WRIEHFIDWQWF.hwp 목 차 Abstract 1. 서론 2. 한국영화 흥행의 배경 2.1. 대중문화와 흥행영화 2.2. 흥행변수에 관한 조망 3. 영화 의 내러티브 특징 3.1. 일원적 대칭형 인물 설정 3.2. 에피소드형 이야기 구조 3.3. 감각적인 대사 처리 4. 시청각 미디어 환경의 영향력 4.1. 대중 매체가 생산한 기억 4.2. 기존 히트곡 사용의 위력 5. 결론 참고문헌

More information

8-VSB (Vestigial Sideband Modulation)., (Carrier Phase Offset, CPO) (Timing Frequency Offset),. VSB, 8-PAM(pulse amplitude modulation,, ) DC 1.25V, [2

8-VSB (Vestigial Sideband Modulation)., (Carrier Phase Offset, CPO) (Timing Frequency Offset),. VSB, 8-PAM(pulse amplitude modulation,, ) DC 1.25V, [2 VSB a), a) An Alternative Carrier Phase Independent Symbol Timing Offset Estimation Methods for VSB Receivers Sung Soo Shin a) and Joon Tae Kim a) VSB. VSB.,,., VSB,. Abstract In this paper, we propose

More information

38이성식,안상락.hwp

38이성식,안상락.hwp 동영상UCC의 활성화에 따른 영상디자인의 대중화 현상에 관한 연구 A Study on Development of Public Relationship of UCC Animation in Social Network 주저자: 이성식 (Lee, Sung Sik) (주)펄슨앤커뮤니케이션 공동저자: 안상락(An, Sang Lak) 한국재활복지대학 광고홍보과 논문요약 Abstract

More information

빅데이터분산컴퓨팅-5-수정

빅데이터분산컴퓨팅-5-수정 Apache Hive 빅데이터분산컴퓨팅 박영택 Apache Hive 개요 Apache Hive 는 MapReduce 기반의 High-level abstraction HiveQL은 SQL-like 언어를사용 Hadoop 클러스터에서 MapReduce 잡을생성함 Facebook 에서데이터웨어하우스를위해개발되었음 현재는오픈소스인 Apache 프로젝트 Hive 유저를위한

More information

Analyses the Contents of Points per a Game and the Difference among Weight Categories after the Revision of Greco-Roman Style Wrestling Rules Han-bong

Analyses the Contents of Points per a Game and the Difference among Weight Categories after the Revision of Greco-Roman Style Wrestling Rules Han-bong Analyses the Contents of Points per a Game and the Difference among Weight Categories after the Revision of Greco-Roman Style Wrestling Rules Han-bong An 1 & Kyoo-jeong Choi 2 * 1 Korea National Wrestling

More information

패션 전문가 293명 대상 앙케트+전문기자단 선정 2010.1 Fashionbiz CEO Managing Director Creative Director Independent Designer

패션 전문가 293명 대상 앙케트+전문기자단 선정 2010.1 Fashionbiz CEO Managing Director Creative Director Independent Designer READY-TO-WEAR Fashionbiz 2010.1 패션 전문가 293명 대상 앙케트+전문기자단 선정 2010.1 Fashionbiz CEO Managing Director Creative Director Independent Designer READY-TO-WEAR Fashionbiz 2010.1 1 2 3 4 5 6 7 8 9 9 2010.1 Fashionbiz

More information

<5B313132385D32303039B3E220C1A634B1C720C1A632C8A320B3EDB9AEC1F628C3D6C1BE292E687770>

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

More information

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

인문사회과학기술융합학회 Asia-pacific Journal of Multimedia Services Convergent with Art, Humanities, and Sociology Vol.5, No.4, August (2015), pp.631-648 http://dx.doi.org/10.14257/ajmahs.2015.08.77 보육의 위기적 현상과 재난안전관리의 문제점 조망

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

07.045~051(D04_신상욱).fm

07.045~051(D04_신상욱).fm J. of Advanced Engineering and Technology Vol. 1, No. 1 (2008) pp. 45-51 f m s p» w Á xá zá Ÿ Á w m œw Image Retrieval Based on Gray Scale Histogram Refinement and Horizontal Edge Features Sang-Uk Shin,

More information

01이정훈(113~127)ok

01이정훈(113~127)ok The Role of Historical Relativity in International Exchange of Culture and Tourism at the Regional Level: A Case of Gyeonggi and Shandong Province Jung-hoon Lee** Kyung-Eun Choi*** Eun-Ja Lee****,.,,.,,.,,.,.,.,,,

More information

<283732372D3733312920B4D9C3CAC1A120BCD2C7C1C6AEC4DCC5C3C6AEB7BBC1EEC0C720B3EBBEC8C0C720BDC3B7C2BAB8C1A4BFA120B4EBC7D120C0AFBFEBBCBA20C6F2B0A1283035292E687770>

<283732372D3733312920B4D9C3CAC1A120BCD2C7C1C6AEC4DCC5C3C6AEB7BBC1EEC0C720B3EBBEC8C0C720BDC3B7C2BAB8C1A4BFA120B4EBC7D120C0AFBFEBBCBA20C6F2B0A1283035292E687770> 대한안과학회지 제 49 권 제 5 호 2008 J Korean Ophthalmol Soc 49(5):727-731, 2008 DOI : 10.3341/jkos.2008.49.5.727 다초점 소프트콘택트렌즈의 노안의 시력보정에 대한 유용성 평가 김현경 1 김효명 2 정성근 1 가톨릭대학교 의과대학 성모병원 안과학교실 1, 고려대학교 의과대학 안암병원 안과학교실

More information