Review of the Techniques for Smart Learning Systems

Size: px
Start display at page:

Download "Review of the Techniques for Smart Learning Systems"

Transcription

1 , pp Review of the Techniques for Smart Learning Systems Jaegeol Yim, Sangheon Kim 1 Departmet of Computer Engineering, Dongguk University at Gyeongju, Korea {yim}@dongguk.ac.kr Abstract. This paper surveys smart learning systems in order to identify the techniques needed in implementsation of smart learnng systems. Database management, video streaming, web programming, and so on are essential techniques for smart learning system implementation. There are many database management systems (DBMS) we can use to develop database systems. This paper reviews techniques to use MySQL DBMS. This paper also propose a design of a smart learning system. Keywords: DBMS, MySQL, Smart learning system 1 Introduction Flipped learning is said to be one of the most efficient teaching and learning methods. In flipped learning, students watch lecture videos at home. In the class, they solve interesting problems under the teacher s guide. Nowadays, students watch videos through smart devices while they are on the way home. Therefore, schools should provide a smart learning system. A database of lecture videos, smart applications, content management systems, and streaming servers are essential parts of smart learning systems. There are many database management system (DBMS) with which we can develop database of lecture videos. Among them, this paper reviews techniques to use MySQL DBMS. 2 Related Works Kim et al. [1] introduced a peer report grading system with which students can share their ideas about their answers to assignments. The conceptual model of the system is depicted in Fig. 1. It is a client-server system. A client can be connected to the server via either the Internet or mobile net. The Tomcat is installed as the web server in the server. The server system is written in Java language. MySQL is used as the database management system of the system. The client is written in HTML5 and JavaScript. This paper proposed a self-paced learning system with which students can learn a subject themselves. The system shows many questions at the beginning and evaluates students' answers. Then the system provides student with hints. During the evaluation ISSN: ASTL Copyright 2016 SERSC

2 stage, the system extracts key words from the answers and assigns weights on them. Synonyms of key words are obtained from the WordNet and considered to be correct key words. Fig. 1. A conceptual model of the peer review system Cho etg al. [3] examined the positive effects of the realistic augmented reality in smart learning. Augmented reality is the techniques to integrate real world and virtual world. They concluded that augmented reality contents provides users with better satisfaction. Kang et al. [4] proposed a design of u-learning application for multi-cultural students. The application provides the following menus: Tests, Quiz, Media, Grade, Chat Box, and Video Call. Students can access the u-learning module application anytime and anywhere through PC and mobile devices. Koh and Kim [5] developed a learning system for computer classes. In computer classes, students write a lot of computer programs. This learning system provides teachers with an environment in which they can conveniently upload assignments. The system consists of "Login," "Join member," "Assignment BBS," "My page," and "Q&A BBS" components. The "Assignment BBS" lists all assignments in the order of time. 3 MySQL A database is an application system that stores huge volume of data and provides interfaces for creating and managing the stored data. In order to develop a database system, we use a database management system (DBMS). MySQL is one of the most popular relational database management systems (RDBMS). Visit in order to download the MySQL installer package. After unzipping the package, execute setup.exe. Then, MySQL is installed under the MySQL folder as shown in Fig Copyright 2016 SERSC

3 Show databases; shows databases on the MySQL server as shown in Fig. 3. create database wine creates a database named wine as shown in Fig. 3. show tables after use wine shows all tables belonging to the wine database. There is no table in wine at this moment. create table customers create the customers table in the database, wine in this case as shown in Figure 4. We can store data in the table by using insert command as shown in Figure 5. Fig. 2. MySQL is installed under the MySQL folder Fig. 3. show command Fig. 4. Create a database command Copyright 2016 SERSC 3

4 Fig. 5. Insert a row into the customers table 4 Design of the System Our smart learning system provides a studio where teachers can efficiently produce lecture videos. This studio allows users to easily produce augmented reality videos and virtual reality videos. Everybody watches augmented reality videos everyday on televisions. Most of television programs including weather forecasting, realistic news broadcasting, realistic educational programs, and tourism programs are full of augmented reality. This studio provides users with equipment and software products with which they can efficiently produce augmented reality videos. This studio also provides users with 360 cameras and accessories including drones with which they can conveniently take 360 pictures. The studio also provides users with software products with which they can efficiently organize footage and stitch it all together. One of the most important components of the smart learning system is the content management system (CMS). The CMS allows teachers to conveniently upload their lecture videos and allows students to conveniently find the video they want to watch. In addition to providing users with convenient user interface, the CMS should also provide abundant application program interface with which software developers can efficiently develop applications. 5 Conclusions This paper surveyed smart learning systems. Existing systems emphasized on 1) the positive effects of augmented reality and virtual reality, 2) self-paced learning, 3) management of assignments, and so on in smart learning. Considering the advantages of existing systems, this paper proposed a design of a smart learning system 4 Copyright 2016 SERSC

