\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 - The Seventh Annual QUFA Lecture on Academic Freedom

    The Seventh Annual QUFA Lecture on Academic Freedom

    
Cary Fraser
Department of History Pennsylvania State University
The Politics of Knowledge and the Responsibilities of Citizenship
Thursday 1 October 2009 3.00 p.m. - 4.30 p.m. Room 11, Dunning Hall

    THE GEORGE W. BUSH PRESIDENCY in the United States exposed serious flaws in the workings of American democracy at home and exacerbated a profound crisis of credibility for the reputation and image of America in the wider world. While it is certainly too early to offer a definitive assessment of the Bush presidency, it is perhaps timely to ask some questions about the context in American life that made such a profound disaster possible. For historians, the assessment of America during the Bush era poses a fundamental challenge: how did a society that had emerged as a global symbol of progress over the course of the twentieth century become a symbol of political dysfunction in both domestic and international contexts in the first decade of the third millennium? Cary Fraser's talk will address this question as part of an exploration of both the professional and civic responsibilities of historians in the contemporary world where academic freedom provides a legitimate platform for "speaking truth to power.""

    Cary Fraser is an historian of international relations who teaches American and Caribbean History, the politics of race, American foreign policy, and the history of the African Diaspora in the Atlantic World at Pennsylvania State University. His research focuses on Caribbean History, British Imperial History, American Foreign Policy, and the International relations of the Middle East and Persian Gulf. He is the author of Ambivalent Anti-Colonialism: The United States and the Genesis of West Indian Independence 1940-1964. He has also worked as a Project Officer for the Caribbean Conference of Churches, a Program Officer for the Social Science Research Council, and a Human Rights Observer for the OAS/UN Mission in Haiti in 1995.

    PDF Poster