• Title/Summary/Keyword: Technology Framework

Search Result 4,231, Processing Time 0.032 seconds

Fabrication of R.P.D framework by using Acetal Resin (Acetal resin을 이용한 R.P.D framework의 제작)

  • Kim, Chung-Sook;Park, Myoung-Ho
    • Journal of Technologic Dentistry
    • /
    • v.23 no.1
    • /
    • pp.107-114
    • /
    • 2001
  • R.P.D fabrication can be made if the skills already is properly used in the manufacturing press. You may feel extremely comfortable to wear it. The material used has high elasticity that it can endure the hole process of Acetal Wax pattern casting without any deformation moreover its adaptability is not bad. Because of the poor financial condition of patterns and health insurance, Acetal R.P.D Framework can be one of the best alternatives used for setting clasp partial denture cheaply. R.P.D Framework is aesthetically excellent. The color caused by saliva is so similar to that of the rest of teeth that even dentists as well as patients can not recognize clasp arm. Clasp also helps to secure prosthesis ideally without damaging teeth due to its deep position downward. Since dentists and patients have a good reaction to clasp so far, we are encouraged to apply it to other technical fields.

  • PDF

Dynamic reliability analysis framework using fault tree and dynamic Bayesian network: A case study of NPP

  • Mamdikar, Mohan Rao;Kumar, Vinay;Singh, Pooja
    • Nuclear Engineering and Technology
    • /
    • v.54 no.4
    • /
    • pp.1213-1220
    • /
    • 2022
  • The Emergency Diesel Generator (EDG) is a critical and essential part of the Nuclear Power Plant (NPP). Due to past catastrophic disasters, critical systems of NPP like EDG are designed to meet high dependability requirements. Therefore, we propose a framework for the dynamic reliability assessment using the Fault Tree and the Dynamic Bayesian Network. In this framework, the information of the component's failure probability is updated based on observed data. The framework is powerful to perform qualitative as well as quantitative analysis of the system. The validity of the framework is done by applying it on several NPP systems.

A probabilistic micromechanical framework for self-healing polymers containing microcapsules

  • D.W. Jin;Taegeon Kil;H.K. Lee
    • Smart Structures and Systems
    • /
    • v.32 no.3
    • /
    • pp.167-177
    • /
    • 2023
  • A probabilistic micromechanical framework is proposed to quantify numerically the self-healing capabilities of polymers containing microcapsules. A two-step self-healing process is designed in this study: A probabilistic micromechanical framework based on the ensemble volume-averaging method is derived for the polymers, and a hitting probability model combined with a crack nucleation model is then utilized for encountering microcapsules and microcracks. Using this framework, a series of parametric investigations are performed to examine the influence of various model parameters (e.g., the volume fraction of microcapsules, microcapsule radius, radius ratio of microcracks to microcapsules, microcrack aspect ratio, and scale parameter) on the self-healing capabilities of the polymers. The proposed framework is also implemented into a finite element code to solve the self-healing behavior of tapered double cantilever beam specimens.

Robot Software Framework using Robot Operation System(ROS2) based on Behavior Tree

  • Sangho Lee;Hyejin Chang;Seulgi Jeon;Janghwan Kim;R. Young Chul, Kim
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.15 no.4
    • /
    • pp.134-141
    • /
    • 2023
  • As robotic technology expands into various fields, robots need to execute some complicated tasks in diverse environments. However, the previous robotic software solutions were limited to independent systems. We can not adapt to diverse functionalities and environments. This makes it hard to provide rapid and effective services and leads to costs and losses in the development process. To overcome these problems, we propose a robot software framework with behavior trees based on ROS2. This framework simplifies complex robot behaviors through behavior trees and makes it easy to modify, extend, and reuse robot behaviors. Furthermore, ROS2 standardizes connections between software modules, enhances the robot's flexibility, and enables independent development and testing of software. Our framework aims to provide a foundation for high-quality robot service provision by supporting the modularity, reusability, independent development, and testing required by intelligent robots that need to provide services in various environments.

Multi-level Product Information Modeling for Managing Long-term Life-cycle Product Information (수명주기가 긴 제품의 설계정보관리를 위한 다층 제품정보 모델링 방안)

  • Lee, Jae-Hyun;Suh, Hyo-Won
    • Korean Journal of Computational Design and Engineering
    • /
    • v.17 no.4
    • /
    • pp.234-245
    • /
    • 2012
  • This paper proposes a multi-level product modeling framework for long-term lifecycle products. The framework can help engineers to define product models and relate them to physical instances. The framework is defined in three levels; data, design model, modeling language. The data level represents real-world products, The model level describes design models of real-world products. The modeling language level defines concepts and relationships to describe product design models. The concepts and relationships in the modeling language level enable engineers to express the semantics of product models in an engineering-friendly way. The interactions between these three levels are explained to show how the framework can manage long-term lifecycle product information. A prototype system is provided for further understanding of the framework.

Smart and Secure Point of Sale Framework with Threat Modeling and Formal Verification

  • Mona faraj Nasser alwahabi;Shaik Shakeel Ahamad
    • International Journal of Computer Science & Network Security
    • /
    • v.24 no.6
    • /
    • pp.41-48
    • /
    • 2024
  • Existing PoS (Point of Sale) based payment frameworks are vulnerable as the Payment Application's integrity in the smart phone and PoS are compromised, vulnerable to reverse engineering attacks. In addition to these existing PoS (Point of Sale) based payment frameworks do not perform point-to-point encryption and do not ensure communication security. We propose a Smart and Secure PoS (SSPoS) Framework which overcomes these attacks. Our proposed SSPoS framework ensures point-to-point encryption (P2PE), Application hardening and Application wrapping. SSPoS framework overcomes repackaging attacks. SSPoS framework has very less communication and computation cost. SSPoS framework also addresses Heartbleed vulnerability. SSPoS protocol is successfully verified using Burrows-Abadi-Needham (BAN) logic, so it ensures all the security properties. SSPoS is threat modeled and implemented successfully.