5 Acknowledgments. This research was funded by the Research Foundation of Korea (NRF) funded by the Ministry of Education (NRF ), by the Development of Global Culture and Tourism IPTV Broadcasting Station Project through the Industrial Infrastructure Program for Fundamental Technologies funded by the Ministry of Knowledge Economy ( ), and by the Dongguk University Research Fund of References 1. Kim, I., Cho, S., Kim, J.: Implementing a Web-Based Peer grading System and Experiment the Learning Effect. IJSEIA 9(6), pp , (2015) 2. Rinchen, P.: Open Ended Tool for Self Paced Learning. IJHIT 8(8), pp , (2015) 3. Cho, Y., Kim, B., Park, S. and Kim, S.: Flow and Learning satisfaction for Smart Learning Based of Mobile Augmented Reality. IJSEIA 9(4), pp , (2015) 4. Kang, B. and Kim, H.: Proposal: A Design of u-learning Module Application for Multi- Cultural Students in Korea, IJSEIA 9(1), pp , (2015) 5. Koh, E. and Kim, S.: Developing a Blended Learning System through Adaptive Feedback to Learners in an Assignment-intensive Course. IJSEIA 8(10) pp , (2014) Copyright 2016 SERSC 5

A Blended Learning Approach to an Assignmentintensive

A Blended Learning Approach to an Assignmentintensive , pp.18-22 http://dx.doi.org/10.14257/astl.2014.52.04 A Blended Learning Approach to an Assignmentintensive Course Eun Ji Koh 1, Young Ji Kim 1 and Seong Baeg Kim 1,1, 1 Dept. of Computer Education, Jeju

More information

Review of the Techniques for User Management System

Review of the Techniques for User Management System , pp.87-91 http://dx.doi.org/10.14257/astl.2014.46.20 Review of the Techniques for User Management System Jaegeol Yim *, Gyeyoung Lee *, Kyungsoo Ham * *Dongguk University at Gyeongju Korea, {yim, lky,

More information

Developing a Video-based Smart Mastery Learning through Adaptive Evaluation

Developing a Video-based Smart Mastery Learning through Adaptive Evaluation , pp. 101-114 http://dx.doi.org/10.14257/ijseia.2014.8.11.09 Developing a Video-based Smart Mastery Learning through Adaptive Evaluation Jeongim Kang 1, Moonhee Kim 1 and Seong Baeg Kim 1,1 1 Department

More information

Design and Analysis of Mobile Learning Management System based on Web App

Design and Analysis of Mobile Learning Management System based on Web App , pp. 417-428 http://dx.doi.org/10.14257/ijmue.2015.10.1.38 Design and Analysis of Mobile Learning Management System based on Web App Shinwon Lee Department of Computer System Engineering, Jungwon University,

More information

Design and Implementation of a Streaming Server Management System

Design and Implementation of a Streaming Server Management System , pp. 71-84 http://dx.doi.org/10.14257/ijseia.2015.9.7.08 Design and Implementation of a Streaming Server Management System Jaegeol Yim and Gyeyoung Lee Dept. of Computer Engineering, Dongguk University

More information

A Mobile Application for Information Sharing and Collaboration among Co-located People

A Mobile Application for Information Sharing and Collaboration among Co-located People , pp.17-21 http://dx.doi.org/10.14257/astl.2015.106.05 A Mobile Application for Information Sharing and Collaboration among Co-located People Junseok Kwak 1, Jae-Hwan Jin 1, Myung-Joon Lee 2 School of

More information

Component Based Development for Mobile Enterprise Application

Component Based Development for Mobile Enterprise Application Vol.35(Software 2013), pp.31-35 http://dx.doi.org/10.14257/astl.2013.35.08 Component Based Development for Mobile Enterprise Application Yvette E. Gelogo 1 and Haeng-Kon Kim 1* 1 School of Information

More information

How To Develop An Interactive Multimedia Education Program For Multicultural Healthcare Education

How To Develop An Interactive Multimedia Education Program For Multicultural Healthcare Education , pp.367-376 http:// dx.doi.org/10.14257/ijmue.2013.8.6.36 Applying e-learning for Multicultural Healthcare Education Myonghwa Park 1 and Moonhee Gang 1* 1 College of Nursing, Chungnam National University,

More information

Crime Hotspots Analysis in South Korea: A User-Oriented Approach

Crime Hotspots Analysis in South Korea: A User-Oriented Approach , pp.81-85 http://dx.doi.org/10.14257/astl.2014.52.14 Crime Hotspots Analysis in South Korea: A User-Oriented Approach Aziz Nasridinov 1 and Young-Ho Park 2 * 1 School of Computer Engineering, Dongguk

More information

Proposal: A Design of E-learning User Authentication System

Proposal: A Design of E-learning User Authentication System , pp.45-50 http://dx.doi.org/10.14257/ijsia.2015.9.1.05 Proposal: A Design of E-learning User Authentication System Byeong Ho Kang 1 and Hyejin Kim 2 1 School of Engineering and ICT, University of Tasmania,

More information

Mobile Hybrid Cloud Computing Issues and Solutions

Mobile Hybrid Cloud Computing Issues and Solutions , pp.341-345 http://dx.doi.org/10.14257/astl.2013.29.72 Mobile Hybrid Cloud Computing Issues and Solutions Yvette E. Gelogo *1 and Haeng-Kon Kim 1 1 School of Information Technology, Catholic University

More information

Extraction of Risk Factors Through VOC Data Analysis for Travel Agencies

Extraction of Risk Factors Through VOC Data Analysis for Travel Agencies , pp.1-6 http://dx.doi.org/10.14257/astl.2016.129.01 Extraction of Risk Factors Through VOC Data Analysis for Travel Agencies Eun-Jee Song 1 and Min-Shik Kang 2 1 Department of Computer Science, Namseoul

