CINXE.COM

The University of Trinidad and Tobago - Main Website - Profile

<html> <head> <title>The University of Trinidad and Tobago - Main Website - Profile</title> <link href='https://fonts.googleapis.com/css?family=Alegreya' rel='stylesheet' type='text/css'> <link href="https://utt.edu.tt/_stylesheets/utt2.php?wk=1&main_color=000000&amp;navigation_color=000000&amp;hover_color=333333&amp;text_color=000000&amp;link_visited_color=&amp;link_color=8B0000&amp;link_rollover_color=CC0033&amp;header_rollover_color=cccccc&amp;h3_color=000000&amp;transparency_background=../backgrounds/bg_white.pngx&amp;transparency_background2=../backgrounds/bg1.pngx&amp;transparency_background3=../backgrounds/bg_grey.pngx&amp;transparency_background4=&amp;nav_text_color=FFFFFF&amp;homeTitle_text_color=FFBC05&amp;homeTitle_text_rollover_color=cccccc&amp;homeTitle_background_rollover_color=333333&amp;homeTitle_background_color=000000&amp;body_background_image=../backgrounds/background_tamana_actual.jpg&amp;body_background_fixed=1&amp;body_background_align_center=1&amp;body_background_cover=1&amp;body_background_color=FFFFFF" rel="stylesheet" type="text/css" /> <meta name="theme-color" content="#ee2e24"> <link rel="shortcut icon" href="favicon.ico"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="google-site-verification" content="ReyrSA0Fi3eWlYlAJ6JaKTUF4xXOdDMoWlBogliQtDs" /> <!-- Slick Carousel CSS and core --> <link rel="stylesheet" href="/slick/slick.css"> <link rel="stylesheet" href="/slick/slick-theme.css"> <!-- SmartMenus core CSS (required) --> <link href='https://utt.edu.tt/smartmenus_andrew/css/sm-core-css.css' rel='stylesheet' type='text/css' /> <!-- "sm-blue" menu theme (optional, you can use your own CSS, too) --> <!-- <link href='css/sm-simple/sm-simple.css' rel='stylesheet' type='text/css' /> --> <link href='https://utt.edu.tt/smartmenus_andrew/css/sm-simple/sm-simple.php?wk=1' rel='stylesheet' type='text/css' /> <!-- Put this in an external stylesheet if you want the media query to work in IE8 (e.g. where the rest of your page styles are) --> <style type="text/css"> @media (min-width: 1020px) { #main-nav { line-height: 0; text-align: right; } #main-menu { display: inline-block; } } </style> <!--- CAPTCHA -----> <script src='https://www.google.com/recaptcha/api.js' async defer ></script> <!--- CAPTCHA -----> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <script type="text/javascript" src="iframe.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script type="text/javascript"> <!-- This here is for FAQ pages function toggle_visibility(id) { var e = document.getElementById(id); if(e.style.display == 'block') e.style.display = 'none'; else for(i = 0; i < 20; i++){ var f = document.getElementById("q"+i); if (document.getElementById("q"+i) != null) { f.style.display = 'none'; } } e.style.display = 'block'; } //--> </script> <script type="text/javascript"> <!-- This here is for FAQ pages function toggle_visibility_icon(id) { var e = document.getElementById("q"+id); var e_image = document.getElementById("q_icon"+id); if(e.style.display == 'block'){ e.style.display = 'none'; e_image.src="images/tab_close.png"; }else{ for(i = 0; i < 100; i++){ var f = document.getElementById("q"+i); var f_image = document.getElementById("q_icon"+i); if (document.getElementById("q"+i) != null) { f.style.display = 'none'; f_image.src="images/tab_close.png"; } } e.style.display = 'block'; e_image.src="images/tab_open.png"; } } //--> </script> <script language="javascript"> function validate_search(){ if (document.frmSearch.search_string.value == ""){ alert("Please enter search criteria"); return false; } } </script> <script type="text/javascript"> function toggleDiv(divId) { $("#"+divId).toggle(); } function toggleSearch(divId) { $("#"+divId).toggle(); window.scrollTo(0,0); } </script> <link rel='stylesheet' type='text/css' href='calendar2/fullcalendar/fullcalendar.css' /> <link rel='stylesheet' type='text/css' href='calendar2/fullcalendar/fullcalendar.print.css' media='print' /> <link href="https://utt.edu.tt/aos/aos.css" rel="stylesheet"> <script src="https://utt.edu.tt/aos/aos.js"></script> <script type='text/javascript' src='https://utt.edu.tt/jquery/js/jquery-1.7.min.js'></script> <script type='text/javascript' src='https://utt.edu.tt/calendar2/jquery/jquery-ui-1.8.11.custom.min.js'></script> <script type='text/javascript' src='https://utt.edu.tt/qtip/jquery.qtip-1.0.0-rc3.min.js'></script> <script type='text/javascript' src='https://utt.edu.tt/calendar2/fullcalendar/fullcalendar.min.js'></script> <script type='text/javascript'> $(document).ready(function() { // $(".sticky_column").stick_in_parent(); //parallax //$('.parallax-window').parallax({imageSrc: '/backgrounds/background_tamana5.jpg'}); $('#calendar').fullCalendar({ header: { right: 'prev,next', left: 'title' }, defaultView: "basicWeek", editable: true, height: 100, firstDay: 0, events: "calendar2/calendar_events.php?wk=1", eventRender: function(event, element) { $('.fc-event-title', element).html(event.content); element.qtip({ content: event.description, position: { corner: { target: 'center', tooltip: 'bottomLeft' } }, style: { 'background-color': '#cccccc', 'width': 450, tip: 'bottomLeft' } }); }, eventDrop: function(event, delta) { alert(event.title + ' was moved ' + delta + ' days\n' + '(should probably update your database)'); }, loading: function(bool) { if (bool) $('#loading').show(); else $('#loading').hide(); } }); }); </script> <script src="https://utt.edu.tt/ms-Dropdown-master/js/msdropdown/jquery.dd.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="https://utt.edu.tt/ms-Dropdown-master/css/msdropdown/dd.css" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "url": "https://utt.edu.tt/", "potentialAction": { "@type": "SearchAction", "target": "https://utt.edu.tt/index.php?btnSearch=1&wk=1&search=1&search_internet=1&search_string={search_term_string}", "query-input": "required name=search_term_string" } } </script> <meta name="description" content=" The vision of The University of Trinidad and Tobago - UTT Main Website is to be the Premier University dedicated to the socioeconomic transformation of Trinidad and Tobago, with global reach and international standing." /> <!-- Twitter Card data --> <meta name="twitter:card" value="summary"/> <meta name="twitter:site" content="@uttmarketing" /> <!-- Open Graph data --> <meta property="og:site_name" content="The University of Trinidad and Tobago - UTT Main Website" /> <meta property="og:title" content="Profile" /> <meta property="twitter:title" content="Profile" /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://utt.edu.tt/index.php?wk=1&page_key=7" /> <meta property="og:image" content="https://utt.edu.tt/backgrounds/background_tamana_actual.jpg" /> <meta property="twitter:image" content="https://utt.edu.tt/backgrounds/background_tamana_actual.jpg" /> <meta property="og:image:width" content="" /> <meta property="og:image:height" content="" /> <meta property="og:description" content="" /> <meta property="twitter:description" content="" /> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','//connect.facebook.net/en_US/fbevents.js'); fbq('init', '828446163950482'); fbq('track', "PageView");</script> <noscript> <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=828446163950482&ev=PageView&noscript=1" /> </noscript> <!-- End Facebook Pixel Code --> <!--Start of Zopim Live Chat Script--> <script type="text/javascript"> window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s= d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set. _.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute("charset","utf-8"); $.src="//v2.zopim.com/?3bNPB0yRXg2xbzEqIvO33MGeKX5qS0HB";z.t=+new Date;$. type="text/javascript";e.parentNode.insertBefore($,e)})(document,"script"); </script> <!--End of Zopim Live Chat Script--> <script src="https://utt.edu.tt/js/parallax.min.js"></script> <base href="https://utt.edu.tt/"> </head> <body> <div style="width:100%; margin: 0 auto; background-color:#FFFFFF; background: url('../backgrounds/bg_white.pngx'); background-attachment:fixed; background-size:cover; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-position:absolute; "> <style> /* Style the list */ ul.breadcrumb { padding: 2px 5px; list-style: none; } /* Display list items side by side */ ul.breadcrumb li { display: inline; font-size: 14px; } /* Add a slash symbol (/) before/behind each list item */ ul.breadcrumb li+li:before { padding: 3px; color: white; content: "/\00a0"; } /* Add a color to all links inside the list */ ul.breadcrumb li a { color: #0275d8; text-decoration: none; } /* Add a color on mouse-over */ ul.breadcrumb li a:hover { color: #01447e; text-decoration: underline; } </style> <div style="width:100%; background-color:#880808; margin:0px auto; padding-top:5px; padding-bottom:1px; text-align:right; " class="navigationShowMobileOnly" id="searchbar"> <div style="margin:9px;"> <form name="frmSearch" action="/index.php" id="labnol" method="get" onSubmit="return validate_search();" style="white-space:nowrap"> <div class="speech"> <input type="hidden" name="btnSearch" value="1"/> <input type="hidden" name="wk" value="1"/> <input type="hidden" name="search" value="1"/> <input type="hidden" name="search_internet" value="1"/> <input type="text" id="search_box" name="search_string" placeholder="Search.." value=""> <img id="microphone-image" onclick="startDictation(); audio.play()" src="images/icon_microphone.png" style="margin-bottom:-12px; width:40px;"/> </div> </form> </div> </div> <!-- HTML5 Speech Recognition API --> <script> var audio = new Audio('files/cms/chime.mp3'); if (!window.hasOwnProperty('webkitSpeechRecognition')) { document.getElementById('microphone-image').src = "images/icon_microphone_511941.png"; document.getElementById('microphone-image').src = ""; document.getElementById('microphone-image').style.display=none; } function startDictation() { if (window.hasOwnProperty('webkitSpeechRecognition')) { var recognition = new webkitSpeechRecognition(); recognition.continuous = false; recognition.interimResults = false; recognition.lang = "en-US"; recognition.start(); recognition.onresult = function(e) { document.getElementById('search_box').value = e.results[0][0].transcript; recognition.stop(); document.getElementById('labnol').submit(); }; recognition.onerror = function(e) { recognition.stop(); } } } </script> <!-- END HTML5 Speech Recognition API --> <script src="smartmenus_andrew/jquery.smartmenus.js" charset="utf-8"></script> <script type="text/javascript"> //smartmenus Init $(function() { $('#main-menu').smartmenus({ mainMenuSubOffsetX: -1, subMenusSubOffsetX: 10, subMenusSubOffsetY: 0 }); }); // SmartMenus mobile menu toggle button $(function() { var $mainMenuState = $('#main-menu-state'); if ($mainMenuState.length) { // animate mobile menu $mainMenuState.change(function(e) { var $menu = $('#main-menu'); if (this.checked) { $menu.hide().slideDown(250, function() { $menu.css('display', ''); }); } else { $menu.show().slideUp(250, function() { $menu.css('display', ''); }); } }); // hide mobile menu beforeunload $(window).bind('beforeunload unload', function() { if ($mainMenuState[0].checked) { $mainMenuState[0].click(); } }); } }); </script> <div id="navigationDiv" style="z-index:9999"> <nav id="main-nav" role="navigation"> <!-- Mobile menu toggle button (hamburger/x icon) --> <input id="main-menu-state" type="checkbox" /> <label class="main-menu-btn" for="main-menu-state"> <span class="menu-btn-text" >MENU</span> <span class="main-menu-btn-icon"></span> </label> <div class="nav-brand" style="white-space:nowrap;"><a href="../"><img src=" https://utt.edu.tt/logos/utt20_red_logo_standalone_white.png" height="58px"/></a> <span style="position:absolute; left:140px; top: 40px; font-size: 57px; color: #ffffff"> |</span> <div style="height: 100px; display: table; position:absolute; left:150px; top: 0px; max-width:250px;"><span style="display: table-cell; vertical-align: middle; text-align:left;"><a href="/" style="color: #ffffff; line-height: 25px;" class="lockup">Main Website</a></span></div></div> <!-- Sample menu definition --> <ul id="main-menu" class="sm sm-simple"> <li><a href='/'><span class='parent_menu_text_pl'>HOME</span></a></li><li><a href='https://utt.edu.tt/about-utt' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>ABOUT</span></span></a> </li><li><a href='https://utt.edu.tt/study-at-utt' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>STUDY AT UTT <BR><font size='-3'>RESEARCH / LIBRARIES</font></span></span></a> </li><li><a href='https://utt.edu.tt/contact' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>CAMPUS <br>LOCATIONS</span></span></a> </li><li><a href='https://utt.edu.tt/programmes' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>PROGRAMME LISTING <br>& APPLICATION</span></span></a> </li><li><a href='https://utt.edu.tt/campus-life' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>CAMPUS<br>SERVICES</span></span></a> </li><li><a href='https://utt.edu.tt/multimedia-resources' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>MEDIA AND <BR/>RESOURCES</span></span></a> </li><li><a href='https://utt.edu.tt/key-staff' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>STAFF</span></span></a> </li><li><a href='https://utt.edu.tt/?wk=1&page_key=7#' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>ALUMNI</span></span></a> <ul><li><a href='https://utt.edu.tt/pages/1431' >Certificate Replacement Form</a> <li><a href='https://utt.edu.tt/transcripts' >Transcript Request</a> <li><a href='https://outlook.office365.com/owa/calendar/TheUniversityofTrinidadandTobago@weutt.onmicrosoft.com/bookings/' target= '_blank' >Certificate Collection Appointment</a> </li></ul></li> <li class="navigation_mobile_hide"><a href='javascript:toggleSearch("searchbar");'><img src='images/icon_search.png' class='bullet' id='searchme' width='28'/> </a></li> </ul> </nav> </div> <script> $(document).ready(function(e) { $("#mycomp").msDropdown(); //you dont have to pass here if you have in select element- data-maincss="blue" }); </script> <div width="100%" class="transparency_background" style=" "> <div id="homeVideos" style="margin:0px auto; z-index:-5;"> </div> <div class="parallax-window8" data-image-src="backgrounds/background_tamana_actual.jpg" data-parallax="scroll" data-z-index="0" data-speed="0"> <div style="width:100%; margin:0px auto; z-index:10; margin-bottom:30px; display:table"> <div style="max-width:1220px; margin:0px auto;" class="headerRow" align="center"> <div style="top:30px;left:0px;text-align:center;background-color:rgba(0,0,0,0.5);padding:10px; z-index: 10" data-aos="fade-up" data-aos-easing="linear" data-aos-duration="500"><span class="labelh1" style="font-weight:200;line-height:1.2;color: aliceblue">Profile</span></div> </div> </div> </div> <br> <div style="float:left; width: 100%; margin-top:10px;"> <div style="max-width:1220px; margin:0px auto; " id="page-content"> <div style="margin:5px;"> <div style="width:100%; background-color:rgba(0, 0, 0, 0.6); padding-top:3px; padding-bottom:3px;" class="uttBorderRadius"><div style="display: flex"><div style="width: 30px; margin-left:20px; margin-top: 10px;"><a href="index.php"><img src="https://utt.edu.tt/images/icon_home_white.png" width="30px" alt="home" border="0" onmouseover="this.src='https://utt.edu.tt/images/icon_home_black.png'"; onmouseout="this.src='https://utt.edu.tt/images/icon_home_white.png'" /></a></div><div class="smallbodycell" style="margin-left: 5px;"><ul class="breadcrumb"><li><a href="https://utt.edu.tt"> <span width="15px" class="showMobileOnly" style="float:left; color:#fff"/>Home</span><span class="mobile_hide" style="float:left; color:#fff"> The University of Trinidad and Tobago </span></a><a href="https://utt.edu.tt//" style="color:#fff">&nbsp;<a href='?wk=1' style='color:#fff'>&gt;&gt;&nbsp;UTT Main Website</a> </a></li><li><a href="https://utt.edu.tt/profile" style="color:#fff">Profile</a></li></ul> </div> </div> </div> </div> </div> <div style="float:left; width: 100%" class="transparency_background"> <div style="max-width:1220px; margin-top:20px; margin:0px auto; padding-left:5px;" id="page-content"> <div style="margin-left:20px; margin-right:20px; margin-top:20px;"> <p> UTT&rsquo;s primary focus is on the development of Trinidad and Tobago. With its genesis in the Trinidad and Tobago Institute of Technology (TTIT), UTT initially focused on programmes in engineering and technology. Today&rsquo;s programmes, however, go far beyond engineering and technology to a fuller spectrum of educational opportunities where experiential learning programmes are incorporated into the traditional learning environment. Alternative avenues are also provided for persons to enter, exit and re-enter tertiary education.&nbsp; This kind of flexibility and integration within programmes; together with UTT&rsquo;s leadership position in sector-driven research and innovative teaching methodologies, is a direct response to twenty-first century global trends. To date, UTT has graduated in excess of fifteen thousand (15,000) students.</p> <p> The University of Trinidad and Tobago (UTT) has ten (10) campuses, namely:</p> <div style="clear:both"> <div class="grid_third"> <div style="margin:5px;"> <p> <strong>UTT at NAPA CAMPUS</strong><br /> National Academy for the Performing Arts<br /> 14-24 Keate Street<br /> PORT OF SPAIN 100801<br /> TRINIDAD AND TOBAGO</p> </div> </div> <div class="grid_third"> <div style="margin:5px;"> <p> <strong>UTT Point Lisas CAMPUS</strong><br /> 91-101 Esperanza Road<br /> Brechin Castle<br /> CALIFORNIA&nbsp; 540517<br /> TRINIDAD AND TOBAGO</p> </div> </div> <div class="grid_third"> <div style="margin:5px;"> <p> <strong>UTT CAMDEN CAMPUS</strong><br /> 32-46 Camden Base Road<br /> COUVA 550610<br /> TRINIDAD AND TOBAGO</p> </div> </div> <div class="grid_third"> <div style="margin:5px;"> <p> <strong>UTT TOBAGO CAMPUS</strong><br /> c/0 Tobago Hospitality &amp; Tourism Institute<br /> 48-58 Youth Camp Road<br /> Mount Saint George<br /> Blenheim<br /> SCARBOROUGH 900917<br /> TRINIDAD AND TOBAGO</p> </div> </div> <div class="grid_third"> <div style="margin:5px;"> <p> <strong>UTT John S. Donaldson Campus</strong><br /> 15-21 Wrightson Road<br /> WOODBROOK 170605<br /> TRINIDAD AND TOBAGO</p> </div> </div> <div class="grid_third"> <div style="margin:5px;"> <p> <strong>UTT San Fernando CAMPUS</strong><br /> 1-25 V.V. Gopaul Drive<br /> Tarouba<br /> SAN FERNANDO 602905<br /> TRINIDAD AND TOBAGO</p> <p> <strong>UTT Chaguanas Campus</strong><br /> 129 Uriah Butler Highway<br /> Cunupia 520639<br /> TRINIDAD AND TOBAGO</p> </div> </div> <div class="grid_third"> <div style="margin:5px;"> <p> <strong>UTT Chaguaramas Campus</strong><br /> 962-968 Western Main Road<br /> Chaguaramas<br /> CARENAGE 110804<br /> TRINIDAD AND TOBAGO</p> </div> </div> <div class="grid_third"> <div style="margin:5px;"> <p> <strong>UTT ECIAF CAMPUS</strong><br /> 180-200 Caroni North Bank Road<br /> Centeno<br /> ARIMA 301945<br /> TRINIDAD AND TOBAGO</p> </div> </div> <div class="grid_third"> <div style="margin:5px;"> <p> <strong>UTT Tamana CAMPUS</strong><br /> <span style="color:#ff0000;">Tamana In-Tech Park<br /> University Boulevard</span><br /> Wallerfield<br /> ARIMA 301776<br /> TRINIDAD AND TOBAGO</p> </div> </div> </div> <h2> <u>TAMANA</u></h2> <p> The realisation of UTT&rsquo;s Signature Complex and Main Campus at Tamana InTech Park will provide a unique space for the University to capitalise on key strategic areas of internationalisation, incubator development, technology commercialisation and new revenue generation opportunities.<br /> Construction of the Signature Complex and Main Campus began in June 2008. Tamana InTech Park promises to be a crowning achievement in tertiary education in Trinidad and Tobago and will represent a model for future infrastructural development within the region.</p> <p> <strong>Why was UTT established?</strong></p> <p> As late as the year 2000 - the dawn of the twenty-first century - only 7% of the population of Trinidad and Tobago, as against 30% in the developed world, had acquired tertiary level education.&nbsp; A highly dispersed population and wide socio-economic gap were two significant contributing factors to this limited access. In redressing this imbalance, the 2005/2006 National Budget made provision for the highest ever level of multi-year funding for post-secondary and tertiary education. The Government Assistance for Tuition Expenses, (GATE), was one of its more ambitious proposals for the immediate expansion of tertiary education needs and for the support of post-graduate programmes.<br /> In 2004, the Government of the Republic of Trinidad and Tobago (GORTT) established The University of Trinidad and Tobago (UTT) with a mandate to educate and train nationals toward achieving the goals of its Vision 20/20 Action Plan. Emphasised in the Vision 20/20 strategy was that of tertiary education and training. The strategy sought to address the following objectives regarding tertiary education:</p> <ul> <li> Increase access</li> <li> Equality of opportunity</li> <li> Quality of tertiary product</li> </ul> <p> The launch of the GATE initiative in 2004 which covered up to 100% of tuition fees for Undergraduate programmes in public universities, and the establishment of UTT, bolstered tertiary enrolments by 40% in 2004-2005.&nbsp;<br /> The lack of specialised skills training and Trinidad and Tobago&rsquo;s dependence on foreign labour in certain professions (notably for the oil and gas industry), left room for UTT to address the burgeoning demand and bridge the existing skills gap through a portfolio of knowledge products suitable for industry.<br /> Since then, UTT has received Institutional Accreditation from the Accreditation Council of Trinidad and Tobago (ACTT) and Specialised Accreditation from a number of international bodies.</p> <p> <strong>UTT Programmes&hellip; FULLY Accredited, Relevant and Respected</strong></p> <p> In December 2017, UTT was awarded Continuing Institutional Accreditation by the Accreditation Council of Trinidad and Tobago (ACTT) for the maximum period of seven (7) years (until 2024). This badge of excellence is UTT&rsquo;s assurance to its stakeholders that it meets and in some instances, surpasses, benchmarked standards of quality. It speaks of a UTT qualification that is relevant, recognised and respected by employers as well as other tertiary institutions.<br /> While ALL of UTT&rsquo;s programmes are accredited, some have attained specialised accreditation due to the need, in certain instances, to be licensed to operate in a specific profession. This carries proof of additional value in areas that potentially impact on public health and safety.<br /> Moreover, UTT was the first institution in the Caribbean to have its programme, Master of Engineering (M.Eng.) in Petroleum Engineering, accredited to full Chartered Engineer status by the Energy Institute, UK. The M.Eng. is the highest award for undergraduate studies in engineering. It is awarded to students who complete an additional year of full-time study, this fourth year being subsequent to successful completion of UTT&rsquo;s Bachelor of Applied Science (B.A.Sc.). Chartered Engineer status ensures that UTT&rsquo;s graduates have a recognisable, international engineering qualification with which they can seek professional registration once they have completed the required amount of training and experience in the workplace.<br /> <u>Many of UTT&rsquo;s programmes have received specialised accreditation from international organisations</u>:</p> <p> <strong>Energy Institute (EI), United Kingdom (UK)</strong></p> <ul type="disc"> <li> National Engineering Technician Diploma in Petroleum Engineering</li> <li> Bachelor of Applied Science in Petroleum Engineering</li> <li> Master of Engineering in Petroleum Engineering</li> <li> Master of Science in Petroleum Engineering</li> <li> Master of Science in Reservoir Engineering</li> </ul> <p> I<strong>nstitution of Chemical Engineers (IChemE), UK</strong></p> <ul type="disc"> <li> National Engineering Technician Diploma in Chemical Engineering</li> <li> Bachelor of Applied Science in Process Engineering</li> <li> Master of Engineering in Process Engineering</li> </ul> <p> <strong>Institution of Engineering and Technology (IET), UK</strong></p> <ul type="disc"> <li> Diploma in Software Engineering</li> <li> Diploma in Computer, Networking and Telecommunication Engineering</li> <li> Bachelor of Applied Science in Computer Engineering - General</li> <li> Bachelor of Applied Science in Computer Engineering - Software Engineering</li> <li> Bachelor of Applied Science in Computer Engineering - Network and Telecommunication Engineering</li> <li> Bachelor of Applied Science in Manufacturing and Design Engineering</li> <li> Master of Science in Information and Communication Technology</li> <li> Master of Science in Innovative Design and Entrepreneurship</li> </ul> <p> <strong>Institute of Marine Engineering, Science &amp; Technology (IMarEST), UK</strong></p> <ul type="disc"> <li> Diploma in Maritime Operations - Engineering</li> <li> Diploma in Maritime Operations - Navigation</li> <li> Bachelor of Science in Nautical Science/Maritime Operations</li> <li> Master of Science in Operational Maritime Management</li> </ul> <p> UTT is the host institution for the Maritime Technology Cooperation Centre for the Caribbean Region (MTCC Caribbean).&nbsp;</p> <p class="homeTitle"> The Role of UTT</p> <p> The role of The University of Trinidad and Tobago is to meet the needs of Trinidad and Tobago for a highly trained and qualified technological manpower base. As technology changed over the years to suit the evolving global environment, so too has the human resource needs of the country. In reviewing these needs, several distinct engineering functions are identified with each function requiring its own set of specialised competencies and by extension, education, training and qualification.<br /> <br /> The establishment of the Academy of Letters and Public Affairs, Caribbean Academy of Fashion and Design, Academy for the Performing Arts and the Academy of Sports; allows for significant focus on non-traditional areas of study and development.<br /> UTT continues to empower nationals to work together to build a stronger country and increase human capital in critical areas of national development.<br /> &nbsp;FAQs</p> <p> <strong>1. Is The University of Trinidad and Tobago Accredited?</strong></p> <p> <em>Yes! UTT was awarded Continuing Institutional Accreditation by the Accreditation Council of Trinidad and Tobago (ACTT) until 2024.</em></p> <p> <strong>2. In which year was the San Fernando Technical Institute and the John S. Donaldson Technical Institute included as official UTT campuses?</strong></p> <p> <em>2006</em></p> <p> <strong>3. The stylised Moriche Palm graduation gown was introduced in which year?</strong></p> <p> <em>2006</em></p> <p> <strong>4. The position of Provost was first filled by whom and in what year?</strong></p> <p> <em>Prof. KD Srivastava in &nbsp;2004</em></p> <p> <strong>5. When were programmes from UTT&rsquo;s Academy for the Performing Arts introduced?</strong></p> <p> <em>January, 2011</em></p> <p> <strong>6. When was the UTT Scarborough Campus launched?</strong></p> <p> <em>January, 2013</em></p> <p class="homeTitle"> UTT&rsquo;s Entrepreneurial thrust:</p> <p> As an Entrepreneurial University, encouraging and creating opportunities for students to thrive and to develop their own businesses is a priority. On Wednesday, 17th September, 2014, UTT made history with the Launch of &ldquo;uSTART&rdquo;: the first University-originated Business Incubator facility in the nation.&nbsp; Defined as &ldquo;an organisation designed to accelerate the growth and success of entrepreneurial companies through an array of business support resources and services&rdquo;, business incubators emerged in the US during the 1950&rsquo;s and continue to be popular today given the high importance of business creation to the global economy.<br /> uSTART serves as an integral component toward achieving UTT&rsquo;s more specific, entrepreneurial mission of functioning as an engine of innovation and enterprise, as it seeks to foster an ecosystem that supports entrepreneurial mindsets in both staff and students. The incubators cover four (4) overarching areas of Animation, Performing Arts, Agro-Processing and Fashion, areas with which the University is already associated via its academic offerings. uSTART provides a platform to support the work being done by students, faculty and graduates, emphasising both wealth generation and job creation.<br /> UTT has also introduced two (2) postgraduate academic programmes that are designed to provide graduates with the technical skills, personal development and industrial experience needed to be effective in their industrial, business or entrepreneurial careers. The programmes expose graduates to a number of business and technical subject areas, which cover the fundamentals of strategy, marketing, entrepreneurship, human resource management, operations management and product and process design. &nbsp;The two (2) programmes are as follows:</p> <ul> <li> Master of Science in Innovation, Manufacturing Management and Entrepreneurship (IMME)</li> <li> Master of Science in Innovative Design and Entrepreneurship (IDE)</li> </ul> <p class="homeTitle"> Broad Programme areas:</p> <p> The University continues to make its mark in developing industries. Having started as an engineering institution, UTT has expanded to Education and diversified into the creative and performing arts fields. Within the third quarter of 2015, UTT launched the Aviation Campus at Camden and Institutes for Finance, Printing and Packaging, Ramleela and Steelpan were previously launched at the University.</p> <p> <strong>The following broad academic programme areas are offered at UTT:</strong></p> <p class="homeTitle"> Aviation</p> <p> The aircraft maintenance, technical operations and continuing airworthiness sectors are vital parts of the global aviation industry. UTT&rsquo;s programmes provide the opportunity for graduates to <em>both </em>obtain their degree <em>and </em>satisfy the knowledge requirements for the EASA Part 66 Aircraft Maintenance Engineer License, delivering a unique blend of engineering, academic and industry-regulated content. Soon, UTT will introduce the Bachelor of Science in Aeronautical and Airworthiness Engineering.<br /> These programmes are designed to equip students for deployment within aviation organisations. Students will also be able to obtain airworthiness certification for regulated maintenance, minor design, modification and return to service activity on operating aircraft as well as progress to continued study and/or senior positions in the aviation industry.<br /> The aircraft available for practicum work at UTT Aviation Campus at Camden, are a Boeing 727-200 F equipped with JT8-17/15 Engines, a Sikorsky S76A++ Rotor Craft and a Cessna 310 Aircraft. These are supplemented with other Shop-based Gas Turbine Engines, Landing Gear and Avionics components/instruments, computers and functional training aids.</p> <p class="homeTitle"> Biosciences, Agriculture and Food Technologies (BAFT)</p> <p> UTT&rsquo;s programmes in Biosciences, Agriculture and Food Technologies (BAFT) were launched on Monday 16 May, 2011 at the University&rsquo;s ECIAF Campus. BAFT programmes are intended to add to the sustainability of the local agriculture industry by producing &lsquo;agripreneurs&rsquo; and biotechnologists who are able to assist in the development of the agri-business sector. Through its BAFT programmes, UTT offers technical support to agricultural practitioners and public and private organisations in food and agricultural policy, technology transfer, information dissemination, plant and animal production and protection, as well as, food and agricultural development.&nbsp;</p> <p class="homeTitle"> Information and Communication Technology</p> <p> As an Entrepreneurial University which encourages innovation and business creation, Information and Communication Technology (ICT) has an important role to play at the very core of UTT&rsquo;s vision and mission.&nbsp; Programmes in Music Technology, Animation Studies, Software Engineering, Computer Engineering and Visual Communication Design continue to offer students an avenue into this diverse technical field. In July, 2012, UTT launched its re-structured postgraduate Mater of Science in ICT programme which allows graduates to use their expertise to assist in the development of the nation&rsquo;s ICT infrastructure. UTT leads the region in producing top animators whose films are shown globally at several animae events.</p> <p class="homeTitle"> Education</p> <p> Through the Centre for Education Programmes, UTT continues to graduate teacher-educators with the Bachelor of Education degree which is offered with a series of specialisations. This degree is available both in Trinidad at the Valsayn and Corinth campuses, as well as, the UTT Scarborough Campus in Tobago (Primary Specialisation only).&nbsp; In January, 2015, UTT also introduced the Masters of Education in Educational Technology, training teacher-educators (and those with a passion for education and its delivery) in a specialised and technical area of interest. Additionally, UTT offers the Certificate in Early Childhood Care and Education (ECCE); ensuring that the widest spectrum of students are positively impacted by its graduates.</p> <p class="homeTitle"> Engineering</p> <p> UTT&rsquo;s Centre for Engineering Programmes is a driver for the delivery of undergraduate and postgraduate programmes in Petroleum, Utilities, Mechanical, Process, Design &amp; Manufacturing, Project Management and Civil Infrastructure. These programmes are developed and spearheaded by expert faculty, which allows UTT&rsquo;s engineering graduates to better impact industry toward the development of the local economy.</p> <p class="homeTitle"> Fashion</p> <p> UTT&rsquo;s Caribbean Academy of Fashion and Design (CAFD) is the first school of its kind in the Caribbean. With the collaboration of professionals from Paris, London and New York, CAFD, which was launched in 2008, trains future designers and marketers in the art and business of fashion with an eye towards developing an emerging fashion industry in the West Indies. Graduates of UTT&rsquo;s fashion programmes have showcased their designs at New York Fashion Week, London Fashion Week and at other international, regional and local high-profile fashion events.&nbsp;</p> <p class="homeTitle"> Maritime</p> <p> Trinidad and Tobago&rsquo;s Maritime Industry has been earmarked as one of several priority sectors for development and investment building. Trinidad and Tobago has the potential to be the trans-shipment gateway to the Americas and, as such, the Maritime sector is an area of potential growth in our nation&rsquo;s diversification thrust. The growth of the Maritime sector requires trained personnel to operate in this expanding industry. UTT offers both undergraduate and postgraduate programmes, along with several short courses, which are tailor-made to meet the requirements of the dynamic maritime industry.</p> <p class="homeTitle"> Marine Science</p> <p> As an archipelagic state, Trinidad and Tobago has a rich biodiversity which is influenced by the presence of estuarine, coastal and oceanic environmental conditions, with sensitive coastal and oceanic ecosystems of national and international importance. These factors have contributed to the University&rsquo;s inclination to diversify its programme portfolio to address these unique marine concerns. UTT is concerned with providing an increased appreciation and understanding of the importance of the coastal and oceanic environments and their resources; hence, the University introduced both the Bachelor of Applied Science in Coast and Ocean Sciences and the Master of Science in Integrated Coastal and Ocean Management, to address these important issues.&nbsp;</p> <p class="homeTitle"> Performing Arts</p> <p> The Academy for the Performing Arts is the Young Artist&rsquo;s Gateway to expert instruction and ample exposure. Home to a world-class faculty of musicians, actors, dancers and theatre professionals, the APA trains and mentors the entertainment industry professionals of tomorrow by making high-quality performance their business today. In 2014, the first cohort of students graduated with the Bachelor of Fine Arts in the Performing Arts degree. UTT Campus at NAPA, is also home to UTT&rsquo;s programmes in Animation and Music Technology.</p> <p class="homeTitle"> Criminology and Public Safety</p> <p> The Institute for Criminology and Public Safety (ICPS) addresses the challenges of a growing national problem &ndash; crime and safety. Many students enrolled in UTT&rsquo;s Certificate and Diploma in Security and Public Safety programmes are already employed in the field of criminal justice and public safety. Students are given the opportunity to critically analyse crime, justice and public safety issues. Those skills are therefore brought back into the workforce so as to assist with transformational change in the sector.&nbsp; UTT enrolled the first intake of students in the Bachelor of Applied Science in Criminology and Public Safety in January 2015.</p> <p class="homeTitle"> Sports</p> <p> UTT&rsquo;s Academy of Sports places emphasis on the value of fitness and health to students&#39; achievement of academic excellence. The University&rsquo;s High Performance athletes compete in eight (8) sporting disciplines: cricket, swimming, table tennis, volleyball, netball, basketball, football and track and field.&nbsp; Several of UTT&rsquo;s athletes have competed internationally and have decimated local sporting records. UTT&rsquo;s sport programmes include the <a href="https://utt.edu.tt/index.php?wk=12&amp;programmes=1&amp;utt_programme_key=100" target="_blank">Certificate in Sport Studies</a> as well as the <a href="https://utt.edu.tt/index.php?wk=12&amp;programmes=1&amp;utt_programme_key=152" target="_blank">Bachelor of Science in Kinesiology</a>.</p> <p class="homeTitle"> Carnival Studies</p> <p> Through the Academy of Arts, Letters, Culture and Public Affairs, UTT is advancing study and research that is dedicated to re-discovering aspects of the region&rsquo;s culture which may have been previously hidden, repressed, or neglected. The start of the postgraduate programme, Master of Arts in Carnival Studies, in September 2011 is one such avenue for proliferating Trinidad and Tobago&rsquo;s culture.&nbsp; The Academy has been involved in several cross-cultural events and continues to partner with several High Commissions and other UTT stakeholders to bring culture to the fore of the public.</p> </div> </div> </div> </div> <div style="width: 100%; clear: both"> <style> .footer, .footer table, .footer tr, .footer td, .footer a:link, .footer a:visited { color: #f1f1f1; } </style> <div style="width:100%; margin:0px auto; background-image:url('backgrounds/background_tamana_actual.jpg'); background-size:cover; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-position:absolute; z-index:10;"> <div text-align="center" class="footer" style="background-color:rgba(100, 100, 100, 0.9); z-index:20"> <div style="margin-left: 20px; margin-right: 20px;"> <div style="width:100%; padding-top:10px; padding-bottom:10px; text-align:center;"><a href="javascript:void(0)" onClick='window.open("report_errors.php?from_intranet=1&url=/index.phpwk=1&page_key=7", "myReport", "width=600, height=500, scrollbars=yes, resize=yes")' title="Report an Error or make a suggestion">Report a Broken Link/Error or make a Suggestion</a></div> <div style="max-width:1220px; width:100%; display:flex; padding-top:10px; flex-wrap:wrap; margin: 0px auto;"> <div class="grid_third" style="text-align:left;"> <div style="margin:5px;"> <h3 style="color:#FFF">ABOUT UTT</h3><br> <a href="index.php?page_key=7&amp;main=1" title="History">History</a><br /> <a href="https://utt.edu.tt/accreditation/pages/506" title="Accreditation">Accreditation</a><br /> <a href="index.php?bog=1" title="Board of Governors">Board of Governors</a><br> <a href="index.php?internet_vacancies=1" title="Vacancies">Job Vacancies</a> <br /> <a href="?staff=1&wk=1" title="Key Academic and Corporate Staff">Key Academic and <br /> Corporate Staff</a><br> <a href="https://utt.edu.tt/student-recruitment">Student Recruitment</a> <br /> <a href="index.php?internet_vacancies=1" title="Vacancies"></a> </div></div> <div class="grid_third" style="text-align:left;"> <div style="margin:5px;"> <h3 style="color:#FFF">PROGRAMME INFO</h3><br> <a href="index.php?utt_programmes=1&amp;home=1" title="Programme Listing">Programme Listing </a><br /> <a href="?page_key=978&amp;main=1" title="Acadmic Calendar">Academic Calendar </a><br /> <a href="?page_key=935&amp;wk=1" title="Fees">Fees</a><br /> <a href="?wk=47" title="International Students">International Students</a><br /> <a href="index.php?postgrad=1" title="Post Graduate Studies">Post Graduate Studies &amp; Research</a><br /> <a href="https://utt.edu.tt/outreach" title="Short Courses">Short Courses</a> <br /> <a href="?wk=9&maritime_courses=1&ck=1" title="STCW">STCW 10</a> </div></div> <div class="grid_third" style="text-align:left;"> <div style="margin:5px;"> <!-- Begin MailChimp Signup Form --> <link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css"> <style type="text/css"> #mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; width:250px; color: #cccccc;} #mce-EMAIL{ width:125px; } /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ </style> <div id="mc_embed_signup"> <form action="//www.us8.list-manage.com/subscribe/post?u=e947fd5fe6fd3440cab453f22&amp;id=5b58704839" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <h3 style="color:#FFF">SUBSCRIBE TO OUR <br>MAILING LIST</h3><br> <div class="mc-field-group"> <label for="mce-EMAIL">Email Address <span class="asterisk">*</span> </label> <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" style="width: 200px;"> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;" aria-hidden="true"> <input type="text" name="b_e947fd5fe6fd3440cab453f22_5b58704839" tabindex="-1" value=""> </div> <div class="clear"> <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"> </div> </div> </form> </div> <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='MMERGE3';ftypes[3]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script> </div> </div> <div class="grid_third" style="text-align:left;"> <div style="margin:5px;"> <h3 style="color:#FFF">LATEST UPDATES</h3><br> <a href="index.php?gallery=1&for_internet=1" title="Galleries">Photos</a><br /> <a href="http://u.tt/index.php?btnShowVideo=1&amp;big_videos=1&amp;for_internet=1" title="Videos">Videos</a><br /> <a href="index.php?articles=1&for_internet=1" title="Events">Events</a><br /> <a href="index.php?articles=1&for_internet_announcements=1" title="News">Announcements </a><br /> <a href="index.php?articles=1&for_moriche=1" target="_blank" title="Newsletters">Newsletters</a><br /> <!--End mc_embed_signup--> <a href="http://www.actt.org.tt" target="_blank" title="ACTT"><img src="images/actt_logo.gif" alt="ACTT Accredited Institution Logo" width="100" border="0"/></a> <img src="images/utt_crest_white.png" alt="The University of Trinidad and Tobago - Crest" width="95"/> </div> </div> </div> <div style="width:100%; text-align:center;"><a href="javascript:void(0)" onClick="window.open('privacy.php','myTerms', 'width=500, height=500, resize=no, scrollbars=yes')" title="Privacy">Privacy Statement</a> | <a href="http://utt.edu.tt/index.php?wk=1&page_key=1297" title="Disclaimer">Disclaimer</a></div> <div style="width:100%; text-align:center;" class="footer"> <span style="whitespace:nowrap">The University of Trinidad and Tobago</span> | <span style="whitespace:nowrap">(868) 642 8888 or (868) 223 4888 |</span> <a href="mailto:utt.marketing@utt.edu.tt" class="footer" style="white-space: nowrap">e: utt.marketing@utt.edu.tt</a></div> <div style="width:100%; text-align:center;"><a href='https://www.freepik.com/vectors/school'>School vector created by pch.vector - www.freepik.com</a><br> <a href="https://www.freepik.com/free-vector/transparent-background-curve_1306397.htm#query=transparent%20pattern&position=0&from_view=keyword&track=ais">Image by ikatod</a> on Freepik </div> <div style="width:100%; text-align:center;"> </div> <div style="width:100%; padding-bottom:50px; text-align:center;"><a href="https://www.linkedin.com/company/university-of-trinidad-and-tobago" target="_blank" title="Facebook"><img src="images/logo_linkedin_large.png" alt="linkedin" border="0" hspace="2" width="20"/></a><a href="http://www.facebook.com/uttmarketing" target="_blank" title="Facebook"><img src="images/logo_facebook.png" alt="facebook" border="0" hspace="2" width="20"/></a><a href="http://www.twitter.com/uttmarketing" target="_blank"><img src="images/logo_twitter.png" alt="twitter" width="20" hspace="2" border=0/></a><a href="http://www.youtube.com/user/uttmarketing" target="_blank" title="YouTube"><img src="images/logo_youtube.png" alt="YouTube" width="20" hspace="2" border=0/></a><a href="https://www.instagram.com/uttmarketing/" target="_blank" title="Instagram"><img src="images/logo_instagram.png" alt="YouTube" width="20" hspace="2" border="0"/></a><a href="https://play.google.com/store/apps/details?id=com.utt.app" target="_blank" title="Android"><img src="images/logo_android.png" alt="Android App" width="20" hspace="2" border="0" /></a><a href="https://itunes.apple.com/us/app/myutt-app/id580467243?mt=8" target="_blank" title="iTunes"><img src="images/logo_apple2.png" alt="rss" width="16" hspace="2" border="0" /></a><a href="http://u.tt/rss_utt.php" target="_blank" title="RSS"><img src="images/logo_rss.png" alt="RSS" width="20" hspace="2" border="0"/></a> </div> </div> </div> </div> </div> </div> <script> AOS.init({ easing: 'ease-out-back', duration: 1000 }); </script> <script src="/slick/slick.js"></script> <script type='text/javascript'> $(document).ready(function() { $('.outreach_testimonials').slick({ dots: true, infinite: true, variableWidth: true, centerMode: true, slidesToShow: 1, autoplay:true }); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10