• Title/Summary/Keyword: Graphical User Interface(GUI)

Search Result 250, Processing Time 0.024 seconds

CURRENT RESEARCH ON ACCELERATOR-BASED BORON NEUTRON CAPTURE THERAPY IN KOREA

  • Kim, Jong-Kyung;Kim, Kyung-O
    • Nuclear Engineering and Technology
    • /
    • v.41 no.4
    • /
    • pp.531-544
    • /
    • 2009
  • This paper is intended to provide key issues and current research outcomes on accelerator-based Boron Neutron Capture Therapy (BNCT). Accelerator-based neutron sources are efficient to provide epithermal neutron beams for BNCT; hence, much research, worldwide, has focused on the development of components crucial for its realization: neutron-producing targets and cooling equipment, beam-shaping assemblies, and treatment planning systems. Proton beams of 2.5 MeV incident on lithium target results in high yield of neutrons at relatively low energies. Cooling equipment based on submerged jet impingement and micro-channels provide for viable heat removal options. Insofar as beam-shaping assemblies are concerned, moderators containing fluorine or magnesium have the best performance in terms of neutron accumulation in the epithermal energy range during the slowing-down from the high energies. NCT_Plan and SERA systems, which are popular dose distribution analysis tools for BNCT, contain all the required features (i.e., image reconstruction, dose calculations, etc.). However, detailed studies of these systems remain to be done for accurate dose evaluation. Advanced research centered on accelerator-based BNCT is active in Korea as evidenced by the latest research at Hanyang University. There, a new target system and a beam-shaping assembly have been constructed. The performance of these components has been evaluated through comparisons of experimental measurements with simulations. In addition, a new patient-specific treatment planning system, BTPS, has been developed to calculate the deposited dose and radiation flux in human tissue. It is based on MCNPX, and it facilitates BNCT efficient planning based via a user-friendly Graphical User Interface (GUI).

Development of Qual2E Interface System Coupled with HyGIS (HyGIS와 Qual2E의 연계 시스템 개발)

  • Park, In-Hyeok;Kim, Kyung-Tak;Ha, Seong-Ryong
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.14 no.2
    • /
    • pp.96-108
    • /
    • 2011
  • Going abreast of high public concerns on the environment, the need of environmental modeling has been increased to assess the impact of space exploitation of environment. GIS offers potential solutions to the many problems encountered during water-quality modeling. But there are also many problems associated with the modeling. The preparation of necessary parameters for the modeling can be complicated. Also, the results from one model can be different from each other even the same area is analyzed. This paper aims to develop the data processing system to couple the Qual2E and HyGIS in which Qual2E input and output data files can be created, modified and processed using HyGIS and assess the performance of the system. A structural analysis and standardization of modeling are conducted to identify data flow and processing of Qual2E. Algorithms of the defined processors are designed and developed as component modules. The data model of HyGIS-Qual2E is designed, and GUI(Graphical User Interface) is developed using Visual Basic 6.0 and GDK.

An Open API Proxy Server System for Widget Services (위젯 서비스를 위한 오픈 API 프록시 서버 시스템)

  • Ahn, Byung-Hyun;Lee, Hyuk-Joon;Choi, Yong-Hoon;Chung, Young-Uk
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.9
    • /
    • pp.918-926
    • /
    • 2010
  • A widget is a small application running by the users' favorite services, so they are provided with web contents without explicitly visiting the web site. Although widgets can be easily implemented with Open APIs, only a few web sites provide them because of refactoring the structures of web resource to supply Open APIs to the widget developers. This paper presents an Open API Proxy Server System for widget services. The system consists of two components: an Open API Source Code Generator and an Open API Proxy Server. The Open API Source Code Generator provides a Graphical User Interface (GUI) for users to generate the Open APIs of user's choice and sends the Open API source code generation request to the Open API Proxy Server. The Open API Proxy Server using the HTML Table Processing Library receives the HTML web page from web site and extracts useful information from the target HTML table. The proxy server converts the extracted data into the corresponding XML document which becomes available through the Open API. We verify the operation of the proposed system through experiments with the HTML tables in the example web sites.

