• 제목/요약/키워드: Bottom-Up Information Systems

검색결과 61건 처리시간 0.025초

Exploring Control in Bottom-Up Information System Development Projects to Improve Software Development Performance

  • Cho, Donghwan
    • International Journal of Contents
    • /
    • 제15권2호
    • /
    • pp.38-43
    • /
    • 2019
  • Recently, bottom-up information systems (BUIS), developed according to the requirements of individual user departments, have become popular. However, effective management of BUIS projects is not enough, with many organizations having experienced integration challenges with such individual projects. BUIS projects are relatively small and limited in scope, as opposed to the large, complex systems developed through traditional top-down information system development projects. Due to these differences in characteristics, the control modes as well as the aspects to improve development performance in each type of project are also different. Therefore, it is difficult to apply the results of prior research on control in system development projects to improve BUIS project performance. The purpose of this study is to derive a new theory of control to improve BUIS project performance. The results contribute to the improvement of firm performance through effective control of BUIS projects in modern enterprises.

함정전투체계 표적 색인을 위한 TPR-Tree 상향식 갱신 기법 (A Study on Bottom-Up Update of TPR-Tree for Target Indexing in Naval Combat Systems)

  • 고영근
    • 한국군사과학기술학회지
    • /
    • 제22권2호
    • /
    • pp.266-277
    • /
    • 2019
  • In modern warfare, securing time for preemptive response is recognized as an important factor of victory. The naval combat system, the core of naval forces, also strives to increase the effectiveness of engagement by improving its real-time information processing capabilities. As part of that, it is considered to use the TPR-tree in the naval combat system's target indexing because spatio-temporal searches can be performed quickly even as the number of target information increases. However, because the TPR-tree is slow to process updates, there is a limitation to handling frequent updates. In this paper, we present a method for improving the update performance of TPR-tree by applying the bottom-up update scheme, previously proposed for R-tree, to the TPR-tree. In particular, we analyze the causes of overlaps occurring when applying the bottom-up updates and propose ways to limit the MBR expansion to solve it. Our experimental results show that the proposed technique improves the update performance of TPR-tree from 3.5 times to 12 times while maintaining search performance.

6단계 상향식 방법에 의한 국방 온톨로지 추출 (Extraction of Military Ontology Using Six-Step Bottom-up Approach)

  • 나민영;양경용
    • 한국컴퓨터정보학회논문지
    • /
    • 제14권6호
    • /
    • pp.17-26
    • /
    • 2009
  • 국방 분야에서 기존에 구축된 정보시스템은 대부분 대용량의 정보처리 등 단순한 정보처리 중심이었기 때문에 정보의 지적인 수행 능력이나 지식의 표현기술에 대한 능력은 부족한 실정이다. 따라서 기존의 국방정보시스템이 효율적 정보검색 및 관리를 가능케 하는 지능형 국방정보시스템으로 변화되기 위해서는 지식 구축의 핵심이 되는 국방 온톨로지 구축이 필수적이다. 본 논문에서는 6단계 상향식 방법을 이용한 온톨로지 추출 방안을 기술하고, 이를 국방교육훈련 분야에 적용하여 국방 온톨로지 프로토타입을 추출한 후 대표적인 온톨로지 개발 툴인 $Prot\acute{e}g\acute{e}$를 이용하여 구현하였다.

데이터 웨어하우징 방법론과 성공간의 관계에 대한 탐색적 연구 (An Exploratory Study on the Data Warehousing Methodology and Success)

  • 이영숙;이동만
    • Asia pacific journal of information systems
    • /
    • 제12권4호
    • /
    • pp.21-36
    • /
    • 2002
  • This study empirically examined the effects of data warehousing methodology on the success of data warehousing. Research model and two hypotheses were set up to identify the relationships among two types of data warehousing methodology(top-down/bottom-up, dw configuration) and success based on the investigations of such theories as data warehousing, data warehousing methodology, IS success and so forth. And the survey instrument(questionnaire) was developed to collect data. Ultimately 183 questionnaires from 61 korean firms were collected. Findings showed that two types of data warehousing methodology affect significant effect on the success of data warehousing.

