Files
Faculty-Documentation/config/dropdowns.php

32 lines
882 B
PHP

<?php
return [
'activity_types' => [
'GL' => 'GL (Guest Lecture)',
'IC' => 'IC (Industry Connect)',
'STTP' => 'STTP (Short Term Training Program)',
],
'categories' => [
'Technical' => 'Technical',
'Social' => 'Social',
'Entrepreneurial' => 'Entrepreneurial',
'Life Skill' => 'Life Skill',
],
'levels' => [
'College' => 'College',
'State' => 'State',
'National' => 'National',
'International' => 'International',
],
'target_groups' => [
'Undergraduate Students' => 'Undergraduate Students',
'Postgraduate Students' => 'Postgraduate Students',
'PhD Students' => 'PhD Students',
'Faculty Members' => 'Faculty Members',
'Industry Professionals' => 'Industry Professionals',
'Alumni' => 'Alumni',
],
];