• 제목/요약/키워드: script

검색결과 967건 처리시간 0.029초

Collaboration Scripts for Argumentation Based on Activity Theory

  • KIM, Hyosook;KWON, Sungho;KIM, Dongsik
    • Educational Technology International
    • /
    • 제13권1호
    • /
    • pp.145-173
    • /
    • 2012
  • The purpose of this study is to develop collaboration scripts as an instructional means to facilitate argumentation in computer-supported collaborative learning, and to analyze their effects. To develop collaboration scripts for argumentation, researchers used activity theory as a conceptual framework and refined the design principles by design-based research. Using LAMS, collaboration scripts for argumentation were developed based on the ArgueGraph. To examine their effects, 72 participants were divided into two groups by internal scripts and randomly allocated to one of three external scripts. Applying mixed methods, researchers analyzed argumentation competence related to the cognitive aspect, examined self-efficacy related to the motivational aspect, and identified the factors influencing collaborative learning processes and outcomes. Researchers found that the internal script is a critical factor to determine the dimensions, degrees, and duration of improvement in argumentation competence. That is, learners with higher internal scripts improved highly in the quality of single arguments, while learners with lower internal scripts improved continuously in the quality of argumentation sequences. The effects of the external scripts varied with the internal script levels and supporting periods. Besides, collaboration scripts for argumentation had positive effects on learners' self-efficacy, and learners with higher internal scripts had better self-efficacy. The factors influencing collaborative learning processes and outcomes showed different results depending on the learning context. Therefore, when scripting learner's interaction in CSCL, researchers should design the scripts adaptable to a natural context of activities.

맥스 스크립트를 이용한 바이페드 애니메이션 합성 (Biped Animation Blending By 3D Studio MAX Script)

  • 최홍석
    • 한국감성과학회:학술대회논문집
    • /
    • 한국감성과학회 2008년도 추계학술대회
    • /
    • pp.131-134
    • /
    • 2008
  • 오늘날 3D 캐릭터 애니메이션은 실사영화, 애니메이션, 게임, 광고 등 대다수의 영상물에서 쉽게 접할 수 있다. 캐릭터의 부드러운 움직임은 모션캡쳐(Motion Capture)나 숙련된 애니메이터의 키 프레임(Key Frame) 작업의 결과물일 것이다. 이런 작업들은 고가의 장비나 많은 인력을 요구하고 완성된 결과물은 수정하거나 효과를 주기가 힘들다. 본 연구에서는 3D Studio MAX Script를 이용한 삼차원 회전 값의 연산으로 바이페드(Biped)의 포즈나 애니메이션을 합성하고 보다 사실적인 합성을 위한 방법을 제시하고자 한다.

  • PDF

템플릿 기반 편집시스템을 위한 스크립트 시스템 (The Script System for Internet Publishing System, based on Templat)

  • 강춘운;김정웅;이성진;한상기
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 1998년도 가을 학술발표논문집 Vol.25 No.2 (1)
    • /
    • pp.446-448
    • /
    • 1998
  • PS4(Publishing System Side Script System)는 다량의 정보를 효율적으로 제공하기 위한 정보사이트를 보다 빠르고 효율적으로 구축하기 위해 만들어진 스크립트 시스템이다. PS4는 하나의 템플릿에서 하나의 문서만을 생성하던 점에서 탈피하여 탬플릿 수는 줄이면서 보다 많은 문서를 작성할 수 있도록 개발되었다. PS4를 사용하면 템플릿을 최소화하며, PS3(Publishing System Side Script)를 이용하여 서비스 시스템의 자원 사용 및 중복 작업을 최소화 할 수 있다. 또한 데이터베이스와의 연동을 통하여 자료를 효율적으로 관리할 수도 있다.

UNIX상에서 Shell 스크립트를 이용한 보안 시스템 구현 (Implementing of Security System using Shell Script in UNIX)

  • 이민교
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2003년도 학술회의 논문집 정보 및 제어부문 B
    • /
    • pp.868-870
    • /
    • 2003
  • In this paper, I have implemented the security system using shell script that periodically checking the security elements of unix system for security it transmit to a monitoring server and monitoring many clients. Agent of client executing by crontab scheduler, Environment of server to receive data use restricted TFTP in SunOS. And then, Because of using shell script, apply shell to system with flexible, control performance, and can meet on a sudden situation.

  • PDF

Low-Power Encryption Algorithm Block Cipher in JavaScript

  • Seo, Hwajeong;Kim, Howon
    • Journal of information and communication convergence engineering
    • /
    • 제12권4호
    • /
    • pp.252-256
    • /
    • 2014
  • Traditional block cipher Advanced Encryption Standard (AES) is widely used in the field of network security, but it has high overhead on each operation. In the 15th international workshop on information security applications, a novel lightweight and low-power encryption algorithm named low-power encryption algorithm (LEA) was released. This algorithm has certain useful features for hardware and software implementations, that is, simple addition, rotation, exclusive-or (ARX) operations, non-Substitute-BOX architecture, and 32-bit word size. In this study, we further improve the LEA encryptions for cloud computing. The Web-based implementations include JavaScript and assembly codes. Unlike normal implementation, JavaScript does not support unsigned integer and rotation operations; therefore, we present several techniques for resolving this issue. Furthermore, the proposed method yields a speed-optimized result and shows high performance enhancements. Each implementation is tested using various Web browsers, such as Google Chrome, Internet Explorer, and Mozilla Firefox, and on various devices including personal computers and mobile devices. These results extend the use of LEA encryption to any circumstance.

