• Title/Summary/Keyword: development tool

Search Result 6,939, Processing Time 0.033 seconds

A Web-based Simulation Environment based on the Client/Server Architecture for Distance Education: SimDraw (원격교육을 위한 클라이언트/서버구조의 웹 기반 시뮬레이션 환경 : SimDraw)

  • 서현곤;사공봉;김기형
    • Journal of KIISE:Software and Applications
    • /
    • v.30 no.11
    • /
    • pp.1080-1091
    • /
    • 2003
  • Recently, the distance education has been rapidly proliferated with the rapid growth of the Internet and high speed networks. There has been relatively much research with regard to online lecture (teaching and studying) tools for the distance education, compared to the virtual laboratory tools (for self-study and experiments). In this paper, we design and implement a web-based simulation tool, named as SimDraw, for the virtual laboratory in the distance education. To apply the web-based simulation technology into the distance education, some requirements should be met; firstly, the user interface of the simulation should be very easy for students. Secondly, the simulation should be very portable to be run on various computer systems of remote students. Finally, the simulation program on remote computers should be very thin so that students can easily install the program onto their computers. To meet these requirements, SimDraw adopts the client/server architecture; the client program contains only model development and animation functions so that no installation of a client program onto student's system is required, and it can be implemented by a Java applet in Web browsers. The server program supports client programs by offering the functions such as remote compiling, model storing, library management, and user management. For the evaluation of SimDraw, we show the simulation process using the example experimentation of the RIP(Routing Information Protocol) Internet routing protocol.

Mediation of Production Trust on Brand Image Influence on Repurchase Intention for PB Rice (브랜드 이미지와 구매의도 간의 영향관계에서 상품 신뢰의 매개효과 검증: PB 쌀을 중심으로)

  • Kim, Deok-Hyeon;Ha, Ji-Young;Lee, Seung-Hyun;An, Wook-Hyun
    • Journal of Distribution Science
    • /
    • v.12 no.8
    • /
    • pp.83-90
    • /
    • 2014
  • Purpose - Increasing sales of PB rice products can hinder the growth of domestic brands of rice, notwithstanding that the government is promoting domestic brands of rice. This analysis evaluated the influencing relationship among the variables of PB image, product credibility, and purchase intention of consumers who have never bought PB rice, to know the factors influencing consumers' decisions to purchase PB products. Research design, data, and methodology - PB products' brand image was analyzed as the factor that has a direct effect on purchase intention. The mediation effect of credibility on PB products is also analyzed, in terms of influencing the relationship between PB products' brand image and purchase intention. The analysis is performed on consumers that have not purchased a PB product and consumers who have purchased PB products from major distributors. Data is collected through questionnaires, from 389 of responders, and the AMOS 19.0 statistics package is used as a statistical tool. Results - It is proven that brand image has direct effects on the credibility of the product, and the credibility of product has a direct effect on purchase intention. However, it is revealed that brand image does not directly affect purchase intention, but that brand image indirectly affects it through the credibility of the product. Although the customers' recognition about PB image is low, the result shows that PB products' external attributes have effects on customers' purchase intention relating to the PB product. Therefore, it is important to establish the credibility of the PB product more than other products in terms of marketing. Conclusions - The following are the implications of the study. First, in a rice brand promotion, the credibility of the product should be ensured by a uniform brand image. To ensure the credibility of a product, the RPC brand and other brands should be unified, and the unified brand image should be applied to every product. Second, the package must possess a design as well as contents that could build consumers' perception of product credibility. Products' external attributes contribute to their credibility, which leads the consumers to purchase the products, including those consumers who have never bought PB rice products. Therefore, the products' credibility and sales can be reinforced by applying information about consumers' considerations when buying the PB rice product in different colors, font sizes, and packaging designs. This study is meaningful in two ways. First, it seeks to identify an NB revitalization strategy by exploring the purchasing behavior of customers who have no experience in buying PB rice products. Second, the results of previous studies about general brands are considered and applied in this study in order to investigate the influencing relationship among different factors of PB products. However, this study is a consumer awareness investigation; therefore, its results only have limited meaning to the relationship between brand image and purchase intention.

