cricos_scrape 2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. checksums.yaml +7 -0
  2. data/CONTRIBUTING.md +51 -0
  3. data/Gemfile +2 -0
  4. data/Gemfile.lock +64 -0
  5. data/LICENSE.md +22 -0
  6. data/Procfile +3 -0
  7. data/README.md +40 -0
  8. data/Rakefile +13 -0
  9. data/cricos_scrape.gemspec +31 -0
  10. data/lib/cricos_scrape/agent.rb +9 -0
  11. data/lib/cricos_scrape/bulk_import_courses.rb +31 -0
  12. data/lib/cricos_scrape/bulk_import_institutions.rb +31 -0
  13. data/lib/cricos_scrape/import_contacts.rb +22 -0
  14. data/lib/cricos_scrape/json_struct.rb +11 -0
  15. data/lib/cricos_scrape/version.rb +3 -0
  16. data/lib/cricos_scrape.rb +8 -0
  17. data/spec/contact_importer_spec.rb +76 -0
  18. data/spec/course_importer_spec.rb +71 -0
  19. data/spec/fixtures/contact_details_of_state_act_uri.html +546 -0
  20. data/spec/fixtures/contact_details_of_state_wa_uri.html +546 -0
  21. data/spec/fixtures/course_details_with_contact_officers_table_grid.html +467 -0
  22. data/spec/fixtures/course_details_without_pagination_uri.html +470 -0
  23. data/spec/fixtures/courses_list_by_location_id_uri.html +174 -0
  24. data/spec/fixtures/institution_details_with_pagination_location_page_1_uri.html +406 -0
  25. data/spec/fixtures/institution_details_with_pagination_location_page_2_uri.html +358 -0
  26. data/spec/fixtures/institution_details_with_po_box_postal_address.html +240 -0
  27. data/spec/fixtures/institution_details_with_trading_name.html +322 -0
  28. data/spec/fixtures/institution_details_without_locations_details_uri.html +151 -0
  29. data/spec/fixtures/institution_details_without_pagination_location_uri.html +299 -0
  30. data/spec/fixtures/not_found_course_details_uri.html +837 -0
  31. data/spec/fixtures/not_found_institution_details.html +36 -0
  32. data/spec/institution_importer_spec.rb +138 -0
  33. data/spec/spec_helper.rb +67 -0
  34. metadata +190 -0
