Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions _includes/themes/lab/member.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,6 @@
{% endfor %}

{% for poster in site.categories.posters %}
<!-- Disabling first-author check for now
{% assign split_authors = poster.authors | split: ", " %}
{% if split_authors[0] contains lastname %}
{% assign postersq = true %}
{% endif %}
-->
{% if poster.authors contains member.science_name %}
{% assign postersq = true %}
{% endif %}
Expand Down
28 changes: 17 additions & 11 deletions _includes/themes/lab/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,23 @@
<div class="head">Papers</div>
<div class="spacer"></div>
{% for paper in site.categories.papers %}
{% if paper.projects contains page.handle %}
{% if paper.embargo %}
<div class="pad-left note"><p>
{{ paper.title }}
</p></div>
{% else %}
<div class="pad-left note"><p>
<a href="{{ paper.url }}" class="off">{{ paper.title }}</a>
</p></div>
{% endif %}
{% endif %}
{% if paper.projects contains page.handle %}
<div class="pad-left note"><p>
{% if paper.embargo %}
{{ paper.title }}
{% else %}
{% if paper.tags contains "preprint" and paper.is_published == false %}
<a href="{{ paper.url }}" class="off">[PREPRINT] {{ paper.title }}</a>
{% elsif paper.tags contains "chapter" %}
<a href="{{ paper.url }}" class="off">[CHAPTER] {{ paper.title }}</a>
{% elsif paper.tags contains "correspondence" %}
<a href="{{ paper.url }}" class="off">[CORRESPONDENCE] {{ paper.title }}</a>
{% else %}
<a href="{{ paper.url }}" class="off">{{ paper.title }}</a>
{% endif %}
{% endif %}
</p></div>
{% endif %}
{% endfor %}
{% endif %}

Expand Down
Binary file added assets/images/team/benjelene-sutherland.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions team/_posts/2017-05-12-sutherland-benjelene.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: member
title: Benjelene Sutherland
position: Research Assistant
department: Psychology
handle: bsutherland
nickname: Benji
science_name: Sutherland B
image: /assets/images/team/benjelene-sutherland.jpg
alumni: false

# social
cv:
email: bsuth005@fiu.edu
github:
orcid:
osf:
publons:
researchgate:
scholar:
site:
twitter:
---
Benjelene Sutherland is pursuing a Bachelor's degree in Psychology with a double major in Philosophy of the Mind. Benjelene’s academic and career goals revolve around better understanding how drug use impacts the brain, and risk factors for substance use. She hopes to continue her education and obtain her Ph.D. in Neuroscience. Also, provide strategies for substance use prevention, and therapies for patients with certain neurological diseases and psychological disorders.