• Title/Summary/Keyword: level design

Search Result 13,006, Processing Time 0.054 seconds

A Control Method for designing Object Interactions in 3D Game (3차원 게임에서 객체들의 상호 작용을 디자인하기 위한 제어 기법)

  • 김기현;김상욱
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.9 no.3
    • /
    • pp.322-331
    • /
    • 2003
  • As the complexity of a 3D game is increased by various factors of the game scenario, it has a problem for controlling the interrelation of the game objects. Therefore, a game system has a necessity of the coordination of the responses of the game objects. Also, it is necessary to control the behaviors of animations of the game objects in terms of the game scenario. To produce realistic game simulations, a system has to include a structure for designing the interactions among the game objects. This paper presents a method that designs the dynamic control mechanism for the interaction of the game objects in the game scenario. For the method, we suggest a game agent system as a framework that is based on intelligent agents who can make decisions using specific rules. Game agent systems are used in order to manage environment data, to simulate the game objects, to control interactions among game objects, and to support visual authoring interface that ran define a various interrelations of the game objects. These techniques can process the autonomy level of the game objects and the associated collision avoidance method, etc. Also, it is possible to make the coherent decision-making ability of the game objects about a change of the scene. In this paper, the rule-based behavior control was designed to guide the simulation of the game objects. The rules are pre-defined by the user using visual interface for designing their interaction. The Agent State Decision Network, which is composed of the visual elements, is able to pass the information and infers the current state of the game objects. All of such methods can monitor and check a variation of motion state between game objects in real time. Finally, we present a validation of the control method together with a simple case-study example. In this paper, we design and implement the supervised classification systems for high resolution satellite images. The systems support various interfaces and statistical data of training samples so that we can select the most effective training data. In addition, the efficient extension of new classification algorithms and satellite image formats are applied easily through the modularized systems. The classifiers are considered the characteristics of spectral bands from the selected training data. They provide various supervised classification algorithms which include Parallelepiped, Minimum distance, Mahalanobis distance, Maximum likelihood and Fuzzy theory. We used IKONOS images for the input and verified the systems for the classification of high resolution satellite images.