More information

Supporting Collaborative Video Editing Over Cloud Storage

Supporting Collaborative Video Editing Over Cloud Storage , pp.110-114 http://dx.doi.org/10.14257/astl.2014.67.26 Supporting Collaborative Video Editing Over Cloud Storage Hyeong-Bae An 1, Jongmoon Park 1, Myung-Joon Lee 2 School of Electircal Engineering, University

More information

Design of Expanded Assessment Management System for Open-Source Moodle LMS Module

Design of Expanded Assessment Management System for Open-Source Moodle LMS Module 2012 3rd International Conference on e-education, e-business, e-management and e-learning IPEDR vol.27 (2012) (2012) IACSIT Press, Singapore Design of Expanded Assessment Management System for Open-Source

More information

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Vol.8, No.3 (2014), pp.107-118 http://dx.doi.org/10.14257/ijsh.2014.8.3.10 The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Woon-Yong

More information

Fully Online or Blended Courses does it make a difference for the learner?

Fully Online or Blended Courses does it make a difference for the learner? Fully Online or Blended Courses does it make a difference for the learner? D. Sarkis, N. Kee, C.J. Perumalla Department of Physiology, University of Toronto Toronto, Canada d.sarkis@utoronto.ca, nohjin.kee@utoronto.ca,

More information

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation , pp.62-67 http://dx.doi.org/10.14257/astl.2015.90.14 CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation Byeong Jeong Kim 1 and Seop Hyeong Park 1 1 Department of Electronic

More information

Design and Implementation of Automatic Attendance Check System Using BLE Beacon

Design and Implementation of Automatic Attendance Check System Using BLE Beacon , pp.177-186 http://dx.doi.org/10.14257/ijmue.2015.10.10.19 Design and Implementation of Automatic Attendance Check System Using BLE Beacon Mi-Young Bae and Dae-Jea Cho * Dept. Of Multimedia Engineering,

More information

Design of a Subtitle System for Internet TV Systems

Design of a Subtitle System for Internet TV Systems , pp. 11-20 http://dx.doi.org/10.14257/ijmue.2016.11.5.02 Design of a Subtitle System for Internet TV Systems Jaegeol Yim 1 Department of Computer Engineering, Dongguk University at GyeongJu, 38066, Korea

More information

Cloud Computing based Livestock Monitoring and Disease Forecasting System

Cloud Computing based Livestock Monitoring and Disease Forecasting System , pp.313-320 http://dx.doi.org/10.14257/ijsh.2013.7.6.30 Cloud Computing based Livestock Monitoring and Disease Forecasting System Seokkyun Jeong 1, Hoseok Jeong 2, Haengkon Kim 3 and Hyun Yoe 4 1,2,4

More information

Development of a Learning Content Management Systems

Development of a Learning Content Management Systems Development of a Learning Content Management Systems Lejla Abazi-Bexheti Abstract Change appears to be the only constant in the field of ICT and what was treated as advanced feature few years ago is today

More information

Concept Design of Testbed based on Cloud Computing for Security Research

Concept Design of Testbed based on Cloud Computing for Security Research , pp.19-23 http://dx.doi.org/10.14257/astl.2013 Concept Design of Testbed based on Cloud Computing for Security Research ByungRae Cha and JongWon Kim School of Information and Communications, GIST, Korea

More information

Implementation of Augmented Reality System for Smartphone Advertisements

Implementation of Augmented Reality System for Smartphone Advertisements , pp.385-392 http://dx.doi.org/10.14257/ijmue.2014.9.2.39 Implementation of Augmented Reality System for Smartphone Advertisements Young-geun Kim and Won-jung Kim Department of Computer Science Sunchon

More information

Challenges in Android Application Development: A Case Study

Challenges in Android Application Development: A Case Study Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.294

More information

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Djoni Haryadi Setiabudi, Lady Joanne Tjahyana,Winsen Informatics Department Petra

More information

Using Interactive Multimedia Web Interface for Multicultural Healthcare Education

Using Interactive Multimedia Web Interface for Multicultural Healthcare Education Using Interactive Multimedia Web Interface for Multicultural Healthcare Education Myonghwa Park 1 1 College of Nursing, Chungnam National University, Daejeon, 301-747 mhpark@cnu.ac.kr Abstract. Interactive

More information

Developing Learning Activities using Mixed Reality Contents at Elementary Smart School

Developing Learning Activities using Mixed Reality Contents at Elementary Smart School , pp.32-36 http://dx.doi.org/10.14257/astl.2013 Developing Learning Activities using Mixed Reality Contents at Elementary Smart School Suh Heejeon Tongmyong University 428, Sinseon-ro, Nam-gu, Busan, 608-711,

More information

The Use of Social Networking Platforms as New, Efficient Technology Tools for E-learning

The Use of Social Networking Platforms as New, Efficient Technology Tools for E-learning IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 04 (April. 2015), V3 PP 01-07 www.iosrjen.org The Use of Social Networking Platforms as New, Efficient Technology

More information

The Model for Managing Real Media Contents in Terms of EHR

The Model for Managing Real Media Contents in Terms of EHR The Model for Managing Real Media Contents in Terms of EHR You-Jin Song 1, Jang-Mook Kang 2 and Jaedoo Huh 3 1 Department of Information Management, Dongguk University, 707 Seokjang-dong, Gyeongju, Gyeongsangbuk-do,

