Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (5)

Search Parameters:
Keywords = Coupang

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
12 pages, 290 KB  
Article
Sustainable Management Practices of E-Commerce Firms in Korea and Japan: A Comparative Analysis of Coupang and Rakuten
by Akihiro Inoue and Moon Young Kang
Sustainability 2025, 17(22), 9989; https://doi.org/10.3390/su17229989 - 8 Nov 2025
Cited by 1 | Viewed by 3097
Abstract
According to the U.S. Department of Commerce, there is strong evidence of a significant bounce in global e-commerce sales following the paradigm shift caused by COVID-19 in everyday life. The global e-commerce market size is projected to reach $6.33 trillion in 2024, with [...] Read more.
According to the U.S. Department of Commerce, there is strong evidence of a significant bounce in global e-commerce sales following the paradigm shift caused by COVID-19 in everyday life. The global e-commerce market size is projected to reach $6.33 trillion in 2024, with the top five countries being China, the United States, the United Kingdom, Japan, and the Republic of Korea (hereafter, Korea). Among the top five global players, two countries, Korea and Japan, are particularly noteworthy because Korea has the lowest retail e-commerce sales among the top five countries despite a high penetration rate while Japan shows the lowest penetration rate while maintaining a similar level of retail e-commerce sales. The e-commerce industry in Korea and Japan is facing a new inflection point regarding sustainable growth and survival. However, the sustainability of e-commerce firms in Korea and Japan has not yet been investigated from a comparative perspective. In the context of an extremely challenging global business environment, this study focuses on a representative e-commerce firm from each country: Coupang in Korea and Rakuten in Japan. By examining these cases, this study provides important insights into sustainable management practices in the e-commerce industry from a comparative perspective. Full article
(This article belongs to the Special Issue Challenges for Business Sustainability Practices)
Show Figures

Figure 1

