• Title/Summary/Keyword: web Service

Search Result 3,799, Processing Time 0.039 seconds

Carbon Footprint and Mitigation of Vegetables Produced at Open Fields and Film House using Life Cycle Assessment

  • Lee, Deog Bae;Jung, Sun Chul;So, Kyu Ho;Kim, Gun Yeob;Jeong, Hyun Cheol;Sonn, Yeon Gyu
    • Korean Journal of Soil Science and Fertilizer
    • /
    • v.47 no.6
    • /
    • pp.457-463
    • /
    • 2014
  • This study was carried out to find out major factors to mitigate carbon emission using Life Cycle Assessment (LCA). System boundary of LCA was confined from sowing to packaging during vegetable production. Input amount of agri-materials was calculated on 2007 Income reference of white radish, chinese cabbage and chive produced at open field and film house published by Rural Development Administration. Domestic data and Ecoinvent data were used for emission factors of each agri-material based on the 1996 IPCC guideline. Carbon footprint of white radish was 0.19 kg $CO_2kg^{-1}$ at open fields, 0.133 kg $CO_2kg^{-1}$ at film house, that of chinese cabbage was 0.22 kg $CO_2kg^{-1}$ at open fields, 0.19 kg $CO_2kg^{-1}$ at film house, and that of chive was 0.66 kg $CO_2kg^{-1}$ at open fields and 1.04 kg $CO_2kg^{-1}$ at film house. The high carbon footprint of chive was related to lower vegetable production and higher fuel usage as compared to white radish and Chinese cabbage. The mean proportion of carbon emission was 35.7% during the manufacturing byproduct fertilizer; white radish at open fields was 50.6%, white radish at film house 13.1%, Chinese cabbage at outdoor 38.4%, Chinese cabbage at film house 34.0%, chive at outdoor 50.6%, and chive at film house 36.0%. Carbon emission, on average, for the step of manufacturing and combustion accounted for 16.1% of the total emission; white radish at open fields was 4.3%, white radish at film house 15.6%, Chinese cabbage at open fields 6.9%, Chinese cabbage at film house 19.0%, chive at open fields 12.5%, and chive at film house 29.1%. On the while, mean proportion of carbon footprint for the step of $N_2O$ emission was 29.2%; white radish at open fields was 39.2%, white radish at film house 41.9%, Chinese cabbage at open fields 34.4%, Chinese cabbage at film house 23.1%, chive at open fields 28.8%, and chive at film house 17.1%. Fertilizer was the primary factor and fuel was the secondary factor for carbon emission among the vegetables of this study. It was suggested to use Heug-To-Ram web-service system, http://soil.rda.go.kr, for the scientific fertilization based on soil testing, and for increase of energy efficiency to produce low carbon vegetable.

Proxy Caching Scheme Based on the User Access Pattern Analysis for Series Video Data (시리즈 비디오 데이터의 접근 패턴에 기반한 프록시 캐슁 기법)

  • Hong, Hyeon-Ok;Park, Seong-Ho;Chung, Ki-Dong
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.8
    • /
    • pp.1066-1077
    • /
    • 2004
  • Dramatic increase in the number of Internet users want highly qualified service of continuous media contents on the web. To solve these problems, we present two network caching schemes(PPC, PPCwP) which consider the characteristics of continuous media objects and user access pattern in this paper. While there are plenty of reasons to create rich media contents, delivering this high bandwidth contents over the internet presents problems such as server overload, network congestion and client-perceived latency. PPC scheme periodically calculates the popularity of objects based on the playback quantity and determines the optimal size of the initial fraction of a continuous media object to be cached in proportion to the calculated popularity. PPCwP scheme calculates the expected popularity using the series information and prefetches the expected initial fraction of newly created continuous media objects. Under the PPCwP scheme, the initial client-perceived latency and the data transferred from a remote server can be reduced and limited cache storage space can be utilized efficiently. Trace-driven simulation have been performed to evaluate the presented caching schemes using the log-files of iMBC. Through these simulations, PPC and PPCwP outperforms LRU and LFU in terms of BHR and DSR.

  • PDF

