• Title/Summary/Keyword: Integrated System Environment

Search Result 2,042, Processing Time 0.031 seconds

A Study on the Effects of the Institutional Pressure on the Process of Implementation and Appropriation of System: M-EMRS in Hospital Organization (시스템의 도입과 전유 과정에 영향을 미치는 제도적 압력에 관한 연구: 병원조직의 모바일 전자의무기록 시스템을 대상으로)

  • Lee, Zoon-Ky;Shin, Ho-Kyoung;Choi, Hee-Jae
    • Asia pacific journal of information systems
    • /
    • v.19 no.2
    • /
    • pp.95-116
    • /
    • 2009
  • Increasingly the institutional theory has been an important theoretical view of decision making process and IT adoption in many academic researches. This study used the institutional theory as a lens through which we can understand the factors that enable the effective appropriation of advanced information technology. It posits that mimetic, coercive, and normative pressures existing in an institutionalized environment could influence the participation of top managers or decision makers and the involvement of users toward an effective use of IT in their tasks. Since the introduction of IT, organizational members have been using IT in their daily tasks, creating and recreating rules and resources according to their own methods and needs. That is to say, the adaptation process of the IT and outcomes are different among organizations. The previous studies on a diverse use of IT refer to the appropriation of technology from the social technology view. Users appropriate IT through not only technology itself, but also in terms of how they use it or how they make the social practice in their use of it. In this study, the concepts of institutional pressure, appropriation, participation of decision makers, and involvement of users toward the appropriation are explored in the context of the appropriation of the mobile electronic medical record system (M-EMRS) in particularly a hospital setting. Based on the conceptual definition of institutional pressure, participation and involvement, operational measures are reconstructed. Furthermore, the concept of appropriation is measured in the aspect of three sub-constructs-consensus on appropriation, faithful appropriation, and attitude of use. Grounded in the relevant theories to appropriation of IT, we developed a research framework in which the effects of institutional pressure, participation and involvement on the appropriation of IT are analyzed. Within this theoretical framework, we formulated several hypotheses. We developed a second order institutional pressure and appropriation construct. After establishing its validity and reliability, we tested the hypotheses with empirical data from 101 users in 3 hospitals which had adopted and used the M-EMRS. We examined the mediating effect of the participation of decision makers and the involvement of users on the appropriation and empirically validated their relationships. The results show that the mimetic, coercive, and normative institutional pressure has an effect on the participation of decision makers and the involvement of users in the appropriation of IT while the participation of decision makers and the involvement of users have an effect on the appropriation of IT. The results also suggest that the institutional pressure and the participation of decision makers influence the involvement of users toward an appropriation of IT. Our results emphasize the mediating effect of the institutional pressure on the appropriation of IT. Namely, the higher degree of the participation of decision makers and the involvement of users, the more effective appropriation users will represent. These results provide strong support for institutional-based variables as predictors of appropriation. These findings also indicate that organizations should focus on the role of participation of decision makers and the involvement of users for the purpose of effective appropriation, and these are the practical implications of our study. The theoretical contribution of this study is lies in the integrated model of the effect of institutional pressure on the appropriation of IT. The results are consistent with the institutional theory and support previous studies on adaptive structuration theory.