Automatic Alignment System for Group Schedule of Event-based Real-time Response Web Processing using Node.js

  • Kim, Hee-Wan
    • 한국정보전자통신기술학회논문지
    • /
    • 제11권1호
    • /
    • pp.26-33
    • /
    • 2018
  • A web application running on the Internet is causing many difficulties for a program developer, and it requires to process multiple sessions at the same time due to the occurrence of excessive traffic. Web applications should be able to process concurrent requests efficiently and in real time. Node.js is a single-threaded server-side JavaScript environment implemented in C and C ++ as one of the latest frameworks to implement event models across the entire stack. Nodes implement JavaScript quickly and robust to achieve the best performance using a JavaScript V8 engine developed by Google. In this paper, it will be explained the operation principle of Node.js, which is a lightweight real-time web server that can be implemented in JavaScript for real-time responsive web applications. In addition, this application was practically implemented through automatic alignment system for group scheduling to demonstrate event-based real-time response web processing.

ChatScript를 활용한 상황에 따른 식당 정보제공 챗봇 서비스 (Chatbot Service for Providing Context-Related Information of Restaurants Using ChatScript)

  • 강태구;전경향;오상헌;김종우;정덕길
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2018년도 춘계학술대회
    • /
    • pp.258-260
    • /
    • 2018
  • 최근 지속적인 외식산업 시장의 매출 증가와 음식에 대한 질적 서비스 제공이 중요한 사회적인 현상이 되면서 외식산업의 트렌드는 계속해서 변화하고 있다. 외식산업과 관련한 기존의 검색시스템은 사용함에 있어서 상세한 정보를 제공하기 위한 위치, 가격, 분위기 등 다양한 조건에 따른 적합한 정보를 수집해야하는 번거로움 때문에 많은 시간이 투자되어 사용자 입장에서는 검색에 대한 부담이 발생한다. 챗봇은 사용자와 대화를 통하여 상황별 정보 수집이 가능하고 이를 통하여 정보를 제공한다. 이 논문에서는 ChatScript를 사용하여 개인별 취향을 만족시켜주는 식당정보를 상황에 맞춰서 제공가능한 챗봇을 구현한다.

  • PDF

웹기반의 공작기계 원격감시 기술 (A Study on Web based Monitoring System of Machine Tool)

  • 김동훈;김선호;한기상;김주한
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 1997년도 추계학술대회 논문집
    • /
    • pp.60-63
    • /
    • 1997
  • Recently, factory automation and shop floor control system need a web based remote monitoring technology to control effectively machine tool. This paper describes a web based remote monitoring system which is concerned with open architecture controller for machine tool. The environment of this system consists of a lot of elements such as web server, database, machine tool, pc based controller, client computers and script programs, also which is interconnected by network including intranet or internet. Designed script programs, also which is interconnected by network including intranet or internet. Designed script program service current status and faults information of machine to remote users who want to monitor machine tool. Additionally those have various functions to service we board for q&a, downloading data and information of after-service managers.

  • PDF

끊어 읽기 오류 분석을 통한 영어 읽기 지도 방안 연구 (A Study of Pause Positions in Korean Students' English Reading)

  • 이진미;박한상
    • 대한음성학회:학술대회논문집
    • /
    • 대한음성학회 2007년도 한국음성과학회 공동학술대회 발표논문집
    • /
    • pp.95-98
    • /
    • 2007
  • This study investigates pause positions of Korean students' reading of an English script. 12 natives speakers of English and 18 Korean students were asked to read The North Wind and the Sun. The common pause positions were determined by examining the pauses of the native speakers' readings. Korean students were asked to mark pauses on a script. And then they were trained to put pauses as native speakers of English do. Although some errors have been corrected after the training, others have not been corrected in Korean students' readings. Korean students made fewer errors in marking on the script than in reading the script. They seem to know where to put pauses, but lack of practice makes it difficult to put pause in the right positions when they read. That suggests that teachers should continue to teach students where to put pauses in their reading or speaking English.

  • PDF

벅아이 코퍼스 오류 수정과 코퍼스 활용을 위한 프랏 스크립트 툴 (Error Correction and Praat Script Tools for the Buckeye Corpus of Conversational Speech)

  • 윤규철
    • 말소리와 음성과학
    • /
    • 제4권1호
    • /
    • pp.29-47
    • /
    • 2012
  • The purpose of this paper is to show how to convert the label files of the Buckeye Corpus of Spontaneous Speech [1] into Praat format and to introduce some of the Praat scripts that will enable linguists to study various aspects of spoken American English present in the corpus. During the conversion process, several types of errors were identified and corrected either manually or automatically by the use of scripts. The Praat script tools that have been developed can help extract from the corpus massive amounts of phonetic measures such as the VOT of plosives, the formants of vowels, word frequency information and speech rates that span several consecutive words. The script tools can extract additional information concerning the phonetic environment of the target words or allophones.