@@ -0,0 +1,546 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
+ <head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>
4
+ CRICOS Contacts
5
+ </title><meta name="Title" content="The Australian Commonwealth Register of Institutions and Courses for Overseas Students (CRICOS)" /><meta name="Description" content="This is the official Australian Government website that lists all Australian education providers and registered courses for overseas students" /><meta name="Keywords" content="Australian Education providers,Course Search,Institution Search,CRICOS Contacts,Study In Australia,CRICOS, Commonwealth Register of Institutions and Courses for Overseas Students" />
6
+ <meta name="robots" content="noindex" />
7
+ <link href="../Common/Styles/Styles.css?v=20130114" rel="stylesheet" type="text/css" /><link type="text/css" href="../Common/Styles/jquery-ui-1.8.9.custom.css" rel="Stylesheet" />
8
+ <script type="text/javascript">
9
+
10
+ var _gaq = _gaq || [];
11
+ _gaq.push(['_setAccount', 'UA-42418309-1']);
12
+ _gaq.push(['_trackPageview']);
13
+
14
+ (function () {
15
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
16
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
17
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
18
+ })();
19
+ </script>
20
+ <link href="../App_Themes/Theme1/Theme1.css" type="text/css" rel="stylesheet" /><link href="/WebResource.axd?d=gRfIWAYAKStFuv250my4nnbU03FA868tvELi88Kbs87H6KrF08y-jrVXr5MDH5SXgngPbxjrji7x7ppcKlAGFxIxFHm0KD-71-bJqtI2YemUOlZQ0&amp;t=635375646640000000" type="text/css" rel="stylesheet" /></head>
21
+ <body>
22
+ <form method="post" action="CRICOSContacts.aspx?StateCode=WA" id="aspnetForm">
23
+ <div class="aspNetHidden">
24
+ <input type="hidden" name="ctl00_cphDefaultPage_tabContainer_ClientState" id="ctl00_cphDefaultPage_tabContainer_ClientState" value="{&quot;ActiveTabIndex&quot;:1,&quot;TabEnabledState&quot;:[true,true],&quot;TabWasLoadedOnceState&quot;:[false,false]}" />
25
+ <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
26
+ <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
27
+ <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTIxNDU0OTkyODRkGAIFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBSFjdGwwMCRjcGhEZWZhdWx0UGFnZSR0YWJDb250YWluZXIFIWN0bDAwJGNwaERlZmF1bHRQYWdlJHRhYkNvbnRhaW5lcg8PZAIBZA==" />
28
+ </div>
29
+
30
+ <script type="text/javascript">
31
+ //<![CDATA[
32
+ var theForm = document.forms['aspnetForm'];
33
+ if (!theForm) {
34
+ theForm = document.aspnetForm;
35
+ }
36
+ function __doPostBack(eventTarget, eventArgument) {
37
+ if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
38
+ theForm.__EVENTTARGET.value = eventTarget;
39
+ theForm.__EVENTARGUMENT.value = eventArgument;
40
+ theForm.submit();
41
+ }
42
+ }
43
+ //]]>
44
+ </script>
45
+
46
+
47
+ <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZKXb13Ai-C3xLAuRjAntVKr1ay1w0d8eD1ml3tVl9sUrzWACpQ2&amp;t=634773866700000000" type="text/javascript"></script>
48
+
49
+
50
+ <script src="../Common/ClientScript/jquery-1.9.1.min.js" type="text/javascript"></script>
51
+ <script src="../Common/ClientScript/jquery-ui-1.10.3.min.js" type="text/javascript"></script>
52
+ <script src="../Common/ClientScript/json.js" type="text/javascript"></script>
53
+ <script src="../Common/ClientScript/common.js" type="text/javascript"></script>
54
+ <script src="/ScriptResource.axd?d=qph9tUZ6hGPLbkznkRkqTbRNRCEAymCZ5hOwYZYDR0UwCXAqD5zBXrVsKVnk7lTxw1CAcGTrY19qqsiwqouqaoU4FUWPHdMZetetysSPxbVn1QpH0&amp;t=ffffffffdc32f924" type="text/javascript"></script>
55
+ <script src="/ScriptResource.axd?d=TvpD2YGOOsCm1yWcLkKnBYs9LjwccYFLM7eXTjm-Q7kkbkgYcHoslw8QWgDGZiPzvk38rzhhDvz-UVdfBs9h5-2aeU0thnEZnvpVv0QuP5m6tW1S0&amp;t=ffffffffdc32f924" type="text/javascript"></script>
56
+ <script src="/ScriptResource.axd?d=Ph9KYRob2cmMiWgs3oahYhbn6beasrlJJYD6dSdhacHntPy8T6ogSm-YNreeLYRP36kpBciMJ2xeiD1033qsUV9kUv2SU7LJInS-KzC9PRcf4v2-0&amp;t=ffffffffdc32f924" type="text/javascript"></script>
57
+ <script src="/ScriptResource.axd?d=SCktwi-Z1SFGgmHzICetrhLVE5NS4Ljg-lHZAl6EiTE9BnKIBLxED62DSVjeXoA_G36UmHkuU8WlaRGsv965_OyPprwHsvyrdeDfjbBfDiTAB1pmZxGj1LUhulQnXle3Cn3XIg2&amp;t=ffffffffdc32f924" type="text/javascript"></script>
58
+ <script src="/ScriptResource.axd?d=pGFtAY3nqtLVwRlvM9pkVk1JiijrFil8MVwDDYqjyWemyloHsj-xAhf-ArcL6GooTM4oJ8k6hW-O-r77h7TPkM78HdX1btZRMdPuN5sc6e08T2QN0&amp;t=ffffffffdc32f924" type="text/javascript"></script>
59
+ <script src="/ScriptResource.axd?d=redQsF7wEkgmMSvWolVslnoXw3xUJL-ZapbFpmAzlxc-SQgWs7wiHP4hJs-evWJWJ9WALe8WQajOyDwHGMXSqGBsEKBcisltibxCBJprLq4TKyLg-SgcOztDn-BjVfl7xHIuFw2&amp;t=ffffffffdc32f924" type="text/javascript"></script>
60
+ <script type="text/javascript">
61
+ //<![CDATA[
62
+ Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager', 'aspnetForm', [], [], [], 90, 'ctl00');
63
+ //]]>
64
+ </script>
65
+
66
+
67
+ <a id="top"></a>
68
+ <div>
69
+ <a id="skipNav" href="#Content" tabindex="1">Skip to main content</a>
70
+ </div>
71
+ <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="tblHeader" id="AutoNumber1">
72
+ <tr>
73
+ <td>
74
+ <img src="../images/Dept-Education_Inline_rev-optimal.png" alt="Australian Government - Department of Education" style="margin-left: 7px; margin-top: 7px; margin-bottom: 7px;" height="65" width="261" />
75
+ </td>
76
+ <td style="text-align:right;">
77
+ <a href="../default.aspx" style="border: 0">
78
+ <img src="../images/cricos.gif" alt="CRICOS - Commonwealth Register of Institutions and Courses for Overseas Students" style="border-style: none; margin: 0px 0px;" width="414" height="75" /></a>
79
+ </td>
80
+ </tr>
81
+ </table>
82
+ <div id="divMenu">
83
+ <ul>
84
+ <li><a href="../default.aspx">Home</a></li>
85
+ <li><a href="../Course/CourseSearch.aspx">Course Search</a></li>
86
+ <li><a href="../Institution/InstitutionSearch.aspx">Institution Search</a></li>
87
+ <li><a href="CRICOSContacts.aspx">CRICOS Contacts</a></li>
88
+ <li><a href="http://studyinaustralia.gov.au" target="_blank">Study In Australia</a></li>
89
+ </ul>
90
+ </div>
91
+
92
+ <div id="Content" tabindex="-1"></div>
93
+
94
+ <div id="contentBody">
95
+
96
+ <h1>CRICOS Contacts</h1>
97
+ <div id="ctl00_cphDefaultPage_tabContainer" class="TabStyle1" style="visibility:hidden;">
98
+ <div id="ctl00_cphDefaultPage_tabContainer_header" class="ajax__tab_header">
99
+ <span id="ctl00_cphDefaultPage_tabContainer_sheetList_tab"><span class="ajax__tab_outer"><span class="ajax__tab_inner"><a class="ajax__tab_tab" id="__tab_ctl00_cphDefaultPage_tabContainer_sheetList" href="#" style="text-decoration:none;"><span>CRICOS Contacts</span></a></span></span></span><span id="ctl00_cphDefaultPage_tabContainer_sheetDetails_tab"><span class="ajax__tab_outer"><span class="ajax__tab_inner"><a class="ajax__tab_tab" id="__tab_ctl00_cphDefaultPage_tabContainer_sheetDetails" href="#" style="text-decoration:none;"><span>Contact Details</span></a></span></span></span>
100
+ </div><div id="ctl00_cphDefaultPage_tabContainer_body" class="ajax__tab_body" style="height:100%;display:block;">
101
+ <div id="ctl00_cphDefaultPage_tabContainer_sheetList" id="ctl00_cphDefaultPage_tabContainer_sheetList" class="ajax__tab_panel" style="display:none;visibility:hidden;">
102
+
103
+
104
+ <div>
105
+ <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
106
+ <tr>
107
+ <td class="clsSmallText">
108
+ If you encounter a problem with:
109
+ </td>
110
+ </tr>
111
+ <tr>
112
+ <td>
113
+ <ul class="clsSmallText" style="list-style-type: lower-alpha;">
114
+ <li><strong>the general operation of this web site</strong> - please contact the <a href="mailto:prisms@education.gov.au">
115
+ Webmaster</a>; or</li>
116
+ <li><strong>the information displayed</strong> (eg missing contact officer names or incorrect
117
+ course<br />
118
+ information) - please provide details to the relevant state/territory contact below:
119
+ </li>
120
+ </ul>
121
+ </td>
122
+ </tr>
123
+ <tr>
124
+ <td>
125
+
126
+ <table role="presentation" cellspacing="0" cellpadding="0" width="90%" align="left" border="1" class="contactLists">
127
+ <tr class="contactsheading">
128
+ <td style="text-align: center; width: 15%">
129
+ State
130
+ </td>
131
+ <td style="width: 85%">
132
+ Type of Courses
133
+ </td>
134
+ </tr>
135
+
136
+ <tr>
137
+ <td class="contacts" style="text-align: center;">
138
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl01_viewContact" title="View State Contacts" href="CRICOSContacts.aspx?StateCode=ACT">ACT</a>
139
+ </td>
140
+ <td>
141
+ <table role="presentation" border="0" cellpadding="0" cellspacing="3">
142
+
143
+ <tr>
144
+ <td class="contacts">
145
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl01_rptCourseLists_ctl00_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=15652">School Courses (and ELICOS and Foundation Programs where delivered by a school)</a>
146
+ </td>
147
+ </tr>
148
+
149
+ <tr>
150
+ <td class="contacts">
151
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl01_rptCourseLists_ctl01_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=20815">Vocational Courses (and ELICOS courses offered by an RTO or remaining ‘stand-alone’ ELICOS provider)</a>
152
+ </td>
153
+ </tr>
154
+
155
+ <tr>
156
+ <td class="contacts">
157
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl01_rptCourseLists_ctl02_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21168">Higher Education Courses (and ELICOS and Foundation Programs where delivered in a pathway arrangement with a Higher Education Provider)</a>
158
+ </td>
159
+ </tr>
160
+
161
+ </table>
162
+ </td>
163
+ </tr>
164
+
165
+ <tr>
166
+ <td class="contacts" style="text-align: center;">
167
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl02_viewContact" title="View State Contacts" href="CRICOSContacts.aspx?StateCode=NSW">NSW</a>
168
+ </td>
169
+ <td>
170
+ <table role="presentation" border="0" cellpadding="0" cellspacing="3">
171
+
172
+ <tr>
173
+ <td class="contacts">
174
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl02_rptCourseLists_ctl00_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=20816">Vocational Courses (and ELICOS courses offered by an RTO or remaining ‘stand-alone’ ELICOS provider)</a>
175
+ </td>
176
+ </tr>
177
+
178
+ <tr>
179
+ <td class="contacts">
180
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl02_rptCourseLists_ctl01_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=20820">School Courses (and ELICOS and Foundation Programs where delivered by a school)</a>
181
+ </td>
182
+ </tr>
183
+
184
+ <tr>
185
+ <td class="contacts">
186
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl02_rptCourseLists_ctl02_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21169">Higher Education Courses (and ELICOS and Foundation Programs where delivered in a pathway arrangement with a Higher Education Provider)</a>
187
+ </td>
188
+ </tr>
189
+
190
+ </table>
191
+ </td>
192
+ </tr>
193
+
194
+ <tr>
195
+ <td class="contacts" style="text-align: center;">
196
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl03_viewContact" title="View State Contacts" href="CRICOSContacts.aspx?StateCode=NT">NT</a>
197
+ </td>
198
+ <td>
199
+ <table role="presentation" border="0" cellpadding="0" cellspacing="3">
200
+
201
+ <tr>
202
+ <td class="contacts">
203
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl03_rptCourseLists_ctl00_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=20817">Vocational Courses (and ELICOS courses offered by an RTO or remaining ‘stand-alone’ ELICOS provider)</a>
204
+ </td>
205
+ </tr>
206
+
207
+ <tr>
208
+ <td class="contacts">
209
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl03_rptCourseLists_ctl01_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=15656">School Courses (and ELICOS and Foundation Programs where delivered by a school)</a>
210
+ </td>
211
+ </tr>
212
+
213
+ <tr>
214
+ <td class="contacts">
215
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl03_rptCourseLists_ctl02_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21170">Higher Education Courses (and ELICOS and Foundation Programs where delivered in a pathway arrangement with a Higher Education Provider)</a>
216
+ </td>
217
+ </tr>
218
+
219
+ </table>
220
+ </td>
221
+ </tr>
222
+
223
+ <tr>
224
+ <td class="contacts" style="text-align: center;">
225
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl04_viewContact" title="View State Contacts" href="CRICOSContacts.aspx?StateCode=QLD">QLD</a>
226
+ </td>
227
+ <td>
228
+ <table role="presentation" border="0" cellpadding="0" cellspacing="3">
229
+
230
+ <tr>
231
+ <td class="contacts">
232
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl04_rptCourseLists_ctl00_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21165">Vocational Courses (and ELICOS courses offered by an RTO or remaining ‘stand-alone’ ELICOS provider)</a>
233
+ </td>
234
+ </tr>
235
+
236
+ <tr>
237
+ <td class="contacts">
238
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl04_rptCourseLists_ctl01_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=15657">School courses (including ELICOS and Foundation Programs delivered by a school)</a>
239
+ </td>
240
+ </tr>
241
+
242
+ <tr>
243
+ <td class="contacts">
244
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl04_rptCourseLists_ctl02_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21171">Higher Education Courses (and ELICOS and Foundation Programs where delivered in a pathway arrangement with a Higher Education Provider)</a>
245
+ </td>
246
+ </tr>
247
+
248
+ </table>
249
+ </td>
250
+ </tr>
251
+
252
+ <tr>
253
+ <td class="contacts" style="text-align: center;">
254
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl05_viewContact" title="View State Contacts" href="CRICOSContacts.aspx?StateCode=SA">SA</a>
255
+ </td>
256
+ <td>
257
+ <table role="presentation" border="0" cellpadding="0" cellspacing="3">
258
+
259
+ <tr>
260
+ <td class="contacts">
261
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl05_rptCourseLists_ctl00_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21393">Vocational Courses (and ELICOS courses offered by an RTO or remaining ‘stand-alone’ ELICOS provider)</a>
262
+ </td>
263
+ </tr>
264
+
265
+ <tr>
266
+ <td class="contacts">
267
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl05_rptCourseLists_ctl01_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21163">Schools Courses (and ELICOS and Foundation Programs delivered by a school)</a>
268
+ </td>
269
+ </tr>
270
+
271
+ <tr>
272
+ <td class="contacts">
273
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl05_rptCourseLists_ctl02_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21172">Higher Education Courses (and ELICOS and Foundation Programs where delivered in a pathway arrangement with a Higher Education Provider)</a>
274
+ </td>
275
+ </tr>
276
+
277
+ </table>
278
+ </td>
279
+ </tr>
280
+
281
+ <tr>
282
+ <td class="contacts" style="text-align: center;">
283
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl06_viewContact" title="View State Contacts" href="CRICOSContacts.aspx?StateCode=TAS">TAS</a>
284
+ </td>
285
+ <td>
286
+ <table role="presentation" border="0" cellpadding="0" cellspacing="3">
287
+
288
+ <tr>
289
+ <td class="contacts">
290
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl06_rptCourseLists_ctl00_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21314">Vocational Courses (and ELICOS courses offered by an RTO or remaining ‘stand-alone’ ELICOS provider)</a>
291
+ </td>
292
+ </tr>
293
+
294
+ <tr>
295
+ <td class="contacts">
296
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl06_rptCourseLists_ctl01_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21175">School Courses (and ELICOS and Foundation Programs delivered by a school)</a>
297
+ </td>
298
+ </tr>
299
+
300
+ <tr>
301
+ <td class="contacts">
302
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl06_rptCourseLists_ctl02_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21173">Higher Education Courses (and ELICOS and Foundation Programs where delivered in a pathway arrangement with a Higher Education Provider)</a>
303
+ </td>
304
+ </tr>
305
+
306
+ </table>
307
+ </td>
308
+ </tr>
309
+
310
+ <tr>
311
+ <td class="contacts" style="text-align: center;">
312
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl07_viewContact" title="View State Contacts" href="CRICOSContacts.aspx?StateCode=VIC">VIC</a>
313
+ </td>
314
+ <td>
315
+ <table role="presentation" border="0" cellpadding="0" cellspacing="3">
316
+
317
+ <tr>
318
+ <td class="contacts">
319
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl07_rptCourseLists_ctl00_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=20818">Vocational Courses (and ELICOS courses offered by an RTO or remaining ‘stand-alone’ ELICOS provider)</a>
320
+ </td>
321
+ </tr>
322
+
323
+ <tr>
324
+ <td class="contacts">
325
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl07_rptCourseLists_ctl01_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21160">Higher Education Courses (and ELICOS and Foundation Programs where delivered in a pathway arrangement with a Higher Education Provider)</a>
326
+ </td>
327
+ </tr>
328
+
329
+ <tr>
330
+ <td class="contacts">
331
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl07_rptCourseLists_ctl02_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=22056">School Courses (and ELICOS and Foundation Programs where delivered by a school)</a>
332
+ </td>
333
+ </tr>
334
+
335
+ </table>
336
+ </td>
337
+ </tr>
338
+
339
+ <tr>
340
+ <td class="contacts" style="text-align: center;">
341
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl08_viewContact" title="View State Contacts" href="CRICOSContacts.aspx?StateCode=WA">WA</a>
342
+ </td>
343
+ <td>
344
+ <table role="presentation" border="0" cellpadding="0" cellspacing="3">
345
+
346
+ <tr>
347
+ <td class="contacts">
348
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl08_rptCourseLists_ctl00_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=20819">Vocational Courses (and ELICOS courses offered by an RTO or remaining ‘stand-alone’ ELICOS provider)</a>
349
+ </td>
350
+ </tr>
351
+
352
+ <tr>
353
+ <td class="contacts">
354
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl08_rptCourseLists_ctl01_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=15664">School Courses (and ELICOS and Foundation Programs where delivered by a school)</a>
355
+ </td>
356
+ </tr>
357
+
358
+ <tr>
359
+ <td class="contacts">
360
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetList_cricosContactLists_rptContactLists_ctl08_rptCourseLists_ctl02_viewCourseContact" title="View Contact" href="CRICOSContacts.aspx?ContactID=21174">Higher Education Courses (and ELICOS and Foundation Programs where delivered in a pathway arrangement with a Higher Education Provider)</a>
361
+ </td>
362
+ </tr>
363
+
364
+ </table>
365
+ </td>
366
+ </tr>
367
+
368
+ </table>
369
+
370
+ </td>
371
+ </tr>
372
+ </table>
373
+ </div>
374
+
375
+
376
+ </div><div id="ctl00_cphDefaultPage_tabContainer_sheetDetails" id="ctl00_cphDefaultPage_tabContainer_sheetDetails" class="ajax__tab_panel">
377
+
378
+ <div id="ctl00_cphDefaultPage_tabContainer_sheetDetails_cricosContactDetails_pnlContactLists">
379
+
380
+ <table role="presentation" cellspacing="0" cellpadding="2" width="100%" border="0">
381
+ <tr>
382
+ <td style="width:30%">
383
+ <img id="ctl00_cphDefaultPage_tabContainer_sheetDetails_cricosContactDetails_imgMap" src="../Images/Maps/WA.gif" alt="WA" /></td>
384
+ <td style="width:70%"><strong>
385
+ <span id="ctl00_cphDefaultPage_tabContainer_sheetDetails_cricosContactDetails_lblStateNameAndCode">Western Australia ( WA ) CRICOS Contacts</span></strong></td>
386
+ </tr>
387
+
388
+ <tr>
389
+ <td colspan="2" class="clsHeading">Vocational Courses (and ELICOS courses offered by an RTO or remaining ‘stand-alone’ ELICOS provider)</td>
390
+ </tr>
391
+ <tr>
392
+ <td colspan="2">&nbsp;</td>
393
+ </tr>
394
+ <tr>
395
+ <td class="clsFormLabelLeft">Contact:</td>
396
+ <td >ASQA Info Line </td>
397
+ </tr>
398
+ <tr>
399
+ <td class="clsFormLabelLeft">Organisation:</td>
400
+ <td >Australian Skills Quality Authority</td>
401
+ </tr>
402
+ <tr>
403
+ <td class="clsFormLabelLeft">Postal Address:</td>
404
+ <td >PO Box 9928<br />Melbourne VIC 3001 </td>
405
+ </tr>
406
+ <tr>
407
+ <td class="clsFormLabelLeft">Telephone:</td>
408
+ <td >1300701801</td>
409
+ </tr>
410
+ <tr>
411
+ <td class="clsFormLabelLeft">Facsimile:</td>
412
+ <td ></td>
413
+ </tr>
414
+ <tr>
415
+ <td class="clsFormLabelLeft">E-Mail:</td>
416
+ <td >
417
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetDetails_cricosContactDetails_rptContactDetails_ctl00_hlkEmailAddress" href="mailto:enquiries@asqa.gov.au">enquiries@asqa.gov.au</a>
418
+ </td>
419
+ </tr>
420
+ <tr>
421
+ <td colspan="2">&nbsp;</td>
422
+ </tr>
423
+
424
+ <tr>
425
+ <td colspan="2" class="clsHeading">School Courses (and ELICOS and Foundation Programs where delivered by a school)</td>
426
+ </tr>
427
+ <tr>
428
+ <td colspan="2">&nbsp;</td>
429
+ </tr>
430
+ <tr>
431
+ <td class="clsFormLabelLeft">Contact:</td>
432
+ <td >Mr Steve Page Senior Registration and Policy Officer</td>
433
+ </tr>
434
+ <tr>
435
+ <td class="clsFormLabelLeft">Organisation:</td>
436
+ <td >Department of Education Services, Non-Government & International Education Directorate</td>
437
+ </tr>
438
+ <tr>
439
+ <td class="clsFormLabelLeft">Postal Address:</td>
440
+ <td >PO Box 1766<br />OSBORNE PARK WA 6916 </td>
441
+ </tr>
442
+ <tr>
443
+ <td class="clsFormLabelLeft">Telephone:</td>
444
+ <td >0894411962</td>
445
+ </tr>
446
+ <tr>
447
+ <td class="clsFormLabelLeft">Facsimile:</td>
448
+ <td >0894411901</td>
449
+ </tr>
450
+ <tr>
451
+ <td class="clsFormLabelLeft">E-Mail:</td>
452
+ <td >
453
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetDetails_cricosContactDetails_rptContactDetails_ctl01_hlkEmailAddress" href="mailto:ngs@des.wa.gov.au">ngs@des.wa.gov.au</a>
454
+ </td>
455
+ </tr>
456
+ <tr>
457
+ <td colspan="2">&nbsp;</td>
458
+ </tr>
459
+
460
+ <tr>
461
+ <td colspan="2" class="clsHeading">Higher Education Courses (and ELICOS and Foundation Programs where delivered in a pathway arrangement with a Higher Education Provider)</td>
462
+ </tr>
463
+ <tr>
464
+ <td colspan="2">&nbsp;</td>
465
+ </tr>
466
+ <tr>
467
+ <td class="clsFormLabelLeft">Contact:</td>
468
+ <td >Tertiary Education Quality and Standards Agency </td>
469
+ </tr>
470
+ <tr>
471
+ <td class="clsFormLabelLeft">Organisation:</td>
472
+ <td >Tertiary Education Quality and Standards Agency</td>
473
+ </tr>
474
+ <tr>
475
+ <td class="clsFormLabelLeft">Postal Address:</td>
476
+ <td >GPO Box 1672<br />Melbourne VIC 3001 </td>
477
+ </tr>
478
+ <tr>
479
+ <td class="clsFormLabelLeft">Telephone:</td>
480
+ <td >1300739585</td>
481
+ </tr>
482
+ <tr>
483
+ <td class="clsFormLabelLeft">Facsimile:</td>
484
+ <td >1300739586</td>
485
+ </tr>
486
+ <tr>
487
+ <td class="clsFormLabelLeft">E-Mail:</td>
488
+ <td >
489
+ <a id="ctl00_cphDefaultPage_tabContainer_sheetDetails_cricosContactDetails_rptContactDetails_ctl02_hlkEmailAddress" href="mailto:enquiries@teqsa.gov.au">enquiries@teqsa.gov.au</a>
490
+ </td>
491
+ </tr>
492
+ <tr>
493
+ <td colspan="2">&nbsp;</td>
494
+ </tr>
495
+ </table>
496
+
497
+ </div>
498
+
499
+
500
+
501
+ </div>
502
+ </div>
503
+ </div>
504
+
505
+ </div>
506
+ <hr style="border: 0; color: #d7e0f6; background-color: #d7e0f6;" />
507
+ <table role="presentation" border="0" cellpadding="10" cellspacing="0" style="border-collapse: collapse;"
508
+ width="100%" id="Table1">
509
+ <tr>
510
+ <td style="font-size: xx-small; color: #606060; cursor: default; line-height: 11px; text-align: center;">
511
+
512
+ <br />
513
+ <a href="http://education.gov.au" target="_blank">Department of Education</a> |
514
+ <a href="mailto:prisms@education.gov.au" target="_blank">Webmaster</a>
515
+ <br />
516
+ <a href="http://education.gov.au/copyright" target="_blank">Copyright &copy; Commonwealth of Australia</a>&nbsp;|
517
+ <a href="http://education.gov.au/privacy" target="_blank">Department of Education Web Site Privacy Statement</a>&nbsp;|
518
+ <a href="http://education.gov.au/disclaimer" target="_blank">Disclaimer</a>
519
+ </td>
520
+ <td style="text-align: left;">
521
+ <a href="#top">
522
+ <img src="../images/TopOfPage.gif" alt="Top" style="border-style: none;" width="27" height="23" />
523
+ </a>
524
+ </td>
525
+ </tr>
526
+ </table>
527
+ <input name="ctl00$tabState" type="hidden" id="ctl00_tabState" />
528
+
529
+
530
+ <script type="text/javascript">
531
+ //<![CDATA[
532
+ Sys.Application.add_init(function() {
533
+ $create(Sys.Extended.UI.TabPanel, {"headerTab":$get("__tab_ctl00_cphDefaultPage_tabContainer_sheetList"),"ownerID":"ctl00_cphDefaultPage_tabContainer","wasLoadedOnce":false}, null, {"owner":"ctl00_cphDefaultPage_tabContainer"}, $get("ctl00_cphDefaultPage_tabContainer_sheetList"));
534
+ });
535
+ Sys.Application.add_init(function() {
536
+ $create(Sys.Extended.UI.TabPanel, {"headerTab":$get("__tab_ctl00_cphDefaultPage_tabContainer_sheetDetails"),"ownerID":"ctl00_cphDefaultPage_tabContainer","wasLoadedOnce":false}, null, {"owner":"ctl00_cphDefaultPage_tabContainer"}, $get("ctl00_cphDefaultPage_tabContainer_sheetDetails"));
537
+ });
538
+ Sys.Application.add_init(function() {
539
+ $create(Sys.Extended.UI.TabContainer, {"activeTabIndex":1,"clientStateField":$get("ctl00_cphDefaultPage_tabContainer_ClientState"),"onDemand":false,"tabStripPlacement":0,"useVerticalStripPlacement":false}, null, null, $get("ctl00_cphDefaultPage_tabContainer"));
540
+ });
541
+ //]]>
542
+ </script>
543
+ </form>
544
+ <input type="button" id="btnDummy" name="btnDummy" value="Dummy" style="display: none" />
545
+ </body>
546
+ </html>