\n"; foreach($files as $file) { $name=strip_ext("$file"); print "\n
  • $name
  • "; } print "\n\n"; } } // SJW 2014.02.09 // Sanitize form data (for membership form, or in general) function qufa_sanitize_form_data($form_data) { $sanitized_data = $form_data; $sanitized_data = trim($sanitized_data); $sanitized_data = strip_tags($sanitized_data); $sanitized_data = htmlentities($sanitized_data); $sanitized_data = filter_var($sanitized_data, FILTER_SANITIZE_STRING); return $sanitized_data; } // Sanitize an entire array function qufa_sanitize_form_data_array($form_data_array) { $sanitized_form_data_array = array(); foreach($form_data_array as $key => $value) { $sanitized_form_data_array[$key] = qufa_sanitize_form_data($value); } return $sanitized_form_data_array; } // Generate a random string for spam check function qufa_generate_random_string($str_length = -1) { $character_array = str_split("ABCDEFGHIJKLMNOPQURTUVWXYZabcdefghijklmnopqrstuvwxyz"); $character_array_size = count($character_array); $random_string_size = $str_length; $random_string = ''; shuffle($character_array); if (($random_string_size < 0) || ($random_string_size >= $character_array_size)) { $random_string_size = $character_array_size - 1; } $random_string = array_slice($character_array, 0, $random_string_size); return implode('', $random_string); } function qufa_check_spelling($phrase_to_check) { $phrase_array = explode(" ", $phrase_to_check); $pspell_link = pspell_new("en"); if (! $pspell_link) { return true; } $spelled_ok = 0; $spelled_wrong = 0; foreach ($phrase_array as $word) { if (pspell_check($pspell_link, $word)) { $spelled_ok++; } else { $spelled_wrong++; } } return ($spelled_ok > $spelled_wrong); } ?> QUFA - Changes to Immigration - Language testing now required for all Permanent Residence Applicants

    Changes to Immigration - Language testing now required for all Permanent Residence Applicants

    Friday, June 25, 2010

    On June 26th, 2010 Citizenship and Immigration Canada (CIC) announced amendments to the immigration procedures regarding Permanent Residence Applications under the Skilled Worker and Professionals Class and the Canadian Experience Class. These are the two classes new international faculty members at Queen's typically apply under to obtain their PR.

    Applications submitted before June 26th will not be subject to the new rules. All applicants must now provide results from an officially designated language testing agency. These results must be submitted with the application for PR, or it will not be processed. Previously, language ability could be proven via a written submission by the applicant. This is no longer acceptable. People whose first language is one of Canada's official languages must also undergo the test.

    IELTS is the only CIC-approved language testing agency in Ontario. Only IELTS test results are acceptable for immigration purposes.

    The test fee is $285, and the closest IELTS testing sites are Toronto and Ottawa. Times and dates can be accessed through the IELTS link on the Faculty Recruitment Site. The test takes an entire day and the only acceptable ID is a valid passport which must be presented prior to taking the test.

    Test results indicate that they are good for one year. However, according to information received from the Buffalo Visa Office, which processes in-Canada PR applications, CIC officers will accept IELTS language tests regardless of the date they were taken.

    Queen's employees who will be applying for PR can review the Faculty Recruitment web site for detailed information on these new rules.

    Elimination of the "University Professor" class does not affect Queen's international faculty recruitment Previously, the Skilled Worker Class was open to a category called "University Professors". This category has now been removed from the roster of skills and professions required in the Canadian labour market. However, this will not affect our new international faculty members as they come to Canada with "arranged employment".