Hardware Approach to Fuzzy Inference―ASIC and RISC―

  • Watanabe, Hiroyuki
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 1993.06a
    • /
    • pp.975-976
    • /
    • 1993
  • This talk presents the overview of the author's research and development activities on fuzzy inference hardware. We involved it with two distinct approaches. The first approach is to use application specific integrated circuits (ASIC) technology. The fuzzy inference method is directly implemented in silicon. The second approach, which is in its preliminary stage, is to use more conventional microprocessor architecture. Here, we use a quantitative technique used by designer of reduced instruction set computer (RISC) to modify an architecture of a microprocessor. In the ASIC approach, we implemented the most widely used fuzzy inference mechanism directly on silicon. The mechanism is beaded on a max-min compositional rule of inference, and Mandami's method of fuzzy implication. The two VLSI fuzzy inference chips are designed, fabricated, and fully tested. Both used a full-custom CMOS technology. The second and more claborate chip was designed at the University of North Carolina(U C) in cooperation with MCNC. Both VLSI chips had muliple datapaths for rule digital fuzzy inference chips had multiple datapaths for rule evaluation, and they executed multiple fuzzy if-then rules in parallel. The AT & T chip is the first digital fuzzy inference chip in the world. It ran with a 20 MHz clock cycle and achieved an approximately 80.000 Fuzzy Logical inferences Per Second (FLIPS). It stored and executed 16 fuzzy if-then rules. Since it was designed as a proof of concept prototype chip, it had minimal amount of peripheral logic for system integration. UNC/MCNC chip consists of 688,131 transistors of which 476,160 are used for RAM memory. It ran with a 10 MHz clock cycle. The chip has a 3-staged pipeline and initiates a computation of new inference every 64 cycle. This chip achieved an approximately 160,000 FLIPS. The new architecture have the following important improvements from the AT & T chip: Programmable rule set memory (RAM). On-chip fuzzification operation by a table lookup method. On-chip defuzzification operation by a centroid method. Reconfigurable architecture for processing two rule formats. RAM/datapath redundancy for higher yield It can store and execute 51 if-then rule of the following format: IF A and B and C and D Then Do E, and Then Do F. With this format, the chip takes four inputs and produces two outputs. By software reconfiguration, it can store and execute 102 if-then rules of the following simpler format using the same datapath: IF A and B Then Do E. With this format the chip takes two inputs and produces one outputs. We have built two VME-bus board systems based on this chip for Oak Ridge National Laboratory (ORNL). The board is now installed in a robot at ORNL. Researchers uses this board for experiment in autonomous robot navigation. The Fuzzy Logic system board places the Fuzzy chip into a VMEbus environment. High level C language functions hide the operational details of the board from the applications programme . The programmer treats rule memories and fuzzification function memories as local structures passed as parameters to the C functions. ASIC fuzzy inference hardware is extremely fast, but they are limited in generality. Many aspects of the design are limited or fixed. We have proposed to designing a are limited or fixed. We have proposed to designing a fuzzy information processor as an application specific processor using a quantitative approach. The quantitative approach was developed by RISC designers. In effect, we are interested in evaluating the effectiveness of a specialized RISC processor for fuzzy information processing. As the first step, we measured the possible speed-up of a fuzzy inference program based on if-then rules by an introduction of specialized instructions, i.e., min and max instructions. The minimum and maximum operations are heavily used in fuzzy logic applications as fuzzy intersection and union. We performed measurements using a MIPS R3000 as a base micropro essor. The initial result is encouraging. We can achieve as high as a 2.5 increase in inference speed if the R3000 had min and max instructions. Also, they are useful for speeding up other fuzzy operations such as bounded product and bounded sum. The embedded processor's main task is to control some device or process. It usually runs a single or a embedded processer to create an embedded processor for fuzzy control is very effective. Table I shows the measured speed of the inference by a MIPS R3000 microprocessor, a fictitious MIPS R3000 microprocessor with min and max instructions, and a UNC/MCNC ASIC fuzzy inference chip. The software that used on microprocessors is a simulator of the ASIC chip. The first row is the computation time in seconds of 6000 inferences using 51 rules where each fuzzy set is represented by an array of 64 elements. The second row is the time required to perform a single inference. The last row is the fuzzy logical inferences per second (FLIPS) measured for ach device. There is a large gap in run time between the ASIC and software approaches even if we resort to a specialized fuzzy microprocessor. As for design time and cost, these two approaches represent two extremes. An ASIC approach is extremely expensive. It is, therefore, an important research topic to design a specialized computing architecture for fuzzy applications that falls between these two extremes both in run time and design time/cost. TABLEI INFERENCE TIME BY 51 RULES {{{{Time }}{{MIPS R3000 }}{{ASIC }}{{Regular }}{{With min/mix }}{{6000 inference 1 inference FLIPS }}{{125s 20.8ms 48 }}{{49s 8.2ms 122 }}{{0.0038s 6.4㎲ 156,250 }} }}

  • PDF

