• 제목/요약/키워드: R language

검색결과 499건 처리시간 0.026초

멀티미디어 교수매체수업 설계를 위한 프리웨어 활용방안 - 중국어 회화수업을 중심으로 (Study on Application of Multimedia Freeware to Instructional Design: Focused on Chinese Conversation Class)

  • 박찬욱
    • 비교문화연구
    • /
    • 제25권
    • /
    • pp.549-596
    • /
    • 2011
  • This paper aims to introduce some useful multimedia freewares, and also support Chinese instructor with discussing how to operate them for instructional design of multimedia language learning class. For this aims, this paper consists of three parts: First, instructional design. This part is focused to what kind of instructional model to be based on, for example, Dick & Carey model, ADDIE model, ASSURE model etc. This part introduces these models, and modifies ADDIE and ASSURE model to D.D.A.I.E.S and S.S.A.U.R.E.S as 'A(nalysis)' in these model may apply to the next 'D(evelopment)' on ADDIE, 'S(elect Methods, Media and Materials)' on ASSURE in the practical Chinese class. Second, Programme: What to use. This part is focused to what kind of free software we can use. In the web site online, there are huge free softwares so we usually hesitate to select and also don't know how to operate even though selected one of them. This part, accordingly, introduces ten of useful freewares and compares each other in terms of usefulness for Chinese instructors. Third, Programme: How to use. It is of no use just to know what to use but not to know how to operate, so this part describes how to use freewares like a kind of manual in detail as far as possible. In conclusion, we hope more Chinese instructors to learn and use more useful freewares for designing the better multimedia Chinese class by this paper.

Research on Satisfaction Evaluation Based on Tourist Big Data

  • Guo, Hanwen;Liu, Ziyang;Jiao, Zeyu
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제16권1호
    • /
    • pp.231-244
    • /
    • 2022
  • With the improvement of people's living standards and the development of tourism, tourists have greater freedom in choosing destinations. Therefore, as an indicator of satisfaction with scenic spots, tourist comments are becoming increasingly prominent. This paper aims to compare and analyze the landscape image of the Five Great Mountains in China and provide specific strategies for its development. The online reviews of tourists on the Online Travel Agency (OTA) website about the Five Great Mountains from 2015 to 2018 are collected as research samples. The text analysis method and R language are used to analyze the content of the tourist reviews, while the high-frequency words in the word cloud are used for visual display. In addition, the entropy weight method is used to determine the index weight and tourist satisfaction is evaluated to understand the weaknesses of those scenic spots. The results of the study show that firstly, the tourist satisfaction with the Five Great Mountains is basically consistent with its popularity. Secondly, through weight analysis, tourists pay special attention to the landscape features and environmental health of the scenic area, so that relevant departments should focus on building the landscape characteristics and improving the environmental health of the scenic area. At the same time, the accommodation and service management of the scenic spot cannot be ignored. Finally, according to the analysis results, suggestions are made on how to improve the tourist satisfaction with the Five Great Mountains.

A XML/EDI System for Maritime Export Customs Clearance

  • Kim, Hyun S.;Park, Nam K.;Hyung R. Chol
    • 한국지능정보시스템학회:학술대회논문집
    • /
    • 한국지능정보시스템학회 2001년도 The Pacific Aisan Confrence On Intelligent Systems 2001
    • /
    • pp.45-49
    • /
    • 2001
  • Korean government and companies have given a lot of their efforts to exchange electronic documents between themselves and their partners. As the results of them. Korean EDI standards were made by Korean EDIFACT Committee and the standards have been used by companies and governmental organization in Korea. However, Korean export customs clearance EDI system is based on VAN(Value Added Network) and one VAN company ha monopolistic right to relay EDI documents to Korean Customs Service. Therefor is leads to a lot of problems such as inconvenient software, expensive transmission fee and the difficulty of connection with the in-house systems of user companies. To solve these problems, a few good solutions and systems have been suggested and one of them is the Internet EDI. we will suggest a new export customs clearance EDI system running on the Web. This system is basically an Internet EDI system, but we have developed this system using XML instead of HTML, XML is a new markup language with merit such as isolating data from style of documents. This system consists of 7 modules, schema/style/template management, XML/EDI document management, XML/EDI transformation, EDI transmission, certification management and log management. Also this system can be used with other traditional EDI systems that have UN/EDIFACT standards. We will discuss the advantages and disadvantages of XML/EDI system for customs clearance. The development of this system will be a leading study for XML/EDI standards in export clearance EDI system.

  • PDF

