• 제목/요약/키워드: Abstract pattern

검색결과 167건 처리시간 0.032초

The Preference on Korean Traditional Motifs and It′s Relationship with Motif Images

  • Chang, Soo-Kyung;Kim, Jae-Sook
    • The International Journal of Costume Culture
    • /
    • 제2권2호
    • /
    • pp.60-70
    • /
    • 1999
  • The purposes of this study were to investigate preference and images of Korean traditional motifs, and to identify the relationship between them. The subjects consisted of 369 male and 356 female undergraduate students. The experimental materials used in this study were 48 stimuli and a questionnaire composed of 7-point semantic differential scales of 26 adjectives. Twelve motifs selected from 3 groups of Korean motifs were used as pattern design stimuli. Twelve repeated patterns were constructed from them to be applied on a CAD-simulated dress. The data were analyzed by ANOVA, Duncan's multiple range test, and regression. The major findings were as follows : 1. Category, composition type, and application object had a significant effect on the preference. Interpretation type has no significant effects on the preference independently, but it had interaction effects when combined with composition type, and category. Especially the composition type had a greater effect than the other variables on the preference. Cloud motif and its abstract and decorative type were found to be more related to the preference than the other category and interpretation type. On the basis of the analysis results, image charts and preference charts were developed. By combining information from the image chart and preference chart, motifs and images preferred by consumers may be selected and developed into new valuable designs. 2. The preference was affected mainly by 'quality'image followed by 'simplicity', 'interest', and 'modernity'image. The preference on pattern design was affected by 'quality', 'simplicity', 'interest', and 'interest', 'simplicity', and 'modernity'image in the order. The relationship between the preference and sensibility images has been represented by equations.

  • PDF

비전공자 프로그래밍 수업 창의적 산출물의 컴퓨팅 사고력 기반 평가 루브릭 개발 (Development of a scoring rubric based on Computational Thinking for evaluating students' computational artifacts in programming course)

  • 김민자;유길상;김현철
    • 컴퓨터교육학회논문지
    • /
    • 제20권2호
    • /
    • pp.1-11
    • /
    • 2017
  • 고등교육의 비전공자 대상 정보과학 교육의 수요가 늘고 있지만, 컴퓨팅 사고력 관점에서 적절하게 학생들의 창의적 산출물을 평가하는 도구는 부족하다. 이에 본 연구는 고등교육의 비전공자를 위한 정보 과학 수업에서 학생들이 개발한 창의적 산출물을 컴퓨팅 사고력 관점에서 평가하는 루브릭을 개발하기 위한 목적으로 진행되었다. 루브릭 초안의 준거틀(framework)은 CT Practices Design Pattern이며, 개발된 루브릭의 구성 요소는 영역, 역량요소, 평가요소, 평가자료, 평가단계의 다섯 가지이다. 루브릭은 '추상화 모델의 설계', '창의적 산출물의 설계 및 적용', 그리고 '산출물의 자가 평가'의 세 영역으로 구분하여 개발되었다. 전문가 검토를 통해 내용 타당성을 확보하였으며, 신뢰도 측면의 일관성이 검증되었다. 본 연구에서 개발된 루브릭은 해당 목적에 맞게 수정하여 사용할 수 있다.

분산 객체 조립기를 이용한 MVC 응용의 구성적 작성 (Structural Construction of MVC Applications using Distributed Object Composer)

  • 음두헌
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제26권11호
    • /
    • pp.1298-1305
    • /
    • 1999
  • 네트워크 및 분산 처리 기술의 발달로 분산 환경에서 동작하는 응용 프로그램에 대한 생산성 향상이 요구되고 있다. 본 논문에서는 MVC(Model, View, Controller) 패턴을 기반으로 하는 분산 응용 프로그램의 생산성 향상을 위해, 조립식 분산 응용의 작성을 지원하는 분산 객체 조립기, DOC(Distributed Object Composer)를 소개한다. 분산 객체 조립성의 기반이 되는 DOC의 구성적{{) '전체'를 창조해 내기 위해 여러 요소들을 결합, 배치하여 하나의 예술작품을 성립시키는 방법. 모아서 조립한다는 의미.}} 인터페이스(Structural Interface)는 기존 객체지향 기술의 절차적 인터페이스(Procedural Interface)에 비해 콤포넌트 재사용성을 개선하고, 분산 응용의 신속한 개발을 지원하여, 소프트웨어의 생산성 및 확장성을 향상시킨다. 또한, DOC 방식으로 모델링하고 구현한 공급망 관리(Supply Chain Management: SCM) 응용 프로그램의 조립식 작성을 통해, DOC의 실시간 정보 처리 및 조립 기능을 보인다.DOC는 이질적인 통신 환경에서 클라이언트와 서버 객체간의 네트워크 투과성을 제공하는 미들웨어, CORBA를 기반으로 한다. 또한, 분산 객체들 간의 상호작용을 자동 처리하기 위해 Java의 관찰자/피관찰자(Observer/Observable)를 확장한 분산 관찰자/피관찰자 패턴을 정의하여 DOC와, 서버 및 클라이언트의 분산 응용 객체들을 정의하기 위한 인터페이스에 적용한다.Abstract Due to the availability of advances in network and distributed processing technologies, the enhanced productivity of application software that runs on distributed environment is demanded. In this paper, we introduce the Distributed Object Composer (DOC) that supports the structural composition of distributed applications for the enhanced productivity of MVC (Model, View, Controller) pattern-based application programs. The structural interface of DOC that is the basis for the composibility of distributed objects increases the reusability of software components and provides better software productivity and extendibility than the procedural interface of the traditional object-oriented technology by supporting rapid constructions of distributed applications. In this paper, we also discuss the real-time information processing and composibility features of DOC by applying the DOC mechanism to the Supply Chain Management (SCM) application.DOC is implemented using the CORBA middleware that supports the network transparency between client and server objects on heterogeneous communication environments. We apply the distributed Observer/Observable pattern that extends the Observer/Obseverable of Java to DOC itself and distributed client/server objects as their interface definitions for the automatic interactions of distributed objects.

