• Title/Summary/Keyword: task assignment

Search Result 135, Processing Time 0.021 seconds

The Study on the Software Educational Needs by Applying Text Content Analysis Method: The Case of the A University (텍스트 내용분석 방법을 적용한 소프트웨어 교육 요구조사 분석: A대학을 중심으로)

  • Park, Geum-Ju
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.20 no.3
    • /
    • pp.65-70
    • /
    • 2019
  • The purpose of this study is to understand the college students' needs for software curriculum which based on surveys from educational satisfaction of the software lecture evaluation, as well as to find out the improvement plan by applying the text content analysis method. The research method used the text content analysis program to calculate the frequency of words occurrence, key words selection, co-occurrence frequency of key words, and analyzed the text center and network analysis by using the network analysis program. As a result of this research, the decent points of the software education network are mentioned with 'lecturer' is the most frequently occurrence after then with 'kindness', 'student', 'explanation', 'coding'. The network analysis of the shortage points has been the most mention of 'lecture', 'wish to', 'student', 'lecturer', 'assignment', 'coding', 'difficult', and 'announcement' which are mentioned together. The comprehensive network analysis of both good and shortage points has compared among key words, we can figure out difference among the key words: for example, 'group activity or task', 'assignment', 'difficulty on level of lecture', and 'thinking about lecturer'. Also, from this difference, we can provide that the lack of proper role of individual staff at group activities, difficult and excessive tasks, awareness of the difficulty and necessity of software education, lack of instructor's teaching method and feedback. Therefore, it is necessary to examine not only how the grouping of software education (activities) and giving assignments (or tasks), but also how carried out group activities and tasks and monitored about the contents of lectures, teaching methods, the ratio of practice and design thinking.

Optimization and Performance Analysis of Distributed Parallel Processing Platform for Terminology Recognition System (전문용어 인식 시스템을 위한 분산 병렬 처리 플랫폼 최적화 및 성능평가)

  • Choi, Yun-Soo;Lee, Won-Goo;Lee, Min-Ho;Choi, Dong-Hoon;Yoon, Hwa-Mook;Song, Sa-kwang;Jung, Han-Min
    • The Journal of the Korea Contents Association
    • /
    • v.12 no.10
    • /
    • pp.1-10
    • /
    • 2012
  • Many statistical methods have been adapted for terminology recognition to improve its accuracy. However, since previous studies have been carried out in a single core or a single machine, they have difficulties in real-time analysing explosively increasing documents. In this study, the task where bottlenecks occur in the process of terminology recognition is classified into linguistic processing in the process of 'candidate terminology extraction' and collection of statistical information in the process of 'terminology weight assignment'. A terminology recognition system is implemented and experimented to address each task by means of the distributed parallel processing-based MapReduce. The experiments were performed in two ways; the first experiment result revealed that distributed parallel processing by means of 12 nodes improves processing speed by 11.27 times as compared to the case of using a single machine and the second experiment was carried out on 1) default environment, 2) multiple reducers, 3) combiner, and 4) the combination of 2)and 3), and the use of 3) showed the best performance. Our terminology recognition system contributes to speed up knowledge extraction of large scale science and technology documents.

Factors Influencing the Continuity of Volunteer Activities for Disaster Relief (재해구호 자원봉사활동의 지속성에 영향을 미치는 요인)

  • Kwon, Young-Sub;Chung, Soon-Dool
    • Journal of the Korean Society of Hazard Mitigation
    • /
    • v.9 no.3
    • /
    • pp.75-79
    • /
    • 2009
  • The purposes of this study were to find out the factors affecting the continuous participation of volunteer activities for disaster relief and to provide implications for the efficient management of sustainable disaster relief volunteer activities. In order to achieve these purposes, we investigated how much individual characteristics, the volunteer attitude and motivation, and institutional characteristics, respectively, affect the duration of disaster relief volunteer activities. The research was carried out targeting 261 disaster relief volunteer workers, aged over 20, who affiliated to various volunteer centers. Data were collected by survey methodology from May 7th to May 27th, 2008. A frequency analysis and a multiple regression were utilized for analyzing data. The results of this study were as follows: the continuity of volunteer activities of the subjects are likely to be high when they are older, have a job, are highly motivated, are assigned properly to the placement and task. Based on the results of this study, some practical implications were suggested. First, since placement and task assignment managed by volunteer organizations are very important for the continuity of volunteer activities, those organizations should have developed diverse volunteer activity programs considering volunteers' characteristics and interest. Second, the managers of those organizations need to sufficiently consider the characteristics of volunteers such as age and job when dispatching volunteers in disaster areas. The managers should help their volunteers to immerse in their volunteer work. Finally, it is necessary to induce social concern and support in disaster relief volunteer activities in order to make volunteers especially with jobs be constantly active in disaster relief activities.