Automated-Database Tuning System With Knowledge-based Reasoning Engine (지식 기반 추론 엔진을 이용한 자동화된 데이터베이스 튜닝 시스템)

  • Gang, Seung-Seok;Lee, Dong-Joo;Jeong, Ok-Ran;Lee, Sang-Goo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.06a
    • /
    • pp.17-18
    • /
    • 2007
  • 데이터베이스 튜닝은 일반적으로 데이터베이스 어플리케이션을 "좀 더 빠르게" 실행하게 하는 일련의 활동을 뜻한다[1]. 데이터베이스 관리자가 튜닝에 필요한 주먹구구식 룰(Rule of thumb)들을 모두 파악 하고 상황에 맞추어 적용하는 것은 비싼 비용과 오랜 시간을 요구한다. 그렇게 때문에 서로 다른 어플 리케이션들이 맞물려 있는 복잡한 서비스는 필수적으로 자동화된 데이터베이스 성능 관리와 튜닝을 필 요로 한다. 본 논문에서는 이를 해결하기 위하여 지식 도매인(Knowledge Domain)을 기초로 한 자동화 된 데이터베이스 튜닝 원칙(Tuning Principle)을 제시하는 시스템을 제안한다. 각각의 데이터베이스 튜닝 이론들은 지식 도매인의 지식으로 활용되며, 성능에 영향을 미치는 요소들을 개체(Object)와 콘셉트 (Concept)로 구성하고 추론 시스템을 통해 튜닝 원칙을 추론하여 쉽고 빠르게 현재 상황에 맞는 튜닝 방법론을 적용시킬 수 있다. 자동화된 데이터베이스 튜닝에 대해 여러 분야에 걸쳐 학문적인 연구가 이루어지고 있다. 그 예로써 Microsoft의 AutoAdmin Project[2], Oracle의 SQL 튜닝 아키텍처[3], COLT[4], DBA Companion[5], SQUASH[6] 등을 들 수 있다. 이러한 최적화 기법들을 각각의 기능적인 방법론에 따라 다시 분류하면 크게 Design Tuning, Logical Structure Tuning, Sentence Tuning, SQL Tuning, Server Tuning, System/Network Tuning으로 나누어 볼 수 있다. 이 중 SQL Tuning 등은 수치적으로 결정되어 이미 존재하는 정보를 이용하기 때문에 구조화된 모델로 표현하기 쉽고 사용자의 다양한 요구에 의해 변화하는 조건들을 수용하기 쉽기 때문에 이에 중점을 두고 성능 문제를 해결하는 데 초점을 맞추었다. 데이터베이스 시스템의 일련의 처리 과정에 따라 DBMS를 구성하는 개체들과 속성, 그리고 연관 관계들이 모델링된다. 데이터베이스 시스템은 Application / Query / DBMS Level의 3개 레벨에 따라 구조화되며, 본 논문에서는 개체, 속성, 연관 관계 및 데이터베이스 튜닝에 사용되는 Rule of thumb들을 분석하여 튜닝 원칙을 포함한 지식의 형태로 변환하였다. 튜닝 원칙은 데이터베이스 시스템에서 발생하는 문제를 해결할 수 있게 하는 일종의 황금률로써 지식 도매인의 바탕이 되는 사실(Fact)과 룰(Rule) 로써 표현된다. Fact는 모델링된 시스템을 지식 도매인의 하나의 지식 개체로 표현하는 방식이고, Rule 은 Fact에 기반을 두어 튜닝 원칙을 지식의 형태로 표현한 것이다. Rule은 다시 시스템 모델링을 통해 사전에 정의되는 Rule와 튜닝 원칙을 추론하기 위해 사용되는 Rule의 두 가지 타업으로 나뉘며, 대부분의 Rule은 입력되는 값에 따라 다른 솔루션을 취하게 하는 분기의 역할을 수행한다. 사용자는 제한적으로 자동 생성된 Fact와 Rule을 통해 튜닝 원칙을 추론하여 데이터베이스 시스템에 적용할 수 있으며, 요구나 필요에 따라 GUI를 통해 상황에 맞는 Fact와 Rule을 수동으로 추가할 수도 었다. 지식 도매인에서 튜닝 원칙을 추론하기 위해 JAVA 기반의 추론 엔진인 JESS가 사용된다. JESS는 스크립트 언어를 사용하는 전문가 시스템[7]으로 선언적 룰(Declarative Rule)을 이용하여 지식을 표현 하고 추론을 수행하는 추론 엔진의 한 종류이다. JESS의 지식 표현 방식은 튜닝 원칙을 쉽게 표현하고 수용할 수 있는 구조를 가지고 있으며 작은 크기와 빠른 추론 성능을 가지기 때문에 실시간으로 처리 되는 어플리케이션 튜닝에 적합하다. 지식 기반 모률의 가장 큰 역할은 주어진 데이터베이스 시스템의 모델을 통하여 필요한 새로운 지식을 생성하고 저장하는 것이다. 이를 위하여 Fact와 Rule은 지식 표현 의 기본 단위인 트리플(Triple)의 형태로 표현된다, 트리플은 Subject, Property, Object의 3가지 요소로 구성되며, 대부분의 Fact와 Rule들은 트리플의 기본 형태 또는 트리플의 조합으로 이루어진 C Condition과 Action의 두 부분의 결합으로 구성된다. 이와 같이 데이터베이스 시스템 모델의 개체들과 속성, 그리고 연관 관계들을 표현함으로써 지식들이 추론 엔진의 Fact와 Rule로 기능할 수 있다. 본 시스템에서는 이를 구현 및 실험하기 위하여 웹 기반 서버-클라이언트 시스템을 가정하였다. 서버는 Process Controller, Parser, Rule Database, JESS Reasoning Engine으로 구성 되 어 있으며, 클라이 언트는 Rule Manager Interface와 Result Viewer로 구성되어 었다. 실험을 통해 얻어지는 튜닝 원칙 적용 전후의 실행 시간 측정 등 데이터베이스 시스템 성능 척도를 비교함으로써 시스템의 효용을 판단하였으며, 실험 결과 적용 전에 비하여 튜닝 원칙을 적용한 경우 최대 1초 미만의 전처리에 따른 부하 시간 추가와 최소 약 1.5배에서 최대 약 3배까지의 처리 시간 개선을 확인하였다. 본 논문에서 제안하는 시스템은 튜닝 원칙을 자동으로 생성하고 지식 형태로 변형시킴으로써 새로운 튜닝 원칙을 파생하여 제공하고, 성능에 영향을 미치는 요소와 함께 직접 Fact과 Rule을 추가함으로써 커스터마이정된 튜닝을 수행할 수 있게 하는 장점을 가진다. 추후 쿼리 자체의 튜닝 및 인텍스 최적화 등의 프로세스 자동화와 Rule을 효율적으로 정의하고 추가하는 방법 그리고 시스템 모델링을 효과적으로 구성하는 방법에 대한 연구를 통해 본 연구를 더욱 개선시킬 수 있을 것이다.

  • PDF