인공지능 리터러시 신장을 위한 인공지능 사고 기반 교육 프로그램 개발 및 효과 (Development and Effectiveness of an AI Thinking-based Education Program for Enhancing AI Literacy)

  • 이주영;원용호;신윤희
    • 공학교육연구
    • /
    • 제26권3호
    • /
    • pp.12-19
    • /
    • 2023
  • The purpose of this study is to develop the Artificial Intelligence thinking-based education program for improving AI literacy and verify its effectiveness for beginner. This program consists of 17 sessions, was designed according to the "ABCDE" model and is a project-based program. This program was conducted on 51 first-year middle school students and 36 respondents excluding missing values were analyzed in R language. The effect of this program on ethics, understanding, social competency, execution plan, data literacy, and problem solving of AI literacy is statistically significant and has very large practical significance. According to the result of this study, this program provided learners experiencing Artificial Intelligence education for the first time with Artificial Intelligence concepts and principles, collection and analysis of information, and problem-solving processes through application in real life, and served as an opportunity to enhance AI literacy. In addition, education program to enhance AI literacy should be designed based on AI thinking.

A UML-based Approach towards Test Case Generation and Optimization

  • Shahid Saleem;Saif U. R. Malik;Bilal Mehboob;Roobaea Alroobaea;Sultan Algarni;Abdullah M. Baqasah;Naveed Ahmad;Muhammad Hasnain
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제18권3호
    • /
    • pp.633-652
    • /
    • 2024
  • Software testing is an important phase as it ensures the software quality. The software testing process comprises of three steps: generation, execution, and evaluation of test cases. Literature claims the usage of single and multiple 'Unified Modeling Language' (UML) diagrams to generate test cases. Using multiple UML diagrams increases test case coverage. However, the existing approaches show limitations in test case generation from UML diagrams. Therefore, in this research study, we propose an approach to generate the test cases using UML State Chart Diagram (SCD), Activity Diagram (AD), and Sequence Diagram (SD). The proposed approach transforms UML diagrams into intermediate forms: SCD Graph, AD Graph, and SD Graph respectively. Furthermore, by integrating these three graphs, a System Testing Graph (STG) is formed. Finally, test cases are identified from STG by using a traversal algorithm such as Depth First Search (DFS) that is an optimization method. The results show that the proposed approach is better compared to existing approaches in terms of coverage and performance. Moreover, the generated test cases have the ability to detect faults at the unit level, integration, and system level testing.