Algorithm for Arthmetic Optimization using Carry-Save Adders (캐리-세이브 가산기를 이용한 연산 최적화 알고리즘)

  • Eom, Jun-Hyeong;Kim, Tae-Hwan
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.26 no.12
    • /
    • pp.1539-1547
    • /
    • 1999
  • 캐리-세이브 가산기 (CSA)는 회로 설계 과정에서 빠른 연산 수행을 위해 가장 널리 이용되는 연산기 중의 하나이다. 그러나, 현재까지 산업체에서 CSA를 이용한 설계는 설계자의 경험에 따른 수작업에 의존하고 있고 그 결과 최적의 회로를 만들기 위해 매우 많은 시간과 노력이 소비되고 있다. 이에 따라 최근 CSA를 기초로 하는 회로 합성 자동화 기법에 대한 연구의 필요성이 대두되고 있는 상황에서, 본 논문은 연산 속도를 최적화하는 효율적인 CSA 할당 알고리즘을 제안한다. 우리는 CSA 할당 문제를 2단계로 접근한다: (1) 연산식의 멀티 비트 입력들만을 고려하여 최소 수행 속도 (optimal-delay)의 CSA 트리를 할당한다; (2) (1)에서 구한 CSA 트리의 수행 속도 증가가 최소화 (minimal increase of delay) 되는 방향으로 CSA들의 캐리 입력 포트들에 나머지 싱글 비트 입력들을 배정한다. 실제 실험에서 우리의 제안된 알고리즘을 적용하여 연산식들의 회로 속도를 회로 면적의 증가 없이 상당한 수준까지 줄일 수 있었다.Abstract Carry-save-adder (CSA) is one of the most widely used implementations for fast arithmetics in industry. However, optimizing arithmetic circuits using CSAs is mostly carried out by the designer manually based on his/her design experience, which is a very time-consuming and error-prone task. To overcome this limitation, in this paper we propose an effective synthesis algorithm for solving the problem of finding an allocation of CSAs with a minimal timing for an arithmetic expression. Specifically, we propose a two step approach: (1) allocating a delay-optimal CSA tree for the multi-bit inputs of the arithmetic expression and (2) determining the assignment of the single-bit inputs to carry inputs of the CSAs which leads to a minimal increase of delay of the CSA tree obtained in step (1). For a number of arithmetic expressions, we found that our approach is very effective, reducing the timing of the circuits significantly without increasing the circuit area.

Structural health monitoring of Canton Tower using Bayesian framework

  • Kuok, Sin-Chi;Yuen, Ka-Veng
    • Smart Structures and Systems
    • /
    • v.10 no.4_5
    • /
    • pp.375-391
    • /
    • 2012
  • This paper reports the structural health monitoring benchmark study results for the Canton Tower using Bayesian methods. In this study, output-only modal identification and finite element model updating are considered using a given set of structural acceleration measurements and the corresponding ambient conditions of 24 hours. In the first stage, the Bayesian spectral density approach is used for output-only modal identification with the acceleration time histories as the excitation to the tower is unknown. The modal parameters and the associated uncertainty can be estimated through Bayesian inference. Uncertainty quantification is important for determination of statistically significant change of the modal parameters and for weighting assignment in the subsequent stage of model updating. In the second stage, a Bayesian model updating approach is utilized to update the finite element model of the tower. The uncertain stiffness parameters can be obtained by minimizing an objective function that is a weighted sum of the square of the differences (residuals) between the identified modal parameters and the corresponding values of the model. The weightings distinguish the contribution of different residuals with different uncertain levels. They are obtained using the Bayesian spectral density approach in the first stage. Again, uncertainty of the stiffness parameters can be quantified with Bayesian inference. Finally, this Bayesian framework is applied to the 24-hour field measurements to investigate the variation of the modal and stiffness parameters under changing ambient conditions. Results show that the Bayesian framework successfully achieves the goal of the first task of this benchmark study.

A Recommendation based Role-Assignment Method by Adapting Dynamic Weight Changing (동적 가중치 변화를 통한 추천 기반의 역할 할당 기법)

  • Lee, Keon-Soo;Rho, Seung-Min;Kim, Min-Koo
    • Journal of Advanced Navigation Technology
    • /
    • v.15 no.1
    • /
    • pp.124-129
    • /
    • 2011
  • In the process of cooperation which can be the best proposals for resolving complex problems in computing domain, the way of team organizing is one of the most important aspects for succeeding the goal. Especially in ubiquitous computing environment, where the participants of a team are selected from the heterogeneous computing objects which are deployed by other providers for their own goals, finding the relevant teammate can be regarded as the most important factor for determining the success or failure of the given problem. In this paper, we propose a method of finding teammate and assigning a role, which is a sub task of cooperation, by comparing the attributes of the computing object and the requirement of the role such as capability of functions, loyalty for the given team, and harmony with other teammates. By considering the situationally changing weights of each attributes, this method can be suited for dynamic computing environment where the cooperation should be executed with dynamically in/out computing objects and satisfy the dynamically chaining constraints.