More information

elearning Methodology

elearning Methodology 1 Introduction elearning is the education methodology that takes advantage of modern information and communication technologies (ICT) to address the continuing educational needs of students. "Internet-enabled

More information

Development of a User Management Module for Internet TV Systems

Development of a User Management Module for Internet TV Systems , pp.43-56 http://dx.doi.org/10.14257/ijmue.2015.10.11.05 Development of a User Management Module for Internet TV Systems Kangjai Lee 1 and Jaegeol Yim 2* 1 Dept. of Computer Information, Suwon Science

More information

TRANSITIONAL DISTANCE THEORY AND COMMUNIMCATION IN ONLINE COURSES A CASE STUDY

TRANSITIONAL DISTANCE THEORY AND COMMUNIMCATION IN ONLINE COURSES A CASE STUDY TRANSITIONAL DISTANCE THEORY AND COMMUNIMCATION IN ONLINE COURSES A CASE STUDY Scott Mensch, Indiana University of Pennsylvania SMensch@IUP.edu Azad Ali, Indiana University of Pennsylvania Azad.Ali@IUP.edu

More information

A study on the Monitoring Model for Traffic Analysis and Application of Big Data

A study on the Monitoring Model for Traffic Analysis and Application of Big Data , pp.30-35 http://dx.doi.org/10.14257/astl.2013 A study on the Monitoring Model for Traffic Analysis and Application of Big Data Bong-Hwa Hong 1, Hae-Jong Joo 2 1 Dept. of Digital and Media Technology,

More information

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment , pp.18-22 http://dx.doi.org/10.14257/astl.2013.42.05 Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment Changhee Cho 1, Sanghyun Park 2, Jadhav Yogiraj

More information

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator , pp. 219-228 http://dx.doi.org/10.14257/ijsh.2015.9.8.23 The Digital Signage System Supporting Multi-Resources Schedule on an Elevator Woon-Yong Kim and SoonGohn Kim (Corresponding Author) Department

More information

Development of Knowledge Management System for Broadening English Reading Skill on Mobile Phone

Development of Knowledge Management System for Broadening English Reading Skill on Mobile Phone Development of Knowledge Management System for Broadening English Reading Skill on Mobile Phone Pensri Srisawat Institute of Physical Education Suphanburi Campus, Suphanburi, Thailand srisawatt.ps@gmail.com

More information

Online Training Made Easier with Video

Online Training Made Easier with Video Online Training Made Easier with Video A Ziff Davis White Paper Sponsored by: Contents Executive Summary... 03 Online Training... 03 Online Training with Video... 04 Primary approaches to online training

More information

BA. (Hons) Graphics Design

BA. (Hons) Graphics Design BA. (Hons) Graphics Design Cohorts: BGD/08B/FT & BGD/09U/PT Examinations for 2010 2011 / Semester 1 Resit Examinations for 2009 2010 / Semester 1 MODULE: Advanced Web Design MODULE CODE: WAT3110 Duration:

More information

Virtual Computing Laboratories Extension with Virtual Desktop Infrastructure for Smart Campus on a Cloud Computing

Virtual Computing Laboratories Extension with Virtual Desktop Infrastructure for Smart Campus on a Cloud Computing , pp.52-57 http://dx.doi.org/10.14257/astl.2013 Virtual Computing Laboratories Extension with Virtual Desktop Infrastructure for Smart Campus on a Cloud Computing Dongho Song 1, Youngpil Kim 2, Yeonjin

More information

On site big data analysis system model to promote the competiveness of manufacturing enterprises

On site big data analysis system model to promote the competiveness of manufacturing enterprises Vol.87 (Art, Culture, Game, Graphics, Broadcasting and Digital Contents 2015), pp.29-33 http://dx.doi.org/10.14257/astl.2015.87.07 On site big data analysis system model to promote the competiveness of

More information

CHALLENGES AND OPPORTUNITIES OFFERED BY E-LEARNING PLATFORM IN THE EDUCATIONAL PROCESS AT THE UNIVERSITY LEVEL

CHALLENGES AND OPPORTUNITIES OFFERED BY E-LEARNING PLATFORM IN THE EDUCATIONAL PROCESS AT THE UNIVERSITY LEVEL CHALLENGES AND OPPORTUNITIES OFFERED BY E-LEARNING PLATFORM IN THE EDUCATIONAL PROCESS AT THE UNIVERSITY LEVEL BĂLĂCESCU ANIELA LECTURER PH.D., CONSTANTIN BRANCUSI UNIVERSITY OF TÂRGU JIU, FACULTY OF ECONOMICS

More information

BLENDED LEARNING APPROACH TO IMPROVE IN-SERVICE TEACHER EDUCATION IN EUROPE THROUGH THE FISTE COMENIUS 2.1. PROJECT

BLENDED LEARNING APPROACH TO IMPROVE IN-SERVICE TEACHER EDUCATION IN EUROPE THROUGH THE FISTE COMENIUS 2.1. PROJECT BLENDED LEARNING APPROACH TO IMPROVE IN-SERVICE TEACHER EDUCATION IN EUROPE THROUGH THE FISTE COMENIUS 2.1. PROJECT G. THORSTEINSSON *,1 and T. PAGE 2 1 Department of Design and Craft, Iceland University

More information

Security Assessment through Google Tools -Focusing on the Korea University Website

