{% extends "tx_highered/detail_base.html" %} {% load glossary %} {% load layout_helpers humanize instachart %} {% load static from staticfiles %} {% block head_title %}{{ object.name }}{% endblock %} {% block page_title %}{{ object.name }}{% endblock %} {% block body_base %}{% load_glossary "Higher Ed" %}{{ block.super }}{% endblock %} {% block breadcrumb_items %} {% if object.system %}
  • {{ object.system }}
  • {% endif %}
  • {% if object.system %} / {% endif %} {{ object.name }}
  • {% endblock %} {% block page_top %} {% if institution.sentence_institution_type %}

    {% gloss institution.sentence_institution_type.title %}

    {% endif %} {% if institution.enrollment_fte %} {# WISHLIST show how this number was derived and what it means (FTE vs total) #}

    {{ institution.enrollment_fte|intcomma }} students

    {% endif %} {% include "tx_highered/includes/sentences.html" %} {% endblock %} {% block rail %} {% render_model object "quick-stats" %} {% if object.location %}
    {% include "tx_highered/includes/map_static_mapbox.html" with w=229 h=143 %}
    {% endif %} {% endblock rail %} {% block main %} {% if show_video %}{% if object.pk == 11 or object.pk == 27 %}{# 11 == TAMU, 27 == UT Austin #} {% include "tx_highered/includes/sponsor_message.html" %} {% endif %}{% endif %}

    Admissions

    Number of students who applied, were admitted and enrolled
    {% if object.admission_buckets.years|length %} {% with object_list=object.get_admissions %} {% include "instachart/simplechart/admissions.html" %} {% endwith %} {% for year in object.admission_buckets.years %}{% endfor %} {% for a in object.admission_buckets.applicants.values %}{% endfor %} {% for a in object.admission_buckets.admitted.values %}{% endfor %} {% for a in object.admission_buckets.enrolled.values %}{% endfor %}
    {{ year }}
    {% gloss "Applicants" %}{{ a|intcomma }}
    {% gloss "Admitted" %}
    (% of Applicants)
    {{ a.0|intcomma }} ({{ a.1 }}%)
    {% gloss "Enrolled" %}
    (% of Admitted)
    {{ a.0|intcomma }} ({{ a.1 }}%)
    Applicants, admitted and enrolled students by year

    Students

    {% else %} {% include "tx_highered/includes/no_data.html" %} {% endif %}

    Test Scores

    Average {% gloss "SAT" %} scores by section for enrolling students (writing section not introduced until 2006 and still not reported by some institutions)
    {% if object.testscores.all.exists %} {% instachart object.testscores.all "testscores" %} {% for year in object.sat_score_buckets.years %}{% endfor %} {% for a in object.sat_score_buckets.verbal_range.values %}{% endfor %} {% for a in object.sat_score_buckets.math_range.values %}{% endfor %} {% for a in object.sat_score_buckets.writing_range.values %}{% endfor %}
    {{ year }}
    Critical Reading{{ a }}
    Math{{ a }}
    Writing{{ a }}
    Critical reading, math and writing SAT scores of the 25th–75th percentile by year
    (writing section not introduced until 2006 and still not reported by some institutions)

    Sections

    {% else %} {% include "tx_highered/includes/no_data.html" %} {% endif %}
    {% with b=object.enrollment_buckets %}

    Enrollment

    {# FIXME this caption is wrong now that the data sources are combined #} {% if b.data_source == "IPEDS" %} Number of full-time equivalent students enrolled {% else %} Number of students enrolled {% endif %}
    {% for year in b.years %}{% endfor %} {% if b.total %} {% for a in b.total.values %}{% endfor %} {% endif %} {% if b.fulltime_equivalent %} {% for a in b.fulltime_equivalent.values %}{% endfor %} {% endif %} {% if b.fulltime %} {% for a in b.fulltime.values %}{% endfor %} {% endif %} {% if b.parttime %} {% for a in b.parttime.values %}{% endfor %} {% endif %}
    {{ year }}
    Total{{ a|intcomma }}
    Full-Time Equivalent (FTE){{ a|intcomma }}
    Full-Time{{ a|default:""|intcomma }}
    Part-Time{{ a|default:""|intcomma }}
    {% endwith %} {% with b=object.demographics_buckets %}

    Demographics

    Percent of student body by ethnicity {% if b.data_source %} {% endif %}
    (Reporting criteria changed over reporting period. Specifically, prior to 2011, Pacific Islander was bundled with Asian; Multiracial was introduced in 2010; and Unknown was introduced in 2010.)
    {% if object.enrollment.all.exists %}
    {% for year in b.years %}{% endfor %} {% for a in b.total_percent_white.values %}{% endfor %} {% for a in b.total_percent_black.values %}{% endfor %} {% for a in b.total_percent_hispanic.values %}{% endfor %} {% for a in b.total_percent_asian.values %}{% endfor %} {% if b.pacific_islander_percent %} {% for a in b.pacific_islander_percent.values %}{% endfor %} {% endif %} {% for a in b.total_percent_native.values %}{% endfor %} {% if b.multiracial_percent %} {% for a in b.multiracial_percent.values %}{% endfor %} {% endif %} {% if b.international_percent %} {% for a in b.international_percent.values %}{% endfor %} {% endif %} {% for a in b.total_percent_unknown.values %}{% endfor %}
    {{ year }}
    White{% if a %}{{ a }}%{% else %}*{% endif %}
    Black{% if a %}{{ a }}%{% else %}*{% endif %}
    Hispanic{% if a %}{{ a }}%{% else %}*{% endif %}
    Asian{% if a %}{{ a }}%{% else %}*{% endif %}
    {% gloss "Pacific Islander" %}{% if a %}{{ a }}%{% else %}*{% endif %}
    {% gloss "Native" %}{% if a %}{{ a }}%{% else %}*{% endif %}
    {% gloss "Multiracial" %}{% if a %}{{ a }}%{% else %}*{% endif %}
    {% gloss "International" %}{% if a %}{{ a }}%{% else %}*{% endif %}
    Unknown{% if a %}{{ a }}%{% else %}*{% endif %}
    Student body breakdown by ethnicity and total enrollment

    Race / Ethnicity

    {% else %} {% include "tx_highered/includes/no_data.html" %} {% endif %} {% endwith %}

    Price Trends

    Average total cost for {% gloss "in-state" %} and {% gloss "out-of-state" %} students by year
    {% if object.pricetrends.all.exists %} {% instachart object.pricetrends.all "pricetrends" %}
    {% for year in object.tuition_buckets.years %}{% endfor %} {% for a in object.tuition_buckets.in_state.values %} {% endfor %} {% for a in object.tuition_buckets.out_of_state.values %} {% endfor %} {% for a in object.tuition_buckets.books_and_supplies.values %} {% endfor %} {% for a in object.tuition_buckets.room_and_board_on_campus.values %} {% endfor %}
    {{ year }}
    {% gloss "In-State" %} Tuition {% if a %} ${{ a|intcomma }} {% else %} N/A {% endif %}
    {% gloss "Out-Of-State" %} Tuition {% if a %} ${{ a|intcomma }} {% else %} N/A {% endif %}
    Books & Supplies {% if a %} ${{ a|intcomma }} {% else %} N/A {% endif %}
    Room & Board {% if a %} ${{ a|intcomma }} {% else %} N/A {% endif %}
    Total costs for in-state and out-of-state students by year

    Total Costs

    {% if object.is_private %} Tuition and Fees for students by year {% else %} Tuition and Fees for in-state and out-of-state students by year {% endif %}

    Tuition

    {% else %} {% include "tx_highered/includes/no_data.html" %} {% endif %}
    {% with b=object.graduationrates_buckets %}

    Graduation Rates

    Percent of {% gloss "first-time" %}, full-time students who graduated in four, five or six years {% if b.data_source %} {% endif %}
    {% if b.years|length %} {% with object_list=object.get_graduation_rates %} {% include "instachart/simplechart/gradrates.html" %} {% endwith %} {% for year in b.years %}{% endfor %} {% for a in b.bachelor_4yr.values %}{% endfor %} {% for a in b.bachelor_5yr.values %}{% endfor %} {% for a in b.bachelor_6yr.values %}{% endfor %}
    {{ year }}
    4-Year{% if a %}{{ a }}%{% else %}N/A{% endif %}
    5-Year{% if a %}{{ a }}%{% else %}N/A{% endif %}
    6-Year{% if a %}{{ a }}%{% else %}N/A{% endif %}
    Percent of {% gloss "first-time" %}, full-time students who graduated in four, five or six years

    Graduations

    {% else %} {% include "tx_highered/includes/no_data.html" %} {% endif %} {% endwith %}
    {% endblock %} {% block attribution %} {% include "tx_highered/includes/attribution.html" %} {% endblock %} {% block extra_script %}{{ block.super }} {# {% endblock %}