A quick report on the video Half the Sky: Turning Oppression into Opportunity for Women Worldwide, you could also choose other things, but this is the most black and white one from the list.
On your own, select to participate in an activity related to women’s issues worldwide. Examples of activities include, but are not limited to, interviewing women’s rights activists, visiting an NGO that deals with women and development, attending a lecture series, etc.
Some suggestions include:
Contacting the Office of Volunteer Services at FIU, the Women’s Center at FIU, and/or Women’s Studies at FIU to inquire about lectures sponsored by these Programs during the semester
Tuesday Times Roundtable sponsored by the Global Learning Initiative, on issues dealing with women’s issues.
Videos of previous Tuesday Times Roundtable, dealing with women’s issues, available at Global Learning Initiative.
Half the Sky: Turning Oppression into Opportunity for Women Worldwide. A video of this documentary is available as part of our Course Resources.
Programs offered on women’s studies at other institutions
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 });