Security Assessment through Google Tools -Focusing on the Korea University Website , pp.9-13 http://dx.doi.org/10.14257/astl.2015.93.03 Security Assessment through Google Tools -Focusing on the Korea University Website Mi Young Bae 1,1, Hankyu Lim 1, 1 Department of Multimedia Engineering,

More information

Genesis LC2. Genesis LC1. Genesis Flex. Genesis Cloud. Feature/Function. Linguatronics Genesis Functional Specification List 1

Genesis LC2. Genesis LC1. Genesis Flex. Genesis Cloud. Feature/Function. Linguatronics Genesis Functional Specification List 1 Software-based language training and classroom control system for language laboratories and second language classrooms Software-based classroom control system for multimedia computer labs and classrooms

More information

Cloud Computing-upcoming E-Learning tool

Cloud Computing-upcoming E-Learning tool Cloud Computing-upcoming E-Learning tool Suvarna Dharmadhikari Computer science Department suvarnangore@rediffmail.com Monali Reosekar Computer science Department monalireosekar@gmail.com Vidya Gage Computer

More information

The Development of an Intellectual Tracking App System based on IoT and RTLS

The Development of an Intellectual Tracking App System based on IoT and RTLS , pp.9-13 http://dx.doi.org/10.14257/astl.2015.85.03 The Development of an Intellectual Tracking App System based on IoT and RTLS Hak-Jun Lee 1, Ju-Su Kim 1, Umarov Jamshid 1, Man-Kyo Han 2, Ryum-Duck

More information

Upcoming 2015 Moodle Training Courses

Upcoming 2015 Moodle Training Courses hosted by September 2015 Volume 5, Issue 9 Newsletter Upcoming 2015 Moodle Training Courses Special Interest Articles Upcoming Moodle Training Individual Highlights PRISM in the Classroom Online Tutors

More information

Integration of Hadoop Cluster Prototype and Analysis Software for SMB

Integration of Hadoop Cluster Prototype and Analysis Software for SMB Vol.58 (Clound and Super Computing 2014), pp.1-5 http://dx.doi.org/10.14257/astl.2014.58.01 Integration of Hadoop Cluster Prototype and Analysis Software for SMB Byung-Rae Cha 1, Yoo-Kang Ji 2, Jong-Won

More information

Evaluating Usability of E-Learning Systems in Universities

Evaluating Usability of E-Learning Systems in Universities Evaluating Usability of E-Learning Systems in Universities Nicholas Kipkurui Kiget Department of Computer Science Masinde Muliro University of Science and Technology Kakamega, Kenya Professor G. Wanyembi,

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

Digital Asset Management Software & Brand Portal

Digital Asset Management Software & Brand Portal Datasheet Digital Asset Management Software & Brand Portal 2015 WIKIPIXEL, INC.. -18851 NE 29TH AVE - SUITE 753 - AVENTURA, FL 33180 - USA Datasheet What is Wikipixel? Wikipixel is a cloud based media

More information

Security Threats on National Defense ICT based on IoT

Security Threats on National Defense ICT based on IoT , pp.94-98 http://dx.doi.org/10.14257/astl.205.97.16 Security Threats on National Defense ICT based on IoT Jin-Seok Yang 1, Ho-Jae Lee 1, Min-Woo Park 1 and Jung-ho Eom 2 1 Department of Computer Engineering,

More information

Success factors for the implementation of ERP to the Agricultural Products Processing Center

Success factors for the implementation of ERP to the Agricultural Products Processing Center , pp.61-66 http://dx.doi.org/10.14257/astl.2015.95.12 Success factors for the implementation of ERP to the Agricultural Products Processing Center Jung Rock Do 1, Jin Hyeung Kim 2, Young Chan Choe 3 1

More information

ONLINE ACADEMIC ADMINISTRATION SYSTEM TO SUPPORT DISTANCE LEARNING AT FACULTY OF COMPUTER SCIENCE UNIVERSITY OF INDONESIA

ONLINE ACADEMIC ADMINISTRATION SYSTEM TO SUPPORT DISTANCE LEARNING AT FACULTY OF COMPUTER SCIENCE UNIVERSITY OF INDONESIA ONLINE ACADEMIC ADMINISTRATION SYSTEM TO SUPPORT DISTANCE LEARNING AT FACULTY OF COMPUTER SCIENCE UNIVERSITY OF INDONESIA Zainal A. Hasibuan Faculty of Computer Science, University of Indonesia Depok,

More information

Studying an Edutainment Applying Information Security Damage Cases for Adolescents

Studying an Edutainment Applying Information Security Damage Cases for Adolescents , pp.13-17 http://dx.doi.org/10.14257/astl.2014.52.03 Studying an Edutainment Applying Information Security Damage Cases for Adolescents Ryu-Hui Kim 1, Kyeong-Bin Moon 1 and Seong Baeg Kim 1,1, 1 Dept.

More information

Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment

Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment Vol.46 (Multimedia 2014), pp.307-312 http://dx.doi.org/10.14257/astl.2014.46.64 Research and Performance Analysis of HTML5 WebSocket for a Real-time Multimedia Data Communication Environment Jin-tae Park

More information

A Study on Satisfaction of Movie Viewers Watching Movies on Smartphones

A Study on Satisfaction of Movie Viewers Watching Movies on Smartphones , pp.78-83 http://dx.doi.org/10.14257/astl.2014.67.19 A Study on Satisfaction of Movie Viewers Watching Movies on Smartphones Hyungjoon Kim 1, Seongwon Park 2* and Hyelin Yang 2 1 Office of International

More information

The most complete Classroom Management Software

The most complete Classroom Management Software The most complete Classroom Management Software Interactivity Collaboration Communicatio Control Multimedia Assesment Messages Broadcast Sharing Remote Monitoring www.snetclass.net Key Features Snetclass

More information

Web Design and Development I a.k.a. Fundamentals of Web Design and Development

Web Design and Development I a.k.a. Fundamentals of Web Design and Development CompuScholar, Inc. Alignment to South Carolina Web Design and Development I Standards South Carolina Course Details: Course Name: Web Design and Development I a.k.a. Fundamentals of Web Design and Development

More information

Instructional Design Strategies for Teaching Technological Courses Online

Instructional Design Strategies for Teaching Technological Courses Online Instructional Design Strategies for Teaching Technological s Online Jiangping Chen 1, Ryan Knudson 1, 1 Department of Library and Information Sciences, University North Texas, 1155 Union Circle #311068,

More information

Development of a Co-Creation Environment for an Open IoT Platform

Development of a Co-Creation Environment for an Open IoT Platform , pp.291-302 http://dx.doi.org/10.14257/ijmue.2015.10.10.29 Development of a Co-Creation Environment for an Open IoT Platform Wonho Lee and Jae Wan Park * Dept. of Digital Media, Soongsil University wonho.lee@ssu.ac.k,

More information

SNS Information Credibility, Medical Tourism Website Credibility and Destination Image

SNS Information Credibility, Medical Tourism Website Credibility and Destination Image , pp.141-145 http://dx.doi.org/10.14257/astl.2015.114.27 SNS Information Credibility, Medical Tourism Website Credibility and Destination Image Min-sook Kim Dept. of Economic and Commerce, Keimyung University

More information

LIVE VIDEO STREAMING USING ANDROID

LIVE VIDEO STREAMING USING ANDROID LIVE VIDEO STREAMING USING ANDROID Dharini Chhajed 1, Shivani Rajput 2 and Sneha Kumari 3 1,2,3 Department of Electronics Engineering, Padmashree Dr. D. Y. Patil Institute of Engineering and Technology,

More information

Research Article. ISSN 2347-9523 (Print)

Research Article. ISSN 2347-9523 (Print) Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 2014; 2(6B):857-862 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

Effectiveness of Flipped learning in Project Management Class

Effectiveness of Flipped learning in Project Management Class , pp. 41-46 http://dx.doi.org/10.14257/ijseia.2015.9.2.04 Effectiveness of Flipped learning in Project Management Class Jeong Ah Kim*, Hae Ja Heo** and HeeHyun Lee*** *Department of Computer Education

More information

Development of a Service Robot System for a Remote Child Monitoring Platform

Development of a Service Robot System for a Remote Child Monitoring Platform , pp.153-162 http://dx.doi.org/10.14257/ijsh.2014.8.5.14 Development of a Service Robot System for a Remote Child Monitoring Platform Taewoo Han 1 and Yong-Ho Seo 2, * 1 Department of Game and Multimedia,

More information

University Dedicated Next Generation ERP System

University Dedicated Next Generation ERP System , pp.38-42 http://dx.doi.org/10.14257/astl.2014.46.09 University Dedicated Next Generation ERP System Lee Yong Hui 1, Kim Hwan Seok 2 1 Shinsung University, Chief of Information Service Center, DaehackRo1

More information

Job Satisfaction of Clinical Research Nurse

Job Satisfaction of Clinical Research Nurse , pp.242-246 http://dx.doi.org/10.14257/astl.2015.88.51 Job Satisfaction of Clinical Research Nurse Su A Kwon 1, Nam Young Yang 1+ 1 Department of Nursing, College of Nursing, Konyang University, Daejeon,

More information

English Idiom Educational Game Design & Implementation Using Acceleration Sensors

English Idiom Educational Game Design & Implementation Using Acceleration Sensors , pp.82-87 http://dx.doi.org/10.14257/astl.2013.39.16 English Idiom Educational Game Design & Implementation Using Acceleration Sensors Mu-Geon Kim 1, Hyung-Won Jung 2 1,2 Gradute School of Information

More information

Study on Service Models of Digital Textbooks in Cloud Computing Environment for SMART Education

Study on Service Models of Digital Textbooks in Cloud Computing Environment for SMART Education , pp.73-82 http://dx.doi.org/10.14257/ijunesst.2014.7.1.07 Study on Service Models of Digital Textbooks in Cloud Computing Environment for SMART Education Sanghyun Jang Korea Education and Research Information

More information

International Journal of Asian Social Science LEARNING MANAGEMENT SYSTEM USING MULTI-AGENT TECHNOLOGY: A PROPOSED IMPLEMENTATION STRATEGY

International Journal of Asian Social Science LEARNING MANAGEMENT SYSTEM USING MULTI-AGENT TECHNOLOGY: A PROPOSED IMPLEMENTATION STRATEGY International Journal of Asian Social Science Special Issue: International Conference on Teaching and Learning in Education, 2013 journal homepage: http://www.aessweb.com/journal-detail.php?id=5007 LEARNING

More information