The Importance of Robot Personality in a Museum Context (박물관 맥락에서의 로봇성격 설정의 중요성 연구)

  • Gu, Ji-Hyang;Shin, Dong-Hee
    • The Journal of the Korea Contents Association
    • /
    • v.16 no.3
    • /
    • pp.184-197
    • /
    • 2016
  • This study investigates human-robot interactions in a museum environment. Unlike robots in movies, robots in real life do not have 'personality,' but instead have a specific purpose and function. This research is primarily about the assignment of specific and appropriate personalities to robots in different contexts. Methods by which a definite personality can be imparted on a robot are discussed in this research. Previous research has addressed attempts to assign a robot personality based on the task context. However, the discussion of robot personality is incomplete. Therefore, we assumed that a robot's character was dependent on the characteristics of its location of use. We planned a $2{\times}2$ comparison of various robot personalities, i.e., introverted or extroverted paired with either a traditional museum or a process-oriented experiential experience. Based on Schmitt's (1999) strategic experiential modules, experiential factors were derived for each set of conditions. To achieve the objectives of the research, theoretical and empirical research were conducted simultaneously. The software JMP 9 was used to verify the research model and hypotheses.

An Effective Management Technique of Domain FA using Load Balancing in Mobile Computing Environment (부하 분산을 적용한 효율적인 Domain FA 관리 기법)

  • Kim Yong-Chul;Kim Yoon-jeong;Chung Min-Gyo;Lee Woong-Jae
    • Journal of Internet Computing and Services
    • /
    • v.5 no.1
    • /
    • pp.25-32
    • /
    • 2004
  • Mobile computing environment makes it possible for computing activities to be maintained during movement even if a user changes its network point of attachment. Mobile IP is a standard protocol designed to be used in such mobile computing environment. However, Mobile IP has a drawback to incur a lot of handoff delays and waste network resources, since CoA(Care of Address) registration packets need to go through a HA(Home Agent) first whenever a mobile node moves. To solve this long-standing problem, this paper proposes a new scheme that, for infra-domain movement, efficiently performs local handoff without notifying the HA Specifically, based on the notion of load balance, the proposed scheme allows every FA(Foreign Agent) in a domain to become the root FA(also known as domain FA) dynamically, thus distributing the registration task into many other foreign agents. The dynamic root assignment through load balancing ultimately leads to fast network response due to less frequent transmission of registration packets.

  • PDF

A Reliable Broadcast Scheme for Wireless Sensor Networks (무선 센서 네트워크를 위한 신뢰적 브로드캐스팅 기법)

  • Choi, Won-Suk;Cho, Sung-Rae
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.33 no.4B
    • /
    • pp.165-173
    • /
    • 2008
  • In this paper, we propose a new reliable broadcast protocol referred to as timer-based reliable broadcast (TRB) for wireless sensor networks (WSNs). The proposed TRB scheme exploits (1) bitmap based explicit ACK to effectively reduce the unnecessary error control messages and (2) randomized timer for ACK transmission to substantially reduce the possibility of contentions. Although it has been argued that 100% reliability is not necessary in WSNs, there should be messages (such as mission-critical message, task assignment, software updates, etc.) that need to be reliably delivered to the entire sensor field. We propose to use the TRB algorithm for such cases. Performance evaluation shows that the TRB scheme achieves 100 % reliability significantly better than other schemes with expense of slightly increased energy consumption.

Using of the "Consolidated Standards of Reporting Trials:CONSORT" to heighten quality of Medical Education study (의학교육연구의 질을 향상시키기 위한 '연구보고의 표준' 의 활용)

  • Yoo, Ji-Soo
    • Korean Medical Education Review
    • /
    • v.10 no.2
    • /
    • pp.25-44
    • /
    • 2008
  • Objectives: Through using of the strong research method like a Randomized Controlled Trial: RCT, we have to heighten quality of Medical Education study. I'd like to introduce "CONSORT", which stands for Consolidated Standards of Reporting Trials. Contents: Preventive Service Task Force(200l) in USA proposed Levels of evidence for enlarging evidence-based Practice: EBP. And the CONSORT was introduced, which encompasses various initiatives developed by the CONSORT Group to alleviate the problems arising from inadequate reporting of randomized controlled trials (RCTs). the CONSORT has 13 guides like these: 1. How participants were allocated to interventions 2. Scientific background and explanation of rationale 3. Eligibility criteria for participants. The settings and locations where the data were collected. 4. Precise details of the interventions intended for each group and how and when they were actually administered 5. Specific objectives and hypotheses 6. Clearly defined primary and secondary outcome measures, When applicable. any methods to enhance the quality of measurements (e.g., multiple observations, training of assessors) 7. How sample size was determined. When applicable, explanation of any interim analyses and stopping rules 8. Method used to generate the random allocation sequence, Details of any restriction [of randomization] 9. Method used to implement the random allocation sequence 10. Who generated the allocation sequence, who enrolled participants. and who assigned participants to their groups 11. Whether or not participants, those administering the interventions, and those assessing the outcomes were blinded to group assignment. If done, how the success of blinding was evaluated 12. Statistical methods used to compare groups for primary outcome(s), Methods for additional analyses, such as subgroup analyses and adjusted analyses 13. Flow of participants through each stage (a diagram is strongly recommended) Specifically, for each group report the numbers of participants randomly assigned. receiving intended treatment, completing the study protocol. and analyzed for the primary outcome. Results and Conclusion: Randomized Controlled Trial: RCT guided of CONSORT will contribute to do stronger evidence-based medical studies.