@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 Project 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 Project Nature * 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 : (TH) * Project Title : (TH) * Project Title : (EN) * Project Title : (EN) * Funding Agency Granting Agency * Select granting agency @foreach($agency as $new_agency) {{ $new_agency->agency_name }} @endforeach 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 (Up to 5 persons) Select Principal Investigator @foreach($researcher as $new_researcher) {{ $new_researcher->researcher_title }} {{ $new_researcher->researcher_fullname }} @endforeach Add Co-Researcher(s) Select co-researcher @foreach($researcher as $new_researcher) {{ $new_researcher->researcher_title }} {{ $new_researcher->researcher_fullname }} @endforeach Add 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 * Add Extended Date Extended Date Extended Date Project Budget Specify the project budget, equipment expenses 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) * Equipment Expense Equipment Expense (Original Currency) Equipment Expense (Original Currency) Equipment Expense (THB) Equipment Expense (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) * Research Unit & Research Center Specify the affiliated research unit and research center for this project. Research Unit Select Research Unit @foreach($research_unit as $new_research_unit) {{ $new_research_unit->research_unit_name }} @endforeach Add Research Center Select Research Center @foreach($research_center as $new_research_center) {{ $new_research_center->research_center_name }} @endforeach Add Research Overview Summary, keywords and expected research outputs. Project Summary/Abstract {{ $project_abstract }} Project Summary / Abstract * Keyword(s) Add Expected Research Output Select research output type @foreach($expected_research as $new_expected_research) {{ $new_expected_research->expected_research_name }} @endforeach Add * 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, equipment expenses and overhead costs.
Specify the affiliated research unit and research center for this project.
Summary, keywords and expected research outputs.
* These fields are required.