지적정보를 이용한 토지이용계획 수립에 관한 연구 (Development of a Prototype for Physical Planning Using Cadastral Information)

  • 김감래;최원준;김옥남
    • 한국측량학회:학술대회논문집
    • /
    • 한국측량학회 2004년도 춘계학술발표회논문집
    • /
    • pp.559-562
    • /
    • 2004
  • The methodologies to develop land use plans are divided into two different ways, top-down and bottom-up planning. The bottom-up method is more efficient and effective to detailed land use planning. However, it requires considerable amount of information about the present status of land use. Cadastral information system is one of the best information provider for the planning. Building Register Database shows the type, area, use and location of a building. Both cadastral and Building Register systems apparently contain useful information needed to the physical planning. The study focuses on developing a prototype to provide real time information for detailed physical planning by a federated database system using the two databases.

  • PDF

GPU상에서 동작하는 Ray Tracing을 위한 효과적인 k-D tree 탐색 알고리즘 (An Efficient k-D tree Traversal Algorithm for Ray Tracing on a GPU)

  • 강윤식;박우찬;서충원;양성봉
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제35권3호
    • /
    • pp.133-140
    • /
    • 2008
  • 본 논문은 GPU상에서 작동되는 ray tracing을 위한 효과적인 k-D tree 탐색 알고리즘을 제안한다. 기존의 k-D tree를 위한 GPU 기반 탐색 알고리즘은 임의의 단말노드에서 교차되는 primitive를 찾지 못한 경우. root 노드 방향으로 bottom-up 탐색하여 부모 노드에서 bounding box 교차검사를 이용해 형제 노드의 기 방문 여부를 판단한다. 이러한 방법은 이미 방문한 부모 노드의 방문과 bounding box 교차검사를 중복적으로 수행한다. 본 논문에서 제안하는 알고리즘은 bottom-up 탐색을 수행 할 때 형제노드가 이전에 방문했는지를 확인할 수 있는 효율적인 방법을 제시함으로써 형제노드 및 부모로드의 방문을 생략하도록 하고, 또한 아직 방문하지 않은 노드에 대해서만 bounding box 교차검사를 수행함으로써 중복된 연산을 피한다. 결과적으로 본 논문의 실험은 기존 알고리즘 대비 제안하는 알고리즘이 약 30%의 성능 향상이 있음을 보여 준다.

A Knowledge-based Interactive Idea Categorizer for Electronic Meeting Systems

  • Kim, Jae-Kyeong;Lee, Jae-Kwang
    • 한국지능정보시스템학회:학술대회논문집
    • /
    • 한국지능정보시스템학회 2000년도 춘계정기학술대회 e-Business를 위한 지능형 정보기술 / 한국지능정보시스템학회
    • /
    • pp.333-340
    • /
    • 2000
  • Research on group decisions and electronic meeting systems have been increasing rapidly according to the widespread of Internet technology. Although various issues have been raised in empirical research, we will try to solve an issue on idea categorizing in the group decision making process of electronic meeting systems. Idea categorizing used at existing group decision support systems was performed in a top-down procedure and mostly b participants; manual work. This resulted in tacking as long in idea categorizing as it does for idea generating clustering an idea in multiple categories, and identifying almost similar redundant categories. However such methods have critical limitation in the electronic meeting systems, we suggest an intelligent idea categorizing methodology which is a bottom-up approach. This method consists of steps to present idea using keywords, identifying keywords' affinity, computing similarity among ideas, and clustering ideas. This methodology allows participants to interact iteratively for clear manifestation of ambiguous ideas. We also developed a prototype system, IIC (intelligent idea categorizer) and evaluated its performance using the comparision experimetn with other systems. IIC is not a general purposed system, but it produces a good result in a given specific domain.

  • PDF