Development of Communication Emulate Technique in control system for Automatic Machine. (자동화 기기를 위한 제어 시스템에서의 통신 Emulate 개발)

  • 이범석;정화영
    • Proceedings of the Korea Society for Industrial Systems Conference
    • /
    • 2000.05a
    • /
    • pp.101-106
    • /
    • 2000
  • 자동화 기기 분야에서 컴퓨터의 적용 및 응용은 하드웨어 발달에 따라 매우 빠르고 민감하게 반영되어왔다. 이는 컴퓨터 하드웨어의 빠른 개발 주기에 맞춰 저 가격, 고 효율성, 높은 신뢰성, 호환성 등의 장점을 가진 PC가 현대의 컴퓨터 흐름을 주도하게 되면서 자동화 산업분야 또한 이를 적용하여 왔기 때문이다. 이에 따라, 자동화 기기 분야에서는 고 가격, 긴 개발기간 등을 필요로 했던 과거와 달리 저 가격, 짧은 개발기간, 다양한 개발환경 등을 이룰 수 있었다. 또한, 생산량 증가에만 의존하던 과거와 달리 현대에 이르러서는 시스템의 최적화, 효율의 극대화, 시스템의 안정성, 운용의 편리성, 호환성 등의 개념들이 도입되고 있는 것이다. 자동화 기기를 구성하는 요인으로는 크게 시스템의 틀을 이루는 기계부분과 이를 제어하는 제어 시스템부로 나뉠 수 있다. 제어 시스템에서는 기계부분의 동작을 제어하는 동작 제어부와 이에 관한 정보를 화면에 나타내는 GUI(Graphical User Interface)부분으로 나뉘게된다. 현재에는 이를 통합하여 하나의 하드웨어에서 제어부와 GUI를 모두 담당하는 방법이 연구 진행되고 있으나, 하드웨어를 둘로 나누거나 하나로 하여도 제어부와 GUI 사이의 통신부분은 빼놓을 수 없는 요소가 된다. 따라서, 본 논문에서는 시스템의 안정성을 위하여 두 시스템간에 송·수신되는 데이터를 추적할 수 있도록 하는 Emulate 기법을 구현 및 개발하고자 한다. 이는, 두 시스템간의 통신 데이터를 실시간으로 누적, 저장하여 사용자로 하여금 시스템의 운용상태를 분석할 수 있게 하였으며, 시스템 오류발생 시 Emulate 자료를 근거로 시스템의 운용상태를 파악할 수 있게 하였다.근 제한기능을 제공하며 각 클라이언트와 서버간의 실시간 연결 혹은 지연연결을 지원하는 독립적인 애플리케이션이다. 이러한 처방전달 메시징시스템을 구성하는 각 요소에 대해 정의하고 개념적 모델을 설계하고자 한다.에게 청구되며, 소비자에게 전송 되는 청구서는 사용자DB를 참조하여 사용자가 미리 정의한 원하는 형태로 변환되어 전달되며, 필요시 암호화 과정을 거치는 것이 가능해야 한다. 전송된 청구서는 전자우편의 경우, 암호해독이 가능한 전용 브라우저를 통해 열람 되며, 이는 다시 전용 브라우저를 통해 지불인증이 승인되어 청구 제시서버에게 전송된다. EBPP 시스템의 제어 흐름은 크게 기업이 청구 정보를 소비자에게 제시하는 흐름과 소비자의 지불 승인으로 인해 기업이 은행에 지불을 요구하는 흐름으로 구분할 수 있다. 본 논문에서는 통합 청구서버 및 정구 제시서버의 역할 및 구성 요소들에 대해 서술하고, EBPP 시스템과 연동하여야 하는 메일 서버와의 상호 작용에 대해 서술할 것이다. 본 시스템을 아직 구현이 되지 않은 관계로 시스템의 성능 등의 수치적 결과를 제시할 수 없는 상태다., 취약계층을 위한 일차의료, 의약관리), ${\circled}2$ 보건소 조직 개편 및 민간의료기관과 협력체계 확립, ${\circled}3$ 전문인력 확보 및 인력구성 조정, 그리고 ${\circled}4$ 방문보건사업의 강화 등이다., 대사(代謝)와 관계(關係)있음을 시사(示唆)해 주고 있다.ble nutrient (TDN) was highest in booting stage (59.7%); however no significant difference was foun

  • PDF

