• Title/Summary/Keyword: training and exercise

Search Result 1,643, Processing Time 0.021 seconds

Effect of joint mobilization on improvement of knee pain, isokinetic strength, muscle tone, muscle stiffness in an elite volleyball player with knee injury (무릎손상 엘리트 배구선수에 관절가동운동이 무릎통증, 등속성 근력, 근긴장도, 근경직 개선에 미치는 효과)

  • Wang, Joong-San;An, Ho-Jung;Kim, Yong-Youn
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.17 no.7
    • /
    • pp.326-333
    • /
    • 2016
  • This case study identified the effects of joint mobilization on knee pain, isokinetic strength, muscle tone, and muscle stiffness in an elite volleyball player with a knee injury. The subject had experienced cartilage defects of the left knee joint and underwent surgery to correct the condition. The patient complained of continuous pain in the left knee joint in daily life in addition to pain during exercise. The study was conducted from August 5 to 12, 2015 and joint mobilization was applied to the left knee joint for 15 minutes once a day for 8 days. Knee pain was measured using a visual analogue scale, and the concentric peak torque of the quadriceps and hamstring muscles was measured using an isokinetic muscular strength measurement device. The muscle tone and stiffness of the rectus femoris muscle, vastus medialis, and vastus lateralis on the injured side were measured using a myotonometer. All the measurements were conducted before and after the intervention. Joint mobilization was effective in reducing knee pain on the injured side, increasing the concentric peak torque of the quadriceps and hamstring muscles on both sides, and increasing the muscle stiffness of the quadriceps muscle on the injured side. Concentric peak torque of the quadriceps muscle on the injured side increased a great deal as the number of joint mobilizations was increased, largely diminishing the difference in concentric peak torque between the normal side and injured side. On the other hand, joint mobilization was ineffective in improving the hamstring to quadriceps strength ratio on the injured side. While this study suggests that joint mobilization can be an effective intervention to improve the knee pain, isokinetic strength, and muscle stiffness of elite volleyball players, it should be performed alongside training for an appropriate strength ratio.

Awareness Activation of Dance Copyrights and Research of Effectiveness Plans (무용의 저작권 인식 활성화와 실효성 방안 연구)

  • LEE, Seoeun
    • Trans-
    • /
    • v.2
    • /
    • pp.1-38
    • /
    • 2017
  • Dance, as an art which expresses thoughts and emotions by movement human, is included in work that its copyright has to be protected, choreographers who are creators and dancers who are performing can exercise their rights included in copyright laws. However, artists who work in the dancing scene have lack of awareness about copyrights and the application level is low. The purpose of this thesis is to look into the current status and issues about dance copyright and to discuss activation plans and effectiveness plans for dance copyrights. The main point is to check into the level of awareness for dance copyrights with choreographers, dancers and students majoring in dance who are in charge of the art of dancing, to present issues about the necessity of the dance copyrights protection plans by analyzing interviews-in-depth and to prepare the dance copyrights protection plans which are concretely realistic. For the research methods, first, I looked into ideas and contents about copyrights through a document research and then, wanted to prepare theoretical background by reviewing actual cases of performing art copyrights related to dance. Next, I carried out surveys about awareness of copyrights with students majoring in dance, choreographers and dancers then carried out analysis of actual proof. Also, I chose three famous dancers who are actively performing in the current dancing scene and did interviews-in-depth about dance copyrights then carried out a recording analysis. I tried to complement the analysis by discussing deeper which I couldn't deal with in the previous surveys and to contemplate awareness activation of dance copyrights and plans. As a result of the research, the level of the awareness about dance copyrights through age, major, education and career was very low. The level of awareness was almost same compared to the previous research 10 years ago. 'Music', which can be an element of copyright issue in dance, was the highest in rate, and dance was recognized as an art which is combined with various elements as a combination work. The way of protection for works of choreography and performance only used data preservation and contracts and didn't register copyrights or record in dace notation. Majority of responders answered that they couldn't have any education about copyrights while they were recognizing the necessity of education and management for copyrights. The analysis of interviews-in-depth was also matched to the result of the previous surveys and a deeper discussion about the status of dance copyrights and issues was carried out. The plans of effectiveness for dance copyrights through the result of previous research are as followings. First, an advanced education is necessary above all to increase the awareness and application of copyrights in dancing scene. Long-term education like study curriculums and short-term education like special courses and seminars should be combined, and education about copyrights for dance groups, choreographers, dancers and students majoring in dance should keep on going. Second, revision of performing art works is necessary for the activation of dance copyrights, and establishing a dance copyright association to manage copyrights systematically and training dance copyright experts are necessary as well. Third, as the way of copyright protection for choreographers and dancers, an establishment for relation gain and loss about copyrights is necessary when creating dance works and performing, and registration of dance works should be activated. Also, the dancing scene should sign contracts for choreography and performance and this contract culture should be activated, and it should systematically preserve and manage choreography and performance records through basic ways. Hereby, it is considered to prepare a foundation to foster the awareness of dance copyrights and activate dance copyrights.

  • PDF

