• Title/Summary/Keyword: Up-scaling

Search Result 343, Processing Time 0.018 seconds

From a Defecation Alert System to a Smart Bottle: Understanding Lean Startup Methodology from the Case of Startup "L" (배변알리미에서 스마트바틀 출시까지: 스타트업 L사 사례로 본 린 스타트업 실천방안)

  • Sunkyung Park;Ju-Young Park
    • Asia-Pacific Journal of Business Venturing and Entrepreneurship
    • /
    • v.18 no.5
    • /
    • pp.91-107
    • /
    • 2023
  • Lean startup is a concept that combines the words "lean," meaning an efficient way of running a business, and "startup," meaning a new business. It is often cited as a strategy for minimizing failure in early-stage businesses, especially in software-based startups. By scrutinizing the case of a startup L, this study suggests that lean startup methodology(LSM) can be useful for hardware and manufacturing companies and identifies ways for early startups to successfully implement LSM. To this end, the study explained the core of LSM including the concepts of hypothesis-driven approach, BML feedback loop, minimum viable product(MVP), and pivot. Five criteria to evaluate the successful implementation of LSM were derived from the core concepts and applied to evaluate the case of startup L . The early startup L pivoted its main business model from defecation alert system for patients with limited mobility to one for infants or toddlers, and finally to a smart bottle for infants. In developing the former two products, analyzed from LSM's perspective, company L neither established a specific customer value proposition for its startup idea and nor verified it through MVP experiment, thus failed to create a BML feedback loop. However, through two rounds of pivots, startup L discovered new target customers and customer needs, and was able to establish a successful business model by repeatedly experimenting with MVPs with minimal effort and time. In other words, Company L's case shows that it is essential to go through the customer-market validation stage at the beginning of the business, and that it should be done through an MVP method that does not waste the startup's time and resources. It also shows that it is necessary to abandon and pivot a product or service that customers do not want, even if it is technically superior and functionally complete. Lastly, the study proves that the lean startup methodology is not limited to the software industry, but can also be applied to technology-based hardware industry. The findings of this study can be used as guidelines and methodologies for early-stage companies to minimize failures and to accelerate the process of establishing a business model, scaling up, and going global.

  • PDF

Characteristics of Benthic Environment and Polychaete Communities of Gamak Bay, Korea (가막만의 저서환경과 다모류군집 특성)

  • Yoon, Sang-Pil;Jung, Rae-Hong;Kim, Youn-Jung;Kim, Seong-Soo;Lee, Jae-Seong;Park, Jong-Soo;Lee, Won-Chan;Choi, Woo-Jung
    • The Sea:JOURNAL OF THE KOREAN SOCIETY OF OCEANOGRAPHY
    • /
    • v.12 no.4
    • /
    • pp.287-304
    • /
    • 2007
  • This study was carried out to investigate spatio-temporal variations of benthic environment and macrobenthic polychaete communities in Gamak Bay where excessive organic matters from untreated sewage effluents and fish and shellfish farming activities have been accumulated in certain regions. Such environmental variables as sediment composition, organic content, acid volatile sulfide and dissolved oxygen content etc. were measured and polychaete specimens were taken in September 1999 and February 2000. In September 1999, organic contents were up to three times higher in the northwestern part of the bay and the area closed to Gukdong harbor than in the rest of the bay. In particular, benthic environment of the northwestern part of the bay was extremely deteriorated by the occurrence of hypoxia and highly concentrated sulfide. Of 28 stations investigated in summer, 5 stations located in the northwestern part were azoic. In the rest of the stations, a total of 119 polychaete species were sampled with a mean density of 900 $ind./m^2$. While species richness was higher in the entrance and central part of the bay where water exchanges with open sea were relatively active, density was higher in the moderately enriched stations neighbouring Gukdong harbor and fish farms where such potential indicators of organic pollution as Aphelochaeta monilaris, Lumbrineris longifolia were largely dominant. In February 2000, a total of 81 polychaete species appeared with a mean density of 2,802 $ind./m^2$ from 12 stations sampled in winter. Azoic areas were recolonized by Capitella capitata, Pseudopolydora paucibranchiata and Dipolydora socialis which showed maximum density in the innermost station. On the other hand, the rest of the stations were dominated by Euchone alicaudata and Praxillella affinis. The configuration of the stations sampled in summer and winter on the multidimensional scaling plots reflected the position of each stations within the bay in which there were great differences in organic content, sulfide concentration and oxygen content rather than in sediment composition. Therefore, heterogeneities in polychaete community structure in Gamak Bay were primarily influenced by the degree of the disturbance depending on the position within the bay.