Web-enabled Healthcare System for Hypertension: Hyperlink-based Inference Approach (고혈압관리를 위한 웹 기반의 지능정보시스템: 하이퍼링크를 이용한 추론방식으로)

  • Song, Yong-Uk;Ho, Seung-Hee;Chae, Young-Moon;Cho, Kyoung-Won
    • Journal of Intelligence and Information Systems
    • /
    • v.9 no.1
    • /
    • pp.91-107
    • /
    • 2003
  • In the conduct of this study, a web-enabled healthcare system for the management of hypertension was implemented through a hyperlink-based inference approach. The hyperlink-based inference platform was implemented using the hypertext capacity of HTML which ensured accessibility, multimedia facilities, fast response, stability, ease of use and upgrade, and platform independency of expert systems. Many HTML documents, which are hyperlinked to each other based on expert rules, were uploaded beforehand to perform the hyperlink-based inference. The HTML documents were uploaded and maintained automatically by our proprietary tool called the Web-Based Inference System (WeBIS) that supports a graphical user interface (GUI) for the input and edit of decision graphs. Nevertheless, the editing task of the decision graph using the GUI tool is a time consuming and tedious chore when the knowledge engineer must perform it manually. Accordingly, this research implemented an automatic generator of the decision graph for the management of hypertension. As a result, this research suggests a methodology for the development of Web-enabled healthcare systems using the hyperlink-based inference approach and, as an example, implements a Web-enabled healthcare system for hypertension, a platform which performed especially well in the areas of speed and stability.

  • PDF

A New Approach to Mobile Device Design - focused on the Communication Tool & it's GUI for Office Workers in the Near Future - (모바일 기기 디자인의 새로운 접근 - 근 미래 작업환경에서의 커뮤니케이션 도구 디자인과 GUI 연구를 중심으로 -)

  • Yang, Sung-Ho
    • Archives of design research
    • /
    • v.19 no.2 s.64
    • /
    • pp.31-42
    • /
    • 2006
  • This study originates from the following critical mind; what will the office of the future be like? and what technology will we rely upon most to communicate with colleagues or to access business information. In the office environment today, new technology has compelled new work paradigm and has greatly affected the capabilities of the individual to work in a more productive and efficient manner. However, even though new computer technology has changed the business world so rapidly, it is very difficult to see the changes that have been taken place. As an aim of the study, creating a mobile tool for office workers that successfully supports their work and communication was explored, and this study explored future work environment with a 5 years technological and social perspective. As a result of this study, the bON brings new visions to the mobile professionals via various interfaces. The bON, a mobile device, is both a system of work and of communication for office workers. The bON, as an integrated tool for working and communicating, forms the basis for a mobile information gateway that is equally capable of functioning as a mobile desk. The basic underlying idea is that all formal meeting places and hallways in the office are equipped with large wall-mounted screens. The bON collaborates with these media in various ways to enhance productivity and efficiency. The main challenge for the bON to enhance both mobility and quality of information is using new technology including bendable and flexible display and soft material display and sensors. To answer for the strong needs for mobility, the whole size of the device is fairly small while the screen is rolled inside the device. For Graphical User Interface, moreover, a new technique called Multi-layering Interface was adopted to stretch user's visual limits and suggests new direction in designing mobile device, equipped with small size display.

  • PDF

Development of a Data Integration Tool for Hydraulic Conductivity Map and Its Application (수리전도도맵 작성을 위한 자료병합 툴 개발과 적용)

  • Ryu, Dong-Woo;Park, Eui-Seup;Kenichi, Ando;Kim, Hyung-Mok
    • Tunnel and Underground Space
    • /
    • v.17 no.6
    • /
    • pp.493-502
    • /
    • 2007
  • Measurements of hydraulic conductivity are point or interval values, and are highly limited in their number. Meanwhile, results of geophysical prospecting can provide the information of spatial variation of geology, and abundant in number. In this study, it was aimed to develop a data integration tool for constructing a hydraulic conductivity map by integrating geophysical data and hydraulic conductivity measurements. The developed code employed a geostatistical optimization method, simulated annealing (SA), and consists of 4 distinct computation modules by which from exploratory data analysis to postprocessing of the simulation were processed. All these modules are equipped with Graphical User Interface (GUI). Validation of the developed code was evaluated in-situ in characterizing hydraulic characteristics of highly permeable fractured zone.

