• Title/Summary/Keyword: Dynamic utilization

Search Result 557, Processing Time 0.026 seconds

Social media impact in the Match: A survey of current trends in the United States

  • Steele, Thomas N.;Galarza-Paez, Laura;Aguilo-Seara, Gabriela;David, Lisa R.
    • Archives of Plastic Surgery
    • /
    • v.48 no.1
    • /
    • pp.107-113
    • /
    • 2021
  • Background Applicants to integrated plastic and reconstructive surgery (PRS) residency in the United States spend exorbitant amounts of time and money throughout the interview process. Outside of first-hand experience through a visiting rotation, applicants utilize various resources in learning about a program. Today's applicants are "Millennials," the demographic cohort raised during the information age and proficient with digital technology. The authors evaluated whether programs have a presence on social media, and whether applicants are following these accounts. Methods An online survey was sent to applicants to a single integrated plastic surgery program evaluating basic demographics, social media utilization, and sources of information accessed throughout the residency application process. A manual search of popular social media platforms (Instagram, Facebook, and Twitter) was performed in October 2019. Accounts affiliated with integrated PRS programs were identified and analyzed. Results Eighty-four of 222 applicants (37.8%) completed the survey. Ninety-six percent of applicants were within the Millennial demographic. Ninety-six percent of applicants had some form of social media presence, with Facebook (90%) and Instagram (87%) being the most popular platforms. Seventy-three percent of applicants reported following a PRS residency social media account. As of October 2019, 59 integrated residency programs (73%) have active Instagram accounts. Conclusions Applicants still rely on the program website when researching potential residencies, but social media is being rapidly adopted by programs. Program social media accounts should be used as a dynamic form of communication to better inform applicants of program strengths and weaknesses.

A Workflow Execution System for Analyzing Large-scale Astronomy Data on Virtualized Computing Environments

  • Yu, Jung-Lok;Jin, Du-Seok;Yeo, Il-Yeon;Yoon, Hee-Jun
    • International Journal of Contents
    • /
    • v.16 no.4
    • /
    • pp.16-25
    • /
    • 2020
  • The size of observation data in astronomy has been increasing exponentially with the advents of wide-field optical telescopes. This means the needs of changes to the way used for large-scale astronomy data analysis. The complexity of analysis tools and the lack of extensibility of computing environments, however, lead to the difficulty and inefficiency of dealing with the huge observation data. To address this problem, this paper proposes a workflow execution system for analyzing large-scale astronomy data efficiently. The proposed system is composed of two parts: 1) a workflow execution manager and its RESTful endpoints that can automate and control data analysis tasks based on workflow templates and 2) an elastic resource manager as an underlying mechanism that can dynamically add/remove virtualized computing resources (i.e., virtual machines) according to the analysis requests. To realize our workflow execution system, we implement it on a testbed using OpenStack IaaS (Infrastructure as a Service) toolkit and HTCondor workload manager. We also exhaustively perform a broad range of experiments with different resource allocation patterns, system loads, etc. to show the effectiveness of the proposed system. The results show that the resource allocation mechanism works properly according to the number of queued and running tasks, resulting in improving resource utilization, and the workflow execution manager can handle more than 1,000 concurrent requests within a second with reasonable average response times. We finally describe a case study of data reduction system as an example application of our workflow execution system.