The e-Business Agent Prototyping System with Component Based Development Architecture (CBD 아키텍처 기반 e-비즈니스 에이전트 프로토타이핑 시스템)

  • Shin, Ho-Jun;Kim, Haeng-Kon
    • The KIPS Transactions:PartD
    • /
    • v.11D no.1
    • /
    • pp.133-142
    • /
    • 2004
  • The next generation of web applications will need to be larger, more complex, and flexible Agent-oriented systems have great potential for these e-commerce applications. Agents can dynamically discover and compose e-services and mediate interactions. Development of software agents with CBD (Component Based Development) has proved to be successful in increasing speed to market of development Projects, lowering the development cost and providing better qualify. In this thesis, we propose a systemic development process for software agents using component and UML (Unified Modeling Language). We suggest a etA (e-business Agent) CBD reference architecture for layer the related components through identification and classification of general agent and e-business agent. We also propose the ebA-CBD process that is a guideline to consider the best features of existing agent oriented software engineering methodologies, while grounding agent-oriented concepts in the same underlying semantic framework used by UML. We first developed the agent components specification and modeled it with Goal, Role, Interaction, and Architecture Model. Based on this, we developed e-CPIMAS (e-Commerce Product Information Mailing Agent System) as a case study that provides the product information's mailing service according to proposed process formality. We finally describe how these concepts may assist in increasing the efficiency reusability, productivity and quality to develop the business application and e-business agent.

BPEL Engine Generator for adding New Functions to BPEL based on Attribute Grammar and Aspect-Oriented Programming (속성문법과 관점지향 프로그래밍 기법을 이용한 BPEL에 새로운 기능을 추가하는 BPEL 엔진 생성기)

  • Kwak, Dongkyu;Kim, Jongho;Choi, Jaeyoung
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.4 no.5
    • /
    • pp.209-218
    • /
    • 2015
  • BPEL is used in various domains since it can describe the flow of works according to conditions and rules, and it can call web services in service-oriented computing environments. However, new functions that are not provided by BPEL grammar are required in specific domains. Generally, when new functions are required, the domain-specific language should be newly defined and developed, which requires high development cost. In this regard, a new function needs to be defined and added instead of developing domain-specific language with the new functions added. However, such methods only allow an addition of a single function, and it is difficult to design and add new functions according to the needs. This paper defines XAS4B document, which extends the BPEL grammar function through XML schema in order to add new functions, and proposes BPEL engine generator that generates BPEL engine with the new functions added by processing the document. The XAS4B document enables the creation of a new grammar added to BPEL using XML schema. It also shows the process of adding new functions to BPEL engine using AspectJ, JAVA implementation of aspect-oriented programming. The proposed system can add new functions using AspectJ without modifying BPEL engine. This allows the provision of new functions at low cost in various domains.

Influence of Serendipity caused by Interaction towards User Experience in Mobile Application (모바일 애플리케이션에서 인터랙션으로 인한 세렌디피티가 사용자 경험에 미치는 영향)

  • Cho, In-Seong;Seo, Ji-Hee;Lee, Minju;Hur, So-Im;Lee, Yoon-Ji;Lee, Hyoseon
    • Science of Emotion and Sensibility
    • /
    • v.18 no.4
    • /
    • pp.59-74
    • /
    • 2015
  • When product or service provides unexpectedness the user would be satisfied, and lately some mobile applications and web services provide those unexpectedness. However, unexpectedness itself can make negative effects such as decrease of the ease of use, still studies about mobile application are focused on satisfaction from the usability. Therefore, we would study experimentally user experience changes caused by unexpectedness using serendipity in mobile application UX, and observe how those changes to affect to user satisfaction. In other words, we observed the relationship between factors such as the unexpectedness caused by interactions of mobile application, the serendipity provided game, perceived newness, perceived ease of use, perceived usability, and satisfaction. As a result, the serendipity has positive effect to the perceived newness and negative effect to the perceived ease of use, and perceived newness and perceived ease of use affect to perceived usability positively, and all three factors are have positive effects to the use satisfaction.

Identifying Regional Tourism Resources Using Webometric Network Analysis: A case of Suseong-gu in Daegu, South Korea (웹보메트릭스를 활용한 지역관광자원 발굴 및 네트워크 분석: 대구 수성구를 중심으로)

  • Song, Hwa Young;Zhu, Yu Peng;Kim, Ji Eun;Oh, Jung Hyun;Park, Han Woo
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.21 no.7
    • /
    • pp.475-486
    • /
    • 2020
  • The purpose of present study is to identify the regional tourism resources using Webometric network analysis. The study focuses on Suseong area in Daegu metropolitan city. Various kinds of web-based data, for example, hit counts, online news, and public comments, were used to discover hot places and people's responses. The research question is, 'First, what is the optimum level of the search engine for suseong? Second, what is the online appearance of tourist resources in suseong? Which region is the center of tourism with high levels of emergence? Third, what are the main contents of news articles and comments related to the Suseong pond?'. The results show that the search engine optimization level in Suseong is lower than that in other areas in Daegu. In other words, tourism information and contents regarding Suseong are not highly visible on cyber space. Importantly, Suseong pond had the highest online presence. A close analysis of both online news and users' comments on Suseong pond, however, revealed the biggest concern as calling for improving public accessibility to tourism infrastructure. The findings are expected to contribute to policy development and service operation related to tourism resources in Suseong.

