{% extends 'base.html.twig' %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('schools') }} {% endblock %} {% block scripts %} {{ parent() }} {{ encore_entry_script_tags('schools') }} {% endblock %} {% block title %}Connect with {{ school.name }} - Universities.com{% endblock %} {% block body %}

{{ school.name }}

{% if school.logo %}
{% endif %}
About Universities.com

For over 20 years, Universities.com has helped thousands of people achieve their education and career goals. By providing university rankings, tuition costs and in depth information on more than 6,000 colleges and universities, we help prospective students make more informed decisions about their educational future.

{% if show_xyz() %}
{% include 'widget/xyz.html.twig' with {'xyz_id': 'xyzafterabout', 'white': 1} %}
{% endif %}
School Information
Location
{% if school.address|u.trim|length > 0 %}{{ school.address }}
{% endif %} {{ school.city }}, {{ school.state }} {{ school.zip }}{% if school.zip4 %}-{{ school.zip4 }}{% endif %}
Setting: {{ stats.locale }}
{% if stats.acceptance_rate or stats.completion_rate %}
Selectivity
{% if stats.acceptance_rate %}
Acceptance Rate: {{ stats.acceptance_rate }}% ({{ stats.year }})
{% endif %} {% if stats.completion_rate %}
Completion Rate: {{ stats.completion_rate }}% ({{ stats.year }})
{% endif %} {% endif %}
Student Body
Total Enrollments: {{ stats.enrolled|number_format }} ({{ stats.year }})
Men: {{ stats.enrolled_men|number_format }}
Women: {{ stats.enrolled_women|number_format }}
Costs
In State Tuition: ${{ stats.in_state_tuition|number_format }} ({{ stats.year }})
Out of State Tuition: ${{ stats.out_of_state_tuition|number_format }} ({{ stats.year }})
Books: ${{ stats.books_and_supplies|number_format }}
On Campus Room & Board: ${{ stats.on_campus_room_and_board|number_format }}
{% if dapip %} {% if dapip.institution %}
Accreditation
{{ dapip.institution }}
{% endif %} {% if dapip.specialties %}
Specialized Accreditations
{% for agency, records in dapip.specialties %}
{{ agency }}
    {% for record in records %}
  • {{ record.program.name }}{% if record.department %} ({{ record.department }}){% endif %}
  • {% endfor %}
{% endfor %} {% endif %} {% endif %}

* Sources for school statistics and data include the U.S. Department of Education's National Center for Education Statistics and the Integrated Postsecondary Education Data System. Data may vary depending on school and academic year.

** Source data obtained from U.S. Department of Education's Office of Post-secondary Education (OPE)

Universities.com is not associated with, endorsed by, or sponsored by {{ school.name }}. Universities.com has no official or unofficial affiliation with {{ school.name }}.

{% endblock %}