• Title/Summary/Keyword: Database Program

Search Result 1,183, Processing Time 0.029 seconds

Introduction of the Automatic Utility Program in Electrical Facilities (전기설비의 자동화 프로그램 소개)

  • 유상봉
    • Journal of the Korean Professional Engineers Association
    • /
    • v.33 no.4
    • /
    • pp.27-32
    • /
    • 2000
  • The automatic utility program in electrical facilities has specially developed to fulfill the needs of electric CAD designers . Designers had separately managed the designing factors such as design, estimates and calculation sheets . However, this automatic utility program produces calculation sheets and volume reports simultaneously while designed. The program also accumulates all data automatically in database in order to be utilized as the statistics and the design data for later project management. Moreover, it is easy for new and inexperienced users to access by using the standard electric symbol libraries and utility modules.

  • PDF

IMSNG: Automatic Data Reduction Pipeline gppy for heterogeneous telescopes

  • Paek, Gregory S.H.;Im, Myungshin;Chang, Seo-won;Choi, Changsu;Lim, Gu;Kim, Sophia;Jung, Mankeun;Hwang, Sungyong;Kim, Joonho;Sung, Hyun-il
    • The Bulletin of The Korean Astronomical Society
    • /
    • v.46 no.2
    • /
    • pp.53.4-54
    • /
    • 2021
  • Although the era of very large telescopes has come, small telescopes still have advantages for fast follow-up and long-term monitoring observation. Intensive monitoring survey of nearby galaxies (IMSNG) aims to understand the nature of the supernovae (SNe) by catching the early light curve from them with the network of small telescopes from 0.4-m to 1.0-m all around the world. To achieve the scientific goals with heterogeneous facilities, three factors are important. First, automatic processes as soon as data is uploaded will increase efficiency and shorten the time. Second, searching for transients is necessary to deal with newly emerged transients for fast follow-up observation. Finally, the Integrated process for different telescopes gives a homogeneous output, which will eventually make connections with the database easy. Here, we introduce the integrated pipeline, 'gppy' based on Python, for more than 10 facilities having various configurations and its performance. Processes consist of image pre-process, photometry, image align, image combine, photometry, and transient search. In the connected database, homogeneous output is summarized and analyzed additionally to filter transient candidates with light curves. This talk will suggest the future work to improve the performance and usability on the other projects, gravitational wave electromagnetic wave counterpart in Korea Observatory (GECKO), and small telescope network of Korea (SOMANGNET).

  • PDF

Mobile database server management system (모바일 데이트베이스 서버 관리 시스템)

  • Zheng, Bao-Wei;Park, Sang-Gug
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2007.06a
    • /
    • pp.645-648
    • /
    • 2007
  • This paper describes database server management system by mobile device. Our system can control database server immediately in any where by mobile device. We have developed the dataset server CE which interface with mobile device, database management system which rons in mobile device and web services which connect the mobile database with desktop database. External mobile device communicate with web service agent via wireless equipment. Our system includes dataset server CE client engine, web service server agent and mobile device management system. Through the test by an application program, we have confirmed that our system operates very well each others.

  • PDF

The Development of a System for Product Search Using a Sensibility and Configuration Database on Designing Men's Jackets (신사복 재킷디자인의 감성 및 형상 데이터베이스를 이용한 제품검색 시스템 개발에 관한 연구)

  • Park, Yun-A
    • Journal of the Korean Home Economics Association
    • /
    • v.44 no.4 s.218
    • /
    • pp.133-144
    • /
    • 2006
  • The contemporary period is called "the age of sensibility" in which each individual consumer seeks to have her or his own products. Businesses are in need of design developments with an emphasis on customer sensitivity, and at the same time consumers must understand their own sensitivity to acquire information on designs that suit them. This research established a sensitivity and configuration database on designing men's jackets using the sensitivity engineering approach to clothing design information. The user interface was created on the Internet. Sixty-seven sensitivity terms of vocabulary appropriate for the assessment of men's jacket design were selected, and the different designs were classified into six items and 24 categories. Thirty men's jackets with different designs were produced for sensory testing and the results were analyzed in accordance with general linear I statistics. A sensitivity database was established for each category. My-sql, PHP, Java Script, and Html were used for the configuration database work. The configuration of items/categories, with the most appropriate sensitivity database information assigned to the selected sensitivity vocabulary, was programmed for display on the computer screen. The sensitivity vocabulary of a customer's choice for each factor was selected for the program to run, while the category and product configuration of the men's jacket most suitable for the search was displayed based on the user interface.

A Sheme of the Database and System Framework for Construction IETM(Interactive Electronic Technical Manual) (건설분야 전자매뉴얼의 프레임워크 및 데이터베이스 구축 방안)

  • Kang, Sung-Hun;Park, Moon-Seo;Lee, Hyun-Su;Ji, Se-Hyun
    • Proceedings of the Korean Institute Of Construction Engineering and Management
    • /
    • 2008.11a
    • /
    • pp.340-343
    • /
    • 2008
  • Recently, the construction industry is getting more complex and sophisticated having the characteristics of a mega project. Mega project pursues a value that can't be gained with an approach of seeing a project as just a simple sum of different parts but a mutual combination. Hence to reach the goal, program management is needed rather than project management. program management can be seen as a 'total project management' and for an efficient program management prompt support for decision making is required. However, the current supporting method can't fulfill the requirements, therefore, need a tool to support the decision making and a IETM is expected to take this role. Despite the a lot of expected advantages of IETM, it is still difficult to apply because of the frequent changes of information in specifications and laws. In this research, as part of developing a IETM, we aim to propose a system frame which is based on the analysis of processes of a project. Moreover, based on this frame, a database will be built to contribute towards the application of construction IETM in the domestic construction industry.

  • PDF