Research on the development law of karst fissures and groundwater characteristic in Xintian County

  • Xin, Zhou;Tengfei, Yao;Can, Wang;Jian, Ou;Pengfei, Zheng;Kaihong, Chen;Xiting, Long
    • Membrane and Water Treatment
    • /
    • v.13 no.6
    • /
    • pp.303-312
    • /
    • 2022
  • The natural hydrology and geological conditions of Xintian County was investigated, the development law of regional karst fissures was studied, the groundwater was collected and tested through a large-scale collection of groundwater to obtain the change law of chemical characteristics and water quality characteristics of groundwater, and the water quality evaluation was carried out for the regional karst groundwater in this paper. The results show that, the whole area is dominated by carbonate rock distribution areas, and the distribution of water systems is relatively developed. The strata are distributed from the Lower Paleozoic Cambrian to the Cenozoic Quaternary, and contain multiple first-order folds. The regional karst dynamic action is strong, and many tunnels or caves of different scales were shown, which are conducive to the enrichment of groundwater. Karst groundwater is neutral and alkaline water, the water is clear and transparent with good taste, and meets the national drinking water hygiene standards. The content of toxic trace elements and fluoride in the water source is generally lower than the limit value specified by the national standard and the accumulated toxic heavy metals is never found. The overall water quality is of good quality and suitable for the development and utilization of various purposes.

A Bi-objective Game-based Task Scheduling Method in Cloud Computing Environment

  • Guo, Wanwan;Zhao, Mengkai;Cui, Zhihua;Xie, Liping
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.16 no.11
    • /
    • pp.3565-3583
    • /
    • 2022
  • The task scheduling problem has received a lot of attention in recent years as a crucial area for research in the cloud environment. However, due to the difference in objectives considered by service providers and users, it has become a major challenge to resolve the conflicting interests of service providers and users while both can still take into account their respective objectives. Therefore, the task scheduling problem as a bi-objective game problem is formulated first, and then a task scheduling model based on the bi-objective game (TSBOG) is constructed. In this model, energy consumption and resource utilization, which are of concern to the service provider, and cost and task completion rate, which are of concern to the user, are calculated simultaneously. Furthermore, a many-objective evolutionary algorithm based on a partitioned collaborative selection strategy (MaOEA-PCS) has been developed to solve the TSBOG. The MaOEA-PCS can find a balance between population convergence and diversity by partitioning the objective space and selecting the best converging individuals from each region into the next generation. To balance the players' multiple objectives, a crossover and mutation operator based on dynamic games is proposed and applied to MaPEA-PCS as a player's strategy update mechanism. Finally, through a series of experiments, not only the effectiveness of the model compared to a normal many-objective model is demonstrated, but also the performance of MaOEA-PCS and the validity of DGame.

Performance Analysis of Slave-Side Arbitration Schemes for the Multi-Layer AHB BusMatrix (ML-AHB 버스 매트릭스를 위한 슬레이브 중심 중재 방식의 성능 분석)

  • Hwang, Soo-Yun;Park, Hyeong-Jun;Jhang, Kyoung-Son
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.34 no.5_6
    • /
    • pp.257-266
    • /
    • 2007
  • In On-Chip bus, the arbitration scheme is one of the critical factors that decide the overall system performance. The arbitration scheme used in traditional shared bus is the master-side arbitration based on the request and grant signals between multiple masters and single arbiter. In the case of the master-side arbitration, only one master and one slave can transfer the data at a time. Therefore the throughput of total bus system and the utilization of resources are decreased in the master-side arbitration. However in the slave-side arbitration, there is an arbiter at each slave port and the master just starts a transaction and waits for the slave response to proceed to the next transfer. Thus, the unit of arbitration can be a transaction or a transfer. Besides the throughput of total bus system and the utilization of resources are increased since the multiple masters can simultaneously perform transfers with independent slaves. In this paper, we implement and analyze the arbitration schemes for the Multi-Layer AHB BusMatrix based on the slave-side arbitration. We implement the slave-side arbitration schemes based on fixed priority, round robin and dynamic priority and accomplish the performance simulation to compare and analyze the performance of each arbitration scheme according to the characteristics of the master and slave. With the performance simulation, we observed that when there are few masters on critical path in a bus system, the arbitration scheme based on dynamic priority shows the maximum performance and in other cases, the arbitration scheme based on round robin shows the highest performance. In addition, the arbitration scheme with transaction based multiplexing shows higher performance than the same arbitration scheme with single transfer based switching in an application with frequent accesses to the long latency devices or memories such as SDRAM. The improvements of the arbitration scheme with transaction based multiplexing are 26%, 42% and 51%, respectively when the latency times of SDRAM are 1, 2 and 3 clock cycles.