The Development of Education Model for CA-RP(Cognitive Apprenticeship-Based Research Paper) to Improve the Research Capabilities for Majors Students of Radiological Technology (방사선 전공학생의 연구역량 증진을 위한 인지적 도제기반 논문작성 교육 모형 개발)

  • Park, Hoon-Hee;Chung, Hyun-Suk;Lee, Yun-Hee;Kim, Hyun-Soo;Kang, Byung-Sam;Son, Jin-Hyun;Min, Jung-Hwan;Lyu, Kwang-Yeul
    • Journal of radiological science and technology
    • /
    • v.36 no.2
    • /
    • pp.99-110
    • /
    • 2013
  • In the medical field, the necessity of education growth for the professional Radiation Technologists has been emphasized to become experts on radiation and the radiation field is important of the society. Also, in hospitals and companies, important on thesis is getting higher in order to active and cope with rapidly changing internal and external environment and a more in-depth expert training, the necessity of new teaching and learning model that can cope with changes in a more proactive has become. Thesis writing classes brought limits to the in-depth learning as to start a semester and rely on only specific programs besides, inevitable on passive participation. In addition, it does not have a variety opportunity to present, an actual opportunity that can be written and discussed does not provide much caused by instructor-led classes. As well as, it has had a direct impact on the quality of the thesis, furthermore, having the opportunity to participate in various conferences showed the limitations. In order to solve these problems, in this study, writing thesis has organized training operations as a consistent gradual deepening of learning, at the same time, the operational idea was proposed based on the connectivity integrated operating and effective training program & instructional tool for improving the ability to perform the written actual thesis. The development of teaching and learning model consisted of 4 system modeling, scaffolding, articulation, exploration. Depending on the nature of the course, consisting team following the personal interest and the topic allow for connection subject, based on this, promote research capacity through a step-by-step evaluation and feedback and, fundamentally strengthen problem-solving skills through the journal studies, help not only solving the real-time problem by taking wiki-space but also efficient use of time, increase the quality of the thesis by activating cooperation through mentoring, as a result, it was to promote a positive partnership with the academic. Support system in three stages planning subject, progress & writing, writing thesis & presentation and based on cognitive apprenticeship. The ongoing Coaching and Reflection of professor and expert was applied in order to maintain these activities smoothly. The results of this study will introduce actively, voluntarily and substantially join to learners, by doing so, culture the enhancement of creativity, originality and the ability to co-work and by enhance the expertise of based-knowledge, it is considered to be help to improve the comprehensive ability.

The Direction of Development of Leisure and Tourism Contents in Connection with Osaek District (강원도 오색지구 레저·관광 콘텐츠 개발 방향)

  • Lee, Gye-Young;Kim, Tae-Dong
    • Journal of Korea Entertainment Industry Association
    • /
    • v.13 no.7
    • /
    • pp.307-319
    • /
    • 2019
  • This study aims to provide the basic materials for the development of leisure and tourism contents in connection with Osaek cableway for the revitalization of Osaek District. For such a purpose, the following policy directions were presented through the analysis of the present situation and conditions of Osaek District, the direction of development of leisure and tourism contents of Osaek District, etc. The first is increasing the participation of local residents and reinforcing their capabilities. The suggested promotion plans are ① establishing organizational system and strengthening support, ② reinforcing the capabilities of local residents and ③ constructing networks with external human resources. The second is setting the guidelines for contents development. It was proposed to prepare contents for leisure experience using the natural environment of Osaek District in response to the trend of increase of people who enjoy "contents using culture and arts" and leisure. The third is typological approach to contents. It was proposed to develop cultural contents with the theme of Osaek such as "Osaek Light Festival", "Osaek Concert", "Osaek Photo Exhibition" and "Osaek Good Men and Women Contest" for the promotion of the brand of the place name of Osaek and the creation of the "Picture Book Village" for the compilation of the history and culture of Osaek District with pictures. The fourth is securing marketing channels. For this, it was proposed to produce the website of Yangyang County or a website tentatively named as "Osaek-ri with Beautiful Osaek" and introduce an integrated travel product (transportation + lodging + foods + experience (hot spring, mineral water therapy, leisure experience, etc.) + purchasing local specialty products, etc.) composed of the leisure and tourism contents, transportation, lodging, foods, etc. of Osaek District through travel agencies. The final policy direction presented was phased implementation of the development and operation of the contents. Proposed policies include support of a consulting project to upgrade the organization of local residents; implementation of "Tourism Dure (Cooperative)" project for the solution of the problem of tourism in Osaek District by the residents themselves together using the space of culture and arts made by remodeling idle public and private facilities after benchmarking exemplary places; system improvement for the introduction of leisure and tourism contents appropriate for local conditions; and the establishment of a master plan for the introduction of various leisure and tourism contents in Osaek District.

