Term Paper Proposal

name; $return = $user->mail; $pledge = $_POST['pledge']; $skeletonkey = $_POST['SKELETONKEY']; $a = $_POST['A']; $b = $_POST['B']; $c = $_POST['C']; $d = $_POST['D']; $top_form = <<< End_of_top

Before you submit, make a note of the number in the first comment, below. You will need to input this number into the form to submit your work. (This is to prevent spammers from using the form. Sorry about that. Spammers ruin everything.)

End_of_top; $top_info = <<< End_of_tag

A) Topic
What is your topic? Give a brief description and an example of the kind of question you are interested in answering.

B) Sociological Concepts
Identify three sociological concepts that could be applied to this topic.

C) Citations
List three sociological sources (journal articles or book chapters) that are relevant to this topic. Give the citations in ASA format.

D) Synthesis
How do these three sources use the concepts you identified in (B)? What insight do these concepts provide on this topic?

End_of_tag; $submit_button = <<< End_of_submit

FORM SECURITY
Type the number in the first comment, below, here:

Please confirm that the work you are submitting is your own: Yes No

End_of_submit; $oldlock = 5836; if (empty($skeletonkey)) { echo "$top_form $top_info $submit_button"; } elseif ($skeletonkey == $oldlock) { mail( "dr.timothy@shortell.nyc", "SOCY 2701 - Term Paper Proposal - $from", "$from\n\nA. TOPIC\n$a\n\nB. CONCEPTS\n$b\n\nC. CITATIONS\n$c\n\nD. SYNTHESIS\n$d\n\n", "From: $return" ); header( "Location: http://science.shortell.nyc/?q=node/3" ); } else { echo "$top_form $top_info $submit_button"; } ?>