@extends('layouts.member-login') @section('title','Title and Authors') @section('page_title','TitleAuthor') @section('page_level_css') @endsection @section('content')
@include('member.include.user-info-box')
@csrf @isset($post->id) @endisset
@include('member.include.create-post-sidebar')

{{$postTopbarTitle ?? 'Create Data Post [Title and Authors]'}}

{{(300 - strlen((isset($post->id)) ? $post->description : old('description')))}} Amount of characters remaining : 

The Pl "owns" the data or samples and is the primary decision-maker for the research laboratory. The Pl must approve this post before it is made public. Each post has only one PI. If there is more than one PI, designate one as the LabPair contact.

@if(isset($post->id)) @if(count($piList) != 0) @if(count($piList) > 1) @foreach($piList as $pi)
@endforeach @else
@endif @endif @else @if(count($piList) != 0) @if(count($piList) > 1) @foreach($piList as $pi)
@endforeach @else
@endif @endif @endif

We understand that sometimes 'science takes a village', but collaborators may not want to add a village of co-authors to their paper. We suggest keeping the number of authors under three people. If having more is critical, then make this known up front to your potential collaborators.

If the member search does not produce the member record you are looking for, you can manually enter the information in the field(s) below.

Or:

Enter author using the fields below:

    • @foreach($authorList as $key => $author)
    • {{$author->author->name . ' ' . $author->author->last_name}}

    • @endforeach @if(! isset($post->id))
    • {{Auth::user()->name . ' ' . Auth::user()->last_name}}

    • @if(count($piList) == 1) @foreach($piList as $key => $pi) @if(Auth::user()->id != $pi->pi_id)
    • {{$pi->pi->name . ' ' . $pi->pi->last_name}}

    • @endif @endforeach @endif @endif

Enter at least one keyword to help others find your post.

    • @foreach($keywordList as $keyword)
    • {{$keyword->keyword}}

    • @endforeach

Feel free to add an image, diagram, or visual abstract that will enhance your post's cover

Drag & Drop file here
or
Browse File
@include('member.include.tooltip-modal-box') @endsection @section('page_level_js') @endsection @push('footerscript') @endpush