Digital Forensic Indicators of Compromise Format(DFIOC) and Its Application (디지털 포렌식 기반의 침해 지표 포맷 개발 및 활용 방안)

  • Lee, Min Wook;Yoon, Jong Seong;Lee, Sang Jin
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.5 no.4
    • /
    • pp.95-102
    • /
    • 2016
  • Computer security incident such as confidential information leak and data destruction are constantly growing and it becomes threat to information in digital devices. To respond against the incident, digital forensic techniques are also developing to help digital incident investigation. With the development of digital forensic technology, a variety of forensic artifact has been developed to trace the behavior of users. Also, a diversity of forensic tool has been developed to extract information from forensic artifact. However, there is a issue that information from forensic tools has its own forms. To solve this problem, it needs to process data when it is output from forensic tools. Then it needs to compare and analyze processed data to identify how data is related each other and interpret the implications. To reach this, it calls for effective method to store and output data in the course of data processing. This paper aims to propose DFIOC (Digital Forensic Indicators Of Compromise) that is capable of transcribing a variety of forensic artifact information effectively during incident analysis and response. DFIOC, which is XML based format, provides "Evidence" to represent various forensic artifacts in the incident investigation. Furthermore, It provides "Forensic Analysis" to report forensic analysis result and also gives "Indicator" to investigate the trace of incidence quickly. By logging data into one sheet in DFIOC format for forensic analysis process, it is capable of avoiding unnecessary data processing. Lastly, since collected information is recorded in a normalized format, data input and output becomes much easier as well as it will be convenient to use for identification of collected information and analysis of data relationship.

Development of Safe Korean Programming Language Using Static Analysis (정적 분석을 이용한 안전한 한글 프로그래밍 언어의 개발)

  • Kang, Dohun;Kim, Yeoneo;Woo, Gyun
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.5 no.4
    • /
    • pp.79-86
    • /
    • 2016
  • About 75% of software security incidents are caused by software vulnerability. In addition, the after-market repairing cost of the software is higher by more than 30 times than that in the design stage. In this background, the secure coding has been proposed as one of the ways to solve this kind of maintenance problems. Various institutions have addressed the weakness patterns of the standard software. A new Korean programming language Saesark has been proposed to resolve the security weakness on the language level. However, the previous study on Saesark can not resolve the security weakness caused by the API. This paper proposes a way to resolve the security weakness due to the API. It adopts a static analyzer inspecting dangerous methods. It classifies the dangerous methods of the API into two groups: the methods of using tainted data and those accepting in-flowing tainted data. It analyses the security weakness in four steps: searching for the dangerous methods, configuring a call graph, navigating a path between the method for in-flowing tainted data and that uses tainted data on the call graph, and reporting the security weakness detected. To measure the effectiveness of this method, two experiments have been performed on the new version of Saesark adopting the static analysis. The first experiment is the comparison of it with the previous version of Saesark according to the Java Secure Coding Guide. The second experiment is the comparison of the improved Saesark with FindBugs, a Java program vulnerability analysis tool. According to the result, the improved Saesark is 15% more safe than the previous version of Saesark and the F-measure of it 68%, which shows the improvement of 9% point compared to 59%, that of FindBugs.

New Paradigm in exhibition organization at the National Museum of Contemporary Art ('연구 업무 전담제'를 통해 살펴보는 국립현대미술관 전시 기획의 새로운 패러다임)

  • Choi, Eun-Ju
    • The Journal of Art Theory & Practice
    • /
    • no.3
    • /
    • pp.67-84
    • /
    • 2005
  • Since the evaluation of its intellectual activities and abilities is done by curator's capabilities, planning exhibition is very important as the final result achieved by their own knowledge, information, and research. ARPA(Advanced Research Project on Arts) is suggested as the system which enables curators responding simultaneously to the society in the times, based on its special characteristics. If this system settles well, which means that the curators at NMCA(National Museum of Contemporary Art, Korea) play their roles as the professionals in each of their fields, the goal of consolidating the status of museum as the representative national museum, and building up competent department of curators, will be achieved at the same time. To clarify above, the curators set up the various assignments of research about the types of arts such as painting, Korean painting, sculpture, installation, new-media, design, craft, photogarphy, architecture, etc. And they establish the art objects classified by the regions, such as the Northern American, Southern American, European, Asian, and other Third World countries. They elaborate art objects more on the history, the work, the artist, and the issue of contemporary art. Furthermore, when the curators devote deeper study to those research subjects, they can have the opportunities to design an exhibition upon the research. Today, the museum of art is 'The Place for Communication and Encounter', it is regarded important to share the aesthetical, creative values with current artists, and to understand mutually with the spectators. It is needed to improve the curator's work, in order to meet the demands of the times and even to advance. Because the form of 'exhibition' is the tool that reveals the identity NMCA aiming at, the motivation, the development, and the realization should be leaded by the curators, who are the mainstream of the museum. ARPA is a system for identifying the exhibition like mentioned above. The main purpose of this system is to produce synergy effect, having the researching, collecting work in liaison with planning exhibition. ARPA will be able to improve the quality of exhibition through the way of developing the exhibition, passing through the stable process in the long run. So far, I have referred to a new paradigm of the exhibition design at NMCA via ARPA. Yet, there still remain missions in reality, such as analyzing the previous exhibition and reshuffling personnel and system, which should be done. When these matters settled, these plans would be suggested practically. At this point, it is the most significant that NMCA is attempting to let others aware of the importance of exhibition planning based on research. when the ARPA and exhibition planning is conjoined together successfully, the competent exhibition will be achieved, which can offer a meaningful exhibition to the art world, strengthen infra structure thru exchanging with public museum in the region, and eventually, establish a network with museum in foreign countries.

  • PDF