한국생산기술연구원의 BSC 도입사례 연구 (The Case Study of BSC Implementation of KITECH)

  • 정양헌;정규채;방성식
    • 경영정보학연구
    • /
    • 제9권1호
    • /
    • pp.283-309
    • /
    • 2007
  • 본 사례연구는 성과관리 시스템으로 BSC 시스템을 도입하여 구축한 한국생산기술연구원의 BSC 시스템을 소개함으로써, 정부출연연구기관의 성과관리시스템 특성과 BSC 시스템 도입 시 고려해야할 점 및 주의해야 할 사항 등을 파악하는 데 있다. 이를 바탕으로 본 연구는 앞으로 이와 유사한 BSC 기반 성과관리 시스템을 도입하려는 정부출연연구기관에게 시스템적 시행착오를 최소화하고, 유익한 시사점을 제공하는 것에 그 목적이 있다. 한국생산기술연구원의 BSC 시스템의 특성은 다음과 같다. 첫째, 한국생산기술연구원의 경우 처음으로 정부출연연구기관의 임무 및 전략과 책무성에 초점을 맞춘 성과관리시스템의 구축을 이루었다는 점이다. 둘째, 한국생산기술연구원의 경우 BSC 시스템을 구축하기 전에 약 1년여의 시간을 조직구성원과의 합의에 투입하였다. 이는 한국생산기술연구원의 BSC 시스템은 조직구성원들과 융화 할 수 있는 관리시스템이라는 것을 보여준다. 셋째, 한국생산기술연구원은 성과평가 시스템이 가지는 한계를 잘 인식하고 최대한 기관의 목표와 연계한 시스템의 구축에 노력하였다. 그 결과 기관의 목표와 비전에 맞는 성과 지표를 개발하였고, 이를 세분화 시킬 수 있었다. 넷째, 한국생산기술연구원은 Top-Down 방식으로 구축된 BSC 시스템의 유용성을 높이기 위하여 부서별 특성을 반영하여 Bottom-Up 방식으로 이들 부서의 상위 조직인 본부, 실, 단의 KPI의 가중치를 도출하였다. 이것으로 각 본부, 실, 단의 성과평가 및 관리에 있어서 더 유용한 평가시스템을 만들 수 있었다.

A Knowledge based Interaction idea Categorizer for Electronic Meeting Systems

  • Kim, Jae-Kyeong;Lee, Jae-Kwang
    • 지능정보연구
    • /
    • 제6권2호
    • /
    • pp.63-76
    • /
    • 2000
  • Research on group decisions and electroinc meeting systems have been increasing rapidly according to the widespread of Internet technology. Although various issues have been raised in empirical research, we will try to solve an issue on idea categorizing in the group decision making process of elecronic meeting systems. Idea categorizing used at existing group decision support systems was performed in a top-down procedure and mostly participants\` by manual work. This resulted in tacking as long in idea categorizing as it does for idea generating, clustering an idea in multiple categories, and identifying almost similar redundant categories. However such methods have critical limitation in the electronic meeting systems, we suggest an intelligent idea categorizing methodology which is a bottom-up approach. This method consists of steps to present idea using keywords, identifying keywords\` affinity, computing similarity among ideas, and clustering ideas. This methodology allows participants to interact iteratively for clear manifestation of ambiguous ideas. We also developed a prototype system, IIC (intelligent idea categorizer) and evaluated its performance using the comparision experimetn with other systems. IIC is not a general purposed system, but it produces a good result in a given specific domain.

  • PDF

VLSI회로의 전력분배 합성과 면적 최적화에 관한 연구 (A study on the Power Distribution Synthesis and Area Optimization of VLSI Circuits)

  • 김현호;이천희
    • 한국컴퓨터정보학회논문지
    • /
    • 제3권4호
    • /
    • pp.63-69
    • /
    • 1998
  • 전력분배 네트워크의 면적 최적화는 VLSI 시스템의 레이아웃 디자인에 중요한 문제이다. 본 논문에서는 전압 하강과 전기 이동 제약을 만족하는 전력분배 네트의 최소 면적을 디자인 하기위해 문제를 해결하는 새로운 방법을 제안한다. 전력 네트 디자인에 대한두가지의 새로운 greedy heuristics을 제안했는데 하나는 bottorm-up 트리 구조와 다른 하나는 top-down 분리 분할 기법을 기본으로 한 것이다.

  • PDF