{% extends "base-plain.html" %} {% load formcats %} {% block title %}First Year Summer Mailing{% endblock %} {% block content %}

First Year Summer Mailing ({{year}})

Hello incoming MIT students!

Student activities play an important role in student life at MIT - they're a great place to meet people, practice old skills and learn new ones, have fun, and give back to the community. Undergraduate and graduate students, along with other MIT community members, participate in more than 450 recognized activities and organizations. Below is an overview of some of these student groups compiled by the Association of Student Activities (ASA).

If you can't find a particular group or activity, remember that these are just some of the more than 450 groups recognized by the ASA. You can also look at a current listing of activities on the ASA website. If you still can't find what you're looking for, then you can apply to start your own group.

The ASA also organizes an Activities Midway during Orientation with booths for more than 200 groups, lots of giveaways, and some performances. The Midway is the afternoon of Friday, September 3 in the Johnson Athletic Center.

You can learn more about the ASA and MIT student activities in general on our website.

We look forward to seeing you in fall!

Sincerely,

-The ASA Executive Board

{% if category %}

{{category.name}} Groups

{{category.blurb}}

Return to all categories

{% else %}

View by Category

In addition to the complete index below, you can click on one of these categories to look at a specific type of groups.

{% endif %}
{% for fysm in fysm_list %}

{{fysm.display_name}}

{{fysm.description}}

Join {{fysm.display_name}}! Have questions? Send them to {{fysm.contact_email}}!

{% if fysm.tags %}

tags: {{fysm.tags}}

{% endif %} {% if fysm.categories.all %}

categories: {{fysm|format_categories:year}}

{% endif %}
{% endfor %} {% endblock %}