public class

Humanities

{
public static void main (String[] args) {
String about =
" Humanities is a combination of English and History, taught by Mrs. Small. Over the year, we will explore the question of what it means to be human. Topics include Thoreau's Walden, education, ancient humanity, rhetoric, satire, and identity." ;
}
public static void originalSatire () {
String description =
"As a part of the satire unit, we had to create original satires with a partner. I worked with Daniel to create a Juvenalian indirect satire titled 'Animal Farmer' in the form of diary entries. It criticizes our society’s modern-day grind ('farmer') culture, in which people work themselves to death without ever taking the time to relax and pursue happiness. It is embedded below." ;
}
public static void waldenSkit () {
String description =
"At the beginning of the year, we were tasked to create a skit based off of the book Walden, by Henry David Thoreau. My group, composed of Lindsey, Nick G., Adnan, and I created 'Thoreau or BOREau: Hypocrite or Visionary?' Thoreau is invited onto the Dr. Phil show, where he is forced to address the criticism against him and the people (and woodchucks!) he wronged. The script is embedded below." ;
}
}