A Study on NCS-based Team Teaching Operation in Animation Related Department (애니메이션 관련학과 NCS기반 팀 티칭 운영방안에 관한 연구)

  • Jung, Dong-hee;An, Dong-kyu;Choi, Jung-woong
    • Cartoon and Animation Studies
    • /
    • s.47
    • /
    • pp.31-52
    • /
    • 2017
  • NCS education was created to realize a society in which skills and abilities are respected, such as transcending specifications, establishing recruitment systems, and developing and disseminating national incompetence standards. At the university level, special lectures and job training are being strengthened to raise industrial experts. Especially, in the field of animation, new technologies are rapidly emerging and demanding convergent talents with various fields. In order to meet these social demands, there is a limit to the existing one-class teaching method. In order to solve this problem, it is necessary to participate in a variety of specialized teachers. In other words, rather than solving problems of students' job training and job creation, It is aimed to solve jointly, Team teaching was suggested as a method for this. The expected effects that can be obtained through this are as follows. First, the field of animation is becoming more diverse and complex. The ability to use NCS job-related skills pools can be matched with professors from other departments to enable a wider range of professional instruction. Second, it is possible to use partial professorships in other departments by actively utilizing professors in the university. This leads to the strengthening of the capacity of teachers in universities. Third, it is possible to build a broader and more integrated educational system through cooperative teaching of professors in other departments. Finally, the advantages of special lectures and mentor support of college professors' pools are broader than those of field specialists. A variety of guidance for students can be made with responsible professors. In other words, time and space constraints can be avoided because the mentor is easily met and guided by the university.

Strain Improvement and Bioprocess Optimization for Enhanced Production of Haluronic Acid(HA) in Bioreactor Cultures of Streptococcus zooepidemicus (히알루론산 생산성 향상을 위한 Streptococcus zooepidemicus 균주 개량 및 발효조 배양공정 최적화)

  • Kim, Soo Yeon;Chun, Gie-Taek
    • Microbiology and Biotechnology Letters
    • /
    • v.48 no.3
    • /
    • pp.344-357
    • /
    • 2020
  • Strain improvement and bioprocess development were undertaken to enhance hyaluronic acid(HA) production by Streptococcus zooepidemicus cells. Using a high-yielding mutant strain, statistical medium optimization was carried out in shake flask cultures, resulting in 52% increase in HA production (5.38 g/l) at the optimal medium composition relative to the parallel control cultures. For sufficient supply of dissolved oxygen (DO), which turned out to be crucial for enhanced production of HA, agitation system and speed were intensively investigated in 5 L bioreactor cultures. Increase in oxygen mass transfer coefficient (kLa) through increment of agitation speed (rpm) and 35% expansion of diameter of the newly-designed impellers showed significantly positive effects on HA production. By installing an expanded Rushton-turbine impeller for efficient break-down of sparged air, and an extended marine impeller above the Rushton-turbine impeller for efficient mixing of the air-born viscous fermentation broth, maximum amount of HA (9.79 g/l) was obtained at 450 rpm, 1.8 times higher level than that of the corresponding flask culture. Subsequently, the possibility of bioprocess scale-up to a 50 L bioreactor was investigated. Despite almost identical maximum HA production (9.11 vs 9.25 g/l), the average HA volumetric productivity (rp) of the 50 L culture turned out only 74% compared to the corresponding 5 L culture during the exponential phase, possibly caused by shear damages imposed on the producing cells at the high stirring in the 50 L culture. The scale-up process could be successfully achieved if a scale-up criterion of constant oxygen mass transfer coefficient (kLa) is applied to the 50 L pilot-scale bioreactor system.