Twitter Issue Tracking System by Topic Modeling Techniques (토픽 모델링을 이용한 트위터 이슈 트래킹 시스템)

  • Bae, Jung-Hwan;Han, Nam-Gi;Song, Min
    • Journal of Intelligence and Information Systems
    • /
    • v.20 no.2
    • /
    • pp.109-122
    • /
    • 2014
  • People are nowadays creating a tremendous amount of data on Social Network Service (SNS). In particular, the incorporation of SNS into mobile devices has resulted in massive amounts of data generation, thereby greatly influencing society. This is an unmatched phenomenon in history, and now we live in the Age of Big Data. SNS Data is defined as a condition of Big Data where the amount of data (volume), data input and output speeds (velocity), and the variety of data types (variety) are satisfied. If someone intends to discover the trend of an issue in SNS Big Data, this information can be used as a new important source for the creation of new values because this information covers the whole of society. In this study, a Twitter Issue Tracking System (TITS) is designed and established to meet the needs of analyzing SNS Big Data. TITS extracts issues from Twitter texts and visualizes them on the web. The proposed system provides the following four functions: (1) Provide the topic keyword set that corresponds to daily ranking; (2) Visualize the daily time series graph of a topic for the duration of a month; (3) Provide the importance of a topic through a treemap based on the score system and frequency; (4) Visualize the daily time-series graph of keywords by searching the keyword; The present study analyzes the Big Data generated by SNS in real time. SNS Big Data analysis requires various natural language processing techniques, including the removal of stop words, and noun extraction for processing various unrefined forms of unstructured data. In addition, such analysis requires the latest big data technology to process rapidly a large amount of real-time data, such as the Hadoop distributed system or NoSQL, which is an alternative to relational database. We built TITS based on Hadoop to optimize the processing of big data because Hadoop is designed to scale up from single node computing to thousands of machines. Furthermore, we use MongoDB, which is classified as a NoSQL database. In addition, MongoDB is an open source platform, document-oriented database that provides high performance, high availability, and automatic scaling. Unlike existing relational database, there are no schema or tables with MongoDB, and its most important goal is that of data accessibility and data processing performance. In the Age of Big Data, the visualization of Big Data is more attractive to the Big Data community because it helps analysts to examine such data easily and clearly. Therefore, TITS uses the d3.js library as a visualization tool. This library is designed for the purpose of creating Data Driven Documents that bind document object model (DOM) and any data; the interaction between data is easy and useful for managing real-time data stream with smooth animation. In addition, TITS uses a bootstrap made of pre-configured plug-in style sheets and JavaScript libraries to build a web system. The TITS Graphical User Interface (GUI) is designed using these libraries, and it is capable of detecting issues on Twitter in an easy and intuitive manner. The proposed work demonstrates the superiority of our issue detection techniques by matching detected issues with corresponding online news articles. The contributions of the present study are threefold. First, we suggest an alternative approach to real-time big data analysis, which has become an extremely important issue. Second, we apply a topic modeling technique that is used in various research areas, including Library and Information Science (LIS). Based on this, we can confirm the utility of storytelling and time series analysis. Third, we develop a web-based system, and make the system available for the real-time discovery of topics. The present study conducted experiments with nearly 150 million tweets in Korea during March 2013.