<!-- Research -->
<div class="research">
<div class="fs-row">
<div class="fs-cell">
<div class="research_inner">
<div class="research_profile_group">
<h2 class="research_title">Let's face these challenges together</h2>
<div class="research_profile">
<figure class="research_profile_figure" aria-hidden="true">
<img class="research_profile_image" srcset="https://images.fastspot.com/jhusoe/1220x686/4 1220w, https://images.fastspot.com/jhusoe/980x552/4 980w, https://images.fastspot.com/jhusoe/740x416/4 740w, https://images.fastspot.com/jhusoe/500x282/4 500w, https://images.fastspot.com/jhusoe/300x169/4 300w" sizes="(min-width: 1220px) 332px, (min-width: 980px) 282px, (min-width: 740px) 332px, 90vw" src="https://images.fastspot.com/jhusoe/300x169/4" alt="" loading="lazy" width="300" height="169">
</figure>
<figure class="research_profile_quote">
<blockquote class="research_profile_quote_content">
<p>"It's more important than ever to share our expertise and to hear yours because no institution or community, no school or family can solve these challenges alone."</p>
</blockquote>
<figcaption class="research_profile_quote_caption">
- Dean Christopher Morphew
</figcaption>
</figure>
</div>
</div>
<div class="research_links">
<div class="research_expert">
<h3 class="research_expert_title">Find our experts</h3>
<ul class="research_expert_list" aria-label="Find our experts">
<li class="research_expert_item">
<a class="research_expert_item_link" href="#">
<span class="research_expert_item_link_label">Social and emotional well-being</span>
</a>
</li>
<li class="research_expert_item">
<a class="research_expert_item_link" href="#">
<span class="research_expert_item_link_label">School safety and health</span>
</a>
</li>
<li class="research_expert_item">
<a class="research_expert_item_link" href="#">
<span class="research_expert_item_link_label">Societal and racial inequities</span>
</a>
</li>
</ul>
<div class="research_expert_action">
<a class="research_expert_action_link" href="#">
<span class="research_expert_action_link_label">Faculty Experts</span>
</a>
</div>
</div>
<div class="research_topic">
<h3 class="research_topic_title">Explore Our Research Topics</h3>
<ul class="research_topic_list" aria-label="Find our experts">
<li class="research_topic_item">
<a class="research_topic_item_link" href="#">
<span class="research_topic_item_link_label">Exceptional Learners</span>
</a>
</li>
<li class="research_topic_item">
<a class="research_topic_item_link" href="#">
<span class="research_topic_item_link_label">Learning Sciences</span>
</a>
</li>
<li class="research_topic_item">
<a class="research_topic_item_link" href="#">
<span class="research_topic_item_link_label">Healthcare Professions</span>
</a>
</li>
<li class="research_topic_item">
<a class="research_topic_item_link" href="#">
<span class="research_topic_item_link_label">Education Policy</span>
</a>
</li>
<li class="research_topic_item">
<a class="research_topic_item_link" href="#">
<span class="research_topic_item_link_label">Curriculum & Instruction</span>
</a>
</li>
<li class="research_topic_item">
<a class="research_topic_item_link" href="#">
<span class="research_topic_item_link_label">Urban Education</span>
</a>
</li>
<li class="research_topic_item">
<a class="research_topic_item_link" href="#">
<span class="research_topic_item_link_label">Leadership & Administration</span>
</a>
</li>
<li class="research_topic_item">
<a class="research_topic_item_link" href="#">
<span class="research_topic_item_link_label">Counseling & Well-Being</span>
</a>
</li>
</ul>
<div class="research_topic_action">
<a class="research_topic_action_link" href="#">
<span class="research_topic_action_link_label">Research Topics</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END: Research -->
{#
{% include '@component-research' with {
title: "Title",
profile: {
image: '1',
alt: '',
quote: 'Profile quote',
name: 'Profile Name'
},
expert_links: [
{
title: 'Expert link title',
url: '#'
}
],
topic_links: [
{
title: 'Research link title',
url: '#'
}
]
} %}
#}
<!-- Research -->
<div class="research">
<div class="fs-row">
<div class="fs-cell">
<div class="research_inner">
<div class="research_profile_group">
<h2 class="research_title">{{ title }}</h2>
<div class="research_profile">
<figure class="research_profile_figure" aria-hidden="true">
{% include '@partial-image' with {
class: 'research_profile',
alt: profile.alt,
image: profile.image,
loading: 'lazy',
sources: [
img.wide.lrg,
img.wide.med,
img.wide.sml,
img.wide.xsml,
img.wide.xxsml
],
sizes: [
'(min-width: 1220px) 332px',
'(min-width: 980px) 282px',
'(min-width: 740px) 332px',
'90vw'
]
} %}
</figure>
<figure class="research_profile_quote">
<blockquote class="research_profile_quote_content">
<p>"{{ profile.quote }}"</p>
</blockquote>
<figcaption class="research_profile_quote_caption">
- {{ profile.name }}
</figcaption>
</figure>
</div>
</div>
<div class="research_links">
<div class="research_expert">
<h3 class="research_expert_title">Find our experts</h3>
<ul class="research_expert_list" aria-label="Find our experts">
{% for expert_link in expert_links %}
<li class="research_expert_item">
<a class="research_expert_item_link" href="{{ expert_link.url }}">
<span class="research_expert_item_link_label">{{ expert_link.title }}</span>
</a>
</li>
{% endfor %}
</ul>
<div class="research_expert_action">
<a class="research_expert_action_link" href="#">
<span class="research_expert_action_link_label">Faculty Experts</span>
</a>
</div>
</div>
<div class="research_topic">
<h3 class="research_topic_title">Explore Our Research Topics</h3>
<ul class="research_topic_list" aria-label="Find our experts">
{% for topic_link in topic_links %}
<li class="research_topic_item">
<a class="research_topic_item_link" href="{{ topic_link.url }}">
<span class="research_topic_item_link_label">{{ topic_link.title }}</span>
</a>
</li>
{% endfor %}
</ul>
<div class="research_topic_action">
<a class="research_topic_action_link" href="#">
<span class="research_topic_action_link_label">Research Topics</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END: Research -->
No notes defined.