End-use analysis of household water by metering (가정용수의 용도별 사용량 조사 및 원단위 분석)

  • Kim, Hwa-Soo;Lee, Doo-Jin;Kim, Ju-Whan;Kim, Jung-Hyun;Jung, Kwan-Soo
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2008.05a
    • /
    • pp.869-877
    • /
    • 2008
  • The purpose of this study is to investigate the trends and patterns of variou kind of water uses in a household by metering in Korea. Water use components are classified by toilet, washbowl, bathing, laundry, kitchen, etc. Flow meters are installed in 146 household selected by sampling in all around Korea. The data are gathered by web-based data collection system from the year 2002 to 2006, considering pre-investigated data such as occupation, revenue, family members, housing types, age, floor area, water saving devices, education, etc. Reliable data are selected by upper fence method for each observed water use component and statistical characteristics are estimated for each residential type to determine liter per capita per day. Estimated domestic per capita day show an indoor water use with the range from $150{\ell}pcd$ to $169{\ell}pcd$ for each housing type as the order of high rise apartment, multi-house, and single house. As the order of consuming amount among water use components, it is investigated that toilet($38.5{\ell}pcd$) is the first, and the second is laundry water($30.8{\ell}pcd$), the third is kitchen($28.4{\ell}pcd$), the fourth is bathtub($24.7{\ell}pcd$), the next is washbowl($15.4{\ell}pcd$). The results are compared with water uses in U.K. and U.S. As life style has been changed into western style, pattern of water use in Korea is tend to be similar with the U.S. water use pattern. Compared with the surveying results by Bradley, on 1985. Thirty liter of total use increased with the advancement of economic level, and a little change of water use pattern can be found. Especially, toilet water take almost half part of total water use and laundry water shows lowest as 11% in surveying at the year of 1985. But, this study shows that 39 liter, 28% of toilet water, has been decreased by the spread of saving devices and campaign. It is supposed that the spread large sized laundry machine make by-hand laundry has been decreased and water use increased. Unit water amount of each end-use in household can be applied to design factor for water and wastewater facilities, and it play a role as information in establishing water demand forecasting and conservation policy.

  • PDF

