| layout | default |
|---|---|
| title | Home |
{{ 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>
PhD Student
Exploring how personality, morality and environmental ambiguity shape entrepreneurial strategy and market creation using econometric modeling, linguistic analysis, and comparative qualitative research.
{% assign founders = site.data.publications | where: "theme", "founders" %}
{% for pub in founders %}
{% endfor %}
{{ pub.venue }} ({{ pub.year }})
{{ pub.title }}
{% if pub.citations > 0 %}{{ pub.citations }} citations
{% endif %}
{% if pub.note %}{{ pub.note }}
{% endif %}
{% assign leadership = site.data.publications | where: "theme", "leadership" %}
{% for pub in leadership %}
{% endfor %}
{{ pub.venue }} ({{ pub.year }})
{{ pub.title }}
{% if pub.citations > 0 %}{{ pub.citations }} citations
{% endif %}
{% if pub.note %}{{ pub.note }}
{% endif %}
{% assign personality = site.data.publications | where: "theme", "personality" %}
{% for pub in personality %}
{% endfor %}
{{ pub.venue }} ({{ pub.year }})
{{ pub.title }}
{% if pub.citations > 0 %}{{ pub.citations }} citations
{% endif %}
{% if pub.note %}{{ pub.note }}
{% endif %}
<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.