Implementation of Object-oriented Active Rule System in Distributed Environment (분산환경에서 객체지향 능동 규칙 시스템 구현)

  • Go, Goeng-Uk;Yu, Sang-Bong;Kim, Gi-Chang;Cha, Sang-Gyun
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.11
    • /
    • pp.2875-2888
    • /
    • 1999
  • In this paper we present compiler-based active rule system to efficiently maintain spatial integrity constraints in a heterogeneous, distributed environment. Specially, the prototype active rule system presented has been developed as a component of a whole middleware system called SDBC(Spatile DataBase Connectivity). Due to this reason, our active rule system is provided for heterogeneous ODBMSs in a distributed environment and used to define spatial integrity constraints using the active rules in E-C-A(Event-Condition-Action) type. Using this active rule system, an application programmer can free himself from a heavier burden on the integrity maintenance of application objects. In the compiler-based approach, active rules applicable to events raised by a database program are directly inserted into the program in a function type by the preprocessor, and then they are compiled with the application program source codes. One advantage of this approach is that there is no run-time overhead accompanied by monitoring all the database transitions when preprocessed program is executed. This active rule system also provides facilities to manage changed rules and dynamically interpret those rules at run-tuime.

  • PDF

Development of ISI UT Auto Flaw Evaluation and Acceptance Module of Nuclear Power Plants (원전 ISI UT 자동 결함평가 및 판정 모듈 개발)

  • Park, Ik-Keun;Park, Un-Su;Kim, Hyun-Mook;Kim, Chung-Seok;Um, Byong-Guk;Lee, Jong-Po
    • Proceedings of the KSME Conference
    • /
    • 2000.11a
    • /
    • pp.212-218
    • /
    • 2000
  • The importance and role of pre-/in-service inspection(PSI/ISI) for nuclear power plant(NPP) components are intimately related to plant design, safety, reliability, operation, etc. In this paper, for an effective and efficient management of large amounts of PSI/ISI data in NPPs, an intelligent database program(WS-IDPIN) for PSI/ISI data management of NPP was developed. WS-IDPIN program enables the prompt extraction of previously conducted PSI/ISI conditions and results so that the time-consuming data management, painstaking data processing and analysis in the past are avoided. Furthermore, development of ISI UT auto flaw evaluation and acceptance module based on ASME Code Sec. XI were presented. This module can be used for any angle beam examination from flat plate to spherical shapes as selected by the proper azimuthal angle. This program can be further developed as a unique PSI/ISI data management expert system.

  • PDF

GIS Database and Google Map of the Population at Risk of Cholangiocarcinoma in Mueang Yang District, Nakhon Ratchasima Province of Thailand

  • Kaewpitoon, Soraya J;Rujirakul, Ratana;Joosiri, Apinya;Jantakate, Sirinun;Sangkudloa, Amnat;Kaewthani, Sarochinee;Chimplee, Kanokporn;Khemplila, Kritsakorn;Kaewpitoon, Natthawut
    • Asian Pacific Journal of Cancer Prevention
    • /
    • v.17 no.3
    • /
    • pp.1293-1297
    • /
    • 2016
  • Cholangiocarcinoma (CCA) is a serious problem in Thailand, particularly in the northeastern and northern regions. Database of population at risk are need required for monitoring, surveillance, home health care, and home visit. Therefore, this study aimed to develop a geographic information system (GIS) database and Google map of the population at risk of CCA in Mueang Yang district, Nakhon Ratchasima province, northeastern Thailand during June to October 2015. Populations at risk were screened using the Korat CCA verbal screening test (KCVST). Software included Microsoft Excel, ArcGIS, and Google Maps. The secondary data included the point of villages, sub-district boundaries, district boundaries, point of hospital in Mueang Yang district, used for created the spatial databese. The populations at risk for CCA and opisthorchiasis were used to create an arttribute database. Data were tranfered to WGS84 UTM ZONE 48. After the conversion, all of the data were imported into Google Earth using online web pages www.earthpoint.us. Some 222 from a 4,800 population at risk for CCA constituted a high risk group. Geo-visual display available at following www.google.com/maps/d/u/0/edit?mid=zPxtcHv_iDLo.kvPpxl5mAs90&hl=th. Geo-visual display 5 layers including: layer 1, village location and number of the population at risk for CCA; layer 2, sub-district health promotion hospital in Mueang Yang district and number of opisthorchiasis; layer 3, sub-district district and the number of population at risk for CCA; layer 4, district hospital and the number of population at risk for CCA and number of opisthorchiasis; and layer 5, district and the number of population at risk for CCA and number of opisthorchiasis. This GIS database and Google map production process is suitable for further monitoring, surveillance, and home health care for CCA sufferers.