Defining an Architectural Pattern for the Software Based Simulators in Consideration of Modifiability and Interoperability (변경가능성과 상호운영성을 고려한 소프트웨어 기반 시뮬레이터 아키텍처 패턴의 정의)

  • Kuk, Seung-Hak;Kim, Hyeon-Soo;Lee, Sang-Uk
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.8
    • /
    • pp.547-565
    • /
    • 2009
  • Simulation is the imitation of some real thing, state of affairs, or process. The act of simulating something generally entails identifying certain key characteristics or behaviors of a selected physical or abstract system. And a simulator is the software or hardware tool that performs simulation tasks. When developing a simulator, the non-functional requirements such as modifiability, interoperability, and extendability should be required. However, existing studies about the simulator development focus not on such non-functional requirements but on the methodologies to build the simulation model. In this paper, we suggest the new architectural pattern for the software based simulator in consideration of such non-functional requirements. In order to define the architectural pattern, we identify the essential elements of the simulators, define relationships between them, and design the architectural structure with the elements to accommodate such non-functional requirements. According to the proposed pattern we can solve the simulation problems to combine the various simulation model components. The pattern guarantees modifiability by reconstructing the simulation model, also guarantees interoperability and extendability by adding various interfaces to the simulation model and by keeping the consistent interfacing mechanism between the simulation model components. The suggested architectural pattern can be used as the reference architecture of the simulator systems that will be developed in future.

Familism and Welfare Consciousness in Korea (가족주의 가치관에 따른 한국인의 복지의식 연구 : 서울지역 기혼자를 중심으로)

  • Yang, Ok-Kyung
    • Korean Journal of Social Welfare
    • /
    • v.51
    • /
    • pp.229-256
    • /
    • 2002
  • This study is about the relationship between traditional familism and welfare consciousness in Korea. Traditional familism is known as the value that most Koreans share with, and the impeding value for welfare program development. Strong family solidarity and family-centered perception among Koreans influences other social values and ideology. Especially, care of the family members is understood as a family duty and responsibility. And this inhibits Koreans to develop welfare consciousness and further to develop welfare programs at the governmental level. Thus, this study purposes to explore the relationship between the two. The sample of 1,131 men and women was selected in Seoul area. As a result, traditional familism is found to be quite influential to welfare consciousness among Koreans. First, perception of welfare institution is strongly related with welfare consciousness. The respondents in high familism group showed low welfare consciousness. Second, state-friendly welfare responsibility was shown low in the group of high familism for the aged and youth. In the same context, for the disabled and the unemployed, state-friendly welfare responsibility was shown high in the group of low familism. Lastly, the relationship between familism and the welfare need was not apparent. Such results make possible to conclude that traditional familism among Korean is still influential to welfare consciousness and welfare ideology. However, although this conclusion should not be used for an excuse to avoid state responsibility but used as a tool to develop a welfare model to strengthen family function as one solid family.

  • PDF

