Research Spotlight Full

This is the full display of the Research Spotlight component.

Forecasting demand and supply? Our experts can help explain how industry is trying to weather the storm of COVID-19.

Spotlight Article Image

Featured Faculty:

Artificial intelligence (AI) is everywhere. It’s taking questions from clients, running assembly lines and is now pretty much part of every appliance in every house and is also an integral part of industry.

Markup Details
                            {{ attach_library('goizueta_theme/research-spotlight-full') }}
{{ attach_library('goizueta_theme/social-share') }}

<section class="l-one-column research-spotlight-full">
  <h1 class="research-spotlight--title">
    {{ title }}
  </h1>
  <div class="research-spotlight--dateline">
    {{ date }} | {{ reading_time }} {{ "min read"|trans }}
  </div>
    {% if experts_count <= 2 %}
    <div class="research-spotlight--section-top">
        <div class="column--first">
          <div class="research-spotlight--author">
            <h2 class="research-spotlight--author__label">{{ "Featured Faculty:"|trans }}</h2>
            {{ expert_list }}
          </div>
        </div>
        <div class="column--second">
          <div class="research-spotlight--image">
            {{ image }}
          </div>
        </div>
    </div>
    {% else %}
    <div class="research-spotlight--section-top inverted">
      <div class="column--first">
        <div class="research-spotlight--image--centered">
          {{ image }}
        </div>
      </div>
      <div class="column--second">
        <div class="research-spotlight--author">
          <h2 class="research-spotlight--author__label">{{ "Featured Faculty:"|trans }}</h2>
          <div class="stuff-profiles__list">
            {{ expert_list }}
          </div>
        </div>
      </div>
    </div>
    {% endif %}
  <div class="research-spotlight--section-content">
    {{ content }}
  </div>
  <div class="research-spotlight--section-social-share">
    {% if social_share is not empty %}
      {{ social_share }}
    {% endif %}
  </div>
</section>