Evaluation of Road and Traffic Information Use Efficiency on Changes in LDM-based Electronic Horizon through Microscopic Simulation Model (미시적 교통 시뮬레이션을 활용한 LDM 기반 도로·교통정보 활성화 구간 변화에 따른 정보 이용 효율성 평가)

  • Kim, Hoe Kyoung;Chung, Younshik;Park, Jaehyung
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.43 no.2
    • /
    • pp.231-238
    • /
    • 2023
  • Since there is a limit to the physically visible horizon that sensors for autonomous driving can perceive, complementary utilization of digital map data such as a Local Dynamic Map (LDM) along the probable route of an Autonomous Vehicle (AV) is proposed for safe and efficient driving. Although the amount of digital map data may be insignificant compared to the amount of information collected from the sensors of an AV, efficient management of map data is inevitable for the efficient information processing of AVs. The objective of this study is to analyze the efficiency of information use and information processing time of AV according to the expansion of the active section of LDM-based static road and traffic information. To carry out this objective, a microscopic simulator model, VISSIM and VISSIM COM, was employed, and an area of about 9 km × 13 km was selected in the Busan Metropolitan Area, which includes heterogeneous traffic flows (i.e., uninterrupted and interrupted flows) as well as various road geometries. In addition, the LDM information used in AVs refers to the real high-definition map (HDM) built on the basis of ISO 22726-1. As a result of the analysis, as the electronic horizon area increases, while short links are intensively recognized on interrupted urban roads and the sum of link lengths increases as well, the number of recognized links is relatively small on uninterrupted traffic road but the sum of link lengths is large due to a small number of long links. Therefore, this study showed that an efficient range of electronic horizon for HDM data collection, processing, and management are set as 600 m on interrupted urban roads considering the 12 links corresponding to three downstream intersections and 700 m on uninterrupted traffic road associated with the 10 km sum of link lengths, respectively.

Design and Implementation of a Scalable Real-Time Sensor Node Platform (확장성 및 실시간성을 고려한 실시간 센서 노드 플랫폼의 설계 및 구현)

  • Jung, Kyung-Hoon;Kim, Byoung-Hoon;Lee, Dong-Geon;Kim, Chang-Soo;Tak, Sung-Woo
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.32 no.8B
    • /
    • pp.509-520
    • /
    • 2007
  • In this paper, we propose a real-time sensor node platform that guarantees the real-time scheduling of periodic and aperiodic tasks through a multitask-based software decomposition technique. Since existing sensor networking operation systems available in literature are not capable of supporting the real-time scheduling of periodic and aperiodic tasks, the preemption of aperiodic task with high priority can block periodic tasks, and so periodic tasks are likely to miss their deadlines. This paper presents a comprehensive evaluation of how to structure periodic or aperiodic task decomposition in real-time sensor-networking platforms as regard to guaranteeing the deadlines of all the periodic tasks and aiming to providing aperiodic tasks with average good response time. A case study based on real system experiments is conducted to illustrate the application and efficiency of the multitask-based dynamic component execution environment in the sensor node equipped with a low-power 8-bit microcontroller, an IEEE802.15.4 compliant 2.4GHz RF transceiver, and several sensors. It shows that our periodic and aperiodic task decomposition technique yields efficient performance in terms of three significant, objective goals: deadline miss ratio of periodic tasks, average response time of aperiodic tasks, and processor utilization of periodic and aperiodic tasks.

