@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 * Select project category External TU Conference Fee * Select Project Fee No-Registration Fee with Registration Fee Conference Organizing Type * Select Conference Organizing Type Host Co-Host Venue Venue * Venue * Conference Title Conference Title : (EN) * Conference Title : (EN) * Conference Title : (TH) (If no Thai conference title is available, please enter "-".) * Conference Title : (TH) * Major Funding Agency Major Funding Agency * Major Funding Agency * Title of Grant Title of Grant Type of Funding Agency * Select funding agency type Government Agency Private Organization Abroad SIIT Principal Organizer Specify the principal organizer and co-organizer portion. SIIT Principal Organizer @php($pi = $project_pi->first()) Select SIIT Principal Organizer @foreach($researcher as $new_researcher) project_researcher_user_id == $new_researcher->researcher_userid) selected @endif> {{ $new_researcher->researcher_title }} {{ $new_researcher->researcher_fullname }} @endforeach Total Portion: 0% Please specify portions. Co-Organizer and Organization Co-Organizer(s) * Co-Organizer(s) * Organization(s) * Organization(s) * Conference Timeline Important project dates and duration. Date of Conference Conference From * Conference From * Conference To * Conference To * 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) Brief description of the academic benefit to SIIT Remark In this work, I will not use any SIIT facilities, personnel, or process in which SIIT holds propriety rights. In this work, I will use the following SIIT facilities, personnel, or processses (usage fees follows SIIT rates). 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 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. Back @include('layouts.footer') @endsection
Please complete the project information by section.
General information and classification of the conference.
Specify the principal organizer and co-organizer portion.
Important project dates and duration.
Specify the project budget, equipment expenses and overhead costs.
Specify the affiliated school, research center and research unit for this project.
Keywords
Upload supporting documents related to the project. PDF files only.
* These fields are required.