A Study of Health Condion and Shift Service of the Nurse in (종합병원 간호사의 교대근무와 건강상태에 관한 연구)

  • Kim, Soon-Ok
    • Journal of Korean Academy of Nursing Administration
    • /
    • v.3 no.1
    • /
    • pp.119-133
    • /
    • 1997
  • Continuing shift service of clinical nurses can be not only the cause of occupational dissatisfaction by being connected with the change of circadian rhythm and the burden of duties to be applicable to such changes. But also of inviting the lowering of nursing quality by being affected to the resignation of the nurses as the threat to the health of the nurses. This study has selected 500 nurses at random under non-probability sampling who have been serving by shift in 7 general hospitals which have over 400 sickbeds for the purpose of cross-sectional survey design from Sep. 7 through 20, 1996. Standardized modification of the CMI has been used which was designed for Koreans with Cornell Medical Index developed by Broadman and his fellow workers as the study device. The structure of the device was composed of 35 questions on physical appeal(Chronbach's ${\alpha}=8507$) and 22 questions of mental appeal(Cronbach's ${\alpha}=.8166$ totalling 57 questions. The collected data has been computerrized by using SPSS. General character, present symptom, perceived symptom and others are sought by practical number and percentage, and the health condition comparison followed by general characters was conducted by t-test and ANOVA. The post test was by Duncan's test by the level of p<.05. 1) The items of the answer that they have the physical symptom presently by 50% or over of the nurses were as "Do you often have spells of severe dizziness", "Are your eyes often red or inflamed", "Does press or pain in the head often make like miserable", "Are your ankles often badly swollen", "Do pains in the back make it hard for you to keep up with your work". 2) The items of the answer by over 50% of the nurses as the mental symptom at present were "do you fell bad when criticized?", "Do you get angry when everything is against your will?", "do you get angry when ordered to do this and that?", "do you feel uneasy by such a trifle thing?", "do you tremble or are you freightened by sudden sound?". The mental and physical symptoms which have appeared presently in connection with the shift service have been agreed with each other. But the physical condition has been worse than the mental one. 3) In the physical health conditions followed by demosociological character, there were the significant differences by sex, religion and place of residence(p<.05), and in the mental health conditions, there were the significant differences by age, marital status, residence place and the required time for attending hospital(p<.05). 4) There was significant difference by the degree of satisfaction about the duty in both the physical and mental health conditions. In short, the higher the degree of duty satisfaction, the better the health conditions. 5) There were the significant difference according to the times of night duty and whether they take the drug or not or the kinds of the drugs in the physical health conditions related with the characters of night shift. Mental health conditions in the night shift case showed significant differences according to their taking drug or not or the kinds of the drugs(p<.05). I can confirm that the nurses have been affected continuously by the shift service mentally and physically. The maintenance of the physical and mental health of the nurses and its promotion are very important problem to guarantee the quality nursing in the performance of the nursing service continuously and effectively, so the hospital should make every effort to improve the duty conditions by finding out the causes affecting to their health. In the nursing management viewpoint, I think that elevating the satisfaction degree about the duty would be a great help to the promotion of physical and mental health conditions. But what is most important is that the nurses themselves should take care of themselves in maintaining the good conditions in their service in the hospital.

  • PDF

The Diagnosis of Work Connectivity between Local Government Departments -Focused on Busan Metropolitan City IT Project - (지자체 부서 간 업무연계성 진단 -부산광역시 정보화사업을 중심으로 -)

  • JI, Sang-Tae;NAM, Kwang-Woo
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.21 no.3
    • /
    • pp.176-188
    • /
    • 2018
  • Modern urban problems are increasingly becoming a market mix that can not be solved by the power of a single department and the necessity of establishing a cooperation system based on data communication between departments is increasing. Therefore, this study analyzed Busan metropolitan city's IT projects from 2014 to 2018 in order to understand the utilization and sharing status of departmental data from the viewpoint that cooperation between departments can start from the sharing of data with high common utilization. In addition, based on the results of the FGI(Focus Group Interview) conducted for the officials of the department responsible for the informatization project, we verified the results of data status analysis. At the same time, we figured out the necessity of data link between departments through SNA(Social Network Analysis) and presented data that should be shared first in the future. As a result, most of the information systems currently use limited data only within the department that produced the data. Most of the linked data was concentrated in the information department. Therefore, this study suggested the following solutions. First, in order to prevent overlapping investments caused by the operation of individual departments and share information, it is necessary to build a small platform to tie the departments, which have high connectivity with each other, into small blocks. Second, a local level process is needed to develop data standards as an extension of national standards in order to expand the information to be used in various fields. Third, as another solution, we proposed a system that can integrate various types of information based on address and location information through application of cloud-based GIS platform. The results of this study are expected to contribute to build a cooperation system between departments through expansion of information sharing with cost reduction.

Effect of rhPMP-2 coated implants on alveolar ridge augmentation in dogs (성견에서 골형성단백질이 코팅된 임플란트가 치조골 증대에 미치는 영향)

  • Park, Chan-Kyung;Kim, Jong-Eun;Shin, Ju-Hee;Ryu, Jae-Jun;Huh, Jung-Bo;Shin, Sang-Wan
    • The Journal of Korean Academy of Prosthodontics
    • /
    • v.48 no.3
    • /
    • pp.202-208
    • /
    • 2010
  • Purpose: This study was aimed to evaluate the effect of rhPMP-2 coated implants on alveolar ridge augmentation in dogs. Materials and methods: Six Beagle dogs were used in this study. Six 8.0 mm long anodized surface titanium implants were placed 5 mm into the mandibular alveolar ridge following 6 month of healing period after extraction. Each animal received three implants coated with rhBMP-2 and three uncoated control implants using the randomized split-mouth design. Radiographic examinations were undertaken immediately at implant placement (baseline), at weeks 4 and 8 after implant placement. The amount of bone augmentation was evaluated by measuring the distance from the uppermost point of the coverscrew to the marginal bone. Implant Stability Quotient (ISQ) values were measured immediately at implant placement and 8 weeks after implant placement. For the statistical analysis, Man-Whitney ranksum test and Wilcoxon signed rank test of SPSS 12.0 software were used (P=.05). Results: The BMP group exhibited radiographic vertical bone augmentation about $0.6{\pm}0.7$ mm at 8 weeks later while controls showed bone loss about $0.4{\pm}0.6$ mm. There was significant difference among the rhBMP-2 group and controls in bone level change (P<.05). The ISQ values were significantly higher in the BMP-2 group than the control group at 8 weeks later (P<.05), while there was no significant difference at surgery. Conclusion: Within the limitation of this study, the rhBMP-2 coated on anodized implant could stimulate vertical alveolar bone augmentation, which may increase implant stability significantly on completely healed alveolar ridge.

A Comparative Study on the Recognition of Urban Agriculture between Urban Farmers and Public Officials (도시농업인과 공무원의 도시농업 인식 비교·평가)

  • Park, Won-Zei;Koo, Bon-Hak;Park, Mi-Ok;Kwon, Hyo-Jin
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.40 no.4
    • /
    • pp.90-103
    • /
    • 2012
  • The aim of this study is to be able to understand the problems within the urban agriculture policy promoted by the Government and local autonomous entity base on the comparison of the consciousness of the urban agriculture between urban farmers and public officials and to inquire into the further revitalization scheme in the end. For this purpose, this study drew implications through studying latest trend and the legislation of domestic and foreign urban agriculture and then conducted a questionnaire survey of urban farmers and public officials. Because of this research, the revitalization schemes of urban agriculture are as follows: First, it's necessary to secure the usable arable land, such as the green roof, community garden, as well as urban agriculture park, etc. Second, it is necessary to establish the urban agriculture relations act suited for the actual circumstances of our country and to back up the legislation at an institutional, technological level in terms of a nation in order to secure the durability of urban agriculture. Third, it is advisable to make a proposal about the problems in time of activities for cultivation by forming a network between urban farmers and public officials and to prepare the plan for the active exchange of farming technologies. Fourth, it's necessary to activate the community gardens by supplying the education through cultivation method & its management method, and a variety of urban-agriculture-participation programs. Fifth, it is necessary to set up the specialized and practical education through an institute for landscape architecture. Sixth, it is necessary to induce the spontaneous participation in urban agriculture from urban farmers accompanied by the activities for promotion that are worth arousing urban farmers' interest. Lastly, it is also necessary to establish a legal basis of urban agricultural parks and facilities as well as to promote a search for multilateral policies and their practice so that the further urban agriculture can be stably continued within city boundaries.

Comparative Analysis of Satisfaction according to Opened-Fencing in Campus Afforestation Project Types - Focused on University in Seoul - (대학교 담장개방 녹화사업 유형에 따른 이용 만족도 비교 분석 - 서울 소재 대학 캠퍼스를 중심으로 -)

  • Lee, Se-Mi;Kim, Dong-Chan
    • Journal of the Korean Institute of Landscape Architecture
    • /
    • v.39 no.6
    • /
    • pp.57-66
    • /
    • 2011
  • This study researched those universities for which fence opening and greening projects are being conducted by Seoul city. The forms of opened fences at 24 universities which have accomplished this project were classified into several types for each type of university, representative cases with many diverse facilities and active users were selected and investigated. The study was carried out using methods of field observations, literature review, and surveys. To maintain the confidentiality of the collected questionnaire analysis, the analysis of each type's usage frequency, overall satisfaction and a regression analysis with space environment and facilities, a one-way ANOVA for was used to validate the difference between types regarding satisfaction with the project. The results of usage type analysis were found to agree with the 3 analysis criteria-- installation location, user characteristics, and usage purpose--which were the legislative concepts. In overall satisfaction with facilities, it appeared that except for Seoul Women's College of Nursing with its rural district neighborhood type park, users were satisfied: with the small urban neighborhood park of Methodist Theological College, Konkuk University's small urban square park, and Sejong University's green space small city park. In general, users appeared to not have satisfaction with such features as fountains / hydroponic facilities, fitness facilities, and square facilities, which should be taken into consideration when pursuing further opening and greening projects. Regarding full satisfaction with the space environment, it was found that users were not satisfied with Seoul Women's College of Nursing's rural district neighborhood-style park, whereas they were satisfied with Methodist Theological College's small urban neighborhood park, Konkuk University's small urban square-style park, and Sejong University's green space small city park. In addition, it was shown that facilities use, convenience and privacy of the four parks were largely unsatisfactory for users, and that the small city parks located at roadsides were unsatisfactory regarding noise level, both of which should be most highly considered when conducting similar projects in the future.