sbdevpadi 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/db/seeds.rb +1112 -1
  2. data/lib/sbdevpadi/version.rb +1 -1
  3. metadata +3 -3
data/db/seeds.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  require 'open-uri'
2
3
 
3
4
  LOREM_LONG = <<-END_LOREM
@@ -26,4 +27,1114 @@ LOREM_SANS_HTML = <<-END_LOREM
26
27
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean a ante et dolor vehicula auctor.
27
28
  END_LOREM
28
29
 
29
- Index.find('courses').indices << Index.find_all_by_name(["pro_courses", "pro_spec_courses", "pro_tec_courses", "rec_courses", "rec_spec_courses"])
30
+ #Index.find('courses').indices << Index.find_all_by_name(["pro_courses", "pro_spec_courses", "pro_tec_courses", "rec_courses", "rec_spec_courses"])
31
+
32
+ open_water=Course.create({:type=>"RecCourse",
33
+ :priority=>1,
34
+ :duration=>" 3-4 days",
35
+ :materials=>"Manual",
36
+ :course_price=>280,
37
+ :materials_price=>35,
38
+ :application_price=>0,
39
+ :dependent_ids=>[],
40
+ :name=>"Open Water",
41
+ :index_attributes=>
42
+ {:page_description=>nil,
43
+ :photos_attributes=>
44
+ {382=>
45
+ {:priority=>nil,
46
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/382/original_open-uri20110829-4-85jcbz-0.."),
47
+ :klass=>"left",
48
+ :name=>"Open Water"}},
49
+ :page_title=>"PADI Courses: Open Water",
50
+ :name=>"open_water",
51
+ :title=>"open_water",
52
+ :texts_attributes=>
53
+ {628=>
54
+ {:priority=>1,
55
+ :content=>
56
+ "Now is the time to dive into the PADI Open Water Diver course, the most popular dive program in the world! This is your ticket to a lifetime of intense adventure with PADI, the dive company that sets the standards in the global diving community.\r<br />\r<br /><b>Why PADI Open Water?</b><br />As a certified PADI Open Water Diver, the most widely recognized and respected rating in the world, you have the freedom to dive with a buddy independent of a professional. If you already tried a PADI Discover Scuba Diving experience or are PADI Scuba Diver certified, check with your instructor to see how credit from these courses may apply to the Open Water program.\r<br />\r<br /><b>What do I need to start?</b><br />Virtually anyone who is in good health, reasonably fit, and comfortable in the water can earn a PADI Open Water Diver certification. If you are between 10 and 14 or have a child between these ages, there is a PADI Junior Open Water Diver program available. A PADI Jr Open Water Diver between the ages of 10 and 12 years may only dive with a PADI Professional, a certified parent or certified guardian to a maximum depth of 12 meters/40 feet.\r<br />\r<br /><b>What will I do?</b><br />Throughout the course, you’ll learn fundamentals of scuba diving, including dive equipment and techniques, through knowledge development instruction in our large, air-conditioned classroom. This knowledge is then applied in the confined water training session, where you begin practicing the skills necessary for for safe diving. Finally, you participate in four open water dives, exploring all the fun and fish our beautiful reef has to offer at a maximum depth of 18 meters/60 feet.\r<br />\r<br /><b>How long will it take?</b><br />PADI programs are performance based. You proceed as you demonstrate mastery of the course skills. This allows you to work at a pace that is comfortable for you. Allow three to four days for this course.\r<br />\r<br /><b>Can I do part of my course at online?</b><br />Yes! The PADI eLearning program allows you to complete the knowledge development session online at your leisure, leaving you free to concentrate exclusively on diving upon arrival to Coconut Tree. Sign up for PADI eLearning and get started today!\r<br />\r<br /><b>Can I do part of my course at home?</b><br />Yes! The PADI Open Water Referral program allows you to complete the knowledge development and confined water sessions at home, leaving only four fun open water dives to be fulfilled when you arrive on Roatan. To complete the Open Water referral or to upgrade from PADI Scuba Diver, you must bring your Open Water manual and signed referral form (ask your local instructor for this required paperwork). The total cost of the referral program is $200; bring your own book, as book costs are not included.\r<br />\r<br /><b>What do I earn at the end?</b><br />You will receive your permanent PADI Open Water Diver certification card, granting you the freedom to explore the aquatic realm worldwide. You are certified to a maximum depth of 18 meters/60 feet and can conduct dives independently with a buddy or under the supervision of a PADI professional.\r<br />\r<br /><b>Where can I go from here?</b><br />Diving, of course! As our way of saying 'Thanks' for being our student, Coconut Tree Divers will give you the lowest priced dive package available for fun dives. You are also immediately eligible to sign up for Advanced Open Water, the next certification level in the PADI system, where you fine-tune your dive abilities, expand your depth limit, and enjoy all the fun that advanced diving has to offer."},
57
+ 629=>
58
+ {:priority=>2,
59
+ :content=>
60
+ "<h3>Pre Requisites</h3>Age 10<br /> good physical health"}},
61
+ :keywords=>"roatan, diveshop, diving, padi, course, Open Water"}}).id
62
+
63
+ enriched_air_nitrox=Course.create({:type=>"RecSpecCourse",
64
+ :priority=>2,
65
+ :duration=>nil,
66
+ :materials=>"Manual",
67
+ :course_price=>73,
68
+ :materials_price=>37,
69
+ :application_price=>0,
70
+ :dependent_ids=>[open_water],
71
+ :name=>"Enriched Air Nitrox",
72
+ :index_attributes=>
73
+ {:page_description=>nil,
74
+ :photos_attributes=>{},
75
+ :page_title=>nil,
76
+ :name=>nil,
77
+ :title=>nil,
78
+ :texts_attributes=>{},
79
+ :keywords=>nil}}).id
80
+ night=Course.create({:type=>"RecSpecCourse",
81
+ :priority=>3,
82
+ :duration=>nil,
83
+ :materials=>"Manual",
84
+ :course_price=>180,
85
+ :materials_price=>20,
86
+ :application_price=>0,
87
+ :dependent_ids=>[open_water],
88
+ :name=>"Night",
89
+ :index_attributes=>
90
+ {:page_description=>nil,
91
+ :photos_attributes=>{},
92
+ :page_title=>nil,
93
+ :name=>nil,
94
+ :title=>nil,
95
+ :texts_attributes=>{},
96
+ :keywords=>nil}}).id
97
+ peak_performance_buoyancy=Course.create({:type=>"RecSpecCourse",
98
+ :priority=>5,
99
+ :duration=>" 1-2 days",
100
+ :materials=>"Manual",
101
+ :course_price=>180,
102
+ :materials_price=>20,
103
+ :application_price=>0,
104
+ :dependent_ids=>[open_water],
105
+ :name=>"Peak Performance Buoyancy",
106
+ :index_attributes=>
107
+ {:page_description=>nil,
108
+ :photos_attributes=>
109
+ {383=>
110
+ {:priority=>nil,
111
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/383/original_open-uri20110829-4-x6wlmk-0.."),
112
+ :klass=>"left",
113
+ :name=>"Peak Performance Buoyancy"}},
114
+ :page_title=>"PADI Courses: Peak Performance Buoyancy",
115
+ :name=>"peak_performance_buoyancy",
116
+ :title=>"peak_performance_buoyancy",
117
+ :texts_attributes=>
118
+ {630=>
119
+ {:priority=>1,
120
+ :content=>
121
+ "Wind your way through narrow swimthrus. Hang upside down to spot that hidden lobster. Hover effortlessly along a wall. The PPB specialty fine-tunes your ability to control your lung volume, trim your weights, and reduce your air consumption. Excellent when combined with the Underwater Photography specialty. <br /> <br /><b>What will I do?</b><br /> <br />In as little time as a single afternoon, you will work to enhance your buoyancy control abilities through knowledge development and specific practical skills. Buoyancy skills include proper weight selection, weight distribution, tank positioning, and breathing visualization techniques. You will fine-tune your control using fin pivots, hovering skills, swimming through hoops, and actual coral reef swimthrus. In the end, you will be certified as a PADI Peak Performance Buoyancy Specialist, a testament to your improved buoyancy abilities."},
122
+ 631=>
123
+ {:priority=>2,
124
+ :content=>
125
+ "<h3>Pre Requisites</h3>Age 10<br /> PADI Open Water Diver (or other qualifying certification)"}},
126
+ :keywords=>
127
+ "roatan, diveshop, diving, padi, course, Peak Performance Buoyancy"}}).id
128
+ naturalist=Course.create({:type=>"RecSpecCourse",
129
+ :priority=>6,
130
+ :duration=>nil,
131
+ :materials=>"Manual",
132
+ :course_price=>180,
133
+ :materials_price=>20,
134
+ :application_price=>0,
135
+ :dependent_ids=>[open_water],
136
+ :name=>"Naturalist",
137
+ :index_attributes=>
138
+ {:page_description=>nil,
139
+ :photos_attributes=>{},
140
+ :page_title=>nil,
141
+ :name=>nil,
142
+ :title=>nil,
143
+ :texts_attributes=>{},
144
+ :keywords=>nil}}).id
145
+ navigation=Course.create({:type=>"RecSpecCourse",
146
+ :priority=>7,
147
+ :duration=>" 1-2 days",
148
+ :materials=>"Manual",
149
+ :course_price=>180,
150
+ :materials_price=>20,
151
+ :application_price=>0,
152
+ :dependent_ids=>[open_water],
153
+ :name=>"Navigation",
154
+ :index_attributes=>
155
+ {:page_description=>nil,
156
+ :photos_attributes=>
157
+ {384=>
158
+ {:priority=>nil,
159
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/384/original_open-uri20110829-4-vux2rd-0.."),
160
+ :klass=>"left",
161
+ :name=>"Underwater Navigator"}},
162
+ :page_title=>"PADI Courses: Underwater Navigator",
163
+ :name=>"underwater_navigator",
164
+ :title=>"underwater_navigator",
165
+ :texts_attributes=>
166
+ {632=>
167
+ {:priority=>1,
168
+ :content=>
169
+ "Nobody likes to get lost; with the Underwater Navigation specialty, you'll never have to worry about it again. Advanced compass and natural navigation techniques are combined with distance estimation in your dive planning, making it easy for you to return to the boat every time. <br /> <br /><b>What will I do?</b><br />Between your knowledge development sessions and practical applications in the open water, you will learn advanced compass navigation patterns, various methods of estimating distance underwater, dive site relocation strategies, and natural navigation techniques. You will also help plan the navigation of a dive site with respect to site features and hazards, ultimately leading your buddy team on a dive profile of your choosing. In the end, you will be certified as a PADI Underwater Navigator, a great qualification for future work as a Divemaster."},
170
+ 633=>
171
+ {:priority=>2,
172
+ :content=>
173
+ "<h3>Pre Requisites</h3>Age 10<br /> PADI Open Water Diver (or other qualifying certification)"}},
174
+ :keywords=>
175
+ "roatan, diveshop, diving, padi, course, Underwater Navigator"}}).id
176
+ boat=Course.create({:type=>"RecSpecCourse",
177
+ :priority=>8,
178
+ :duration=>nil,
179
+ :materials=>"Manual",
180
+ :course_price=>140,
181
+ :materials_price=>20,
182
+ :application_price=>0,
183
+ :dependent_ids=>[open_water],
184
+ :name=>"Boat",
185
+ :index_attributes=>
186
+ {:page_description=>nil,
187
+ :photos_attributes=>{},
188
+ :page_title=>nil,
189
+ :name=>nil,
190
+ :title=>nil,
191
+ :texts_attributes=>{},
192
+ :keywords=>nil}}).id
193
+ drift=Course.create({:type=>"RecSpecCourse",
194
+ :priority=>9,
195
+ :duration=>nil,
196
+ :materials=>"Manual",
197
+ :course_price=>140,
198
+ :materials_price=>20,
199
+ :application_price=>0,
200
+ :dependent_ids=>[open_water],
201
+ :name=>"Drift",
202
+ :index_attributes=>
203
+ {:page_description=>nil,
204
+ :photos_attributes=>{},
205
+ :page_title=>nil,
206
+ :name=>nil,
207
+ :title=>nil,
208
+ :texts_attributes=>{},
209
+ :keywords=>nil}}).id
210
+ gas_blender=Course.create({:type=>"RecSpecCourse",
211
+ :priority=>10,
212
+ :duration=>nil,
213
+ :materials=>"Manual",
214
+ :course_price=>150,
215
+ :materials_price=>25,
216
+ :application_price=>0,
217
+ :dependent_ids=>[open_water],
218
+ :name=>"Gas Blender",
219
+ :index_attributes=>
220
+ {:page_description=>nil,
221
+ :photos_attributes=>{},
222
+ :page_title=>nil,
223
+ :name=>nil,
224
+ :title=>nil,
225
+ :texts_attributes=>{},
226
+ :keywords=>nil}}).id
227
+ search_and_recovery=Course.create({:type=>"RecSpecCourse",
228
+ :priority=>11,
229
+ :duration=>nil,
230
+ :materials=>"Manual",
231
+ :course_price=>100,
232
+ :materials_price=>20,
233
+ :application_price=>0,
234
+ :dependent_ids=>[open_water,navigation],
235
+ :name=>"Search and Recovery",
236
+ :index_attributes=>
237
+ {:page_description=>nil,
238
+ :photos_attributes=>{},
239
+ :page_title=>nil,
240
+ :name=>nil,
241
+ :title=>nil,
242
+ :texts_attributes=>{},
243
+ :keywords=>nil}}).id
244
+ digital_underwater_photography=Course.create({:type=>"RecSpecCourse",
245
+ :priority=>12,
246
+ :duration=>" 1-2 days",
247
+ :materials=>"Manual",
248
+ :course_price=>140,
249
+ :materials_price=>20,
250
+ :application_price=>0,
251
+ :dependent_ids=>[],
252
+ :name=>"Digital Underwater Photography",
253
+ :index_attributes=>
254
+ {:page_description=>nil,
255
+ :photos_attributes=>
256
+ {385=>
257
+ {:priority=>nil,
258
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/385/original_open-uri20110829-4-ojdxe1-0.."),
259
+ :klass=>"left",
260
+ :name=>"Underwater Photographer"}},
261
+ :page_title=>"PADI Courses: Underwater Photographer",
262
+ :name=>"underwater_photographer",
263
+ :title=>"underwater_photographer",
264
+ :texts_attributes=>
265
+ {634=>
266
+ {:priority=>1,
267
+ :content=>
268
+ "Capture your dive experiences on film! The Underwater Photographer specialty introduces you to basic photography techniques and terminology, allowing you to snap the best possible pictures underwater. Since buoyancy is a critical part of good underwater photography, you can enhance your photographs by combining the course with the Peak Performance Buoyancy specialty.\n<br />\n<br /><b>What will I do?</b>\n<br />Through knowledge development sessions you will learn the principles of underwater photography including picture composition, film types, flash versus available light photography, and camera-handling techniques. This knowledge is applied on two open water dives where you will work with our in-shop photographer to select and capture your best moments on film. In the end, you will be certified as a PADI Underwater Photographer, a widely accepted sign of your photography training."},
269
+ 635=>
270
+ {:priority=>2,
271
+ :content=>
272
+ "<h3>Pre Requisites</h3>Age 10<br /> PADI Open Water Diver (or other qualifying certification)"}},
273
+ :keywords=>
274
+ "roatan, diveshop, diving, padi, course, Underwater Photographer"}}).id
275
+ o2_provider=Course.create({:type=>"RecSpecCourse",
276
+ :priority=>13,
277
+ :duration=>nil,
278
+ :materials=>"Manual",
279
+ :course_price=>100,
280
+ :materials_price=>25,
281
+ :application_price=>0,
282
+ :dependent_ids=>[],
283
+ :name=>"O2 Provider",
284
+ :index_attributes=>
285
+ {:page_description=>nil,
286
+ :photos_attributes=>{},
287
+ :page_title=>nil,
288
+ :name=>nil,
289
+ :title=>nil,
290
+ :texts_attributes=>{},
291
+ :keywords=>nil}}).id
292
+ wreck=Course.create({:type=>"RecSpecCourse",
293
+ :priority=>15,
294
+ :duration=>" 4 days",
295
+ :materials=>"Manual",
296
+ :course_price=>400,
297
+ :materials_price=>20,
298
+ :application_price=>0,
299
+ :dependent_ids=>[open_water,advanced_open_water],
300
+ :name=>"Wreck",
301
+ :index_attributes=>
302
+ {:page_description=>nil,
303
+ :photos_attributes=>
304
+ {388=>
305
+ {:priority=>nil,
306
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/388/original_open-uri20110829-4-i4lwvz-0.."),
307
+ :klass=>"left",
308
+ :name=>"Wreck Diver"}},
309
+ :page_title=>"PADI Courses: Wreck Diver",
310
+ :name=>"wreck_diver",
311
+ :title=>"wreck_diver",
312
+ :texts_attributes=>
313
+ {640=>
314
+ {:priority=>1,
315
+ :content=>
316
+ "Discover the mysterious allure of shipwrecks as you explore their watery graves. The Wreck Diver specialty teaches proper wreck navigation, wreck mapping skills, and proper techniques for wreck penetration.\n<br />\n<br /><b>Due to the time-intensive activities at depths of 33 meters/110 feet, it is required that this course be conducted on Enriched Air Nitrox.</b>\n<br />\n<br /><b>What will I do?</b><br />Knowledge development sessions will expand your knowledge of the planning, organization, and potential hazards of wreck diving, including the proper application of dive lights and penetration lines to low-visibility overhead environments. Over the course of four mornings, you will conduct four dives on the El Aguila and Odyssey shipwrecks. During these dives you will focus on the techniques for wreck navigation, wreck mapping, and wreck penetration. In the end, you will be certified as a PADI Wreck Diver, a great certification for exploring the more advanced wreck dives worldwide.\n"},
317
+ 641=>
318
+ {:priority=>2,
319
+ :content=>
320
+ "<h3>Pre Requisites</h3>Age 15<br /> PADI Advanced Open Water Diver (or other qualifying certification)<br /> PADI Enriched Air Nitrox"}},
321
+ :keywords=>"roatan, diveshop, diving, padi, course, Wreck Diver"}}).id
322
+ advanced_open_water=Course.create({:type=>"RecCourse",
323
+ :priority=>16,
324
+ :duration=>" 2 days",
325
+ :materials=>"Manual",
326
+ :course_price=>280,
327
+ :materials_price=>35,
328
+ :application_price=>0,
329
+ :dependent_ids=>[open_water],
330
+ :name=>"Advanced Open Water",
331
+ :index_attributes=>
332
+ {:page_description=>nil,
333
+ :photos_attributes=>
334
+ {386=>
335
+ {:priority=>nil,
336
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/386/original_open-uri20110829-4-wwo740-0.."),
337
+ :klass=>"left",
338
+ :name=>"Advanced Open Water"}},
339
+ :page_title=>"PADI Courses: Advanced Open Water",
340
+ :name=>"advanced_open_water",
341
+ :title=>"advanced_open_water",
342
+ :texts_attributes=>
343
+ {636=>
344
+ {:priority=>1,
345
+ :content=>
346
+ "Take your diving to the next level through the Adventures in Diving program, offering both the Adventure Diver and Advanced Open Water Diver certifications. If you complete any three adventure dives, you can earn your PADI Adventure Diver certification. If you complete your Deep Adventure Dive, Underwater Navigation Adventure Dive and three elective Adventure Dives for a total of five, you can earn your Advanced Open Water Diver certification.\r<br />\r<br /><b>Why Advanced Open Water Diver?</b><br />After your five dives, you will be more experienced, feel more comfortable in the water, and have a better understanding of the underwater environment. In short, you will get more out of your diving- and have a better time!\r<br />\r<br /><b>What do I need to start?</b><br />PADI Open Water Diver certification (or qualifying certification from another organization). If you are between 12 and 14 years of age or have a child between these ages, the PADI Junior Advanced Open Water program offers many of the same experiences up to a maximum depth of 21 meter/70 feet.\r<br />\r<br /><b>What will I do?</b><br />This certification includes five Adventure Dives, including the Deep Adventure Dive, the Underwater Navigator Adventure Dive, and your choice of three of the following:\r<br />• Drift Diver\r<br />• Night Diver\r<br />• Peak Performance Buoyancy\r<br />• Search and Recovery Diver\r<br />• Underwater Naturalist\r<br />• Underwater Photographer\r<br />• Wreck Diver\r<br />\r<br /><b>Tell me more about the Enriched Air Nitrox option.</b><br />The extended bottom time obtained by Enriched Air Nitrox allows you to get the most out of your Deep and Wreck Adventure dives. By reducing the amount of nitrogen in your tank, Enriched Air Nitrox enables you to extend your no-decompression limits past the normal air limits. For example, at 33 meters/110 feet (the maximum depth of our two shipwrecks), you can reach a maximum bottom time of 25 minutes on EANx32 (32% O<sub>2</sub>, 68% N<sub>2</sub> mixture), as opposed to a mere 16 minutes on air. The Enriched Air Nitrox specialty can be combined with the Deep and Wreck Adventure dives of the Advanced Open Water course for only an additional $73 (plus books)!\r<br />\r<br /><b>How long will it take?</b><br />The full Advanced Open Water course can typically be completed in two days, with the possibility of a third day if you would rather be a bit more flexible on your vacation. If time is an issue, you can complete the Adventure Diver certification in a single day.\r<br />\r<br /><b>What do I earn at the end?</b><br />You will receive your permanent PADI Advanced Open Water certification card, which opens your range of diving opportunities all around the world. With your extended depth range of 30 meters/100 feet, you will be able to explore many of the site otherwise off-limits to Open Water divers.\r<br />\r<br /><b>Where can I go from here?</b><br />PADI Advanced Open Water Divers at least 15 years of age can enroll in PADI Wreck or Deep Diver Specialty courses and continue on to the PADI Rescue Diver or Junior Rescue Diver course. Any of the PADI Adventure Dives included on your course can also credit towards their corresponding PADI Specialty Diver certifications."},
347
+ 637=>
348
+ {:priority=>2,
349
+ :content=>
350
+ "<h3>Pre Requisites</h3>Age 12<br /> PADI Open Water Diver (or other qualifying certification)"}},
351
+ :keywords=>
352
+ "roatan, diveshop, diving, padi, course, Advanced Open Water"}}).id
353
+
354
+ deep=Course.create({:type=>"RecSpecCourse",
355
+ :priority=>14,
356
+ :duration=>" 2 days",
357
+ :materials=>"Manual",
358
+ :course_price=>200,
359
+ :materials_price=>20,
360
+ :application_price=>0,
361
+ :dependent_ids=>[open_water,advanced_open_water],
362
+ :name=>"Deep",
363
+ :index_attributes=>
364
+ {:page_description=>nil,
365
+ :photos_attributes=>
366
+ {387=>
367
+ {:priority=>nil,
368
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/387/original_open-uri20110829-4-1hoewh1-0.."),
369
+ :klass=>"left",
370
+ :name=>"Deep Diver"}},
371
+ :page_title=>"PADI Courses: Deep Diver",
372
+ :name=>"deep_diver",
373
+ :title=>"deep_diver",
374
+ :texts_attributes=>
375
+ {638=>
376
+ {:priority=>1,
377
+ :content=>
378
+ "Have you ever peered over a wall and wondered what's hiding just a bit deeper? The Deep Diver speciality trains you to handle the increased risks of deep diving while exploring the hidden world that lies down to 40m/130ft. Plus, you can extend your dives by combining it with the Enriched Air Nitrox Specialty. <br /> <br /><b>What will I do?</b><br />Over the course of two days, you will make three deep dives with your PADI instructor to maximum depths of 30 meters/100 feet, 24 meters/80 feet, and 40 meters/130 feet respectively. At depth, you will practice various deep diving skills such as narcosis assessment, deep navigation, and proper safety stops. You will also complete knowledge development sessions in which you discuss the risks and procedures for deep diving. At the end, you are certified as a PADI Deep Diver with a maximum depth range of 40 meters/130 feet."},
379
+ 639=>
380
+ {:priority=>2,
381
+ :content=>
382
+ "<h3>Pre Requisites</h3>Age 15<br /> PADI Advanced Open Water Diver (or other qualifying certification)"}},
383
+ :keywords=>"roatan, diveshop, diving, padi, course, Deep Diver"}}).id
384
+ emergency_first_responder=Course.create({:type=>"RecCourse",
385
+ :priority=>17,
386
+ :duration=>" 1 day",
387
+ :materials=>"Manual",
388
+ :course_price=>100,
389
+ :materials_price=>15,
390
+ :application_price=>0,
391
+ :dependent_ids=>[],
392
+ :name=>"Emergency First Responder",
393
+ :index_attributes=>
394
+ {:page_description=>nil,
395
+ :photos_attributes=>
396
+ {389=>
397
+ {:priority=>nil,
398
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/389/original_open-uri20110829-4-b1ep0d-0.."),
399
+ :klass=>"left",
400
+ :name=>"Emergency First Response"}},
401
+ :page_title=>"PADI Courses: Emergency First Response",
402
+ :name=>"emergency_first_response",
403
+ :title=>"emergency_first_response",
404
+ :texts_attributes=>
405
+ {643=>{:priority=>2, :content=>"<h3>Pre Requisites</h3>None"},
406
+ 642=>
407
+ {:priority=>1,
408
+ :content=>
409
+ "Emergency First Response gives you the tools you need to perform basic life support and first aid. Whether you're a diver or a non-diver, Emergency First Response prepares you to properly handle potentially life-threatening situations. Emergency First Response is a prerequisite for the PADI Rescue Diver course.<br />\n<br /><b>Why Emergency First Response?</b><br />Emergencies can strike at any time; the Emergency First Response course prepares you to respond appropriately when they do. The skills learned in EFR allow you to extend the critical time window for a victim's survival. Since nearly 70% of life-threatening emergencies occur with family members or friends, the life you save may very well be someone close to you.\n<br />\n<br /><b>What do I need to start?</b><br />Anyone is qualified to start. Divers and non-divers alike, regardless of age, can sign up for the Emergency First Response course.\n<br />\n<br /><b>What will I do?</b><br />You will learn basic skills essential to sustaining a victim's lifeline, including rescue breathing, cardiopulmonary resuscitation (CPR), abdominal thrusts, serious bleeding and shock management. You will also practice first aid skills, such as injury and illness assessment, along with splinting and bandaging techniques.\n<br />\n<br /><b>How long will it take?</b><br />The skills are performance-based and paced to meet your level of understanding. Since the focus is on skill recall in real-life scenarios, rather than skill perfection, you can take as much time as necessary to become comfortable. The average course takes about half a day to complete.\n<br />\n<br /><b>What do I earn at the end?</b><br />You will be certified for two years as an Emergency First Responder, an international basic emergency care qualification.\n<br />\n<br /><b>Where can I go from here?</b><br />Sign up for the PADI Rescue Diver course and put your skills to the test! Emergency First Response is a prerequisite for the PADI Rescue Diver course. As a Rescue Diver, you will apply the skills learned in the Emergency First Response course to diving-related emergencies.\n"}},
410
+ :keywords=>
411
+ "roatan, diveshop, diving, padi, course, Emergency First Response"}}).id
412
+ rescue_diver=Course.create({:type=>"RecCourse",
413
+ :priority=>18,
414
+ :duration=>" 3 days",
415
+ :materials=>"Manual",
416
+ :course_price=>330,
417
+ :materials_price=>30,
418
+ :application_price=>0,
419
+ :dependent_ids=>
420
+ [open_water,advanced_open_water,emergency_first_responder],
421
+ :name=>"Rescue Diver",
422
+ :index_attributes=>
423
+ {:page_description=>"",
424
+ :photos_attributes=>
425
+ {390=>
426
+ {:priority=>nil,
427
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/390/original_open-uri20110829-4-9pyam2-0.."),
428
+ :klass=>"left",
429
+ :name=>"Rescue Diver"}},
430
+ :page_title=>"PADI Courses: Rescue Diver",
431
+ :name=>"rescue_diver",
432
+ :title=>"rescue_diver",
433
+ :texts_attributes=>
434
+ {644=>
435
+ {:priority=>1,
436
+ :content=>
437
+ "<p>Take the challenge! The PADI Rescue Diver will expand your knowledge and experience beyond purely recreational level because you'll learn to look beyond yourself and consider the safety and well being of other divers. Although this course is serious, it is an enjoyable way to build your confidence. <br /> <br /><strong>Why Rescue Diver?</strong><br />While uncommon, emergencies in scuba diving do occasionally occur. The PADI Rescue Diver course trains you to anticipate and respond to a variety of diving-related emergency scenarios. By shifting the focus from your own personal safety to the general well-being of everyone in the water, you will gain greater confidence in your own diving abilities while developing the mindset necessary to take your first steps towards becoming a PADI Divemaster. <br /> <br /><strong>What do I need to start?</strong><br />You must be at least 15 years old, in good physical health, certified as PADI Advanced Open Water (or qualifying certification from another organization), and have successfully completed Emergency First Response (or another sanctioned CPR program) within the last 24 months. If you are between 12 and 14 or have a child between these ages, there is a PADI Junior Rescue Diver program available. PADI Junior Advanced Open Water along with current CPR training is required for PADI Junior Rescue Diver. <br /> <br /><strong>What will I do?</strong><br />Rescue Diver training will prepare you to prevent problems and, if necessary, manage dive emergencies. Knowledge development sessions are followed by confined water skill training, where you will cover;</p>\r\n<ul>\r\n<li>Self Rescue Review</li>\r\n<li>Tired diver</li>\r\n<li>Panicked diver</li>\r\n<li>Response from shore, dock or boat (responsive diver)</li>\r\n<li>Distressed diver underwater</li>\r\n<li>Missing diver</li>\r\n<li>Surfacing the unresponsive diver</li>\r\n<li>Unresponsive diver at the surface</li>\r\n<li>Exiting the unresponsive diver</li>\r\n<li>First aid for pressure related injuries and oxygen administration</li>\r\n<li>Response from shore or boat, unresponsive diver</li>\r\n<li>Unresponsive diver on the surface</li>\r\n</ul>\r\n<p>You will then apply the skills during two open water scenarios.</p>\r\n<p>There is a final exam which covers the theory portion of the course. It consists of 50 questions. Your instructor will go over the knowledge reviews found at the end of each of the five chapters.</p>\r\n<p><strong>How long does it take?</strong> Courses which require confined or open water dives are all weather dependent. With that in mind, the rescue course is usually completed in 4 days.</p>\r\n<p><strong>Can I do the theory portion online?</strong> Yes. PADI now offers the Rescue course online. Follow the <a title=\"eLearning\" href=\"../../elearning\" target=\"_self\">PADI eLearning</a> link to get started.</p>"},
438
+ 645=>
439
+ {:priority=>2,
440
+ :content=>
441
+ "<h3>Pre Requisites</h3><p>Age 12<br /> PADI Advanced Open Water (or other qualifying certification)<br /> current Emergency First Response (or other current CPR certification)</p>"}},
442
+ :keywords=>"roatan, diveshop, diving, padi, course, Rescue Diver"}}).id
443
+ divemaster=Course.create({:type=>"ProCourse",
444
+ :priority=>19,
445
+ :duration=>"6 weeks or longer",
446
+ :materials=>"Divemaster Crew Pack",
447
+ :course_price=>600,
448
+ :materials_price=>250,
449
+ :application_price=>85,
450
+ :dependent_ids=>
451
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver],
452
+ :name=>"Divemaster",
453
+ :index_attributes=>
454
+ {:page_description=>nil,
455
+ :photos_attributes=>
456
+ {391=>
457
+ {:priority=>nil,
458
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/391/original_open-uri20110829-4-9subth-0.."),
459
+ :klass=>"left",
460
+ :name=>"Divemaster Internship"}},
461
+ :page_title=>"PADI Courses: Divemaster Internship",
462
+ :name=>"divemaster_internship",
463
+ :title=>"divemaster_internship",
464
+ :texts_attributes=>
465
+ {646=>
466
+ {:priority=>1,
467
+ :content=>
468
+ "Coconut Tree Divers offers the most complete Divemaster package on Roatan. Over the last five years Coconut Tree has worked hard to recruit and retain the most experienced instructors around. When you look at the crew page on this website you will see that your divemaster training will be conducted by instructors with years of full time work experience on Roatan and around the world. \r\n\r\nCombined with this you will have the option to stay in our brand new DM house (construction completed Oct 2010). This comfortable house boasts 6 bedrooms four bathrooms, large communal living area and kitchen comfortable decks, wifi and direct TV all within a couple of minutes walk from the dive center and all the fun of Roatan's West End. \r\n\r\nYour course will overseen by PADI Course Director Will Welbourn who can continue your training with the Instructor Development course should you wish.\r\n\r\nBy taking the Divemaster course with Coconut Tree you will leave with experience beyond many other Divemaster internships, not just because your training is conducted by such experienced instructors, but because the dive center is the busiest in Roatan in terms of the number of courses we teach. This means that you will get a large variety of experience assisting on many real PADI courses as the sole assistant. We keep the number of Divemaster trainees limited to 2 per full time instructor as we feel it is important that there is no more than one Divemaster trainee assisting a course to give you the most complete training possible.\r\n\r\nThe divemaster internship will also involve many 'fun' dives. By following our experienced instructors as they lead certified divers on 'discover local diving' dives you will develop the skills needed to give quality dive briefings, manage diver safety and spot those little critters that most divers can't. Our motto is \"its the little things that count'!\r\n<br />\r\n<br /><b>Why PADI Divemaster?</b>\r\n<br />The PADI Divemaster program is your key to joining the professional ranks of the diving industry. PADI Divemasters are qualified to assist PADI Instructors with students, lead certified divers on guided dive tours, teach and certify PADI Skin Divers, teach PADI Discover Snorkeling programs, and conduct PADI Scuba Review programs for certified divers. PADI Divemasters can also teach Emergency First Response programs after successful completion of an Emergency First Response Instructor course. PADI Divemasters work all over the world at local dive centers, on live-aboard dive boats and yachts, and at exotic resort locations.\r\n<br />\r\n<br /><b>What do I need to start?</b>\r\n<br />You must be at least 18 years old, have at least 20 logged dives, have a physician-signed medical clearance, be certified as a PADI Rescue Diver (or qualifying certification from another organization), and have completed Emergency First Response (or another sanctioned CPR program). In addition, you will need at least six weeks to complete the program.\r\n<br />\r\n<br /><b>What will I do?</b>\r\n<br />The PADI Divemaster program at Coconut Tree Divers is a full internship: you become part of the Coconut Tree family! You will assist instructors with their courses, lead certified divers on guided dive tours, conduct Scuba Review programs, aid with equipment assembly and repairs, and help out with day-to-day shop maintainence. You will learn about dive physics, dive physiology, decompression theory, equipment mechanics, and general dive information through several knowledge development examinations. You will also develop your dive skills to \"demonstration quality,\" create a map of a local dive site, and complete a series of physical stamina tests.\r\n<br />\r\n<br />The most important part, of course, is the diving. As a Divemaster Trainee at Coconut Tree Divers, you can do as many dives as you need to complete your course; you are guaranteed to leave with a full log book. Plus, you will be part of our family here, meaning you get to partake in the constant ridiculous fun that makes Coconut Tree Divers a great shop.\r\n<br />\r\n<br /><b>How long will it take?</b>\r\n<br /><i>Please allow at least six weeks for this program.</i> The Divemaster program is an internship, not a course. We take great pride in the Divemasters that come through our program, and we want you to take the same pride in your education. As such, we recommend that you give yourself ample time to complete the program requirements and to develop your skills to the professional level. While it is possible to finish the bare course requirements in less time, we do not advise such hasty schedules as we feel that it hinders your ability to become a proficient diver.\r\n<br />\r\n<br /><b>What do I earn at the end?</b>\r\n<br />\r\n<br />Once your program requirements are met and you have at least 60 logged dives, you are eligible to apply for PADI Divemaster status. As a PADI Divemaster, you are qualified to assist PADI Instructors with students, lead certified divers on guided dive tours, teach and certify PADI Skin Divers, teach PADI Discover Snorkeling programs, and conduct PADI Scuba Review programs for certified divers all over the world.\r\n<br />\r\n<br /><b>Where can I go from here?</b>\r\n<br />The next step in your professional diving career comes at the Instructor Development Course, where you learn the PADI standards and training necessary to conduct programs as a PADI Open Water Scuba Instructor. You can also expand your recreational diving knowledge by taking additional specialty courses such as the popular Enriched Air Nitrox Specialty."},
469
+ 647=>
470
+ {:priority=>2,
471
+ :content=>
472
+ "<h3>Pre Requisites</h3>Age 18<br /> PADI Rescue Diver (or other qualifying certification)<br /> current Emergency First Response (or other current CPR certification)<br /> medical clearance signed by a physician<br /> 20 logged dives<br /> good physical shape"}},
473
+ :keywords=>
474
+ "roatan, diveshop, diving, padi, course, Divemaster Internship"}}).id
475
+ open_water_scuba_instructor=Course.create({:type=>"ProCourse",
476
+ :priority=>20,
477
+ :duration=>" 11 days",
478
+ :materials=>"IDC Crewpack",
479
+ :course_price=>895,
480
+ :materials_price=>450,
481
+ :application_price=>625,
482
+ :dependent_ids=>
483
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster],
484
+ :name=>"Open Water Scuba Instructor",
485
+ :index_attributes=>
486
+ {:page_description=>nil,
487
+ :photos_attributes=>
488
+ {392=>
489
+ {:priority=>nil,
490
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/392/original_open-uri20110829-4-40iigk-0.."),
491
+ :klass=>"left",
492
+ :name=>"Open Water Scuba Instructor"}},
493
+ :page_title=>"PADI Courses: Open Water Scuba Instructor",
494
+ :name=>"open_water_scuba_instructor",
495
+ :title=>"open_water_scuba_instructor",
496
+ :texts_attributes=>
497
+ {649=>
498
+ {:priority=>2,
499
+ :content=>
500
+ "<h3>Pre Requisites</h3>Age 18<br /> PADI Assistant Instructor<br /> 100 logged dives<br /> good physical shape"},
501
+ 648=>
502
+ {:priority=>1,
503
+ :content=>
504
+ "The PADI Open Water Scuba Instructor portion of the IDC develops the teaching skills necessary to work as a PADI Instructor. The IDC addresses teaching the knowledge development, confined water, and open water sections of the Open Water Course. In addition, there is considerable discussion of the business of diving and how to start a successful career in the industry. At the end of the IDC there is a two day Instructor Examination conducted by a PADI examiner.\r<br />\r<br /><b>Why PADI Open Water Scuba Instructor?</b>\r<br />Simply put, the PADI Open Water Scuba Instructor rating is the most sought-after credential in the diving industry. OWSIs are qualified to independently teach and issue certifications for the PADI Open Water Diver, Advanced Open Water Diver, Rescue Diver, and Divemaster courses. \r<br />\r<br /><b>What do I need to start?</b>\r<br />You must be at least 18 years old, have at least 100 logged dives, have a physician-signed medical clearance, be certified as a PADI Divemaster (or qualifying certification from another organization). \r<br />\r<br /><b>What will I do?</b>\r<br />The PADI Open Water Scuba Instructor portion of the IDC further develops the teaching skills introduced in the PADI Assistant Instructor course. Emphasis is placed on preparing you for the two-day Instructor Examination, rigorously challenging you to improve your knowledge development, confined water, and open water presentation skills to demonstration quality. \r<br />\r<br />In addition to acquiring these essential teaching abilities, you will be reviewing the core twenty Open Water PADI dive skills, studying for the written exams, learning how to use the Instructor Manual to find PADI Standards, and gaining a deeper comprehension of the dive industry as a whole.\r<br />\r<br />The IDC culminates with the two-day PADI Instructor Examination conducted by an independent PADI Examiner. \r<br />\r<br /><b>How long will it take?</b>\r<br />The PADI Open Water Scuba Instructor course requires 11 days to complete as the second part of the PADI Instructor Development Course.\r<br />\r<br />If you are not already certified as a PADI Assistant, you must first complete the AI portion of the Instructor Development Course prior. \r<br />\r<br /><b>What do I earn at the end?</b>\r<br />Upon successfully passing the PADI Instructor Examination and having the required 100 logged dives, you will have earned the most sought-after rating in diving: the PADI Open Water Scuba Instructor. As a PADI OWSI, you are professional licensed to conduct PADI Open Water Diver, Advanced Open Water Diver, Rescue Diver, and Divemaster courses around the world.\r<br />\r<br /><b>Where can I go from here?</b>\r<br />Learn how to teach the really fun stuff! The PADI Master Scuba Diver Trainer prep course gives you 5-10 PADI Specialty Instructor ratings, enabling you to teach exciting courses such as Enriched Air Nitrox, Wreck Diver, and Digital Underwater Photographer."}},
505
+ :keywords=>
506
+ "roatan, diveshop, diving, padi, course, Open Water Scuba Instructor"}}).id
507
+ enriched_air_nitrox_instructor=Course.create({:type=>"ProSpecCourse",
508
+ :priority=>21,
509
+ :duration=>" 1 day",
510
+ :materials=>"Manual",
511
+ :course_price=>50,
512
+ :materials_price=>0,
513
+ :application_price=>0,
514
+ :dependent_ids=>
515
+ [open_water,enriched_air_nitrox,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor],
516
+ :name=>"Enriched Air Nitrox Instructor",
517
+ :index_attributes=>
518
+ {:page_description=>nil,
519
+ :photos_attributes=>
520
+ {393=>
521
+ {:priority=>nil,
522
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/393/original_open-uri20110829-4-d40ewn-0.."),
523
+ :klass=>"left",
524
+ :name=>"Enriched Air Nitrox"}},
525
+ :page_title=>"PADI Courses: Enriched Air Nitrox",
526
+ :name=>"enriched_air_nitrox",
527
+ :title=>"enriched_air_nitrox",
528
+ :texts_attributes=>
529
+ {650=>
530
+ {:priority=>1,
531
+ :content=>
532
+ "<p>Perfect for divers who want to maximize their bottom time! Due to the lower percentage of nitrogen in enriched air, your body absorbs less nitrogen during the dive, allowing you to stay underwater longer and minimizing those pesky surface intervals. <br /> <br /><strong>Why Enriched Air Nitrox?</strong><br />If you've ever wanted to stay at depth longer than allowed by the air no-decompression limits, then the Enriched Air Nitrox Specialty is for you. Nitrogen is a big limiting factor on bottom time. With Enriched Air Nitrox, we reduce the amount of nitrogen in the breathing mixture by enriching the air with extra oxygen, which results in nearly 50% longer no-decompression limits. In short, you get more time to check out the fish and shipwrecks that reside at depth. <br /> <br /><strong>What do I need to start?</strong><br />You must be at least 15 years old and be certified as a PADI Open Water Diver (or other qualifying certification). It is preferred that you already be certified as PADI Advanced Open Water or be enrolled in the course in order to reach the depths at which Enriched Air Nitrox is most beneficial. Good air consumption is a plus. <br /> <br /><strong>What will I do?</strong><br />Enriched Air Nitrox carries a few additional risks versus air due to the higher oxygen content. The knowledge development sessions teach you how to analyze the oxygen content, anticipate the risk involved with oxygen, and plan your dives accordingly. The real fun comes on your two Enriched Air Nitrox dives, where you'll still be checking out the sights of the deep long after the air divers have ascended to the shallows. <br /> <br /><strong>Tell me about the Advanced Open Water option.</strong><br />The PADI Advanced Open Water course includes the Deep and Wreck Adventures dives, both deep dives that benefit from the extended bottom time from Enriched Air Nitrox. For example, at 33 meters/110 feet (the maximum depth of our two shipwrecks), you can reach a maximum bottom time of 25 minutes on EANx32 (32% O<sub>2</sub>, 68% N<sub>2</sub> mixture), as opposed to a mere 16 minutes on air. Enriched Air Nitrox can be combined with the Advanced Open Water course. The cost is $353 (plus books)! <br /> <br /><strong>How long will it take?</strong><br />The Enriched Air Nitrox Specialty generally requires two days. Since a bulk of the course is knowledge development, expect at least one full afternoon reviewing the dive planning section of the specialty. <br /> <br /><strong>What do I earn at the end?</strong><br />You will be certified for life as an Enriched Air Nitrox Diver, qualifying you to independently plan and conduct Enriched Air Nitrox dives with up to 40% oxygen to a maximum operating depth of 1.4 ata O<sub>2</sub> partial pressure. <br /> <br /><strong>Where can I go from here?</strong><br />Diving, of course! You can request Enriched Air Nitrox tanks for your fun dives for only an additional $8 per tank. Also, the extended bottom time of Enriched Air Nitrox is excellent for many of the PADI specialty courses, especially Deep Diver and Wreck Diver.</p>"},
533
+ 651=>
534
+ {:priority=>2,
535
+ :content=>
536
+ "<h3>Pre Requisites</h3><p>Age 15<br /> PADI Open Water Diver (or other qualifying certification)</p>"}},
537
+ :keywords=>
538
+ "roatan, diveshop, diving, padi, course, Enriched Air Nitrox"}}).id
539
+ wreck_instructor=Course.create({:type=>"ProSpecCourse",
540
+ :priority=>22,
541
+ :duration=>nil,
542
+ :materials=>"Manual",
543
+ :course_price=>200,
544
+ :materials_price=>20,
545
+ :application_price=>0,
546
+ :dependent_ids=>
547
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor],
548
+ :name=>"Wreck Instructor",
549
+ :index_attributes=>
550
+ {:page_description=>nil,
551
+ :photos_attributes=>{},
552
+ :page_title=>nil,
553
+ :name=>nil,
554
+ :title=>nil,
555
+ :texts_attributes=>{},
556
+ :keywords=>nil}}).id
557
+ night_instructor=Course.create({:type=>"ProSpecCourse",
558
+ :priority=>23,
559
+ :duration=>nil,
560
+ :materials=>"Manual",
561
+ :course_price=>100,
562
+ :materials_price=>20,
563
+ :application_price=>0,
564
+ :dependent_ids=>
565
+ [open_water,
566
+ advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor],
567
+ :name=>"Night Instructor",
568
+ :index_attributes=>
569
+ {:page_description=>nil,
570
+ :photos_attributes=>{},
571
+ :page_title=>nil,
572
+ :name=>nil,
573
+ :title=>nil,
574
+ :texts_attributes=>{},
575
+ :keywords=>nil}}).id
576
+ deep_instructor=Course.create({:type=>"ProSpecCourse",
577
+ :priority=>24,
578
+ :duration=>nil,
579
+ :materials=>"Manual",
580
+ :course_price=>150,
581
+ :materials_price=>20,
582
+ :application_price=>0,
583
+ :dependent_ids=>
584
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor],
585
+ :name=>"Deep Instructor",
586
+ :index_attributes=>
587
+ {:page_description=>nil,
588
+ :photos_attributes=>{},
589
+ :page_title=>nil,
590
+ :name=>nil,
591
+ :title=>nil,
592
+ :texts_attributes=>{},
593
+ :keywords=>nil}}).id
594
+ search_and_recovery_instructor=Course.create({:type=>"ProSpecCourse",
595
+ :priority=>26,
596
+ :duration=>nil,
597
+ :materials=>"Manual",
598
+ :course_price=>200,
599
+ :materials_price=>20,
600
+ :application_price=>0,
601
+ :dependent_ids=>
602
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor],
603
+ :name=>"Search and Recovery Instructor",
604
+ :index_attributes=>
605
+ {:page_description=>nil,
606
+ :photos_attributes=>{},
607
+ :page_title=>nil,
608
+ :name=>nil,
609
+ :title=>nil,
610
+ :texts_attributes=>{},
611
+ :keywords=>nil}}).id
612
+ naturalist_instructor=Course.create({:type=>"ProSpecCourse",
613
+ :priority=>27,
614
+ :duration=>nil,
615
+ :materials=>"Manual",
616
+ :course_price=>150,
617
+ :materials_price=>20,
618
+ :application_price=>0,
619
+ :dependent_ids=>
620
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,"open_water_scuba_instructor"],
621
+ :name=>"Naturalist Instructor",
622
+ :index_attributes=>
623
+ {:page_description=>nil,
624
+ :photos_attributes=>{},
625
+ :page_title=>nil,
626
+ :name=>nil,
627
+ :title=>nil,
628
+ :texts_attributes=>{},
629
+ :keywords=>nil}}).id
630
+ navigation_instructor=Course.create({:type=>"ProSpecCourse",
631
+ :priority=>28,
632
+ :duration=>nil,
633
+ :materials=>"Manual",
634
+ :course_price=>150,
635
+ :materials_price=>20,
636
+ :application_price=>0,
637
+ :dependent_ids=>
638
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor],
639
+ :name=>"Navigation Instructor",
640
+ :index_attributes=>
641
+ {:page_description=>nil,
642
+ :photos_attributes=>{},
643
+ :page_title=>nil,
644
+ :name=>nil,
645
+ :title=>nil,
646
+ :texts_attributes=>{},
647
+ :keywords=>nil}}).id
648
+ boat_instructor=Course.create({:type=>"ProSpecCourse",
649
+ :priority=>29,
650
+ :duration=>nil,
651
+ :materials=>"Manual",
652
+ :course_price=>150,
653
+ :materials_price=>20,
654
+ :application_price=>0,
655
+ :dependent_ids=>
656
+ [open_water,
657
+ advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor],
658
+ :name=>"Boat Instructor",
659
+ :index_attributes=>
660
+ {:page_description=>nil,
661
+ :photos_attributes=>{},
662
+ :page_title=>nil,
663
+ :name=>nil,
664
+ :title=>nil,
665
+ :texts_attributes=>{},
666
+ :keywords=>nil}}).id
667
+ drift_instructor=Course.create({:type=>"ProSpecCourse",
668
+ :priority=>30,
669
+ :duration=>nil,
670
+ :materials=>"Manual",
671
+ :course_price=>100,
672
+ :materials_price=>20,
673
+ :application_price=>0,
674
+ :dependent_ids=>
675
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor],
676
+ :name=>"Drift Instructor",
677
+ :index_attributes=>
678
+ {:page_description=>nil,
679
+ :photos_attributes=>{},
680
+ :page_title=>nil,
681
+ :name=>nil,
682
+ :title=>nil,
683
+ :texts_attributes=>{},
684
+ :keywords=>nil}}).id
685
+ gas_blender_instructor=Course.create({:type=>"ProSpecCourse",
686
+ :priority=>31,
687
+ :duration=>nil,
688
+ :materials=>"Manual",
689
+ :course_price=>75,
690
+ :materials_price=>20,
691
+ :application_price=>0,
692
+ :dependent_ids=>
693
+ [open_water,enriched_air_nitrox,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor,enriched_air_nitrox_instructor],
694
+ :name=>"Gas Blender Instructor",
695
+ :index_attributes=>
696
+ {:page_description=>nil,
697
+ :photos_attributes=>{},
698
+ :page_title=>nil,
699
+ :name=>nil,
700
+ :title=>nil,
701
+ :texts_attributes=>{},
702
+ :keywords=>nil}}).id
703
+ digital_underwater_photography_instructor=Course.create({:type=>"ProSpecCourse",
704
+ :priority=>32,
705
+ :duration=>nil,
706
+ :materials=>"Manual",
707
+ :course_price=>100,
708
+ :materials_price=>20,
709
+ :application_price=>0,
710
+ :dependent_ids=>
711
+ [open_water,
712
+ advanced_open_water,emergency_first_responder,rescue_diver,divemaster],
713
+ :name=>"Digital Underwater Photography Instructor",
714
+ :index_attributes=>
715
+ {:page_description=>nil,
716
+ :photos_attributes=>{},
717
+ :page_title=>nil,
718
+ :name=>nil,
719
+ :title=>nil,
720
+ :texts_attributes=>{},
721
+ :keywords=>nil}}).id
722
+ o2_provider_instructor=Course.create({:type=>"ProSpecCourse",
723
+ :priority=>33,
724
+ :duration=>nil,
725
+ :materials=>"Manual",
726
+ :course_price=>50,
727
+ :materials_price=>20,
728
+ :application_price=>0,
729
+ :dependent_ids=>
730
+ [open_water,
731
+ advanced_open_water,emergency_first_responder,rescue_diver,divemaster],
732
+ :name=>"O2 Provider Instructor",
733
+ :index_attributes=>
734
+ {:page_description=>nil,
735
+ :photos_attributes=>{},
736
+ :page_title=>nil,
737
+ :name=>nil,
738
+ :title=>nil,
739
+ :texts_attributes=>{},
740
+ :keywords=>nil}}).id
741
+ efr_instructor=Course.create({:type=>"ProCourse",
742
+ :priority=>34,
743
+ :duration=>nil,
744
+ :materials=>"EFRI Startup Pack",
745
+ :course_price=>250,
746
+ :materials_price=>135,
747
+ :application_price=>85,
748
+ :dependent_ids=>
749
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster],
750
+ :name=>"EFR Instructor",
751
+ :index_attributes=>
752
+ {:page_description=>nil,
753
+ :photos_attributes=>{},
754
+ :page_title=>nil,
755
+ :name=>nil,
756
+ :title=>nil,
757
+ :texts_attributes=>{},
758
+ :keywords=>nil}}).id
759
+ master_scuba_diver_trainer=Course.create({:type=>"ProCourse",
760
+ :priority=>35,
761
+ :duration=>" 3-7 days",
762
+ :materials=>"Manual",
763
+ :course_price=>600,
764
+ :materials_price=>20,
765
+ :application_price=>0,
766
+ :dependent_ids=>
767
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor],
768
+ :name=>"Master Scuba Diver Trainer",
769
+ :index_attributes=>
770
+ {:page_description=>nil,
771
+ :photos_attributes=>
772
+ {394=>
773
+ {:priority=>nil,
774
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/394/original_open-uri20110829-4-nuwvan-0.."),
775
+ :klass=>"left",
776
+ :name=>"Master Scuba Diver Trainer"}},
777
+ :page_title=>"PADI Courses: Master Scuba Diver Trainer",
778
+ :name=>"master_scuba_diver_trainer",
779
+ :title=>"master_scuba_diver_trainer",
780
+ :texts_attributes=>
781
+ {652=>
782
+ {:priority=>1,
783
+ :content=>
784
+ "Teach the fun stuff! Become a PADI Specialty Instructor in five distinct and exciting specialties. To become an MSDT you also need to certify 25 students, a number you are much more likely to reach if you can teach a range of specialties in addition to the core PADI courses.\n<br />\n<br /><b>Why PADI Master Scuba Diver Trainer?</b>\n<br />To earn your MSDT rating, you must issue 25 PADI certifications and hold 5 distinct PADI Specialty Instructor Ratings. The MSDT Prep course puts you on the fast track towards MSDT by certifying you as a PADI Specialty Instructor in 5-10 specialties.\n<br />\n<br />The MSDT Prep course makes you considerably more employable in the dive industry. Simply put, the more specialties you hold, the more courses you can teach, meaning you can quickly the 25 certifications necessary for your MSDT rating.\n<br />\n<br /><b>What do I need to start?</b>\n<br />You must be at least 18 years old, have at least 100 logged dives, have a physician-signed medical clearance, be certified as a PADI Open Water Scuba Divers."},
785
+ 653=>
786
+ {:priority=>2,
787
+ :content=>
788
+ "<h3>Pre Requisites</h3>Age 18<br /> PADI Open Water Scuba Instructor<br /> 100 logged dives<br /> good physical shape"}},
789
+ :keywords=>
790
+ "roatan, diveshop, diving, padi, course, Master Scuba Diver Trainer"}}).id
791
+ staff_instructor=Course.create({:type=>"ProCourse",
792
+ :priority=>36,
793
+ :duration=>" 13 days",
794
+ :materials=>"Course Director Manual",
795
+ :course_price=>500,
796
+ :materials_price=>300,
797
+ :application_price=>90,
798
+ :dependent_ids=>
799
+ [open_water,advanced_open_water,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor,efr_instructor,master_scuba_diver_trainer],
800
+ :name=>"Staff Instructor",
801
+ :index_attributes=>
802
+ {:page_description=>nil,
803
+ :photos_attributes=>
804
+ {395=>
805
+ {:priority=>nil,
806
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/395/original_open-uri20110829-4-m5qbjo-0.."),
807
+ :klass=>"left",
808
+ :name=>"Idc Staff Instructor"}},
809
+ :page_title=>"PADI Courses: Idc Staff Instructor",
810
+ :name=>"idc_staff_instructor",
811
+ :title=>"idc_staff_instructor",
812
+ :texts_attributes=>
813
+ {654=>
814
+ {:priority=>1,
815
+ :content=>
816
+ "Staff instructors are qualified to teach Ais. The course involves a some microteaching, skill demonstrations and confined water demonstrations as well as the dive theory exams. You then assist an entire IDC."},
817
+ 655=>
818
+ {:priority=>2,
819
+ :content=>
820
+ "<h3>Pre Requisites</h3>Age 18<br /> PADI Master Scuba Diver Trainer<br /> 100 logged dives<br /> 25 student certifications<br /> good physical shape"}},
821
+ :keywords=>
822
+ "roatan, diveshop, diving, padi, course, IDC Staff Instructor"}}).id
823
+ tec_40=Course.create({:type=>"TecCourse",
824
+ :priority=>37,
825
+ :duration=>nil,
826
+ :materials=>"Manual",
827
+ :course_price=>400,
828
+ :materials_price=>50,
829
+ :application_price=>0,
830
+ :dependent_ids=>
831
+ [open_water,enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver],
832
+ :name=>"Tec 40",
833
+ :index_attributes=>
834
+ {:page_description=>"Small Business Development - DSAT TEC 40",
835
+ :photos_attributes=>{},
836
+ :page_title=>"Small Business Development - DSAT TEC 40",
837
+ :name=>"tec_40",
838
+ :title=>"tec_40",
839
+ :texts_attributes=>
840
+ {656=>
841
+ {:priority=>nil,
842
+ :content=>
843
+ " <h3>Tec 40</h3>\n <p>The Tec 40 course\n is your introduction the world of Tec diving. In this course you\n will learn how to fit and configure a technical rig. Whilst we do\n have rental equipment available you are best advised to bring your\n own or buy from us a rig to train in, be it a backplate and wing or\n side-mount system. That way you will be training in the equipment\n you will use after the course and benefit from our advice and\n experience in adjusting it to fit you perfectly (which takes hours\n not minutes!). We have the full line of Diverite equipment available\n at excellent prices.</p>\n <p>Once you have\n sorted out the equipment you will be using we will spend time in the\n classroom discussing the new challenges and procedures will be facing\n as a technical diver. Planning a technical dive takes attention to\n detail, time and software. Training you in the use of this software\n and helping you get the most out of your computer is a large part of\n the time you will spend in the classroom. The biggest difference\n between recreational and technical diving is the need to plan your\n gas consumption during a dive since running out of gas on a\n decompression dive IS NOT AN OPTION! You will also be learning new\n procedures and checklists which are used before and during the dive\n to ensure remain safe when switching gases and performing\n decompression stops.</p>\n <p>There are four\n dives in the Tec 40 course, each dive builds upon the skills learned\n in the previous dive. Each dive is to a progressively deeper depth\n as you get more familiar with the new equipment and procedures.</p>\n <p>The first dive\n will be conducted in the shallows of Half Moon Bay, or a nearby\n shallow divesite. With warm crystal clear water we will have all the\n time we need to introduce you to the equipment and practice the basic\n procedures you will use on every dive you do as a Tec diver. You will\n handle multiple tanks, start calculating your gas consumption rate,\n practice out of air emergencies, refine your weighting and buoyancy\n and start learning how to deal with valve or regulator failures. You\n will also learn how to deploy a lift bag and perform a simulated\n decompression stop.</p>\n <p>The second dive\n will take you to the open water but still a relatively shallow\n divesite. On this dive you will continue practicing many of the\n skills from dive one, but with a greater focus on calculating your\n air consumption rate. We will also start testing your time, depth\n and gas awareness, since technical diving, much like flying a plane,\n involves constant alertness to potential problems by monitoring you\n multiple gauges. It is this awareness which stops a minor issue\n becoming a major emergency.</p>\n <p>The third dive\n takes you yet deeper and continues building upon the skills from\n dives one and two, on this dive we are looking to see you that the\n skills you have been introduced to are becoming instinctive and\n fluid. Exercises introduced in the previous dives should be performed\n quickly and efficiently.</p>\n <p>The fourth dive\n will take you to the edge of recreational depth limits (40m/130ft),\n but beyond no decompression limits. For the first time you will have\n a decompression obligation which means keeping a cool head and using\n the skills and awareness you have developed in the previous training\n dives.</p>\n <p>Here is a summary\n of the dives and depths:</p>\n <p><B>Tec\n 40 Diver Course Key Dive Standards</B></p>\n <p><BR>\n </p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 40 Training Dive One</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Confined\n water or limited open water with ready access to water shallow\n enough to stand up in.</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 2.5 metres/8 feet</B></p>\n <p> <B>Maximum\n 10 metres/30 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>No\n stop only</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx up to EANx50</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>6:1,\n 8:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n <p>\t</p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 40 Training Dive Two</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Open\n water</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 10 metres/30 feet</B></p>\n <p><B>Maximum:\n 18 metres/60 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>No\n stop only</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx up to EANx50</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>6:1,\n 8:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n <p>\t\t</p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 40 Training Dive Three</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Open\n water</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 15 metres/50 feet</B></p>\n <p><B>Maximum:\n 27 metres/90 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>No\n stop only</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx up to EANx50</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>4:1,\n 6:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n <p>\t</p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 40 Training Dive Four</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Open\n water</B></p>\n <p><BR>\n </p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 26 metres/85 feet</B></p>\n <p><B>Maximum:\n 40 metres/130 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>to\n 10 minutes total decompression time based on breathing bottom gas\n throughout the dive (no accelerated decompression)</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx up to EANx50</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>3:1,\n 4:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n"}},
844
+ :keywords=>"DSAT TEC 40"}}).id
845
+ tec_45=Course.create({:type=>"TecCourse",
846
+ :priority=>38,
847
+ :duration=>nil,
848
+ :materials=>"Manual",
849
+ :course_price=>400,
850
+ :materials_price=>0,
851
+ :application_price=>0,
852
+ :dependent_ids=>
853
+ [open_water,
854
+ enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver,tec_40],
855
+ :name=>"Tec 45",
856
+ :index_attributes=>
857
+ {:page_description=>"Small Business Development - DSAT TEC 45",
858
+ :photos_attributes=>{},
859
+ :page_title=>"Small Business Development - DSAT TEC 45",
860
+ :name=>"tec_45",
861
+ :title=>"tec_45",
862
+ :texts_attributes=>
863
+ {657=>
864
+ {:priority=>nil,
865
+ :content=>
866
+ " <h3>Tec 45</h3>\n <p>The Tec 45 course\n builds upon your learning in the Tec 40 course, In this course you\n will start diving beyond recreational depth AND time limits as well\n as starting to use 100% Oxygen to accelerate decompression. If you\n did your Tec 40 training in a single tank configuration Tec 45 will\n also introduce you to the use of multiple tanks.</p>\n <p>The first dive is\n conducted at a shallow open water divesite. If it is a while since\n your last tec dive this will refresh your tec skills in a calm\n controlled and safe environment, if you have just taken the tec 40\n course or already have fresh skills, it is still important to perform\n the dive at shallow depths due to the complexity of the new skills\n being introduces, particularly the BCD failure skills. This is also a\n long dive meaning that shallow depths are required to ensure enough\n gas supply.</p>\n <p>The second dive\n will build upon the skills from dive one at a greater depth. During\n this dive we will start to through a few surprises at you, to not\n only test your comfort with the motor skills, but to test that your\n instinctive reactions are the correct ones and that you make the\n right decision quickly enough. Most of these surprises are focused on\n varying simulated equipment failures.</p>\n <p>The third dive\n further increases depth and the complexity of the surprises we throw\n at you, with narcosis playing a part we want you see you continue\n making the right decisions, staying aware and responding promptly\n when problems arise. By the end of this dive you should also have a\n very accurate idea of your surface air consumption rate for both the\n working part of the dive and during deco.</p>\n <p>Training dive for\n will take you deeper than you have ever gone before. Using two gases\n we will dive to 45m/145ft and perform a full decompression dive\n switching gases for conservatism. This dive is usually made at the\n point of the island where we will explore a deep ledge that is well\n known for hammerhead sightings.\n </p>\n <p>\n <B>Tec\n 45 Diver Course Key Dive Standards</B>\n </p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 45 Training Dive One</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Confined\n water or limited open water with ready access to water shallow\n enough to stand up in.</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 2.5 metres/8 feet</B></p>\n\n <p><B>Maximum\n 10 metres/30 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>No\n stop only</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx </B>\n </p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>6:1,\n 8:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n <p><BR>\n </p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 45 Training Dive Two</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Open\n water</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 12 metres/40 feet</B></p>\n\n <p><B>Maximum:\n 18 metres/60 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>No\n stop only</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx up to EANx50</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>4:1,\n 6:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n <p><BR>\n </p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 45 Training Dive Three</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Open\n water</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 18 metres/60 feet</B></p>\n\n <p><B>Maximum:\n 30 metres/100 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>No\n stop only</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx or oxygen</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>4:1,\n 6:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n <p><BR>\n </p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 45 Training Dive Four</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Open\n water</B></p>\n\n <p><BR>\n </p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 27 metres/90 feet</B></p>\n\n <p><B>Maximum:\n 45 metres/145 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Single\n gas decompression, gas switch for conservatism</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx or oxygen</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>3:1,\n 4:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n"}},
867
+ :keywords=>"DSAT TEC 45"}}).id
868
+ tec_50=Course.create({:type=>"TecCourse",
869
+ :priority=>39,
870
+ :duration=>nil,
871
+ :materials=>"Manual",
872
+ :course_price=>400,
873
+ :materials_price=>0,
874
+ :application_price=>0,
875
+ :dependent_ids=>
876
+ [open_water,enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver,tec_40,tec_45],
877
+ :name=>"Tec 50",
878
+ :index_attributes=>
879
+ {:page_description=>"Small Business Development - DSAT TEC 50",
880
+ :photos_attributes=>{},
881
+ :page_title=>"Small Business Development - DSAT TEC 50",
882
+ :name=>"tec_50",
883
+ :title=>"tec_50",
884
+ :texts_attributes=>
885
+ {658=>
886
+ {:priority=>nil,
887
+ :content=>
888
+ " <h3>Tec 50</h3>\n <p>Tec 50 continues\n building upon the skills learned in the Tec 40 and Tec 45 skills, in\n this course you will be handling more equipment and going even\n deeper. As with the previous two courses we start in shallow water,\n reacquainting you with Tec diving if it has been a while since your\n last dive and then introducing the skills needed to handle two deco\n gases rather than the one you will have been using to date.</p>\n <p>Dive one will be\n at a shallow open water dive site, we will be working on the\n weighting adjustments that are likely to be required for you to carry\n two deco cylinders and control your buoyancy throughout the dive as\n you slowly use the gases in the cylinder. Cylinders become gradually\n more buoyant as you breathe the gas, so the more tanks you take, the\n greater the change in your buoyancy profile as the dive progresses,\n learning to deal with these changes is a key focus in dive one of the\n Tec 50 course. This becomes increasingly difficult when donning and\n staging the tanks underwater and at the surface.</p>\n <p>Dive two will\n continue testing your ability to handle multiple cylinders and start\n dealing with more surprises based on realistic equipment failures.\n We also starting working on sending emergency signals to the surface,\n and planning realistic missions because diving deep for the hell of\n it isn’t a good enough reason!</p>\n <p>Dives three and\n four are where the drills and games end and we move into full\n accelerated deco dives to a depth of 50m/165ft. By this stage your\n skills, awareness and reactions have been honed enough to handle\n demanding deep dives. Typically we will do at least one if not both\n these dives around the deep Josie J wreck. With enough bottom time to\n enjoy a good tour of the wreck and surrounding deep walls, the deco\n obligations will be a challenge you are ready for.</p>\n <p>\n <p>\n <B>Tec\n 50 Diver Course Key Dive Standards</B>\n </p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 50 Training Dive One</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Confined\n water or limited open water with ready access to water shallow\n enough to stand up in.</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 2.5 metres/8 feet</B></p>\n\n <p><B>Maximum\n 10 metres/30 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>No\n stop only, five stop simulated decompression</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx </B>\n </p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>6:1,\n 8:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n <p><BR>\n </p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 50 Training Dive Two</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Open\n water</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 12 metres/40 feet</B></p>\n\n <p><B>Maximum:\n 24 metres/80 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>No\n stop only, 30 minutes simulated decompression</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx </B>\n </p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>4:1,\n 6:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n <p><BR>\n </p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 50 Training Dive Three</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Open\n water</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 30 metres/100 feet</B></p>\n\n <p><B>Maximum:\n 50 metres/165 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Decompression\n dive with two decompression gases</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx or oxygen</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>3:1,\n 4:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n <p><BR>\n </p>\n <TABLE WIDTH=725 BORDER=0 CELLPADDING=8 CELLSPACING=0>\n <COL WIDTH=346>\n <COL WIDTH=346>\n <TR>\n <TD COLSPAN=2 WIDTH=709 VALIGN=TOP>\n <p><B>Tec\n 50 Training Dive Four</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Environment:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Open\n water</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Depths:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Minimum:\n 30 metres/100 feet</B></p>\n\n <p><B>Maximum:\n 50 metres/165 feet</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Decompression:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>Decompression\n dive with two decompression gases</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Gases:\n </p>\n </TD>\n <TD WIDTH=346>\n <p><B>Air,\n EANx or oxygen. Trimix permitted within limited conditions.</B></p>\n </TD>\n </TR>\n <TR VALIGN=TOP>\n <TD WIDTH=346>\n <p>Ratios:</p>\n </TD>\n <TD WIDTH=346>\n <p><B>3:1,\n 4:1 with one or more certified assistants</B></p>\n </TD>\n </TR>\n </TABLE>\n"}},
889
+ :keywords=>"DSAT TEC 50"}}).id
890
+ tec_65=Course.create({:type=>"TecCourse",
891
+ :priority=>40,
892
+ :duration=>nil,
893
+ :materials=>"Manual",
894
+ :course_price=>600,
895
+ :materials_price=>50,
896
+ :application_price=>0,
897
+ :dependent_ids=>
898
+ [open_water,enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver,tec_40,tec_45,tec_50],
899
+ :name=>"Tec 65",
900
+ :index_attributes=>
901
+ {:page_description=>nil,
902
+ :photos_attributes=>{},
903
+ :page_title=>nil,
904
+ :name=>nil,
905
+ :title=>nil,
906
+ :texts_attributes=>{},
907
+ :keywords=>nil}}).id
908
+ tec_trimix=Course.create({:type=>"TecCourse",
909
+ :priority=>41,
910
+ :duration=>nil,
911
+ :materials=>"Manual",
912
+ :course_price=>600,
913
+ :materials_price=>0,
914
+ :application_price=>0,
915
+ :dependent_ids=>
916
+ [open_water,
917
+ enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver,tec_40,tec_45,tec_50,tec_65],
918
+ :name=>"Tec Trimix",
919
+ :index_attributes=>
920
+ {:page_description=>nil,
921
+ :photos_attributes=>{},
922
+ :page_title=>nil,
923
+ :name=>nil,
924
+ :title=>nil,
925
+ :texts_attributes=>{},
926
+ :keywords=>nil}}).id
927
+ tec_instructor=Course.create({:type=>"ProTecCourse",
928
+ :priority=>42,
929
+ :duration=>nil,
930
+ :materials=>"Manual",
931
+ :course_price=>400,
932
+ :materials_price=>150,
933
+ :application_price=>0,
934
+ :dependent_ids=>
935
+ [open_water,
936
+ enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor,enriched_air_nitrox_instructor,deep_instructor,tec_40,tec_45],
937
+ :name=>"Tec Instructor",
938
+ :index_attributes=>
939
+ {:page_description=>nil,
940
+ :photos_attributes=>{},
941
+ :page_title=>nil,
942
+ :name=>nil,
943
+ :title=>nil,
944
+ :texts_attributes=>{},
945
+ :keywords=>nil}}).id
946
+ tec_deep_instructor=Course.create({:type=>"ProTecCourse",
947
+ :priority=>43,
948
+ :duration=>nil,
949
+ :materials=>"Manual",
950
+ :course_price=>400,
951
+ :materials_price=>0,
952
+ :application_price=>0,
953
+ :dependent_ids=>
954
+ [open_water,enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor,enriched_air_nitrox_instructor,deep_instructor,tec_40,tec_45,tec_50],
955
+ :name=>"Tec Deep Instructor",
956
+ :index_attributes=>
957
+ {:page_description=>nil,
958
+ :photos_attributes=>{},
959
+ :page_title=>nil,
960
+ :name=>nil,
961
+ :title=>nil,
962
+ :texts_attributes=>{},
963
+ :keywords=>nil}}).id
964
+ tec_trimix_instructor=Course.create({:type=>"ProTecCourse",
965
+ :priority=>44,
966
+ :duration=>nil,
967
+ :materials=>"Manual",
968
+ :course_price=>400,
969
+ :materials_price=>150,
970
+ :application_price=>0,
971
+ :dependent_ids=>
972
+ [open_water,enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver,divemaster,open_water_scuba_instructor,enriched_air_nitrox_instructor,deep_instructor,tec_40,tec_45,tec_50,tec_65,tec_trimix,tec_deep_instructor],
973
+ :name=>"Tec Trimix Instructor",
974
+ :index_attributes=>
975
+ {:page_description=>nil,
976
+ :photos_attributes=>{},
977
+ :page_title=>nil,
978
+ :name=>nil,
979
+ :title=>nil,
980
+ :texts_attributes=>{},
981
+ :keywords=>nil}}).id
982
+ discover_scuba_diving=Course.create({:type=>"RecCourse",
983
+ :priority=>46,
984
+ :duration=>" 1 day",
985
+ :materials=>"",
986
+ :course_price=>100,
987
+ :materials_price=>0,
988
+ :application_price=>0,
989
+ :dependent_ids=>[],
990
+ :name=>"Discover Scuba Diving",
991
+ :index_attributes=>
992
+ {:page_description=>nil,
993
+ :photos_attributes=>
994
+ {396=>
995
+ {:priority=>nil,
996
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/396/original_open-uri20110829-4-15aoz35-0.."),
997
+ :klass=>"left",
998
+ :name=>"Discover Scuba Diving"}},
999
+ :page_title=>"PADI Courses: Discover Scuba Diving",
1000
+ :name=>"discover_scuba_diving",
1001
+ :title=>"discover_scuba_diving",
1002
+ :texts_attributes=>
1003
+ {660=>
1004
+ {:priority=>2,
1005
+ :content=>"<h3>Pre Requisites</h3>Age 10<br /> good physical health"},
1006
+ 659=>
1007
+ {:priority=>1,
1008
+ :content=>
1009
+ "Experience the fun of scuba diving without taking the full certification course! The PADI Discover Scuba Diving program gives you a safe and exciting introduction to the underwater world of scuba diving.\r<br />\r<br /><b>Why PADI Discover Scuba Diving?</b><br />If you've never considered taking a peek into the exciting world beneath the waves, think again. The PADI Discover Scuba Diving program offers you the chance of a lifetime: a safe, fun, and easy way to try out scuba diving for the first time. All that is required is a day of your time and an eagerness to explore!\r<br />\r<br /><b>What do I need to start?</b><br />Virtually anyone who is age ten or older, in good health, reasonably fit, and comfortable in the water can try out PADI Discover Scuba Diving. Just bring your smiling face and we'll show you the rest.\r<br />\r<br /><b>What will I do?</b><br />After a brief orientation to the principles of scuba diving, you will get to take your first breaths underwater in shallow water. Working with your PADI professional, you will learn a few basic skills necessary for diving safety and comfort. Of course, the best part comes when you head to the reef for a fun and fish-filled scuba dive to a maximum depth of 12 meters/40 feet.\r<br />\r<br /><b>How long will it take?</b><br />As an introductory experience, the PADI Discover Scuba Diving program can be completed in less than a day, and we can start you on almost any given day. Walk in, sign up, and get started today!\r<br />\r<br /><b>What do I earn at the end?</b><br />While the PADI Discover Scuba Diver program is <i>not</i> a certification program, you can count your experience toward the first part of your PADI Open Water Diver certification. Ask your instructor upon the course completion about how to receive credit.\r<br />\r<br /><b>Where can I go from here?</b><br />Get certified! The PADI Open Water Diver course is your ticket towards making scuba diving a part of your life. You can also make uncertified open water dives under the direct supervision of an instructor for just $50 per dive.\r<br />"}},
1010
+ :keywords=>
1011
+ "roatan, diveshop, diving, padi, course, Discover Scuba Diving"}}).id
1012
+ tec_deep=Course.create({:type=>"RandomCourse",
1013
+ :priority=>95,
1014
+ :duration=>" 12 days",
1015
+ :materials=>"Manual",
1016
+ :course_price=>1200,
1017
+ :materials_price=>50,
1018
+ :application_price=>0,
1019
+ :dependent_ids=>
1020
+ [open_water,enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver,divemaster],
1021
+ :name=>"Tec Deep",
1022
+ :index_attributes=>
1023
+ {:page_description=>nil,
1024
+ :photos_attributes=>
1025
+ {397=>
1026
+ {:priority=>nil,
1027
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/397/original_open-uri20110829-4-1ndp92k-0.."),
1028
+ :klass=>"left",
1029
+ :name=>"Dsat Tec Deep"}},
1030
+ :page_title=>"PADI Courses: Dsat Tec Deep",
1031
+ :name=>"dsat_tec_deep",
1032
+ :title=>"dsat_tec_deep",
1033
+ :texts_attributes=>
1034
+ {661=>
1035
+ {:priority=>1,
1036
+ :content=>
1037
+ "<b>Why DSAT Tec Deep Diver?</b>\r<br />For serious divers looking to explore the Roatan’s reef to depths and times beyond the recreation limits, DSAT Tec Deep prepares you to make gas-switch, extended no-stop dives, decompression stop dives, and accelerated decompression dives using air, enriched air and pure oxygen to 50m/165ft. Be among the first to safely explore the secrets of Roatan’s deep coral walls.\r<br />\r<br /><b>What will I do?</b>\r<br />In addition to the training covered in the DSAT Tec Apprentice Course, you will learn the techniques and planning necessary to make decompression stop dives down to 50m/165ft. Over the course of an additional five training dives atop the seven required from DSAT Tec Apprentice, you will practice accelerated decompression stops using air, enriched air, and pure oxygen.\r<br />\r<br />The DSAT Tec Deep course includes all the training required for DSAT Tec Apprentice. The cost of both Tec Apprentice and Tec Deep is included in the course price for Tec Deep. If you are already certified as a Tec Apprentice Diver, contact us for your pricing.\r<br />\r<br /><b>How long does it take?</b>\r<br />The DSAT Tec Deep course generally takes 12 days to complete, including the 6 days of training required for DSAT Tec Apprentice.\r<br />\r<br /><b>What do I earn?</b>\r<br />You will be certified as a DSAT Tec Deep Diver, which allows you to make gas-switch, extended no-stop dives, decompression stop dives, and accelerated decompression dives using air, enriched air and pure oxygen to 50m/165ft\r<br />\r<br /><b>Where can I go from here?</b>\r<br />Deeper! The DSAT Tec Trimix course applies the skills and knowledge learned in DSAT Tec Deep to diving on Trimix gas, which, by diluting enriched air with helium, enables you to explore the abyss at 75m/245ft and beyond. The DSAT Tec Trimix course can be taken as a package with the DSAT Tec Deep course for a total price of $2500 for both courses.\r<br />"},
1038
+ 662=>
1039
+ {:priority=>2,
1040
+ :content=>
1041
+ "<h3>Pre Requisites</h3>PADI Advanced Open Water<br /> PADI Rescue Diver; PADI Enriched Air Nitrox Diver<br /> PADI Deep Diver<br /> 18 years old<br /> 100 logged dives<br /> 20 logged dives on EANx<br /> 25 logged dives deeper than 18m/60ft<br /> 15 logged dives deeper than 30m/100ft<br /> physical fitness to support 50kg/110lbs of equipment"}},
1042
+ :keywords=>"roatan, diveshop, diving, padi, course, DSAT Tec Deep"}}).id
1043
+ discover_tec=Course.create({:type=>"RecCourse",
1044
+ :priority=>97,
1045
+ :duration=>" 1 day",
1046
+ :materials=>"Manual",
1047
+ :course_price=>180,
1048
+ :materials_price=>20,
1049
+ :application_price=>0,
1050
+ :dependent_ids=>
1051
+ [open_water,enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver],
1052
+ :name=>"Discover Tec",
1053
+ :index_attributes=>
1054
+ {:page_description=>nil,
1055
+ :photos_attributes=>
1056
+ {399=>
1057
+ {:priority=>nil,
1058
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/399/original_open-uri20110829-4-1z0v9se-0.."),
1059
+ :klass=>"left",
1060
+ :name=>"Discover Tec Diving"}},
1061
+ :page_title=>"PADI Courses: Discover Tec Diving",
1062
+ :name=>"discover_tec_diving",
1063
+ :title=>"discover_tec_diving",
1064
+ :texts_attributes=>
1065
+ {665=>
1066
+ {:priority=>1,
1067
+ :content=>
1068
+ "<b>Free for PADI Pros!</b> <br /> <br />Discover the excitement of tec diving! Learn the standard tec rig set-up, don a set of doubles, practice long-hose gas sharing, hover wearing stage bottles. Find out how to safely dive longer and deeper. <br /> <br /><b>Why Discover Tec Diving?</b><br /> <br />Discover Tec Diving is the perfect way to experience the challenge and excitement of diving on tec gear in the safety of confined water. Whether you are looking to start you tec training or just curious as to how it feels to dive with doubles, this is the course for you! <br /> <br /><b>What do I need to start?</b><br />You need to be 18 years old, certified as at least a PADI Open Water Diver (or another qualifying certification), and have at least 10 logged dives to participate. <br /> <br /><b>What will I do?</b><br />You will be introduced to standard tec rig set-up, don a set of doubles, and head into the shallows with your instructor. In the safety of Half Moon Bay, you will practice adjusting for neutral buoyancy and swimming in the full rig. You will also be introduced to long-hose gas sharing, decompression bottle staging, and emergency gas shutdown drills. <br /> <br /><b>How long will it take?</b><br />The Discover Tec Diving experience takes one day to complete. <br /> <br /><b>What do I earn at the end?</b><br />The Discover Tec Diving course can be credited towards the first training dive of your Tec Apprentice and Tec Deep training. <br /> <br /><b>Where can I go from here?</b><br />Continue your tec training with the DSAT Tec Apprentice course, where you will greatly expand your knowledge of tec diving and refine your skills in preparation for gas-switch extended no-stop diving."},
1069
+ 666=>
1070
+ {:priority=>2,
1071
+ :content=>
1072
+ "<h3>Pre Requisites</h3>PADI Open Water Diver (or other qualifying certification)<br /> 10 logged dives<br /> 18 years old"}},
1073
+ :keywords=>
1074
+ "roatan, diveshop, diving, padi, course, Discover Tec Diving"}}).id
1075
+
1076
+ tec_apprentice=Course.create({:type=>"TecCourse",
1077
+ :priority=>1,
1078
+ :duration=>" 6 days",
1079
+ :materials=>"Manual",
1080
+ :course_price=>180,
1081
+ :materials_price=>20,
1082
+ :application_price=>0,
1083
+ :dependent_ids=>
1084
+ [open_water,enriched_air_nitrox,advanced_open_water,deep,emergency_first_responder,rescue_diver],
1085
+ :name=>"Tec Apprentice",
1086
+ :index_attributes=>
1087
+ {:page_description=>nil,
1088
+ :photos_attributes=>
1089
+ {398=>
1090
+ {:priority=>nil,
1091
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/398/original_open-uri20110829-4-208cfx-0.."),
1092
+ :klass=>"left",
1093
+ :name=>"Dsat Tec Apprentice"}},
1094
+ :page_title=>"PADI Courses: Dsat Tec Apprentice",
1095
+ :name=>"dsat_tec_apprentice",
1096
+ :title=>"dsat_tec_apprentice",
1097
+ :texts_attributes=>
1098
+ {663=>
1099
+ {:priority=>1,
1100
+ :content=>
1101
+ "<b>Why DSAT Tec Apprentice?</b>\n<br />For divers looking to take on the challenge of tec diving but missing the experience requirements for DSAT Tec Deep, the Tec Apprentice course develops the skills essential and knowledge essential to tec diving and enables you to make gas-switch, extended no-stop dives to 40m/130ft.\n<br />\n<br /><b>What will I do?</b>\n<br />After learning how to assemble, configure, and don the standard tec rig, you will begin a series of seven training dives to develop the motor skills and knowledge necessary for tec diving. After learning how to assemble, configure, and don the standard tec rig, you will rehearse emergency skills such as long-hose sharing and gas-shutdown drills. You will also learn the how to plan dives based on your surface air consumption (SAC) rate, make use of NOTOX enriched air gas switches to extend your bottom time, and prepare for foreseeable hazards, risks, and limits inherent in tec diving.\n<br />\n<br />In the end, you will be able to make gas-switch, extended no-stop dives to 40m/130ft using enriched air mixes as high as EANx60 on the standard tec rig.\n<br />\n<br /><b>How long does it take?</b>\n<br />DSAT Tec Apprentice generally takes six days to finish the seven open water training dives and the four knowledge development chapters.\n<br />\n<br /><b>What do I earn?</b>\n<br />You will earn your DSAT Tec Apprentice certification, which enables you to make gas-switch etended no-stop dives to 40m/130ft using enriched air up to EANx60 on the standard tec rig.\n<br />\n<br /><b>Where can I go from here?</b>\n<br />After gaining the prerequisite experience, you can complete the final five dives of your DSAT Tec Deep Diver certification, which trains you for the risks, planning, and procedures involved in decompression diving.\n<br />"},
1102
+ 664=>
1103
+ {:priority=>2,
1104
+ :content=>
1105
+ "<h3>Pre Requisites</h3>PADI Advanced Open Water<br /> PADI Enriched Air Nitrox Diver<br /> PADI Deep Diver<br /> 18 years old<br /> 50 logged dives<br /> 10 dives on EANx<br /> 12 dives deeper than 18m/60ft<br /> 6 dives deeper than 30m/100ft<br /> physical fitness to support 50kg/110lbs of equipment"}},
1106
+ :keywords=>
1107
+ "roatan, diveshop, diving, padi, course, DSAT Tec Apprentice"}}).id
1108
+ assistant_instructor=Course.create({:type=>"ProCourse",
1109
+ :priority=>1,
1110
+ :duration=>" 4-5 days",
1111
+ :materials=>"Manual",
1112
+ :course_price=>180,
1113
+ :materials_price=>20,
1114
+ :application_price=>0,
1115
+ :dependent_ids=>
1116
+ [open_water,
1117
+ advanced_open_water,emergency_first_responder,rescue_diver,divemaster],
1118
+ :name=>"Assistant Instructor",
1119
+ :index_attributes=>
1120
+ {:page_description=>nil,
1121
+ :photos_attributes=>
1122
+ {400=>
1123
+ {:priority=>nil,
1124
+ :asset=> open("http://s3.amazonaws.com/small-biz-dev/photos/production/400/original_open-uri20110829-4-13enfb9-0.."),
1125
+ :klass=>"left",
1126
+ :name=>"Assistant Instructor"}},
1127
+ :page_title=>"PADI Courses: Assistant Instructor",
1128
+ :name=>"assistant_instructor",
1129
+ :title=>"assistant_instructor",
1130
+ :texts_attributes=>
1131
+ {667=>
1132
+ {:priority=>1,
1133
+ :content=>
1134
+ "Assistant Instructor develops the teaching skills that a PADI Instructor needs. The course spans the first few days of the IDC and addresses classroom teaching, confined water teaching and open water teaching. AIs are qualified to assist Instructors in a few more areas than Divemasters, including independently teaching knowledge development sections of the Open Water Course.<br />\n<br /><b>Why PADI Assistant Instructor?</b>\n<br />The PADI Assistant Instructor course qualifies you to assist PADI Open Water Scuba Instructors. AIs are qualified to independently teach the knowledge development portions of the PADI Open Water Course and assess student performance of surface skills.\n<br />\n<br /><b>What do I need to start?</b>\n<br />You must be at least 18 years old, have at least 60 logged dives, have a physician-signed medical clearance, be certified as a PADI Divemaster (or qualifying certification from another organization).\n<br />\n<br /><b>What will I do?</b>\n<br />The PADI Assistant Instructor course covers the first four days of PADI Instructor Development Course. AIs learn how to deliver classroom-based knowledge development presentations, conduct confined water training, and instruct in the open water environment. In additional, AIs learn the fundamentals behind the business of diving, the law and diving, and how to deal with children in the dive environment.\n<br />\n<br /><b>How long will it take?</b>\n<br />The PADI Assistant Instructor course requires 4-5 days to complete as the first part of the PADI Instructor Development Course.\n<br />\n<br /><b>What do I earn at the end?</b>\n<br />Once your program requirements are met and you have at least 60 logged dives, you are eligible to apply for PADI Assistant Instructor status. As a PADI Assistant Instructor, you are qualified conduct all aspects of a PADI Divemaster in addition to assisting Instructors in a few more areas than Divemasters, including independently teaching knowledge development sections of the Open Water Course.\n<br />\n<br /><b>Where can I go from here?</b>\n<br />The next step in your professional diving career is to complete the Open Water Scuba Instructor portion of Instructor Development Course (IDC) and pass the two-day Instructor Examination (IE).\n"},
1135
+ 668=>
1136
+ {:priority=>2,
1137
+ :content=>
1138
+ "<h3>Pre Requisites</h3>Age 18<br /> PADI Divemaster (or other qualifying certification)<br /> 60 logged dives<br /> good physical shape"}},
1139
+ :keywords=>
1140
+ "roatan, diveshop, diving, padi, course, Assistant Instructor"}}).id
@@ -1,3 +1,3 @@
1
1
  module Sbdevpadi
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbdevpadi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-08-31 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sbdevcore
16
- requirement: &2156355900 !ruby/object:Gem::Requirement
16
+ requirement: &2160368080 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156355900
24
+ version_requirements: *2160368080
25
25
  description: Sbdev Padi
26
26
  email:
27
27
  - aosalias@gmail.com