Ensemble of Nested Dichotomies for Activity Recognition Using Accelerometer Data on Smartphone (Ensemble of Nested Dichotomies 기법을 이용한 스마트폰 가속도 센서 데이터 기반의 동작 인지)

  • Ha, Eu Tteum;Kim, Jeongmin;Ryu, Kwang Ryel
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.4
    • /
    • pp.123-132
    • /
    • 2013
  • As the smartphones are equipped with various sensors such as the accelerometer, GPS, gravity sensor, gyros, ambient light sensor, proximity sensor, and so on, there have been many research works on making use of these sensors to create valuable applications. Human activity recognition is one such application that is motivated by various welfare applications such as the support for the elderly, measurement of calorie consumption, analysis of lifestyles, analysis of exercise patterns, and so on. One of the challenges faced when using the smartphone sensors for activity recognition is that the number of sensors used should be minimized to save the battery power. When the number of sensors used are restricted, it is difficult to realize a highly accurate activity recognizer or a classifier because it is hard to distinguish between subtly different activities relying on only limited information. The difficulty gets especially severe when the number of different activity classes to be distinguished is very large. In this paper, we show that a fairly accurate classifier can be built that can distinguish ten different activities by using only a single sensor data, i.e., the smartphone accelerometer data. The approach that we take to dealing with this ten-class problem is to use the ensemble of nested dichotomy (END) method that transforms a multi-class problem into multiple two-class problems. END builds a committee of binary classifiers in a nested fashion using a binary tree. At the root of the binary tree, the set of all the classes are split into two subsets of classes by using a binary classifier. At a child node of the tree, a subset of classes is again split into two smaller subsets by using another binary classifier. Continuing in this way, we can obtain a binary tree where each leaf node contains a single class. This binary tree can be viewed as a nested dichotomy that can make multi-class predictions. Depending on how a set of classes are split into two subsets at each node, the final tree that we obtain can be different. Since there can be some classes that are correlated, a particular tree may perform better than the others. However, we can hardly identify the best tree without deep domain knowledge. The END method copes with this problem by building multiple dichotomy trees randomly during learning, and then combining the predictions made by each tree during classification. The END method is generally known to perform well even when the base learner is unable to model complex decision boundaries As the base classifier at each node of the dichotomy, we have used another ensemble classifier called the random forest. A random forest is built by repeatedly generating a decision tree each time with a different random subset of features using a bootstrap sample. By combining bagging with random feature subset selection, a random forest enjoys the advantage of having more diverse ensemble members than a simple bagging. As an overall result, our ensemble of nested dichotomy can actually be seen as a committee of committees of decision trees that can deal with a multi-class problem with high accuracy. The ten classes of activities that we distinguish in this paper are 'Sitting', 'Standing', 'Walking', 'Running', 'Walking Uphill', 'Walking Downhill', 'Running Uphill', 'Running Downhill', 'Falling', and 'Hobbling'. The features used for classifying these activities include not only the magnitude of acceleration vector at each time point but also the maximum, the minimum, and the standard deviation of vector magnitude within a time window of the last 2 seconds, etc. For experiments to compare the performance of END with those of other methods, the accelerometer data has been collected at every 0.1 second for 2 minutes for each activity from 5 volunteers. Among these 5,900 ($=5{\times}(60{\times}2-2)/0.1$) data collected for each activity (the data for the first 2 seconds are trashed because they do not have time window data), 4,700 have been used for training and the rest for testing. Although 'Walking Uphill' is often confused with some other similar activities, END has been found to classify all of the ten activities with a fairly high accuracy of 98.4%. On the other hand, the accuracies achieved by a decision tree, a k-nearest neighbor, and a one-versus-rest support vector machine have been observed as 97.6%, 96.5%, and 97.6%, respectively.