@extends('layouts.member-login') @section('title','Study Design') @section('page_title','') @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 [Study Design]'}}

@include('member.include.post-title-topbar')

If you have data or samples derived from a reaction, process, or model, use this tool to identify the specific components of each. This will allow other scientists to find your post based on these parameters.

Examples of subjects that would fit this tool include: various types of mathematical models, computer simulations, chemical reactions, synthetic chemistry, physics experiments, etc.

    • @foreach($inputKeywordList as $key => $keyword)
    • {{$keyword->keyword}}

    • @endforeach
    • @foreach($outputKeywordList as $key => $keyword)
    • {{$keyword->keyword}}

    • @endforeach
    • @foreach($reactionProcessKeywordList as $key => $keyword)
    • {{$keyword->keyword}}

    • @endforeach
    • @foreach($modelKeywordList as $key => $keyword)
    • {{$keyword->keyword}}

    • @endforeach

If your data/samples were collected from specific locations, please indicate them here. You can include GIS coordinates or keywords denoting geographic locations and/or relative locations.

Geographic locations can be located on a map, whereas relative locations cannot. Examples of relative locations include: human large intestine, apple orchard, pelagic zone, ear canal, etc. Examples of geographic locations include: Indian Ocean, Thailand, US Eastern Deciduous forest, etc.

    • @foreach($locationKeywordList as $key => $keyword)
    • {{$keyword->keyword}}

    • @endforeach

Use the tool below to enter GIS coordinates for your study sites. You can enter coordinates manually or select a location on the map tool below.

LabPair uses the WGS84 standard coordinate system and is compatible with Google Maps

i-human Independent Variables

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

  • @endforeach

i-human Dependent Variables

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

  • @endforeach
@foreach($independentVariableList as $variable)
{{$variable->keyword}}
{{$variable->description}}
@endforeach
@foreach($dependentVariableList as $variable)
{{$variable->keyword}}
{{$variable->description}}
@endforeach
@if($post->post_origin=="Cell") Back @elseif($post->post_origin=="Model") Back @elseif($post->post_origin=="Field") Back @elseif($post->post_origin=="Reaction") Back @else Back @endif
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush