\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 - Queen's University: Unit Workload Standards

    Queen's University: Unit Workload Standards

    Each academic unit must have a workload standard that addresses all academic responsibilities of members, ensures equity in assigning these responsibilities, and ensures that Senate requirements regarding the academic program are met. The standard must be properly approved by both the members of the unit and the Dean. This provision and other details are found as Article 37 of the Faculty, Librarians and Archivists Collective Agreement 2005-2008.

    QUFA's hope is to provide you with access to the most up-to-date workload standards across campus. If you believe the workload standard on this website for your unit is out of date, please contact us to send us a copy of the current standard, or alert us and we will follow up.

    QUFA also hopes that your unit's standard addresses your unit's workload issues as well as possible. To that end, we have developed a list of issues that you might wish to consider in developing and updating your standards. This is a starting point only, not a comprehensive list, but it does include ideas from workload standards around the globe.

    To view your own unit's standard, please click on the unit name below. We are still hoping to get hold of and to post the standards of the units not yet included here.