An Embedding /Extracting Method of Audio Watermark Information for High Quality Stereo Music (고품질 스테레오 음악을 위한 오디오 워터마크 정보 삽입/추출 기술)

  • Bae, Kyungyul
    • Journal of Intelligence and Information Systems
    • /
    • v.24 no.2
    • /
    • pp.21-35
    • /
    • 2018
  • Since the introduction of MP3 players, CD recordings have gradually been vanishing, and the music consuming environment of music users is shifting to mobile devices. The introduction of smart devices has increased the utilization of music through music playback, mass storage, and search functions that are integrated into smartphones and tablets. At the time of initial MP3 player supply, the bitrate of the compressed music contents generally was 128 Kbps. However, as increasing of the demand for high quality music, sound quality of 384 Kbps appeared. Recently, music content of FLAC (Free License Audio Codec) format using lossless compression method is becoming popular. The download service of many music sites in Korea has classified by unlimited download with technical protection and limited download without technical protection. Digital Rights Management (DRM) technology is used as a technical protection measure for unlimited download, but it can only be used with authenticated devices that have DRM installed. Even if music purchased by the user, it cannot be used by other devices. On the contrary, in the case of music that is limited in quantity but not technically protected, there is no way to enforce anyone who distributes it, and in the case of high quality music such as FLAC, the loss is greater. In this paper, the author proposes an audio watermarking technology for copyright protection of high quality stereo music. Two kinds of information, "Copyright" and "Copy_free", are generated by using the turbo code. The two watermarks are composed of 9 bytes (72 bits). If turbo code is applied for error correction, the amount of information to be inserted as 222 bits increases. The 222-bit watermark was expanded to 1024 bits to be robust against additional errors and finally used as a watermark to insert into stereo music. Turbo code is a way to recover raw data if the damaged amount is less than 15% even if part of the code is damaged due to attack of watermarked content. It can be extended to 1024 bits or it can find 222 bits from some damaged contents by increasing the probability, the watermark itself has made it more resistant to attack. The proposed algorithm uses quantization in DCT so that watermark can be detected efficiently and SNR can be improved when stereo music is converted into mono. As a result, on average SNR exceeded 40dB, resulting in sound quality improvements of over 10dB over traditional quantization methods. This is a very significant result because it means relatively 10 times improvement in sound quality. In addition, the sample length required for extracting the watermark can be extracted sufficiently if the length is shorter than 1 second, and the watermark can be completely extracted from music samples of less than one second in all of the MP3 compression having a bit rate of 128 Kbps. The conventional quantization method can extract the watermark with a length of only 1/10 compared to the case where the sampling of the 10-second length largely fails to extract the watermark. In this study, since the length of the watermark embedded into music is 72 bits, it provides sufficient capacity to embed necessary information for music. It is enough bits to identify the music distributed all over the world. 272 can identify $4*10^{21}$, so it can be used as an identifier and it can be used for copyright protection of high quality music service. The proposed algorithm can be used not only for high quality audio but also for development of watermarking algorithm in multimedia such as UHD (Ultra High Definition) TV and high-resolution image. In addition, with the development of digital devices, users are demanding high quality music in the music industry, and artificial intelligence assistant is coming along with high quality music and streaming service. The results of this study can be used to protect the rights of copyright holders in these industries.

Evaluation of Shoreline Retreat Rate due to a Sea Level Rise using Theory of Equilibrium Beach Profile (평형해빈단면이론을 이용한 해수면 상승에 따른 해안후퇴율 산정)

  • Kang, Tae Soon;Cho, Kwangwoo;Lee, Jong Sup;Park, Won Kyung
    • Journal of Korean Society of Coastal and Ocean Engineers
    • /
    • v.26 no.4
    • /
    • pp.197-206
    • /
    • 2014
  • The purpose of this study is to evaluate coastal erosion due to a sea-level rise. The shoreline retreat rate was calculated due to future sea-level rise. Shoreline retreat rates were quantified with the cross-sectional data of 23 sandy coasts (12 sites from east coast, 5 sites from south coast, and 6 sites of west coast) and 3 cross-sectional profiles from each side of the coasts in Korea. The theory of equilibrium beach profile was employed in this study to evaluate the applicability of the theory into the coast of Korea and was tested with 15 cross-sectional beach profiles. Four scenarios of future sea level rise such as 38 cm, 59 cm, 75 cm, and 100 cm were adopted to estimate the shoreline retreat rates. Overall shoreline retreat rates for the coasts in Korea were predicted as 43.7% for 38 cm, 60.3% for 59 cm, 69.2% for 75 cm, and 80.1% for 100 cm sea level rises, respectively. Retreat rates in the east coast (29.6% for 38 cm, 45.1% for 59 cm, 56.0% for 75 cm, and 69.9% for 100 cm) showed relatively low compared to the south coast (51.9%, 67.6%, 77.2%, 87.3%) and the west coast (53.8%, 71.0%, 78.5%, 86.4%). However, all sandy coasts in Korea were assessed to be vulnerable with increasing sea-level rise. There are uncertainties in the assessment of this study, which include the limitation of the assessment model and the lack of the spatio-temporal data of the beach profiles. Therefore, this study shows that it is very important to spend integrated efforts to respond coastal erosion including comprehensive observations(monitoring) and the development of scientific understanding on the field.