반응성 애착장애 아동과 전반적 발달장애 아동의 발달 및 정신병리학적 특징의 비교연구 (COMPARISON OF DEVELOPMENTAL AND PSYCHOPATHOLOGlCAL CHARACTERISTICS FOR RAD AND PDD CHILDREN)

  • 윤현숙;최진숙;김태련;홍강의
    • Journal of the Korean Academy of Child and Adolescent Psychiatry
    • /
    • 제3권1호
    • /
    • pp.3-13
    • /
    • 1992
  • 반응성 애착장애 아동의 발달적 특징 및 정신병리적 현상에 대한 이해를 위하여 이들과 전반적 발달장애 아동과의 비교연구를 실시하였다. 연구대상은 1989년 5월부터 1991년 9월까지 서울대학교병원 어린이병원 소아정신과 외래에서 통원치료를 하거나 주간치료실에서 치료교육하였던 아동중, 소아정신과 의사에 의하여 진단한, DSM-111-R의 진단기준을 만족시키는, 만 2세에서 만 6세까지의 아동으로, 반응성 애착장애 아동이 20명(남 18,여 2),전반적 발달장애 아동이 20명(남 20) 이었다. 이들의 정신과적 진단을 모르는 평가자에 의해 Schopler의 교육심리적 평가(PEP ; Psycho-Educational Pronto)가 실시되었으며, 각 발달영역별 기능수준과 정신병리적 특성에 관하여 두군간의 차이를 검증하였다. 연구결과는 반응성 애착장애아동은 발달 전반에 걸쳐 지체가 되어 있었으며 지체의 정도는 지각능력>모방>대근육운동>인지수행, 눈-손 협응능력>인지언어, 소근육운동 순으로 지체되어 있었다. 반응성 애착장애 아동의 정신병리적 특성으로는 언어>놀이>사람과의 관계성>대인감정>감각순으로 심한 정신병리를 보였다. 반응성 애착장애 아동과 전반적 발달장애 아동의 두집단간 발달기능수준의 차이 검중에서는 지각영역의 싹트기 점수와 대근육운동의 싹트기 반응이 두군간 차이를 보였다. 정신병리 영역에서는 대인감정과 사람과의 관계에서 반응성 애착장군군은 '없음'에, 전반적 발달장애군은 '심함'에 해당되었다. 놀이 및 자료에 대한 흥미, 감각이상, 언어병리성에서 '없음'에 반응성 애착장애군이 전반적 발달장애군에 비하여 통계적으로 유의하게 높게 나타났다.

  • PDF