A Study on Performance Analysis Technique of Turboprop Engine(PT6A-62) Using $EASY5^{\circledR}$ (EASY5를 이용한 더보프롭엔진(PT6A-62)의 성능해석기법에 관한 연구)

  • 공창덕;최인수
    • Journal of the Korean Society of Propulsion Engineers
    • /
    • v.7 no.1
    • /
    • pp.49-56
    • /
    • 2003
  • A steady-state performance simulation program using $EASY5^{(R)}$ on the turboprop engine was developed through in this study. The PT6A-62 turboprop engine which is the power plant of the first Korean basic trainer KT-1, was selected for this study. In order to evaluate the proposed perfrmance model the analysis results of $EASY5^{(R)}$ model were compared with the simulated results by the GASTURB program, which is well blown commercially for the simulation performance analysis at various cases. The first case was the uninstalled condition with various altitudes from ground to 30000ft and flight Mach No. 0. The second case was the install condition with various altitude from ground to M at the maximum take off and the ECS (Environmental Control System) OFF conditions. The third case was install condition with the altitude range from 5000 ft to 1000ft and Mach No. 0.1 to 0.3 at maximum ECS operating condition. It was confirm that the results by the $EASY5^{(R)}$ model were well agreed with those by GASTURB within maximum 5.0%

Laser Thermal Processing System for Creation of Low Temperature Polycrystalline Silicon using High Power DPSS Laser and Excimer Laser

  • Kim, Doh-Hoon;Kim, Dae-Jin
    • 한국정보디스플레이학회:학술대회논문집
    • /
    • 2006.08a
    • /
    • pp.647-650
    • /
    • 2006
  • Low temperature polycrystalline silicon (LTPS) technology using a high power laser have been widely applied to thin film transistors (TFTs) for liquid crystal, organic light emitting diode (OLED) display, driver circuit for system on glass (SOG) and static random access memory (SRAM). Recently, the semiconductor industry is continuing its quest to create even more powerful CPU and memory chips. This requires increasing of individual device speed through the continual reduction of the minimum size of device features and increasing of device density on the chip. Moreover, the flat panel display industry also need to be brighter, with richer more vivid color, wider viewing angle, have faster video capability and be more durable at lower cost. Kornic Systems Co., Ltd. developed the $KORONA^{TM}$ LTP/GLTP series - an innovative production tool for fabricating flat panel displays and semiconductor devices - to meet these growing market demands and advance the volume production capabilities of flat panel displays and semiconductor industry. The $KORONA^{TM}\;LTP/GLTP$ series using DPSS laser and XeCl excimer laser is designed for the new generation of the wafer & FPD glass annealing processing equipment combining advanced low temperature poly-silicon (LTPS) crystallization technology and object-oriented software architecture with a semistandard graphical user interface (GUI). These leading edge systems show the superior annealing ability to the conventional other method. The $KORONA^{TM}\;LTP/GLTP$ series provides technical and economical benefits of advanced annealing solution to semiconductor and FPD production performance with an exceptional level of productivity. High throughput, low cost of ownership and optimized system efficiency brings the highest yield and lowest cost per wafer/glass on the annealing market.

  • PDF

Comparison of Cost Function of IMRT Optimization with RTP Research Tool Box (RTB)

  • Ko, Young-Eun;Yi, Byong-Yong;Lee, Sang-Wook;Ahn, Seung-Do;Kim, Jong-Hoon;Park, Eun-Kyung
    • Proceedings of the Korean Society of Medical Physics Conference
    • /
    • 2002.09a
    • /
    • pp.65-67
    • /
    • 2002
  • A PC based software, the RTP Research Tool Box (RTB), was developed for IMRT optimization research. The software was consisted of an image module, a beam registration module, a dose calculation module, a dose optimization module and a dose display module. The modules and the Graphical User Interface (GUI) were designed to easily amendable by negotiating the speed of performing tasks. Each module can be easily replaced to new functions for research purpose. IDL 5.5 (RSI, USA) language was used for this software. Five major modules enable one to perform the research on the dose calculation, on the dose optimization and on the objective function. The comparison of three cost functions, such as the uncomplicated tumor control probability (UTCP), the physical objective function and the pseudo-biological objective function, which was designed in this study, were performed with the RTB. The optimizations were compared to the simulated annealing and the gradient search optimization technique for all of the optimization objective functions. No significant differences were found among the objective functions with the dose gradient search technique. But the DVH analysis showed that the pseudo-biological objective function is superior to the physical objective function when with the simulated annealing for the optimization.

  • PDF