25 pages, 34737 KB  
Article
Which Influencers Can Maximize PCR of E-Commerce?
by Hayoung Oh, Jiyoon Lee, Joo-Sik Lee, Sung-Min Kim, Sechang Lim and Dongha Jung
Electronics 2023, 12(12), 2626; https://doi.org/10.3390/electronics12122626 - 11 Jun 2023
Cited by 3 | Viewed by 5798
Abstract
The Web has provided an increasing proportion of use as a medium for e-commerce in addition to various recommender systems. It can be used for analyzing recommendation system-based feedback (e.g., a form in which a user inputs their preferences for various items as [...] Read more.
The Web has provided an increasing proportion of use as a medium for e-commerce in addition to various recommender systems. It can be used for analyzing recommendation system-based feedback (e.g., a form in which a user inputs their preferences for various items as numerical values into a specific evaluation system) to estimate customer interest; in addition, analyzing multi-modal types of feedback (e.g., product purchase traces, inquiry lists, inquiry times, and comments) with deep learning can also be used to estimate user interest. As many companies around the world promote their products through micro-influencers on the Web, related research has continued to predict the purchase conversion rate of the influencer through a variety of technologies. In this work, we present a multi-modal micro-influencer analysis scheme for a marketing maximization strategy. Our scheme uses the multi-modal data stored in Mecha Solution’s own shopping mall of Korea, as well as famous Korean Internet platforms, and Coupang, Naver, and Oliveyoung’s data such as article posting comments and statistics information. By extracting the main characteristics of the real article postings from real users as opposed to those from factitious influencers posting articles and comments and identifying articles other than advertisements, influencer scores are obtained, assuming that articles other than advertisements can further increase the purchase conversion rate. Based on influencer score, we propose a multi-modal micro-influencer analysis scheme that recommends influencers use content-based collaborative filtering and user-based collaborative filtering for items that the influencer has not yet reviewed. The experiment was implemented to prove that the proposed scheme successfully achieves this goal. Full article
(This article belongs to the Section Computer Science & Engineering)
Show Figures

Figure 1

14 pages, 2914 KB  
Article
Classification of Human Failure in Chemical Plants: Case Study of Various Types of Chemical Accidents in South Korea from 2010 to 2017
by Seungho Jung, Seungkyoo Pak, Kwanwoo Lee and Chankyu Kang
Int. J. Environ. Res. Public Health 2021, 18(21), 11216; https://doi.org/10.3390/ijerph182111216 - 26 Oct 2021
Cited by 9 | Viewed by 6367
Abstract
The increasing use and distribution of chemicals are causing serious chemical accidents such as fires, explosions, and leaks during manufacturing and handling. In most cases, all risks caused by chemicals are classified as accidents due to defects in process facilities, human errors, and [...] Read more.
The increasing use and distribution of chemicals are causing serious chemical accidents such as fires, explosions, and leaks during manufacturing and handling. In most cases, all risks caused by chemicals are classified as accidents due to defects in process facilities, human errors, and multi-cause accidents. Among chemical accidents caused by human errors, accurate analysis of accidents caused by the complex action of various types of human failures is required. Based on the accident investigation reports that occurred in South Korea from 2010 to 2017, chemical accidents caused by human failure were analyzed, and the fundamental causes were derived by classifying them into human error and violation. Human failure was analyzed according to the classification criteria for human failure of health and safety executive (HSE). As a result of the analysis, several types of human failure acted in combination to be a more significant cause of chemical accidents; incorrect application of process rules and procedures, inappropriate chemical information, lack of education, and defects in the current safety regulation were analyzed as the main causes. In addition, the cause of human errors was presented through case studies of chemical accidents in South Korea. Full article
(This article belongs to the Special Issue Feature Papers in Public Health Statistics and Risk Assessment)
Show Figures

Figure 1

24 pages, 1518 KB  
Article
DDR-coin: An Efficient Probabilistic Distributed Trigger Counting Algorithm
by Seokhyun Kim and Yongsu Park
Sensors 2020, 20(22), 6446; https://doi.org/10.3390/s20226446 - 11 Nov 2020
Cited by 3 | Viewed by 3080
Abstract
A distributed trigger counting (DTC) problem is to detect w triggers in the distributed system consisting of n nodes. DTC algorithms can be used for monitoring systems using sensors to detect a significant global change. When designing an efficient DTC algorithm, the following [...] Read more.
A distributed trigger counting (DTC) problem is to detect w triggers in the distributed system consisting of n nodes. DTC algorithms can be used for monitoring systems using sensors to detect a significant global change. When designing an efficient DTC algorithm, the following goals should be considered; minimizing the whole number of exchanged messages used for counting triggers and even distribution of communication loads among nodes. In this paper, we present an efficient DTC algorithm, DDR-coin (Deterministic Detection of Randomly generated coins). The message complexity—the total number of exchanged messages—of DDR-coin is O(nlogn(w/n)) in average. MaxRcvLoad—the maximum number of received messages to detect w triggers in each node—is O(logn(w/n)) on average. DDR-coin is not an exact algorithm; even though w triggers are received by the n nodes, it can fail to raise an alarm with a negligible probability. However, DDR-coin is more efficient than exact DTC algorithms on average and the gap between those is increased for larger n. We implemented the prototype of the proposed scheme using NetLogo 6.1.1. We confirmed that experimental results are close to our mathematical analysis. Compared with the previous schemes—TreeFill, CoinRand, and RingRand— DDR-coin shows smaller message complexity and MaxRcvLoad. Full article
(This article belongs to the Section Sensor Networks)
Show Figures

Figure 1

18 pages, 1844 KB  
Article
Collaboration Model for Service Clustering in Last-Mile Delivery
by Seung Yoon Ko, Ratna Permata Sari, Muzaffar Makhmudov and Chang Seong Ko
Sustainability 2020, 12(14), 5844; https://doi.org/10.3390/su12145844 - 20 Jul 2020
Cited by 20 | Viewed by 7035
Abstract
As e-commerce is rapidly expanding, efficient and competitive product delivery system to the final customer is highly required. Recently, the emergence of a smart platform is leading the transformation of distribution, performance, and quality in express delivery services, especially in the last-mile delivery. [...] Read more.
As e-commerce is rapidly expanding, efficient and competitive product delivery system to the final customer is highly required. Recently, the emergence of a smart platform is leading the transformation of distribution, performance, and quality in express delivery services, especially in the last-mile delivery. The business to consumer (B2C) through smart platforms such as Amazon in America and Coupang in Korea utilizes the differentiated delivery rates to increase the market share. In contrast, the small and medium-sized express delivery companies with low market share are trying hard to expand their market share. In order to fulfill all customer needs, collaboration is needed. This study aims to construct a collaboration model to maximize the net profit by considering the market density of each company. A Baduk board game is used to derive the last-mile delivery time function of market density. All companies in collaboration have to specialize the delivery items into certain service clustering types, which consist of regular, big sized/weighted, and cold items. The multi-objective programming model is developed based on max-sum and max-min criteria. The Shapley value and nucleolus approaches are applied to find the profit allocation. Finally, the applicability of the proposed collaboration model is shown through a numerical example. Full article
(This article belongs to the Section Economic and Business Aspects of Sustainability)
Show Figures

Figure 1

Back to TopTop