@extends('layouts.master') @section('title', 'Project Form') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')

6.6a REQUEST FORM FOR HOLDING CONFERENCES

Please complete the project information by section.

{{ csrf_field() }}

Conference Details

General information and classification of the conference.

Conference Information
Funding Category *
Conference Fee *
Conference Organizing Type *
Venue
Venue *
Conference Title
Conference Title : (EN) *
Conference Title : (TH) (If no Thai conference title is available, please enter "-".) *
Major Funding Agency
Major Funding Agency *
Title of Grant
Type of Funding Agency *

SIIT Principal Organizer

Specify the principal organizer and co-organizer portion.

SIIT Principal Organizer
@php($pi = $project_pi->first())
Total Portion: 0% Please specify portions.
Co-Organizer and Organization
Co-Organizer(s) *
Organization(s) *

Conference Timeline

Important project dates and duration.

Date of Conference
Conference From *
Conference To *

Project Budget

Specify the project budget, equipment expenses and overhead costs.

Total Budget
Budget Year *
Currency *
Total Budget (Original Currency) *
Total Budget (THB)
Brief description of the academic benefit to SIIT

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

Keywords

Keyword(s)

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