A Study of Big data-based Machine Learning Techniques for Wheel and Bearing Fault Diagnosis (차륜 및 차축베어링 고장진단을 위한 빅데이터 기반 머신러닝 기법 연구)

  • Jung, Hoon;Park, Moonsung
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.19 no.1
    • /
    • pp.75-84
    • /
    • 2018
  • Increasing the operation rate of components and stabilizing the operation through timely management of the core parts are crucial for improving the efficiency of the railroad maintenance industry. The demand for diagnosis technology to assess the condition of rolling stock components, which employs history management and automated big data analysis, has increased to satisfy both aspects of increasing reliability and reducing the maintenance cost of the core components to cope with the trend of rapid maintenance. This study developed a big data platform-based system to manage the rolling stock component condition to acquire, process, and analyze the big data generated at onboard and wayside devices of railroad cars in real time. The system can monitor the conditions of the railroad car component and system resources in real time. The study also proposed a machine learning technique that enabled the distributed and parallel processing of the acquired big data and automatic component fault diagnosis. The test, which used the virtual instance generation system of the Amazon Web Service, proved that the algorithm applying the distributed and parallel technology decreased the runtime and confirmed the fault diagnosis model utilizing the random forest machine learning for predicting the condition of the bearing and wheel parts with 83% accuracy.

A Study on Implementation and Design of Scheme to Securely Circulate Digital Contents (디지털콘텐츠의 안전한 유통을 위한 구조 설계 및 구현에 관한 연구)

  • Kim, Yong;Kim, Eun-Jeong
    • Journal of the Korean Society for information Management
    • /
    • v.26 no.2
    • /
    • pp.27-41
    • /
    • 2009
  • With explosive growth in the area of the Internet and IT services, various types of digital contents are generated and circulated, for instance, as converted into digital-typed, secure electronic records or reports, which have high commercial value, e-tickets and so on. However, because those digital contents have commercial value, high-level security should be required for delivery between a consumer and a provider with non face-to-face method in online environment. As a digital contents, an e-ticket is a sort of electronic certificate to assure ticket-holder's proprietary rights of a real ticket. This paper focuses on e-ticket as a typical digital contents which has real commercial value. For secure delivery and use of digital contents in on/off environment, this paper proposes that 1) how to generate e-tickets in a remote e-ticket server, 2) how to authenticate a user and a smart card holding e-tickets for delivery in online environment, 3) how to save an e-ticket transferred through network into a smart card, 4) how to issue and authenticate e-tickets in offline, and 5) how to collect and discard outdated or used e-tickets.

A Study on the Fat and Fatty Acid Intake of College Women Evaluated through Internet Nutritional Assessment System (인터넷 상의 영양평가프로그램을 이용한 일부 여대생의 지방 및 지방산 섭취에 관한 연구)

  • Yu, Choon-Hie
    • Journal of Nutrition and Health
    • /
    • v.40 no.1
    • /
    • pp.78-88
    • /
    • 2007
  • The purpose of this study was to investigate dietary fat and individual fatty acids intake pattern of 174 college women living in Seoul and Gyong-gi province through internet nutritional assessment system. Each of the subjects was required to input their own food intake for three days, which included two days during the week and one day of the weekend, on the web program directly and all of the data collected were used for statistical analysis. The mean daily caloric intake of the subjects was 1,500.9 kcal which was at 71.5% of Estimated Energy Requirement (EER). Dietary fat contributed 27.6% of the total caloric intake which was slightly higher than the recommended limit of 25%. Daily cholesterol intake was 310.0 mg, which was also high to some degree. Mean daily N6 and N3 fatty acid intake was 6.1 g and 0.9 g, respectively, and calory % calculated from each were 3.63% and 0.53%. This result showed the intake of N3 fatty acid fell in Acceptable Macronutrient Distribution Ranges (AMR) $0.5\sim1.0%$ but that of N6 fatty acid was somewhat lower than the AMDR $4\sim8%$. N6/N3 ratio 8.5/l, however, was within the desirable range $4\sim10/1$. Considering overall dietary fatty acids intake, oleic acid was the most abundant, followed by linoleic and palmitic acid. And among polyunsaturated fatty acids intake, linoleic acid was exclusively high, accounting for 97.4% of total N6 fatty acid intake. On the contrary, three fatty acids, linolenic (67.3%), DHA (21.1%) and EPA (10.0%), together supplied 98.4% of total N3 fatty acid intake. Mean P/M/S was 0.9/l.1/1.0. The subjects' intake of fat, many fatty acids and cholesterol came from diverse food groups including meats, fats and oils, milk and milk products, eggs, fish, and soybean products. Nevertheless, the subjects tended to show unfavorable fat and fatty acids intake pattern in terms of quantity and quality. Based on these results, it is important to monitor dietary fat intake pattern of the general population continuously and an internet program such as the one used for this study would be valuable, especially for assessing dietary patterns in the younger generation.

