Write a research paper explaining how the Bible describes Dinah’s defilement.
Lyn M. Bechtel, “What if Dinah is Not Raped? (Genesis 34)”
the Old Testament 62 (1994): 23-32
Yael Shemesh, “Rape is Rape is Rape: The Story of Dinah and Shechem (Genesis 34),”
Zeitschrift für die Alttestamentliche Wissenschaft 119 (2007): 1-10
After you have read each of these articles, write a 3–5 page review (following any standard writing style [MLA, APA, Turabian, etc.]). Dedicate at least one page to each of these three items:
– Brief summary of Bechtel’s article
– Brief summary of Shemesh’s article
– Choose a position and articulate why you have believe it to be the proper interpretation of
the Dinah story
Note that I am only asking you to read a portion of each article (see page numbers listed
above). You are welcome to read the entire article if you want, but the paper should primary
cover the relevant portions of the reading.
style [MLA, APA, Turabian, etc.]). Dedicate at least one page to each of these three items:119 (2007): 1–10.
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 });