{{$user->full_name}}

@if($user->founder == 'Yes') Founding Member @endif Profile Image

{{ $user->full_name }} {{getPronounString($user->id)}}

{{ $user->short_bio }}

UserPosition
@if ($user->role == 'General')

Works in the lab of @if(isset($user->investigator->status) && $user->investigator->status == 'Active') {{ $user->investigator->full_name ?? '' }} @else {{ $user->investigator->full_name ?? '' }} @endif

@endif
LandMark

{{ $user->other_info->research_division ?? '' }}

Research and Expertise

Fields : {{ $user->research_fields ?? '' }}

@php $stringLength = strlen($user->other_info->research_description??""); @endphp

{!!nl2br(substr($user->other_info->research_description??"", 0, $textLength))!!}@if($stringLength >= $textLength) Read More{!!nl2br(substr($user->other_info->research_description, $textLength))!!} Read Less@endif

@if(!empty($user->other_info->lab_webpage))

WebPage : {{$user->other_info->lab_webpage}}

@endif @if(!empty($user->cv_single_file))

Download CV

@endif
@push('footerscript') @endpush