-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraining.php
More file actions
146 lines (111 loc) · 6.09 KB
/
Copy pathtraining.php
File metadata and controls
146 lines (111 loc) · 6.09 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Groundbreakers</title>
<link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="gb_styles.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/bw-menu.js"></script>
<script type="text/javascript" src="js/jquery-1.4.2.js"></script>
<script type="text/javascript" src="js/jquery.corner.js"></script>
<script src="js/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<script type="text/javascript">
// function for dropdown paint effect
$(function()
{
$("#header_left").corner("40px");
});
</script>
</head>
<body>
<div id="wrapper" class="farm">
<?php include('includes/inc_header.php'); ?>
<div id="content">
<div id="content_left">
<p><strong>How It Works</strong></p>
<ul>
<li class="active"><a href="farming.php">Vocational Farming</a></li>
<li class="active"><a href="training.php">Training Program Overview</a></li>
<li class="active"><a href="farm.php">About the Farm</a></li>
<li class="active"><a href="results.php">Results</a></li>
<li class="active"><a href="farm_directions.php">Directions</a></li>
</ul>
<<a href="getinvolved_donate.php">
<img src="images/contribute_button.jpg" alt="contribute"/>
</a>
</div><!--end content left-->
<div id="content_right">
<h2>TRAINING</h2>
<h4>Training Program Overview</h4>
<p>The Students spend 16 weeks training in a variety of ways. This timeline and descriptions below provide a comprehensive look at the student training experience.</p>
<p><img src="images/training_schedule.png" alt="training schedule"/></p>
<br/>
<h5>Vocational Farm Training/Coursework: 500 hours</h5>
<h5>Monday – Friday </h5>
<p>Students participate in six modules covering the following competencies:</p>
<p>
<ul><ul>
<li>Module One – Introduction to Plant Health, PathologyandPests</li>
<li>Module Two – Introduction to Composting, Cover CropsandRotation</li>
<li>Module Three – Introduction to Permaculture</li>
<li>Module Four – Introduction to Greenhouses and Propagation</li>
<li>Module Five – Harvesting and Food Preservation</li>
<li>Module Six – Management and Safety</li>
</ul></ul>
</p>
<p>Students are evaluated by mentors in the following areas:</p>
<p>
<ul><ul>
<li>Attendance and punctuality</li>
<li>Attitude</li>
<li>Ability to follow direction</li>
<li>Practical Skills and Application</li>
<li>Safety and Sanitation – Knowledge and Practice</li>
<li>Teamwork</li>
</ul></ul>
</p>
<br/>
<h5>Field Trips: 4 Trips Quarterly</h5>
<h5>Wednesdays 9:30 – 12:00 (10 hrs/class cycle)</h5>
<p>Oxbow Farm, Full Circle Farm, others to be determined</p>
<br/>
<h5>Student Farming Competition– 1 Event Quarterly</h5>
<p>Students participate in a growing competition featuring specific crops. Students will be graded by the quality of the produce, size, quantity and efficiency for growing each crop. The winning student will receive a prize and is taken to lunch at FareStart.</p>
<br/>
<h5>Internships – 100 Hours per Student</h5>
<p>Students participate in two independent internships where they can experience working in various farming or gardening environments, which may include greenhouse stations, landscaping projects, community supported agriculture operations, packaging, and more.</p>
<br/>
<h5>Personal Life Sessions</h5>
<h5>30 minutes weekly (8 hrs/class cycle)</h5>
<p>Students meet individually with our staff and volunteers on a weekly basis to identify and discuss personal and professional goals. These sessions also include scheduling appointments for services such as rental assistance, mental health and dental health appointments, affordable housing, child care and energy assistance. Students also discuss program progress during these sessions.</p>
<br/>
<h5>Employment Skills and Job Search: 2 Weeks (80 hours)</h5>
<p>
The last two weeks of the program consist of a full-time job search, when students spend each day filling out applications and going on interviews. Our goal is to support all of our students to successfully obtain employment before they graduate. The employment component of the Vocational Farming Program begins with students examining their career goals, interests, and skills. This progresses to employment skills, when students learn how to fill out applications, write resumes and cover letters, interview successfully, and search for and apply to jobs on the Internet. A more detailed breakdown is as follows:
</p>
<p>
<ul><ul>
<li>A Job vs. a Career</li>
<li>Skills Inventory</li>
<li>Employment Hurdles/Goal Setting</li>
<li>Work and Skills History</li>
<li>Using Email</li>
<li>Applications</li>
<li>Job Research on the Internet</li>
<li>Resumes</li>
<li>Online Applications</li>
<li>Mock Interviews</li>
<li>Punctuality, Positive Work Ethic and Professional Behavior</li>
<li>Mock Interview Sessions / Informational Interviews</li>
<li>Job Search</li>
</ul></ul>
</p>
<br/>
<h5>Graduate Support</h5>
<p>Graduates are contacted monthly for one year following their graduation and receive support in the form of job advice, employment search assistance, and help with a variety of other social service resources.</p>
</div> <!--end content right-->
</div><!--end content-->
<?php include('includes/inc_footer.php'); ?>
</div><!--end wrapper-->
</body>
</html>