알쯔하이머병에서 양전자방출단층촬영을 이용한 국소뇌포도당대사의 변화에 관한 연구 (Assessment of Metabolic Impairment in Alzheimer's Disease with [$^{18}F$]FDG PET: Validity and Role of Simplified Tissue Radioactivity Ratio Analysis)

  • 김상은;나덕렬;이정림;최용;이경한;최연성;김도관;김병태;이광호;김승태
    • 대한핵의학회지
    • /
    • 제30권3호
    • /
    • pp.299-314
    • /
    • 1996
  • The purpose of the present study was to validate the use of tissue radioactivity ratios instead of regional metabolic rates for the assessment of regional metabolic changes in Alzheimer's disease(AD) with [$^{18}F$]FDG PET and to examine the correlation of ratio indices with the severity of cognitive impairment in AD. Thirty-seven AD Patients(age $68{\pm}9 yrs$, $mean{\pm}s.d.$; 36 probable and 1 definite AD), 28 patients with dementia of non-Alzheimer type(age $66{\pm}7 yrs$), and 17 healthy controls(age $66{\pm}4 yrs$) underwent [$^{18}F$]FDG PET imaging. Two simplified radioactivity ratio indices were calculated from 37-66 min image: region-to-cerebellar radioactivity ratio(RCR) and a composite radioactivity ratio(a ratio of radioactivity in the most typically affected regions over the least typically affected regions: CRR). Local cerebral metabolic rate for glucose(LCMRglu) was also measured using a three-compartment, five-parameter tracer kinetic model. The ratio indices were significantly lower in AD patients than in controls(RCR in temporoparietal cortex, $0.949{\pm}0.136$ vs. $1.238{\pm}0.129$, p=0.0004; RCR in frontal cortex, $1.027{\pm}0.128$ vs. $1.361{\pm}0.151$, p<0.0001; CRR, $0.886{\pm}0.096$ vs. $1.032{\pm}0.042$. p=0.0024). On the RCR analysis, 86% of AD patients showed a pattern of bilateral temporoparietal hypometabolism with or without frontal involvement; hypometabolism was unilateral in 11% of the patients. When bilateral temporoparietal hypometabolism was considered to be suggestive of AD, the sensitivity and specificity of the RCR analysis for the differential diagnosis of AD were 86% and 73%, respectively. The RCR was correlated significantly with the macroparameter K [$K_1k_3/(k_2+k_3)$] (r=0.775, p<0.0001) and LCMRglu(r=0.633, p=0.0002) measured using the kinetic model. In patients with AD, both average RCR of cortical association areas and CRR were correlated with Mini-Mental Status Examination(r=0.565, p=0.0145; r=0.642, p=0.0031, respectively), Clinical Dementia Rating(r=-0.576, p=0.0124; r=-0.591, p=0.0077), and total score of Mattis Dementia Rating Scale (r=0.574, p=0.0648; r=0.737, p=0.0096). There were also significant correlations between memory and language impairments and corresponding regional RCRs. The results suggest that the [$^{18}F$]FDG PET ratio indices, RCR and CRR, reflect global and regional metabolic rates and correlate with the severity of cognitive impairment in AD. The simplified ratio analysis may be clinically useful for the differential diagnosis and serial monitoring of the disease.

  • PDF

한국어 음소 최소대립쌍의 계량언어학적 연구: 초성 자음을 중심으로 (A quantitative study on the minimal pair of Korean phonemes: Focused on syllable-initial consonants)

  • 정지은
    • 말소리와 음성과학
    • /
    • 제11권1호
    • /
    • pp.29-40
    • /
    • 2019
  • 이 연구의 목적은 한국어 음소의 최소대립쌍 출현 양상에 대해 계량언어학적으로 알아보는 것이다. 최소대립쌍은 한 언어에서 음소의 체계를 세우는 데 중요한 역할을 하고, 기능부담량의 측정에도 중요한 척도가 됨에도 불구하고 아직까지 한국어 음소의 최소대립쌍에 대한 전면적인 연구가 이루어지지 않았다. 이를 위해 "우리말샘"의 표제어 325,715개의 발음을 대상으로 초성 위치에서의 자음 최소대립쌍의 개수를 절대수치와 상대수치로 산출하고, 최소대립쌍을 이루는 두 단어의 품사 관계에 대해서 분석했다. "우리말샘"을 연구의 대상으로 삼은 이유는 최소대립쌍 분석은 기본적으로 사전을 통해서 이루어져야 한다고 판단했고, 한국어 사전 중 규모가 가장 크기 때문이다. 연구 결과는 다음과 같다. 첫째, 최소대립쌍은 총 153가지, 337,135개였다. 개수가 많은 음소 쌍(/ㅅ-ㅈ/, /ㄱ-ㅅ/, /ㄱ-ㅈ/, /ㄱ-ㅂ/, /ㄱ-ㅎ/)은 평음의 비중이 높고, 개수가 적은 음소 쌍(/ㅃ-ㅋ/, /ㄹ-ㅃ/, /ㅉ-ㅋ/, /ㄸ-ㅋ/, /ㅆ-ㅋ/)은 경음의 비중이 높았다. 최소대립쌍 형성에 많은 역할을 담당하는 음소를 개별 음소 단위에서 살펴보면 /ㄱ, ㅅ, ㅈ, ㅂ, ㅊ/ 순으로 높게 나타났는데, 경구개음의 비율이 높게 나타난 것이 특징적이었다. 삼지적 상관속을 이루는 장애음의 최소 대립쌍 관계에도 조음 위치와 조음 방법에 따라 차이가 나타났다. 최소대립쌍의 절대수치와 상대수치의 상관계수는 0.937로 높은 상관관계를 보였다. 둘째, 최소대립쌍을 이루는 두 단어의 품사는 '명사-명사'의 최소대립쌍이 70.25%로 가장 많았고, 그다음으로 '동사-동사' 쌍이 14.77%로 나타나 이 두 유형이 전체 85% 이상을 차지했다. 초성 최소대립쌍의 품사 일치율은 87.91%로 나타나 최소대립쌍은 의미 형태적으로도 비슷한 범주로 묶일 수 있음을 확인할 수 있었다. 이 연구의 결과는 한국어 음소와 관련된 기초 자료로서 국어학, 언어 병리학, 언어 교육, 언어 습득, 음성 공학 등의 다양한 응용 분야에서 유용하게 활용될 수 있을 것이다.

응급구조(학)과 학생의 취업진로선택 및 취업준비 현황 (Career Choice and Employment Preparation Condition for EMT Students)

  • 박소미;최은숙;김미숙;이경열
    • 한국응급구조학회지
    • /
    • 제15권1호
    • /
    • pp.65-78
    • /
    • 2011
  • Purpose : We investigated the career choice and the employment preparation of emergency medical technology (EMT) students. The results of study will provide the base information about the consciousness for career choice and employment of the EMT students. Method : We conducted 1,586 surveys from 665 students at six four-year colleges and 921 students at seven three-year colleges, from Aug. 27th to Oct. 31st in 2010. The result was analyzed by SPSS 18.0 using description statistics, t-test, ANOVA, Scheffe and Pearson correlation coefficient. Result : The general characteristics showed male 50.2% and female 49.8%, and first grade 34.6%, second grade 27.4%, third grade 28.2%, and fourth grade 9.8%. The 53.9% of students had experienced the hospital training and the 44.8% did the fire station training. For the choice of job, there were the 61.8% student who hope to enter the employ in fire station or public service, while 25.7% students hope to be employed in hospitals. The reason for a wish job were 'majors-related job' in 18.2% students, 'employment stability' in 17.2% and 'hit on the aptitude and talent' in 16.7%, 'appropriate salaries' in 15.9%. In the questionnaire of the University what to assist you for job preparation, they chose the 'support for get major related license', 'support for officer exam preparation' and 'support of foreign language study' in 34.6%, 16.8% and 16.6%, respectively. For achieved licence, they had a driver's license in 53.9%, BLS (basic life support) provider in 20.3%, life guard in 16.2% and scuba in 8.8%. The statistically significant correlation was identified between the awareness of University that provides job information and one's career awareness (r= .203, p<.000), the awareness that University provide job information and one's confidence in employment (r= .236, p<.000), and one's career awareness and one's confidence in employment (r = .356, p = .000). Conclusion : The most of EMT Students are well conscious of the their future employment and has prepared career to be employed their preference job.

UML 기반 점검 프로그램 설계 방법에 관한 연구 (A Study on Architecture of Test Program based UML)

  • 김병용;장정수;반창봉;이효종;양승열
    • 전자공학회논문지
    • /
    • 제49권10호
    • /
    • pp.217-230
    • /
    • 2012
  • 본 논문에서는 하드웨어 장비의 성능 및 기능을 검증하기 위한 방법으로 시험장비와 하드웨어 장비간의 연동시험을 하기 위한 점검 프로그램 설계 방법을 제안한다. 제안하는 점검 프로그램은 장비 스트레스를 최악의 조건에서 기능을 검증하여 사전에 고장 유무를 확인하고 수리함으로써, 비행체에 탑재하여 발생하는 고장률을 최소화하는 방안이다. 그리고 UML을 이용하여 객체 지향적으로 소프트웨어를 설계함으로써 다른 장비에 쉽게 적용할 수 있다. 점검 프로그램은 Architecture package와 Hardware package로 구성되어 있다. Architecture package는 시스템 관리, 로그분석, 메시지 수신 및 분석하는 역할을 한다. 시스템 관리에서 사용하는 메시지는 점검하기 위한 정보를 정의하고, 정의된 메시지는 이더넷으로 시험장비와 송수신한다. Hardware package는 점검해야 하는 하드웨어 및 시스템 관련 하드웨어를 관리하는 역할을 한다. 점검해야 하는 하드웨어는 내부 점검과 송수신 점검으로 구별되어 있다. 내부 점검은 하드웨어 자체적으로 점검하여 그 결과를 시험장비로 전송하는 방법이다. 송수신 점검은 통신디바이스 점검으로써 데이터를 전송하거나 수신하여 점검하는 방법이다. 모든 점검은 병렬적으로 점검함으로써 최악의 조건에서 장비의 고장유무를 확인한다. 시험한 결과는 약 1시간 동안에 디바이스들은 적게는 482번에서 많게는 15003번 점검하는 것을 확인하였다. 점검 프로그램은 하드웨어 장비의 신뢰성을 검증하는 환경/EMI 시험에 사용한다.