Design and Implementation of a Framework for Automatically Generating Control and Monitoring Software

  • Yoo, Dae-Sung;Sim, Min-Suck;Park, Sung-Ghue;Kim, Jong-Hwan;Yi, Myeong-Jae
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2004.08a
    • /
    • pp.932-935
    • /
    • 2004
  • In this paper, we present a framework that is easy to develop, modify, maintain and extend a control and monitoring software for any kinds of instruments. The presented framework is composed of three XML documents (IID, MAP, and CMIML) and two tools (Virtual Instrument Wizard, Generator). Interface information about behaviors and states of instruments is written on IID. Mapping information between the interface information in IID and API of a real instrument driver is written on MAP. Finally information about control and monitoring software is written on CMIML. IID, MAP and CMIML are written with XML format to provide common usage and platform independence of the suggested framework. VI Wizard generates CMIML (platform independent intermediate document) using IID and existing CMIML, and Generator generates source code of a control and monitoring software (platform dependent code) automatically using CMIML and MAP. The suggested framework that automatically generates control and monitoring software based on GUI provides easy development and maintenance. Also, reusability can be increased by reusing platform independent software description documents.

  • PDF

Data Framework Design of EDISON 2.0 Digital Platform for Convergence Research

  • Sunggeun Han;Jaegwang Lee;Inho Jeon;Jeongcheol Lee;Hoon Choi
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.17 no.8
    • /
    • pp.2292-2313
    • /
    • 2023
  • With improving computing performance, various digital platforms are being developed to enable easily utilization of high-performance computing environments. EDISON 1.0 is an online simulation platform widely used in computational science and engineering education. As the research paradigm changes, the demand for developing the EDISON 1.0 platform centered on simulation into the EDISON 2.0 platform centered on data and artificial intelligence is growing. Herein, a data framework, a core module for data-centric research on EDISON 2.0 digital platform, is proposed. The proposed data framework provides the following three functions. First, it provides a data repository suitable for the data lifecycle to increase research reproducibility. Second, it provides a new data model that can integrate, manage, search, and utilize heterogeneous data to support a data-driven interdisciplinary convergence research environment. Finally, it provides an exploratory data analysis (EDA) service and data enrichment using an AI model, both developed to strengthen data reliability and maximize the efficiency and effectiveness of research endeavors. Using the EDISON 2.0 data framework, researchers can conduct interdisciplinary convergence research using heterogeneous data and easily perform data pre-processing through the web-based UI. Further, it presents the opportunity to leverage the derived data obtained through AI technology to gain insights and create new research topics.

A Framework of the Convergent Service Development Process in the Public Sector : The Smart Transportation Card Service of Seoul City and the Call for Collaboration Case in Singapore (공공분야 융합 서비스 개발 Framework에 대한 연구 : 서울시 스마트교통카드 서비스와 싱가포르 CFC 사례를 중심으로)

  • Lee, Jin-Hui;Lee, Suke-Kyu
    • Journal of Information Technology Services
    • /
    • v.12 no.2
    • /
    • pp.387-410
    • /
    • 2013
  • Due to the development of information technology, Convergence and Creative Economy became hot issues. For example, products become more intelligent and services are likely to be connected and integrated around core services or provided as bundle solution. Meanwhile products and services are integrated in the context of mutual supplementation, which leads to Servitization of Products and Productization of Services in many industries. Previous studies have addressed Convergence with different terms and definitions such as Convergent, Multicategory Multifunctional Product, Clouding Service, Bundle and so on from one perspective such as consumers, suppliers or technology according to a wide range of academic approaches. Thus, this study attempted to suggest the most typical convergence products released in the convergence environment and categorize those products. Furthermore, this study has pointed out the problems in the New Product Development Framework discussed in the studies on marketing by taking the situation of the public sector into account and then suggested "New Service Development Framework in the Public Sector" that are different from traditional e-Gov. approach basically and will enable the government to create public information service and provide them to enterprises or citizens. It also emphasized the importance of Business Conceptualization Stage in the framework; argued that there is a necessity of an integrative study from the perspective of technology on the basis of the approach from the perspective of marketing and Policy such as a study of consumer behaviors, design and marketing channel and Policy Integration for the development and dissipation; and furthermore suggested the cases-the development/Diffusion of Transportation Card Service in Seoul and CFC (Call for Collaboration) in Singapore-in order to verify the framework. There is a need to supplement New Service Development Framework so it is able to reflect the distinct characteristics of the public sector from the academic perspective and be used as practical guidelines for SI (System Integration) business to shift into IT Service business. Last but not the least, this study has suggested the limitations and the directions for the future studies.

A Study on the Success Factors of Korean CDMA Industry through New Analytical Framework (새로운 모형에 의한 CDMA산업의 성공요인 분석)

  • 오길환;설성수
    • Journal of Korea Technology Innovation Society
    • /
    • v.4 no.3
    • /
    • pp.291-310
    • /
    • 2001
  • This is a study on the success factors of Korean CDMA industry through a new analytical framework. Korean CDMA industry is a sample for successfully developing technologies and securing competitive advantages in the world market. The new analytical framework is based urn technological innovation model and competitive advantage model. The success factors of CDMA are analyzed from policy. technology, corporation and market paint of view and the causality between them is studied.

  • PDF