Skip to content

Latest commit

 

History

History
137 lines (130 loc) · 5.87 KB

File metadata and controls

137 lines (130 loc) · 5.87 KB
layout default
title Home
Profile Photo

{{ site.author.name }}

{{ site.author.title }}

{{ site.author.bio }}

    <div class="social-links">
        <a href="mailto:{{ site.author.email }}" title="Email">
            <i class="fas fa-envelope"></i>
        </a>
        <a href="https://scholar.google.com/citations?user={{ site.social.google_scholar }}" title="Google Scholar">
            <i class="fas fa-graduation-cap"></i>
        </a>
        <a href="https://github.com/{{ site.social.github }}" title="GitHub">
            <i class="fab fa-github"></i>
        </a>
        <a href="https://twitter.com/{{ site.social.twitter }}" title="Twitter">
            <i class="fab fa-twitter"></i>
        </a>
        <a href="https://linkedin.com/in/{{ site.social.linkedin }}" title="LinkedIn">
            <i class="fab fa-linkedin"></i>
        </a>
        <a href="{{ '/assets/cv/Blake_CV.pdf' | relative_url }}" title="CV" target="_blank">
            <i class="fas fa-file-alt"></i>
        </a>
    </div>
</div>
<div class="scroll-indicator">
    <i class="fas fa-chevron-down"></i>
</div>

Alpha Lab

Amrit Panda

Amrit Panda

PhD Student

Exploring how personality, morality and environmental ambiguity shape entrepreneurial strategy and market creation using econometric modeling, linguistic analysis, and comparative qualitative research.

Mahija Ratnoo

Mahija Ratnoo

PhD Student

Exploring the intersection of behavioral psychology and data analytics to understand how leadership traits influence organizational outcomes and strategic decision-making.

Publications

Founders

Leadership & Open Science

Personality & Behavior

{% assign founders = site.data.publications | where: "theme", "founders" %} {% for pub in founders %}
{{ pub.venue }} ({{ pub.year }})
{{ pub.title }}
{% if pub.citations > 0 %}
{{ pub.citations }} citations
{% endif %} {% if pub.note %}
{{ pub.note }}
{% endif %}
{% endfor %}
{% assign leadership = site.data.publications | where: "theme", "leadership" %} {% for pub in leadership %}
{{ pub.venue }} ({{ pub.year }})
{{ pub.title }}
{% if pub.citations > 0 %}
{{ pub.citations }} citations
{% endif %} {% if pub.note %}
{{ pub.note }}
{% endif %}
{% endfor %}
{% assign personality = site.data.publications | where: "theme", "personality" %} {% for pub in personality %}
{{ pub.venue }} ({{ pub.year }})
{{ pub.title }}
{% if pub.citations > 0 %}
{{ pub.citations }} citations
{% endif %} {% if pub.note %}
{{ pub.note }}
{% endif %}
{% endfor %}
<section id="contact" class="section">
    <h2>Contact</h2>
    <div class="contact-info">
        <div class="contact-item">
            <i class="fas fa-envelope"></i>
            <a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a>
        </div>
        <div class="contact-item">
            <i class="fas fa-building"></i>
            <span>{{ site.author.institution }}</span>
        </div>
        <div class="contact-item">
            <i class="fas fa-map-marker-alt"></i>
            <span>{{ site.author.location }}</span>
        </div>
    </div>
</section>

© 2026 {{ site.author.name }}. All rights reserved.