Temporal and Spatial Variations of Primary Productivity in Estuary of Youngsan River and Mokpo Coastal Areas (영산강 하구역 및 목포 연안 해역 식물플랑크톤 1차생산력의 시.공간적 변화)

  • Lee, Yeon-Jung;Min, Jun-Oh;Shin, Yong-Sik;Kim, Sung-Hwan;Shin, Kyung-Hoon
    • Korean Journal of Ecology and Environment
    • /
    • v.44 no.4
    • /
    • pp.327-336
    • /
    • 2011
  • Temporal and spatial variations of primary productivity were investigated in the estuary of Youngsan River and Mokpo coastal areas in 2009. After heavy rain, concentrations of ammonium, phosphate, and silicate increased at six stations in August. The torrential rainfall may cause an increase in nutrient concentrations during summer. There is no limitation of nutrients (except for February at the mid-Youngsan estuarine region YS2) but a potential phosphate limitation was apparent at all stations. Silicate depletion was observed at YS2 in February due to a massive diatom bloom. The trophic status of the Youngsan estuary and Mokpo coastal areas were inferred from an assessment of the primary productivity. In February and May, YS1 (upper Youngsan estuary site) and YS2, YS3 (near the Youngsan river estuary barrage), MP1 (upper Mokpo coastal region site) were appropriately assigned to the mesotrophic category. MP2 (mid-Mokpo coastal region site) and MP3 (outer site of Mokpo coastal region) were assigned to the oligotrophic category. All stations were classified to the oligotrophic status in November. In August, after heavy rain, Youngsan estuary stations maintained mesotrophic status. On the other hand, MP1 and MP2 were classified in the eutrophic category and MP3 to mesotrophic status. In particular, primary productivities of MP1 and MP2 were 9 and 7 times higher respectively than the standard of eutrophic status ($1,000-mgC\;m^{-2}d^{-1}$). These results suggest that a massive freshwater discharge from the Youngsan River estuary should be considered a main factor in the occurrence of phytoplankton bloom in Mokpo coastal areas during summer. Seasonal variations of primary productivity are closely related with depth-integrated Chl. a.

A Study on Stage of Concern, Level of Use, Innovation Configuration, and Intervention demand of Teachers in Culinary Practice Education (조리실습 교육에 대한 교사의 관심도, 실행 수준, 실행 형태 및 지원 요구도 조사)

  • Park Eun-Sook;Kim Young-Nam
    • Journal of Korean Home Economics Education Association
    • /
    • v.18 no.3 s.41
    • /
    • pp.41-60
    • /
    • 2006
  • The system of teaching culinary practice needs drastic modification to catch up with dietary life and education curriculum changes. To reflect such changes, it is necessary to instill a strong will and interest as well as educational environment improvement in teachers. In this sense, this study researched the teachers' stages of concerns, levels of use, innovation configuration, and intervention demands, based on the CBAM(Concerns Based Adoption Method) developed by Hord et. al. For the survey, 500 questionnaires sent by mail and 187 were analyzed by SPSS/win 10.0 program. The results are summarized as follows. 1) The teachers stages of concerns on culinary practice is assessed to be in the lowest level of perceptual stage, which indicates a state of indifference. 2) In terms of the levels of use, routine use was the highest, followed by refinement use, integrated use, research use, and reinvent use in descending order. Mechanical use posted the lowest level. Even though the stages of concern showed the beginning stage, the Level of use was relatively high. 3) About the innovation configuration, approximately 30% of the teachers were not accomodate the culinary practice referred to the 7th National Education Curriculum. 4) According to the intervention demands on culinary practice education, it was found that teachers generally wanted more interventions in every component. Among the intervention components, the highest demand was on the support for facility. Demand on the financing is the second highest. Teachers in the level of routine use demanded more information and materials supply and individual encouragement, but teachers in the level of preparation needed study opportunity for training on operation skills more.

  • PDF