A Study on the Extraction of a River from the RapidEye Image Using ISODATA Algorithm (ISODATA 기법을 이용한 RapidEye 영상으로부터 하천의 추출에 관한 연구)

  • Jo, Myung-Hee
    • Journal of the Korean Association of Geographic Information Studies
    • /
    • v.15 no.4
    • /
    • pp.1-14
    • /
    • 2012
  • A river is defined as the watercourse flowing through its channel, and the mapping tasks of a river plays an important role for the research on the topographic changes in the riparian zones and the research on the monitoring of flooding in its floodplain. However, the utilization of the ground surveying technologies is not efficient for the mapping tasks of a river due to the irregular surfaces of the riparian zones and the dynamic changes of water level of a river. Recently, the spatial information data sets are widely used for the coastal mapping tasks due to the acquisition of the topographic information without human accessibility. In this research, we tried to extract a river from the RapidEye imagery by using the ISODATA(Iterative Self_Organizing Data Analysis) classification algorithm with the two different parameters(NIR (Near Infra-Red) band and NDVI(Normalized Difference Vegetation Index)). First, the two different images(the NIR band image and the NDVI image) were generated from the RapidEye imagery. Second, the ISODATA algorithm were applied to each image and each river was generated in each image through the post-processing steps. River boundaries were also extracted from each classified image using the Sobel edge detection algorithm. Ground truths determined by the experienced expert are used for the assessment of the accuracy of an each generated river. Statistical results show that the extracted river using the NIR band has higher accuracies than the extracted river using the NDVI.

Interfacial Evaluation and Microfailure Sensing of Nanocomposites by Electrical Resistance Measurements and Wettability (전기저항측정법 및 젖음성을 이용한 나노복합재료의 미세파손 감지능 및 계면물성 평가)

  • Park, Joung-Man;Kwon, Dong-Jun;Shin, Pyeong-Su;Kim, Jong-Hyun;Baek, Yeong-Min;Park, Ha-Seung
    • Composites Research
    • /
    • v.30 no.2
    • /
    • pp.138-144
    • /
    • 2017
  • Damage sensing of polymer composite films consisting of poly(dicyclopentadiene) p-DCPD and carbon nanotube (CNT) was studied experimentally. Only up to 1st ring-opening polymerization occurred with the addition of CNT, which made the modified film electrically conductive, while interfering with polymerization. The interfacial adhesion of composite films with varying CNT concentration was evaluated by measuring the wettability using the static contact angle method. 0.5 wt% CNT/p-DCPD was determined to be the optimal condition via electrical dispersion method and tensile test. Dynamic fatigue test was conducted to evaluate the durability of the films by measuring the change in electrical resistance. For the initial three cycles, the change in electrical resistance pattern was similar to the tensile stress-strain curve. The CNT/p-DCPD film was attached to an epoxy matrix to demonstrate its utilization as a sensor for fracture behavior. At the onset of epoxy fracture, electrical resistance showed a drastic increase, which indicated adhesive fracture between sensor and matrix. It leads to prediction of crack and fracture of matrix.

Stages of Change to Health Behavior and Health Information-Seeking Behavior of Health Application Users (건강 앱 이용자들의 단계적 건강행위변화와 정보탐색행태)

  • Yi, Yong Jeong
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.51 no.4
    • /
    • pp.161-181
    • /
    • 2017
  • The present study aimed at investigating health information seeking behaviors of health information consumers who changed their health behaviors by using mobile health applications according to the dynamic stages of change. For this purpose, the study analyzed the changes of perception, health information needs and seeking behaviors of health information consumers in each stage by employing Stages of Change as a theoretical framework. A total of 30 college students participated in this study to change health behaviors such as smoking or alcohol cessation, and regular exercise, while using health applications for 3 months; then written interviews were conducted with these students based on their experiences. Findings indicated that the study participants used diverse information sources, including social media and the Internet, seeking for different types of sources of information according to information needs. Above all, the health information needs and seeking behaviors examined in active utilization of health applications by consumers in the stage of action suggest the implications of health information services, particularly through health applications. In addition, stress management and relapse that consumers experienced while attempting health behavior changes, and the positive and negative effects of behavior changes inform health information providers of insights for supporting consumers' changes of health behaviors.