Quality Matters Online Course Development and Guidelines

Quality Matters Online Course Development and Guidelines Quality Matters Online Course Development and Guidelines Instructor: First Semester Course will be offered: Course: Credit/Non- Credit: College/School/Department: Degree/Program/Certificate: Development

More information

LMS is our premium web based E-learning and management solution. It is SCORM and LDAP compliant. (Active Directory LDAP engine)

LMS is our premium web based E-learning and management solution. It is SCORM and LDAP compliant. (Active Directory LDAP engine) LMS LMS is our premium web based E-learning and management solution. It is SCORM and LDAP compliant. (Active Directory LDAP engine) LMS is a powerful web based easy to use, e-learning software system.

More information

What is NAS? Why NAS? Brief Introduction to Synology NAS

What is NAS? Why NAS? Brief Introduction to Synology NAS Brief Introduction to Synology NAS What is NAS? Network Attached Storage (NAS) is the name given to dedicated data storage device which can be connected directly to a computer network via Ethernet to easily

More information

Improving Distance Education Through Student Online Orientation Classes

Improving Distance Education Through Student Online Orientation Classes Abstract Improving Distance Education Through Student Online Orientation Classes Scott Mensch Indiana University of Pennsylvania When offering an online class the academic institution s major concern should

More information

Programme Name: Certificate Course in. ICT Tools for Technology Enabled Learning

Programme Name: Certificate Course in. ICT Tools for Technology Enabled Learning Programme Name: Certificate Course in ICT Tools for Technology Enabled Learning Genesis: ICT tools are becoming the integral part of the teaching learning process. In order to help the faculty members

More information

IT Academy Lesson Plan

IT Academy Lesson Plan 10 IT Academy Lesson Plan Microsoft Sharepoint Turn potential into success Microsoft Office SharePoint 2010: Lesson Plans Introduction Preparing to teach courses on Microsoft SharePoint 2010 for the first

More information

On a Hadoop-based Analytics Service System

On a Hadoop-based Analytics Service System Int. J. Advance Soft Compu. Appl, Vol. 7, No. 1, March 2015 ISSN 2074-8523 On a Hadoop-based Analytics Service System Mikyoung Lee, Hanmin Jung, and Minhee Cho Korea Institute of Science and Technology

More information

Development of Mobile Enterprise Inventory Management System Application with CBD

Development of Mobile Enterprise Inventory Management System Application with CBD , pp.385-396 http://dx.doi.org/10.14257/ijseia.2014.8.1.34 Development of Mobile Enterprise Inventory Management System Application with CBD Yvette E. Gelogo 1 and Haeng-Kon Kim 1* 1 School of Information

More information

Studying an Adaptive Evaluation Game using Ebbinghaus' Forgetting Theory and Leitner's Flashcard Mnemonic

Studying an Adaptive Evaluation Game using Ebbinghaus' Forgetting Theory and Leitner's Flashcard Mnemonic , pp.1-7 http://dx.doi.org/10.14257/astl.2014.52.01 Studying an Adaptive Evaluation Game using Ebbinghaus' Forgetting Theory and Leitner's Flashcard Mnemonic Yoon-Mo Yang, Ji-Hwan Kim, SeongBaeg Kim Dept.

More information

A Digital Door Lock System for the Internet of Things with Improved Security and Usability

A Digital Door Lock System for the Internet of Things with Improved Security and Usability , pp.33-38 http://dx.doi.org/10.14257/astl.2015.109.08 A Digital Door Lock System for the Internet of Things with Improved Security and Usability Ohsung Doh 1, Ilkyu Ha 1 1 Kyungil University, Gyeongsan,

More information

Smart Shopping- An Android Based Shopping Application

Smart Shopping- An Android Based Shopping Application Smart Shopping- An Android Based Shopping Application 1 Adarsh Borkar, 2 Madhura Ansingkar, 3 Monali Khobragade, 4 Pooja Nashikkar, 5 Arti Raut 1,2,3,4 Department of Computer Science and Engineering, 5

More information

MME Preparatory Course Business Administration

MME Preparatory Course Business Administration MME Preparatory Course Business Administration Web-Based Course Prof. Dr. Malte Brettel Marcus Erken, M.Sc. Fall Term 2014 2014 Chair of Business Administration for Engineers and Natural Scientists Outline

More information

Arizona We stern College

Arizona We stern College 2012 Arizona We stern College Faculty & Staff Workshops Distance Education and Instructional Support Schedule a Training Session for your Group Today Contact: Carol Rinehart Phone: 928.317.6137 Email:

More information

THE EFFECTIVENESS OF USING LEARNING MANAGEMENT SYSTEMS AND COLLABORATIVE TOOLS IN WEB-BASED TEACHING OF PROGRAMMING LANGUAGES

THE EFFECTIVENESS OF USING LEARNING MANAGEMENT SYSTEMS AND COLLABORATIVE TOOLS IN WEB-BASED TEACHING OF PROGRAMMING LANGUAGES THE EFFECTIVENESS OF USING LEARNING MANAGEMENT SYSTEMS AND COLLABORATIVE TOOLS IN WEB-BASED TEACHING OF PROGRAMMING LANGUAGES Nadire Cavus 1, Huseyin Uzunboylu 2, Dogan Ibrahim 3 1 Computer Information

More information

Big Data Collection Study for Providing Efficient Information