Development of Data Acquisition System for Quantification of Autonomic Nervous System Activity and It's Clinical Use (자율신경계의 활성도 측정을 위한 Data Acquisition System의 개발 및 임상응용)

  • Shin, Dong-Gu;Park, Jong-Sun;Kim, Young-Jo;Shim, Bong-Sup;Lee, Sang-Hak;Lee, Jun-Ha
    • Journal of Yeungnam Medical Science
    • /
    • v.18 no.1
    • /
    • pp.39-50
    • /
    • 2001
  • Background: Power spectrum analysis method is a powerful noninvasive tool for quantifying autonomic nervous system activity. In this paper, we developed a data acquistion system for estimating the activity of the autonomic nervous system by the analysis of heart rate and respiratory rate variability using power spectrum analysis. Materials and methods: For the detection of QRS peak and measurement of respiratory rate from patient's ECG, we used low-pass filter and impedence method respectively. This system adopt an isolated power for patient's safety. In this system, two output signals can be obtained: R-R interval heart rate) and respiration rate time series. Experimental ranges are 30-240 BPM for ECG and 15-80 BPM for respiration. Results: The system can acquire two signals accurately both in the experimental test using simulator and in real clinical setting. Conclusion: The system developed in this paper is efficient for the acquisition of heart rate and respiration signals. This system will play a role in research area for improving our understanding of the pathophysiologic involvement of the autonomic nervous system in various disease states.

  • PDF

Development of Assessment Model for the Optimal Site Prediction of Evergreen Broad-leaved Trees in Warm Temperate Zone according to Climate Change (기후변화에 따른 난대상록활엽수의 적지예측 평가 모델 개발)

  • Kang, Jin-Teak;Kim, Jeong-Woon;Kim, Cheol-Min
    • Journal of agriculture & life science
    • /
    • v.46 no.3
    • /
    • pp.47-58
    • /
    • 2012
  • This study was carried out to develop assessment model for the optimal site prediction of Dendropanax morbifera, Evergreen broad-leaved trees in warm temperate zone according to climate change. It was created criterion for assessment model of the optimal site prediction by quantification method to possible analysis of quantitative and qualitative data, through study relationship between growth of tree and site environmental factors. A program of the optimal site prediction was developed using program version 3.2, an Avenue and Dialog Designer tool of ESRI as GIS(geographic information system) engine. Developed program applied to test accuracy of the optimal site prediction in study area of Wando, Jeollanam-do, having a various evergreen broad-leaved trees of warm temperate zone. In the results from analysis of the optimal site prediction on Dendropanax morbifera, the characteristics of optimal site were analyzed site environmental features with 401~500m of altitude, $15^{\circ}$ of slope, hillside of local topography, alluvium of deposit type, convex of slope type and south of aspect. The mapping area per grade of the optimal site prediction in the Dendropanax morbifera showed 1,487.2ha(25.4%) of class I, 1,020.3ha(17.4%) of class II, 2,231.8ha(38.2%) of class III and 1,110.5ha(19.0%) of class IV.

Development of an Image Processing System for the Large Size High Resolution Satellite Images (대용량 고해상 위성영상처리 시스템 개발)

  • 김경옥;양영규;안충현
    • Korean Journal of Remote Sensing
    • /
    • v.14 no.4
    • /
    • pp.376-391
    • /
    • 1998
  • Images from satellites will have 1 to 3 meter ground resolution and will be very useful for analyzing current status of earth surface. An image processing system named GeoWatch with more intelligent image processing algorithms has been designed and implemented to support the detailed analysis of the land surface using high-resolution satellite imagery. The GeoWatch is a valuable tool for satellite image processing such as digitizing, geometric correction using ground control points, interactive enhancement, various transforms, arithmetic operations, calculating vegetation indices. It can be used for investigating various facts such as the change detection, land cover classification, capacity estimation of the industrial complex, urban information extraction, etc. using more intelligent analysis method with a variety of visual techniques. The strong points of this system are flexible algorithm-save-method for efficient handling of large size images (e.g. full scenes), automatic menu generation and powerful visual programming environment. Most of the existing image processing systems use general graphic user interfaces. In this paper we adopted visual program language for remotely sensed image processing for its powerful programmability and ease of use. This system is an integrated raster/vector analysis system and equipped with many useful functions such as vector overlay, flight simulation, 3D display, and object modeling techniques, etc. In addition to the modules for image and digital signal processing, the system provides many other utilities such as a toolbox and an interactive image editor. This paper also presents several cases of image analysis methods with AI (Artificial Intelligent) technique and design concept for visual programming environment.