@extends('layouts.master') @section('title', 'Project Form') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') 5.2 Approval Form for Sponsored Project Please complete the project information by section. {{ csrf_field() }} Project Details General information and classification of the project. Project Information Funding Category * Select project category External TU SIIT TU-RAC Type of Project * Select type of project R&D Project Scholarship Project Consultant Service Training Service Conference Service Networking Service New / Continuing Project * Select project nature New research project Continuing research project Type of Research * Select type of research Basic research Applied research Research for Development Funding Through * Select funding method Funding will be transferred through SIIT Funding will be transferred directly to PI Project Title Project Title : (EN) * Project Title : (EN) * Project Title : (TH) (If no Thai project title is available, please enter "-".) * Project Title : (TH) * Funding Agency Granting Agency * Granting Agency * Title of Grant Title of Grant Type of Funding Agency * Select funding agency type Government Private sector Abroad Principal Investigator Specify the principal investigator and co-researcher portion. Principal Investigator @php($pi = $project_pi->first()) Select Principal Investigator @foreach($researcher as $new_researcher) project_researcher_user_id == $new_researcher->researcher_userid) selected @endif> {{ $new_researcher->researcher_title }} {{ $new_researcher->researcher_fullname }} @endforeach Co-Principal Investigator @if($project_copi->count() > 0) @foreach($project_copi as $key => $copi) Select Co-Principal Investigator @foreach($researcher as $new_researcher) project_researcher_user_id == $new_researcher->researcher_userid) selected @endif> {{ $new_researcher->researcher_title }} {{ $new_researcher->researcher_fullname }} @endforeach @if($key == 0) Add @else Remove @endif @endforeach @else Select Co-Principal Investigator @foreach($researcher as $new_researcher) {{ $new_researcher->researcher_title }} {{ $new_researcher->researcher_fullname }} @endforeach Add @endif Co-Researcher(s) @if($project_coresearcher->count() > 0) @foreach($project_coresearcher as $key => $coresearcher) Select co-researcher @foreach($researcher as $new_researcher) project_researcher_user_id == $new_researcher->researcher_userid) selected @endif> {{ $new_researcher->researcher_title }} {{ $new_researcher->researcher_fullname }} @endforeach @if($key == 0) Add @else Remove @endif @endforeach @else Select co-researcher @foreach($researcher as $new_researcher) {{ $new_researcher->researcher_title }} {{ $new_researcher->researcher_fullname }} @endforeach Add @endif Total Portion: 0% Please specify portions. Project Timeline Important project dates and duration. Project Timeline Project Signed * Project Signed * Project Duration From * Project Duration From * Project Duration To * Project Duration To * @if($project_extended->count() > 0) @foreach($project_extended as $key => $extended) @if($key == 0) Add Extended Date @else Remove @endif Extended Date Extended Date @endforeach @else Add Extended Date Extended Date Extended Date @endif Project Budget Specify the project budget and overhead costs. Total Budget Budget Year * Budget Year * Currency * Select currency @foreach($currency as $new_currency) currency_id) selected @endif value="{{ $new_currency->currency_id }}"> {{ $new_currency->currency_name }} @endforeach Total Budget (Original Currency) * Total Budget (Original Currency) * Total Budget (THB) Total Budget (THB) Overhead Overhead * Select overhead 10 % 15 % 0 % Waive Overhead Other Total Overhead (Original Currency) * Total Overhead (Original Currency) * Total Overhead (THB) Total Overhead (THB) Type of Overhead Select Overhead Type % from total budget, which excluded OH in budget plan % from total budget, which included OH in budget plan % from total budget, which excluded equipment Remark Remark Total Receive Total Receive (Original Currency) * Total Receive (Original Currency) * Total Receive (THB) Total Receive (THB) School & Research Center & Research Unit Specify the affiliated school, research center and research unit for this project. School @if($project_school->count() > 0) @foreach($project_school as $key => $new_project_school) Select School @foreach($school as $new_school) project_school_school_id == $new_school->school_id) selected @endif> {{ $new_school->school_name }} ({{ $new_school->school_shortname }}) @endforeach @if($key == 0) Add @else Remove @endif @endforeach @else Select School @foreach($school as $new_school) {{ $new_school->school_name }} ({{ $new_school->school_shortname }}) @endforeach Add @endif Research Center @if($project_center->count() > 0) @foreach($project_center as $key => $new_project_center) Select Research Center @foreach($research_center as $new_research_center) project_center_center_id == $new_research_center->research_center_id) selected @endif> {{ $new_research_center->research_center_name }} @endforeach @if($key == 0) Add @else Remove @endif @endforeach @else Select Research Center @foreach($research_center as $new_research_center) {{ $new_research_center->research_center_name }} @endforeach Add @endif Research Unit @if($project_unit->count() > 0) @foreach($project_unit as $key => $new_project_unit) Select Research Unit @foreach($research_unit as $new_research_unit) project_unit_unit_id == $new_research_unit->research_unit_id) selected @endif> {{ $new_research_unit->research_unit_name }} @endforeach @if($key == 0) Add @else Remove @endif @endforeach @else Select Research Unit @foreach($research_unit as $new_research_unit) {{ $new_research_unit->research_unit_name }} @endforeach Add @endif Research Overview Summary, keywords and research outputs. Project Summary/Abstract (Maximum 800 characters) {{ $project_abstract }} Project Summary / Abstract * 0 / 800 characters Keyword(s) Research Output @foreach($expected_research as $new_expected_research) @endforeach @if($project_output->count() > 0) @foreach($project_output as $key => $output) @if($key == 0) Add @else Remove @endif @endforeach @else Add @endif Project Documents Upload supporting documents related to the project. PDF files only. TOR / Proposal * Signed Contract * Budget Plan * * These fields are required. Back @include('layouts.footer') @endsection
Please complete the project information by section.
General information and classification of the project.
Specify the principal investigator and co-researcher portion.
Important project dates and duration.
Specify the project budget and overhead costs.
Specify the affiliated school, research center and research unit for this project.
Summary, keywords and research outputs.
Upload supporting documents related to the project. PDF files only.
* These fields are required.