Videos & Reflection
Participants in this video and reflection are expected to watch two or more of the following videos and write a reflection that focuses on the themes presented in the videos and relates those themes to the issue of sexual respect and membership in our university community. (this is not a space to report incidents or experiences of sexual violence or other gender-based misconduct or to seek assistance.)
Videos:
1. “Who are you?”
http://www.whoareyou.co.nz/
2.” Re-thinking Sexual Assault Prevention in High School and College”
3. “Violence Against Women – It’s a Men’s Issue”
4. “Find your Voice Against Gender Violence”
5. “A Call to Men”
6.”Words Speak Louder than Actions”
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