Big Data Collection Study for Providing Efficient Information , pp. 41-50 http://dx.doi.org/10.14257/ijseia.2015.9.12.03 Big Data Collection Study for Providing Efficient Information Jun-soo Yun, Jin-tae Park, Hyun-seo Hwang and Il-young Moon Computer Science and

More information

Model for E-Learning in Higher Education of Agricultural Extension and Education in Iran

Model for E-Learning in Higher Education of Agricultural Extension and Education in Iran Model for E-Learning in Higher Education of Agricultural Extension and Education in Iran Jafar Yaghoubi 1 and Iraj Malekmohammadi 2 1. Assistant Professor, Zanjan University, Iran, Jafar230@yahoo.com 2.

More information

Structure Based Enterprise Mobility for Mobile Device Applications for AHMS

Structure Based Enterprise Mobility for Mobile Device Applications for AHMS , pp.324-328 http://dx.doi.org/10.14257/astl.2014.51.72 Structure Based Enterprise Mobility for Mobile Device Applications for AHMS Regin Joy Conejar 1 and Haeng-Kon Kim 1* 1 School of Information Technology,

More information

Exploring Learner s Patterns of Using the Online Course Tool in University Classes. Yoshihiko Yamamoto and Akinori Usami

Exploring Learner s Patterns of Using the Online Course Tool in University Classes. Yoshihiko Yamamoto and Akinori Usami Exploring Learner s Patterns of Using the Online Course Tool in University Classes Yoshihiko Yamamoto and Akinori Usami 54 Abstract Online course tools such as WebCT or Manaba+R are popularly used in university

More information

Customized Efficient Collection of Big Data for Advertising Services

Customized Efficient Collection of Big Data for Advertising Services , pp.36-41 http://dx.doi.org/10.14257/astl.2015.94.09 Customized Efficient Collection of Big Data for Advertising Services Jun-Soo Yun 1, Jin-Tae Park 1, Hyun-Seo Hwang 1, Il-Young Moon 1 1 1600 Chungjeol-ro,

More information

Development of Lesson Plans Utilizing VR Experiencing Classroom in a Smart Elementary School

Development of Lesson Plans Utilizing VR Experiencing Classroom in a Smart Elementary School , pp.1-8 http://dx.doi.org/10.14257/ijmue.2014.9.6.01 Development of Lesson Plans Utilizing VR Experiencing Classroom in a Smart Elementary School Heejeon Suh Tongmyong University Busan, 608-711, Republic

More information

Information Technology Plan 2013 of Korea University

Information Technology Plan 2013 of Korea University , pp.159-163 http://dx.doi.org/10.14257/astl.2014.51.36 Information Technology Plan 2013 of Korea University Tae-Yong Shim 1, Il-Jun Choi 2, and Jin Kim 3 and Young-Hun Lee 4 1 Department of Information

More information

The Study on the Graphic Design of Media art: Focusing on Projection Mapping

The Study on the Graphic Design of Media art: Focusing on Projection Mapping , pp.14-18 http://dx.doi.org/10.14257/astl.2015.113.04 The Study on the Graphic Design of Media art: Focusing on Projection Mapping Jihun Lee 1, Hyunggi Kim 1 1 Graduate School of Advanced Imaging Science,

More information

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow , pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices

More information

E-Learning by Using Content Management System (CMS)

E-Learning by Using Content Management System (CMS) E-Learning by Using Content Management System (CMS) Reem Razzaq Abdul Hussein 1 Iraqi Commission for Computer and Informatics Informatics Baghdad, Iraq Afaf Badie Al-Kaddo 2 Dept. of Computer Science University

More information

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan , pp.61-66 http://dx.doi.org/10.14257/ijmue.2015.10.12.07 A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan Yun-Seong Ko 1, Il-Kyeun Ra 2 and Chang-Soo Kim 1* 1 Department

More information

The Hepldesk and the CLIQ staff can offer further specific advice regarding course design upon request.

The Hepldesk and the CLIQ staff can offer further specific advice regarding course design upon request. Frequently Asked Questions Can I change the look and feel of my Moodle course? Yes. Moodle courses, when created, have several blocks by default as well as a news forum. When you turn the editing on for

More information

126.47. Web Design (One Credit), Beginning with School Year 2012-2013.

126.47. Web Design (One Credit), Beginning with School Year 2012-2013. 126.47. Web Design (One Credit), Beginning with School Year 2012-2013. (a) General requirements. Students shall be awarded one credit for successful completion of this course. This course is recommended

More information

Overview... 2 Institutional Context... 3 Financial Considerations... 4 Pedagogical... 5 Content Analysis... 5 Learner Analysis...

Overview... 2 Institutional Context... 3 Financial Considerations... 4 Pedagogical... 5 Content Analysis... 5 Learner Analysis... Overview... 2 Institutional Context... 3 Financial Considerations... 4 Pedagogical... 5 Content Analysis... 5 Learner Analysis... 5 Learner Perquisites... 6 Learner Collaboration and Feedback... 6 Learner

More information

Design of Media measurement and monitoring system based on Internet of Things

Design of Media measurement and monitoring system based on Internet of Things Design of Media measurement and monitoring system based on Internet of Things Hyunjoong Kang 1, Marie Kim 1, MyungNam Bae 1, Hyo-Chan Bang 1, 1 Electronics and Telecommunications Research Institute, 138

More information