@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 *
Type of Project *
New / Continuing Project *
Type of Research *
Funding Through *
Project Title
Project Title : (EN) *
Project Title : (TH) (If no Thai project title is available, please enter "-".) *
Funding Agency
Granting Agency *
Title of Grant
Type of Funding Agency *

Principal Investigator

Specify the principal investigator and co-researcher portion.

Principal Investigator
@php($pi = $project_pi->first())
Co-Principal Investigator
@if($project_copi->count() > 0) @foreach($project_copi as $key => $copi)
@if($key == 0) @else @endif
@endforeach @else
@endif
Co-Researcher(s)
@if($project_coresearcher->count() > 0) @foreach($project_coresearcher as $key => $coresearcher)
@if($key == 0) @else @endif
@endforeach @else
@endif
Total Portion: 0% Please specify portions.

Project Timeline

Important project dates and duration.

Project Timeline
Project Signed *
Project Duration From *
Project Duration To *
@if($project_extended->count() > 0) @foreach($project_extended as $key => $extended)
@if($key == 0) @else @endif
Extended Date
@endforeach @else
Extended Date
@endif

Project Budget

Specify the project budget and overhead costs.

Total Budget
Budget Year *
Currency *
Total Budget (Original Currency) *
Total Budget (THB)
Overhead
Overhead *
Total Overhead (Original Currency) *
Total Overhead (THB)
Type of Overhead
Remark
Total Receive
Total Receive (Original Currency) *
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)
@if($key == 0) @else @endif
@endforeach @else
@endif
Research Center
@if($project_center->count() > 0) @foreach($project_center as $key => $new_project_center)
@if($key == 0) @else @endif
@endforeach @else
@endif
Research Unit
@if($project_unit->count() > 0) @foreach($project_unit as $key => $new_project_unit)
@if($key == 0) @else @endif
@endforeach @else
@endif

Research Overview

Summary, keywords and research outputs.

Project Summary/Abstract (Maximum 800 characters)
0 / 800 characters
Keyword(s)
Research Output
@foreach($expected_research as $new_expected_research)
@if($project_output->count() > 0) @foreach($project_output as $key => $output)
@if($key == 0) @else @endif
@endforeach @else
@endif

Project Documents

Upload supporting documents related to the project. PDF files only.

TOR / Proposal *
Signed Contract *
Budget Plan *

* These fields are required.

@include('layouts.footer') @endsection