Ohio University Logo

Faculty/Staff Login

Graduate Student Social Work Association

GSSWA is comprised of all graduate students. Membership is automatic upon acceptance into the graduate program. GSSWA meetings are held twice a month. Generally, one meeting is held on a Tuesday and the other on a Wednesday. This gives everyone a chance to attend a meeting on a day that they are on campus for class. Most meetings are held in the Grad Lounge at 1:05pm. The association is currently working on a mission statement and by-laws. Also, we are engaged in several fund raising activities.


$activities = get_activities($orgName); $actID = $_GET[actID]; echo "

$orgName"; if($actID) { echo " - $activities[$actID]"; } echo "

"; if($actID) { display_pictures($orgName, $actID); } else { foreach (array_keys($activities) as $key) { echo "$activities[$key]
"; } } require("socialwork/footer.php"); ?>