칼 라거펠트 디렉팅의 샤넬과 펜디에 대한 디자인 특성 연구 (A Study on Design Characteristics of Chanel's and Fendi's Collections under the Direction of Karl Lagerfeld)

  • 배우리;김윤경;이경희
    • 한국의류산업학회지
    • /
    • 제23권6호
    • /
    • pp.709-725
    • /
    • 2021
  • The study focused on the design features of Chanel and Fendi, directed by Carl Lagerfeld, creative director of Chanel and Fendi until his recent death. The range of the study was from the 2017 S/S Collection to the 2019 F/W Collection, which collected a total of 767 fashion photographs, including 483 Chanel, 284 Fendi, with tops, bottoms and dresses at VOGUE (https://www.vogue.com). According to the data analysis criteria organized based on prior research and related literature, it was classified in the order of form, color, material, pattern, decoration, fashion image, item and coordination, and content analysis was conducted based on statistical analysis. Overall, the design characteristics of the Chanel collection, directed by Karl Lagerfeld, were rectangle form, tone in tone coloring, combination of identical materials, geometric patterns, and classical images as the main design characteristics of the Chanel collection. The design characteristics shown in the Fendi collection directed by Karl Lagerfeld were rectangle form, tone in tone coloration, hard material combination, abstract pattern, and total coordination. Comparing the design features of Chanel and Fendi, directed by Karl Lagerfeld, is as follows. Chanel and Fendi's designs show a lot of rectangle form, tone-in-tone colors, hard-materials and combination of the same material.

간호사의 통증관리에 대한 주관성 연구 (A Study on the Subjectivity of Pain Management of Nurse)

  • 박경숙;송미승;김경희
    • 성인간호학회지
    • /
    • 제13권1호
    • /
    • pp.123-135
    • /
    • 2001
  • The purpose of this study is to analyze the structural pattern of nurses' pain management with patients who experience pain. As a research method, the Q methodology, which is useful for an objective view of a highly abstract concept, was applied. The data collecting activity of this study was from August, 21st, 2000 to November, 24th 2000. The Q-population, the previous thesis and a literature review were done. Questions about pain management by the nurse on the patients, caregivers, nursing students, doctors, nurses, and others were asked in documentary work and in-depth interviews. In all, 223 units of the Q-population were formed, and the last 35 units of the Q-population were extracted. The data on the P-sample was collected from 41 nurses who worked in the medical and surgical units of a hospital that belonges to C university in Seoul. The research results were constituted in 3 types. Type I was the 'pattern of judging by objectivity'. The statement on which most of the people highly agreed for those patterns was shown by 'If patients said that they are suffering from pain, we sufficiently performed an assessment about the etiology, location, duration and degree'. For type I, the same pain was found in different locations according to the patients, so the etiology of the pain should be identified first place. Since ways of coping are different according to pain etiology, it was thought that it is important to assess sufficiently the pain etiology, location, duration, and degree. Therefore, when patients complain of pain, the pain etiology should be identified and assessed; according to the result, pain management should be performed systematically. Type II was the 'pattern of accepting by subjectivity'. The statement on which most of the people highly agreed for those patterns was shown as 'If patients said that they are suffering from pain, the medical treatment should be performed rapidly and speedily.' For type II, when the patient complains of pain, treatment should be performed quickly in order to prevent the condition getting worse, and it is thought that activity is a reasonable duty. Further, by trying to show empathy after pain is admitted and by understanding and coping rapidly with the pain of patients, an attitude which matched the altruistic morals of nurses is being shown. Type III was the 'pattern of worrying about', and the statement on which most of the people highly agreed for those patterns was shown is 'When there is a pain, to help patients to tolerate the pain to the highest degree.' In type III, the pain is a subjective expression, so there is a difference according to every individual. Therefore, actually if there is no measurement of pain, it could be exaggerated so nurses should help patients to tolerate it to the utmost. Even if there is a way to remove pain without an analgesic drug, nurses were reluctant to perform pain management as they possibly could. Through these research results, pain management of nurses was classified in 3 types, and structural characteristics in each type were discovered. Based upon the characteristics according to the type, an individualized pain management intervention strategy should be established and the follow up work performed.

  • PDF

경험 혁신과 경영 전략 : 신제품 개발 과정에서의 사용자 경험 디자인(Design for User Experience) (Experience Innovation and Business Strategy : Design for User Experience(UX) in New Product Development(NPD))

  • 신영수;임채린;이선화;김진우
    • 한국IT서비스학회지
    • /
    • 제14권2호
    • /
    • pp.231-251
    • /
    • 2015
  • User Experience (UX) and Experience Innovation have been emphasized in the process of New Product Development (NPD). However, previous works which were conducted within the theme of UX mostly focused on the fragmentary aspects of user's experience in a specific usage-context only. For this reason, it is always hard to deal with questions on how to define the abstract concept of UX and how to apply this important keyword in actually NPD process both for satisfying potential users and for setting a market strategy. To address this issue, we focused on the fact that UX has an aspect of composition like pattern and structure. It means that we can understand the context of UX with clarifying characteristics of relations between user and experiential objects. Also, we referred to two sub-concepts of Complexity, Density and Centrality, as representative characteristics of relations in usage-context. Based on this theoretical background, we attempted to find UX design principles and concepts for NPD from the actual example cases of products and services in the real market. From these whole study process, we expect that our findings could have implications for academic and practical areas within the theme of Human-Centered Innovation.

플랫폼 독립적 컴포넌트 기반 개발을 위한 XML-SOAP 활용 객체지향프레임워크 SOAF (An Object-oriented Framework SOAF utilizing MXL-SOAP for Platform-Independent Component-Based Development)

  • 장진영;최용선
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제31권8호
    • /
    • pp.969-979
    • /
    • 2004
  • 최근 대부분의 대규모 기업정보시스템은 기능재활용성, 다종의 시스템 리소스, 다중 플랫폼 등을 지원하기 위해 다층구조의 미들웨어 또는 프레임워크를 기반으로 하고 있다. 그러나 이러한 다층 및 다중 플랫폼 분산 구조는 미들웨어간의 컴포넌트 및 메타정보에 대한 상호운용성 문제를 제기한다. 본 논문은 추상화 프로그래밍 스타일과 XML-SOAP에 기반한 컴포넌트 보존 방법을 통해서, 다종의 리소스를 지원하고 플랫폼에 독립적인 컴포넌트 기반 개발을 가능케 하는 객체지향프레임워크 SOAF (Simple Object Application Framework)을 제시하고 그 아키텍쳐 및 주요 특징에 대해 소개한다.

현대패션에 나타난 레깅스 디자인의 조형적 특성 연구 (A Study on Formative Characteristics of the Leggings Design in Contemporary Fashion)

  • 황유정;최정화
    • 한국의류산업학회지
    • /
    • 제16권1호
    • /
    • pp.1-12
    • /
    • 2014
  • Leggings are recognized as unique fashion items that meet the needs of customers to express individuality due to their protective and thermal functions. They are highly practical fashion items that show a casual, street and sportive style with a noted influence on outdoor leisure fields. This study analyzes the sociocultural background for the spread of leggings as well as their design characteristics, coordination characteristics and authentic characteristics. The formative characteristics of modern legging designs are as follows. First, the shapes of modern leggings are ankle-length, calflength, above-knee, knee-length, stirrup and top of the foot-length. Leggings are transformed in many ways: length-expansion, side-slit, unbalanced length, variations of straps, cut-out, trimmings, pattern transformation and complex form. Second, modern leggings contain achromatic colors in modern and sensual image, vivid colors in sportive image and metallic colors futuristic and technical image. Third, leggings patterns value originality, uniqueness and rarity as shown by printed geometric patterns, hand crafted geometric and natural patterns, and abstract patterns expressed through various materials and themes. Fourth, modern leggings' textures are categorized into erotic, simply-functional, seasonless, glossy, and metallic. Functional and fashionable leggings reflect the psychological needs of modern society. This study suggests a direction for the development of legging designs and provides a theoretical database for higher value-added leggings business.

제너러티브 아트(Generative Art)의 시각적 속성이 반영된 패션디자인 분석 (Analysis of Fashion Design Reflected Visual Properties of the Generative Art)

  • 김동옥;최정화
    • 한국의류학회지
    • /
    • 제41권5호
    • /
    • pp.825-839
    • /
    • 2017
  • Generative Art (also called as the art of the algorithm) creates unexpected results, moving autonomously according to rules or algorithms. The evolution of digital media in art, which tries to seek novelty, increases the possibility of new artistic fields; subsequently, this study establishes the basis for new design approaches by analyzing visual cases of Generative Art that have emerged since the 20th century and characteristics expressed on fashion. For the methodology, the study analyzes fashion designs that have emerged since 2000, based on theoretical research that includes literature and research papers relating to Generative Art. According to the study, expression characteristics shown in fashion, based on visual properties of Generative Art, are as follows. First, abstract randomness is expressed with unexpected coincidental forms using movements of a creator and properties of materials as variables in accordance to rules or algorithms. Second, endlessly repeated pattern imitation expresses an emergent shape by endless repetition created by a modular system using rules or 3D printing using a computer algorithm. Third, the systematic variability expresses constantly changing images with a combination of system and digital media by a wearing method. It is expected that design by algorithm becomes a significant method in producing other creative ideas and expressions in modern fashion.

구문트리 비고를 통한 프로그램 유형 복제 검사 (A Program-Plagiarism Checker using Abstract Syntax Tree)

  • 김영철;김성근;염세훈;최종명;유재우
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제30권7_8호
    • /
    • pp.792-802
    • /
    • 2003
  • 기존의 프로그램 유형 복제 검사 시스템들은 단순한 텍스트 기반의 프로그램 복제 검사나, 속성 및 토큰 스트링을 이용하여 복제 검사를 수행한다. 이 시스템들은 들여쓰기, 여백, 설명문과 같은 프로그램의 구문과 상관없는 프로그램 스타일에 어려움을 갖고 있다. 본 연구에서는 서로 다른 두 프로그램의 구문트리를 이용하여 복제 검사를 수행하는 모델을 제시한다. 구문트리를 이용한 프로그램 유형 복제 검사는 프로그램 스타일에 취약한 기존의 복제 검사 시스템의 단점을 극복할 수 있으며, 구문분석과 의미분석을 통해 프로그램의 구조적인 검사까지 수행할 수 있다는 장점을 가지고 있다. 또한 본 시스템은 인터넷이나 사이버 교육 체제에서 대량의 C/C+. 언어의 프로그램 복제 검사를 수행하기 위하여 AST 생성, 역파서 및 유사도 검사 알고리즘을 제시하며, 프로그램 복제 유형에 대해서 평가한다.