Validation of the Proximity of Clothing to Self Scale for Older Persons (의복의 자아 근접성 척도 검증 - 노년층을 대상으로 -)

  • Lee, Young-A;Sontag, M. Suzanne
    • Journal of the Korean Society of Clothing and Textiles
    • /
    • v.31 no.6 s.165
    • /
    • pp.848-858
    • /
    • 2007
  • Sontag and Lee (2004) recently developed an objectively measurable instrument, the Proximity of Clothing to Self(PCS) Scale, which measured the psychological closeness of clothing to self. They validated a 4-factor, 24-item PCS Scale for use with adolescents and identified the need for confirmation of the factor structure with other age groups. This paper extends the work of Sontag and Lee by employing the PCS Scale with older persons, age 65 and over, and reports the validation of a 3-factor, 19-item PCS Scale for older persons. A mail survey was sent to a national random sample of 1,700 older Persons by means of a list purchased from a U.S. survey sampling company in late November 2004. Total usuable number of respondents was 250 with an adjusted response rate of 15.6 percent. Three analytical rounds of confirmatory factor analysis(CFA) to test the construct validity of the PCS Scale were conducted by using AMOS 5.0(Analysis of Moment Structures), one of several structural equation modeling(SEM) programs. Completion of three rounds of the CFA resulted in a 3-factor, 19-item PCS Scale with demonstrated construct validity and reliability for older persons. The three PCS dimensions are clothing in relation to 1) self as structure-process(PCS Dimension 1-2-3 combined), 2) self-esteem-evaluative and affective processes(PCS Dimension 4-5 combined), and 3) body image and body cathexis(PCS Dimension 6). The initially hypothesized 6-factor scale(Sontag & Lee, 2004) was not confirmed for adolescents in their study nor with older persons in this study. In addition, the 4-factor solution for the adolescent group did not hold for older persons. It appears that the self-system of older persons is more integrated than may be true for younger individuals. Recommendations for future testing of construct validity of the PCS Scale are made.

Economic Impact of HEMOS-Cloud Services for M&S Support (M&S 지원을 위한 HEMOS-Cloud 서비스의 경제적 효과)

  • Jung, Dae Yong;Seo, Dong Woo;Hwang, Jae Soon;Park, Sung Uk;Kim, Myung Il
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.10 no.10
    • /
    • pp.261-268
    • /
    • 2021
  • Cloud computing is a computing paradigm in which users can utilize computing resources in a pay-as-you-go manner. In a cloud system, resources can be dynamically scaled up and down to the user's on-demand so that the total cost of ownership can be reduced. The Modeling and Simulation (M&S) technology is a renowned simulation-based method to obtain engineering analysis and results through CAE software without actual experimental action. In general, M&S technology is utilized in Finite Element Analysis (FEA), Computational Fluid Dynamics (CFD), Multibody dynamics (MBD), and optimization fields. The work procedure through M&S is divided into pre-processing, analysis, and post-processing steps. The pre/post-processing are GPU-intensive job that consists of 3D modeling jobs via CAE software, whereas analysis is CPU or GPU intensive. Because a general-purpose desktop needs plenty of time to analyze complicated 3D models, CAE software requires a high-end CPU and GPU-based workstation that can work fluently. In other words, for executing M&S, it is absolutely required to utilize high-performance computing resources. To mitigate the cost issue from equipping such tremendous computing resources, we propose HEMOS-Cloud service, an integrated cloud and cluster computing environment. The HEMOS-Cloud service provides CAE software and computing resources to users who want to experience M&S in business sectors or academics. In this paper, the economic ripple effect of HEMOS-Cloud service was analyzed by using industry-related analysis. The estimated results of using the experts-guided coefficients are the production inducement effect of KRW 7.4 billion, the value-added effect of KRW 4.1 billion, and the employment-inducing effect of 50 persons per KRW 1 billion.