A study on the methodology for the automatic semantic web service composition problem (자동적인 시맨틱 웹 서비스 구성문제를 위한 방법론에 관한 연구)

  • Yang, Jin-Hyuk;Lee, Kang-Chan;Kim, Sung-Han;Min, Jae-Hong;Chung, In-Jeong
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11c
    • /
    • pp.2265-2268
    • /
    • 2002
  • 인터넷 사용자들의 기하급수적인 증가와 웹 페이지의 폭발적인 증가로 인하여 정보공유를 위한 인터넷에서 효율적으로 원하는 정보를 발견하고 이용하기에 매우 힘든 상황에 처해있다. 따라서, 이러한 문제점들을 근본적으로 해결하기 위한 노력의 일환으로 기계가 이해하고 추론할 수 있는 시맨틱 웹이 등장하였다. 시맨틱 웹과 관련된 여러 가지 기술들 중 시맨틱 웹 서비스는 사용자에게 현재의 인터넷 환경에서 제공할 수 있는 서비스보다 향상된 고품질의 서비스를 제공하는 것을 목적으로 삼고 있다. 이러한 시맨틱 웹 서비스는 웹 서비스의 발견, 실행 및 구성으로 구성된다. 본 논문에서는 시맨틱 웹 서비스를 자동화하기 위한 노력의 일환으로서 시맨틱 웹에서 웹 서비스를 구성하는 문제에 대하여 언급한다. 시맨틱 웹 서비스 구성문제는 사용자의 요구사항을 충족시키기 위하여 다양한 웹 서비스들을 조합하는 문제이다. 그러나, WSFL, X-LANG 및 BPEL4WS 그리고, DAML-S와 같은 웹 서비스 구성문제에 대한 일련의 노력들에서는 사용자 요구사항에 대한 검증이나 서비스의 품질에 대한 사항들을 확인 및 제공할 수 있는 방법들이 없다. 따라서, 본 논문에서는 시맨틱 웹 서비스 구성문제와 관련된 상기와 같은 문제점들을 해결할 수 있는 방법론을 제시한다. 본 논문에서 제시된 방법론에서는 시맨틱 웹 구성문제를 제약만족문제로 변환함으로써 제약만족문제에 있어 늘리 알려진 다양한 알고리즘들을 활용할 수 있는 장점들이 있을 뿐만 아니라 사용자들의 요구사항에 대한 검증과 서비스의 품질을 확인할 수 있는 장점들이 있다.의 위상변화에 대한 적응성을 높일 수 있도록 한다. SQL Server 2000 그리고 LSF를 이용하였다. 그리고 구현 환경과 구성요소에 대한 수행 화면을 보였다.ool)을 사용하더라도 단순 다중 쓰레드 모델보다 더 많은 수의 클라이언트를 수용할 수 있는 장점이 있다. 이러한 결과를 바탕으로 본 연구팀에서 수행중인 MoIM-Messge서버의 네트워크 모듈로 다중 쓰레드 소켓폴링 모델을 적용하였다.n rate compared with conventional face recognition algorithms. 아니라 실내에서도 발생하고 있었다. 정량한 8개 화합물 각각과 총 휘발성 유기화합물의 스피어만 상관계수는 벤젠을 제외하고는 모두 유의하였다. 이중 톨루엔과 크실렌은 총 휘발성 유기화합물과 좋은 상관성 (톨루엔 0.76, 크실렌, 0.87)을 나타내었다. 이 연구는 톨루엔과 크실렌이 총 휘발성 유기화합물의 좋은 지표를 사용될 있고, 톨루엔, 에틸벤젠, 크실렌 등 많은 휘발성 유기화합물의 발생원은 실외뿐 아니라 실내에도 있음을 나타내고 있다.>10)의 $[^{18}F]F_2$를 얻었다. 결론: $^{18}O(p,n)^{18}F$ 핵반응을 이용하여 친전자성 방사성동위원소 $[^{18}F]F_2$를 생산하였다. 표적 챔버는 알루미늄으로 제작하였으며 본 연구에서 연구된 $[^{18}F]F_2$가스는 친핵성 치환반응으로 방사성동위원소를 도입하기 어려운 다양한 방사성의 약품개발에 유용하게 이용될 수 있을 것이다.었으나

  • PDF