• 제목/요약/키워드: Design & Coding Standard

검색결과 93건 처리시간 0.02초

Research on Participation and Position Evaluation of Korean Manufacturing Global Value Chain: Based on the Comparative Analysis with China and the United States

  • Zhang, Fan;Su, Shuai
    • Journal of Korea Trade
    • /
    • 제25권2호
    • /
    • pp.75-94
    • /
    • 2021
  • Purpose - This article will take the Korean manufacturing industry as an example to estimate Korea's global value chain status from the perspective of overall and sub-industry, hoping to provide a theoretical reference for Korean manufacturing to climb the global value chain. Design/methodology - Based on the WIOD data. The data is calculated by using MATLAB (2014a) coding. The data for 6 sectors are classified according to the International Standard Industrial Classification revision 3 (ISIC Rev. 3), the WIOD data are used to calculate and compare the position, participation and dynamics of the Korea, China and USA' manufacturing industry in the 1995-2016. Findings - The empirical results supported conclusions of the theoretical model. In the Korean GVC of electrical and optical sector, while stronger forward linkages than backward linkages to GVC are advantageous for an average advanced country, the benefits of downstream tasks are pronounced for non-advanced countries. And proved the correlation for an index to capture a country's upstream position or downstream position, it makes sense to compare that Korea's exports of intermediates in the same sector that are used by China and USA. Originality/value - The first is to re-examine the characteristics of South Korea's participation in global value chains under a more systematic and accurate theoretical framework, which provides a new empirical reference for related research; the second is to content covers of the manufacturing 6 sectors, so as to more completely describe the characteristics of Korean manufacturing's participation in global value chains; The value of this paper is providing empirical evidence of the effect of Korea's the GVC of manufacturing sectors. In the GVC of 6 sectors, first three have a higher position in the value chain and are in the upper middle and upper reaches of the GVC. The latter two have a low GVC position index, which has become the main sector that pulls down the overall position of Korea's manufacturing industry.

Node.js를 활용한 웹GIS 서버의 설계와 구현 (Design and Implementation of Web GIS Server Using Node.js)

  • 전상환;도경태
    • Spatial Information Research
    • /
    • 제21권3호
    • /
    • pp.45-53
    • /
    • 2013
  • 웹GIS는 수년 동안 사용자들에게 효율적이고 정확한 공간정보를 제공하기 위해 최신 웹기술을 기반으로 발전해왔다. 또한 웹GIS 서버는 클라이언트의 요청을 빠르게 연산 처리하고 공간정보 서비스를 제공하기 위해 성능개선을 지속해왔다. 본 연구에서는 서버 개발에 자바스크립트(JavaScript)를 사용하는 이벤트 기반의 비동기식 I/O 처리가 가능한 프레임웍 기술인 Node.js를 활용하여 NodeMap이라고 이름붙인 웹GIS 서버를 설계하고 구현하였다. NodeMap은 기본적으로 OGC 표준 인터페이스를 지원하는 웹GIS 서버이다. 이를 위해 공간 인덱스 및 표준 공간쿼리 함수를 지원하는 DBMS를 활용하여 GIS 데이터를 처리하도록 하였다. 그리고 공간 정보를 타일 맵 위에 렌더링 하기 위해 HTML5 Canvas를 지원하는 Node-Canvas 모듈을 활용하였다. 마지막으로 Node.js의 가장 많이 쓰이는 커넥트 모듈 기반의 프레임웍인 Express 모듈을 활용하였다. 구현된 NodeMap은 성능테스트를 통해 향 후 웹GIS 서버개발기술로서 Node.js의 활용 가능성을 확인하였다. 본 연구를 통해 기존 서버 개발 기술과 차별화된 기술인 Node.js를 웹GIS 서버 구현에 우선적용 함으로서 향 후 인터넷 GIS 서비스에서의 활용 가능성을 제시하였다.

MDA를 적용한 웹서비스 개발 프로세스 (A Web Service Development Process with MDA Applied)

  • 윤홍란;박재년
    • 정보처리학회논문지D
    • /
    • 제12D권4호
    • /
    • pp.583-588
    • /
    • 2005
  • 최근 XML표준기술을 활용한 웹서비스는 기업내 및 기업간의 정보시스템을 통합하는데 발생되는 문제점을 해결해 주는 차세대 e-비즈니스의 기반으로 급부상하고 있다. 정보기술이 지속적으로 변화하기 때문에 특정 기술에 기반한 시스템을 정보 기술 변화에 맞게 통합, 변화, 유지하는 것은 지속적인 문제로 고려되고 있다. 이러한 문제점을 해결하기 위해 OMG는 MDA(Model Driven Architecture)라는 새로운 소프트웨어 아키텍처를 제시하였다. MDA는 기존의 개발 절차에서 분석모델인 플랫폼 독립적인 모델(PIM, Platform Independent Model)을 구축하고 이를 기반으로 설계모델인 플랫폼 종속적인 모델(PSM, Platform Specific Model)로 자동 변환하는 프로세스를 가진다. 이러한 자동 변환을 통해 여러 플랫폼을 쉽게 지원하고 개발자의 입장에서는 코드 작성에 소요되는 시간을 줄일 수 있으며 개발 프로세스의 측면에서도 품질관리를 수월하게 할 수 있다. 이 MDA의 개발 프로세스를 웹서비스개발 프로세스에 적용하면 MDA의 PIM에서 목표플랫폼으로 웹서비스를 선택하고 웹서비스 모델인 WSDL로 PSM을 표현할 수 있다. 본 논문에서는 웹서비스 공급자와 요청자가 웹서비스를 개발하거나 통합할때의 절차를 분류하여 웹서비스 개발 프로세스유형을 만들고 웹서비스 개발시 MDA개발 프로세스를 적용하여 웹서비스공급자와 요청자가 참조가능한 새로운 웹서비스 개발 프로세스를 제안한다.