My Profile

@if(\Auth::user()->founder == 'Yes') @endif Profile Image

{{ \Auth::user()->full_name }}{{getPronounString(\Auth::user()->id)}}

{{ \Auth::user()->short_bio }}

UserPosition
@if (\Auth::user()->role == 'General' && isset($user->investigator->id))

Works in the lab of @if($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 ?? '' }}

{!!nl2br($user->other_info->research_description ?? "")!!}

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

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

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

Download CV

@endif
@if( 1 == 0) @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
@endif
@push('footerscript') @endpush