-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.php
More file actions
107 lines (90 loc) · 5.32 KB
/
blog.php
File metadata and controls
107 lines (90 loc) · 5.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<?php
$head = file_get_contents('header.html');
echo $head;
?>
<meta name="description" content="Emerald City Weightlifting Blog">
<title>Blog - Emerald City Weightlifting</title>
</head>
<body>
<div class="container">
<?php
$navbar = file_get_contents('navbar.html');
echo $navbar;
?>
<div id="custom">
<h1>Blog</h1>
<p>Thoughts and useful articles</p>
<hr>
<h2>Advanced Sports Performance Coach Certification</h2>
<p>June 13-14, 2015
<br>Crossfit Nine, Woodinville WA
<br>Instructor: Michael Conroy
<br>Contact: Keri Arvidson (425)466-0458 <a href="mailto:[email protected]">[email protected]</a>
<br><strong>Register:</strong> <a href="http://secure.mycart.net/catalogs/catalog.asp?prodid=5226128">USA Weightlifting</a>
</p>
<p> The Advanced Sports Performance Coach Course is the second course in the Coaching Education Program.
This course is applicable for those coaches seeking advanced knowledge to better themselves and their athletes. It is a requirement for weightlifting coaches seeking to attain the National Coach Rating.
All individuals who successfully complete the course requirements will receive the USA Weightlifting Advanced Sports Performance Coach Certificate. Advanced Sports Performance Coaches that successfully complete the background check and Athlete Performance requirements will receive the USA Weightlifting National Coach Rating.
The scope and sequence of this course is to provide formal instruction in the areas of: </p>
<li>Advanced Strength and Power Principles</li>
<li>Advanced Biomechanical Principles of Weightlifting</li>
<li>Advanced Program Design Application</li>
<li>Anatomy, Physiology and Kinesiology as it relates to Weightlifting</li>
<li>Application of Long Term Athletic Development for Weightlifters</li>
<li>Coaching Principles</li>
<li>National and International Competition Preparation</li>
<li>Nutrition; Daily Regime and Phases</li>
<li>Skill Acquisition of Athletes</li>
<li>Sports Psychology for Weightlifting</li>
<hr>
<h2>MA Strength Chinese Weightlifting Clinic</h2>
<p><a href="http://chineseweightlifting.com/"><img src="images/MaStrength.jpg"></a></p>
<p>Use Chinese weightlifting methods to improve your snatch, clean, and jerk technique under the guidance of expert coaches at Ma Strength: Ma Jianping and Manuel Buitrago. In this unique weightlifting clinic you will:</p>
<li>Learn Chinese weightlifting technique using Coach Ma’s learning progression for the snatch, clean, and jerk,</li>
<li>Have your lifting evaluated individually and within a group setting to learn from others, and</li>
<li>Practice this style of lifting with weights attendees feel comfortable with while receiving verbal cues from experienced coaches.</li>
<p><strong>Who</strong>: All experience levels, including beginners, are welcome.*</p>
<p><strong>Rates</strong>: $275 + tax</p>
<p><strong>Dates</strong>: November 22 and 23</p>
<p><strong>Time</strong>: 9am - 1pm</p>
<p><strong>Where</strong>: Trident Athletics</p>
<p><a href="images/MAFINALPRINT.pdf">Flyer with additional information (pdf)</a></p>
<p><a href="https://www.facebook.com/events/782176685178063/">Facebook Event Page</a></p>
<p>*Note: This clinic teaches material that may be new to many individuals regardless of experience level; however you must be able to overhead squat, front squat, and be able to perform a full snatch and full clean with an empty bar in order to participate fully.</p>
<br>
<hr>
<h2>Coaching, Refereeing, and Rules</h2>
<p>Some important considerations on refereeing from Jim Schmitz, former U.S. Olympic Team Weightlifting Coach.</p>
<blockquote>
"My belief is that all weightlifting coaches should become referees as well. Being a referee makes you a better coach...[it] can save a lifter a critical lift."
<br>
"If you give a lifter a bad lift you are taking away from the lifters who did it correctly...In fact, by turning down a lift, the lifter will get the message that he has to clean up and improve his technique."
<br>
"Experienced lifters...need to be judged as they would be at the national and international level."
</blockquote>
<p>
From <a href="http://www.ironmind-store.com/MILO-Sep-14-222/productinfo/1282-22.2/">"Coaching, Refereeing, and Rules" by Jim Schmitz, MILO, September 2014,
Vol. 22, No. 2</a>; used with permission from IronMind Enterprises, Inc.
</p>
<p>If you're interested in learning how to referee, attend a LWC Referee Clinic.
The next LWC Referee Clinic in Washington will be held at Trident Athletics in Tacoma:</p>
<h3>LWC Referee Clinic at <a href="http://trident-athletics.com/">Trident Athletics</a></h3>
<a href="USAW_LWC_Ref_Cert.docx">Flyer with additional information</a>
<p>Saturday October 18, 12:00pm
<br>5206 S Tacoma Way
<br>Tacoma, WA 98409
<br>Fee: $50
<br>Attendees who pass the written and practical exams will recieve their local referee card.</p>
<p>Email <a href="mailto:[email protected]">[email protected]</a> if you're interested in attending.</p>
</div> <!-- /container -->
</div> <!-- /wrap -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>