@extends('layouts.website') @section('title','Principal Investigator Application Form') @section('page_title','') @section('page_level_css') @endsection @section('content')
title-icon

LabPair Principal Investigator Application Form

@csrf
LabPair accounts are currently available to US residents only (international expansion coming soon). Applicant must work in research in academia, government, industry, or non-profit sectors.
* All Fields Mandatory except where noted.

Currently, LabPair is only accepting Beta Testers from within the United States, but we will be expanding internationally soon!

Answer based on the laboratory on behalf of which you will be sharing resources on LabPair.

@foreach($data['position'] AS $key => $position) @if($position->type == 'Regular')
@else
@endif @endforeach
@foreach($data['research'] AS $research)
@foreach($research->category AS $category) @if($category->type == 'Regular')
@else
@endif @endforeach
@endforeach

Account Security

As part of your application, you need to provide a temporary password. You will need to remember this password as you will be asked, with the approval of your application, to enter reenter your password, along with 7 digit registration number as part of the approval process. It is at that time you will complete your application and be asked to create a new, permanent, password.

Password must contain:

  Minimum 8 characters

  Minimum 1 capital letter

  Minimum 2 digits

If a LabPair representative gave you a code to auto-approve your account, enter it here:

  Invalid Code

@endsection @section('page_level_js') @include('layouts.message-toastr') @endsection @push('footerscript') @endpush