@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')

Create Data Post [Title and Authors]

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.

Or:

Enter author using the fields below:

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

    • @endforeach

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

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

    • @endforeach

Upload an image that will appear on your post.

Drag & Drop file here
or
Browse File
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush