CINXE.COM

The University of Trinidad and Tobago - Main Website - Programme, Standalone Courses, Research and Library Information

<html> <head> <title>The University of Trinidad and Tobago - Main Website - Programme, Standalone Courses, Research and Library Information</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: 980px) { #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="Programme, Research and Library Information" /> <meta property="twitter:title" content="Programme, Research and Library Information" /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://utt.edu.tt/index.php?wk=1&page_key=1080" /> <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="1000" /> <meta property="og:image:height" content="371" /> <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%; padding-bottom:5px; background-color:rgba(100, 100, 100, 0.9); text-align: center"> <div style="display:inline; min-height:10px; height:20px; margin-bottom:0px; color:#FFF" class=" showMobileOnly"> <a href="tel:1-868-642-8888" target="blank" class="bodycellsmall" style="color:#fff;" title="The University of Trinidad and Tobago Main Telephone Contact">T: (868) 642-8888</a> <a href="https://utt.edu.tt/apply" style="color:#fff; " class="bodycellsmall" title="The University of Trinidad and Tobago Undergraduate and Postgraduate Programmes"> | HOME</a> <strong> <a href="https://utt.edu.tt/about-utt" style="color:#fff; " class="bodycellsmall" title="The University of Trinidad and Tobago Undergraduate and Postgraduate Programmes"> | ABOUT</a></strong> <a href="https://utt.edu.tt/apply" style="color:#fff; " class="bodycellsmall" title="The University of Trinidad and Tobago Undergraduate and Postgraduate Programmes"> | APPLY</a> <a href="https://utt.edu.tt/key-staff" style="color:#fff; " class="bodycellsmall" title="The University of Trinidad and Tobago STAFF"> | STAFF</a> </div> </div> <div style="width:100%; background-color:#880808; margin:0px auto; padding-top:5px; padding-bottom:1px; display:flex;" class="navigationShowMobileOnly" id="searchbar"> <div class="column_half" style="z-index: 999999"> <div style="margin:9px; text-align:left; z-index: 999999" class="column_half"> <select name="mycomp" id="mycomp" class="websiteDropdown" onchange="window.location=this.value"> <option value="https://utt.edu.tt" title="https://u.tt/timthumb.php?src=http://u.tt/photos/home_thumb.jpg&h=40&w=45" > Jump to... </option> <option value="?wk=3" title="https://u.tt/timthumb.php?src=https://u.tt/photos/literature_thumb.jpg&h=30&w=40" > Arts, Letters</option> <option value="?wk=52" title="https://u.tt/timthumb.php?src=https://u.tt/photos/aviation_thumb.jpg&h=30&w=40" > Aviation</option> <option value="?wk=18" title="https://u.tt/timthumb.php?src=https://u.tt/photos/eciaf_thumb.jpg&h=30&w=40" > Bio, Agri, & Food Tech.</option> <option value="?wk=30" title="https://u.tt/timthumb.php?src=https://u.tt/photos/civil_thumb.jpg&h=30&w=40" > Civil</option> <option value="?wk=24" title="https://u.tt/timthumb.php?src=https://u.tt/photos/crime_thumb.jpg&h=30&w=40" > Criminology & Public Safety</option> <option value="?wk=5" title="https://u.tt/timthumb.php?src=https://u.tt/photos/teaching_thumb.jpg&h=30&w=40" > Education</option> <option value="?wk=33" title="https://u.tt/timthumb.php?src=https://u.tt/photos/petroleum_thumb.jpg&h=30&w=40" > Energy Systems</option> <option value="?wk=4" title="https://u.tt/timthumb.php?src=https://u.tt/photos/fashion_thumb.jpg&h=30&w=40" > Fashion</option> <option value="?wk=2" title="https://u.tt/timthumb.php?src=https://u.tt/photos/ict_thumb.jpg&h=30&w=40" > ICT</option> <option value="?wk=26" title="https://u.tt/timthumb.php?src=https://u.tt/photos/marine_thumb.jpg&h=30&w=40" > Marine Sciences</option> <option value="?wk=9" title="https://u.tt/timthumb.php?src=https://u.tt/photos/maritime_thumb.jpg&h=30&w=40" > Maritime</option> <option value="?wk=20" title="https://u.tt/timthumb.php?src=https://u.tt/photos/design_thumb.jpg&h=30&w=40" > Mechanical Engineering, Manufacturing and Entrepreneurship</option> <option value="?wk=71" title="https://u.tt/timthumb.php?src=https://u.tt/photos/performance_arts_thumb.jpg&h=30&w=40" > Performing Arts</option> <option value="?wk=11" title="https://u.tt/timthumb.php?src=https://u.tt/photos/postgrad_thumb.jpg&h=30&w=40" > Postgraduate Studies <br>& Research</option> <option value="?wk=23" title="https://u.tt/timthumb.php?src=https://u.tt/photos/process_thumb.jpg&h=30&w=40" > Process Engineering</option> <option value="?wk=12" title="https://u.tt/timthumb.php?src=https://u.tt/photos/sports_thumb.jpg&h=30&w=40" > Sports</option> <option value="?wk=8" title="https://u.tt/timthumb.php?src=https://u.tt/photos/energy_thumb.jpg&h=30&w=40" > Utilities and Sustainable Engineering</option> </select> </div> </div> <div class="column_half"> <div style="margin:9px; text-align: right"> <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=""> </div> </form> </div></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='https://utt.edu.tt/study-at-utt' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>ACADEMICS <BR><font size='-3'>RESEARCH / LIBRARIES</font></span></span></a> </li><li><a href='https://utt.edu.tt/programmes' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>ADMISSIONS <BR><font size='-3'>Application Forms</font></span></span></a> </li><li><a href='https://utt.edu.tt/fees' ><span class='parent_menu_text_pl'><span class='parent_menu_text_ct'>COSTS & AID</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/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/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'>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">Programme, Standalone Courses, Research and Library Information</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/study-at-utt" style="color:#fff">Programme, Standalone Courses, Research and Library Information</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;"> <div class="transparency_background" style="width:100%; clear: both; float: left;"> <div id="latest_updates" style="clear: both; margin:0px auto; margin-left: 20px; margin-right:20px;"> <p align="Center"> <a class="calltoactionbutton" href="https://utt.edu.tt/index.php?programmes=1">Click here for Programme Listing and to Apply Now</a></p> <div style="100%"> <div class="column_third"> <div style="margin:10px;"> <div class="labelh3"> ARTS &amp; EDUCATION</div> <div> <div> <img src="images/home_about_utt.jpg" width="100%" /></div> <ul> <li style="list-style-image: url(icons/website_icons/iconz_alcpa.png)"> <a href="https://utt.edu.tt/index.php?wk=3" target="_blank">Arts, Letters &amp; Public Affairs</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=5" target="_blank">Education</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=4" target="_blank">Fashion</a></li> <li> <a href="https://utt.edu.tt/index.php?apa=1" target="_blank">Performing Arts</a></li> </ul> </div> </div> </div> <div class="column_third"> <div style="margin:10px;"> <div class="labelh3"> ENGINEERING</div> <div> <div> <img src="images/home_peu.jpg" width="100%" /></div> <ul> <li> <a href="https://utt.edu.tt/index.php?wk=52" target="_blank">Aviation</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=30" target="_blank">Project Management and Civil Infrastructure Systems</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=20" target="_blank">Mechanical Engineering, Manufacturing and Entrepreneurship (formerly Design &amp; Manufacturing)</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=33" target="_blank" title="">Energy Systems Engineering (formerly Petroleum Engineering)</a></li> <li> <a href="https://utt.edu.tt/index.php?process=1" target="_blank">Process Engineering</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=8" target="_blank" title="">Utilities and Sustainable Engineering</a></li> </ul> </div> </div> </div> <div class="column_third"> <div style="margin:10px;"> <div class="labelh3"> SCIENCES</div> <div> <img src="images/home_links.jpg" width="100%" /></div> <div> <ul> <li> <a href="https://utt.edu.tt/index.php?baft=1" target="_blank">Biosciences, Agriculture and Food Technology</a></li> <li> <a href="https://utt.edu.tt/index.php?crime=1" target="_blank" title="">Criminology</a></li> <li> <a href="https://utt.edu.tt/health" target="_blank">Health</a></li> <li> <a href="https://utt.edu.tt/index.php?ict=1" target="_blank">ICT</a></li> <li> <a href="https://utt.edu.tt/index.php?marine=1" target="_blank">Marine Sciences</a></li> <li> <a href="https://utt.edu.tt/index.php?maritime=1" target="_blank">Maritime Studies</a></li> <li> <a href="https://utt.edu.tt/index.php?sports=1" target="_blank">Sports</a></li> </ul> </div> </div> </div> <div style="width:100%; clear:both"> <div class="column_third"> <div style="margin:10px;"> <div class="labelh3"> GENERAL INFORMATION</div> <div> <img src="images/home_programmes.jpg" width="100%" /></div> <div> <ul> <li> <h3> <strong><a href="https://utt.edu.tt/programmes">APPLY NOW</a></strong></h3> </li> <li> <a href="https://utt.edu.tt/index.php?page_key=978&amp;wk=1">Academic Calendar</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=75" target="_blank">Foundations and Prior Learning</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=1&amp;page_key=935">Fees</a></li> </ul> </div> </div> </div> <div class="column_third"> <div style="margin:10px;"> <div class="labelh3"> SHORT COURSES</div> <div> <img src="images/home_staff.jpg" width="100%" /></div> <div> <ul> <li> <a href="https://utt.edu.tt/outreach" target="_blank">Professional Education (Short Courses)</a></li> </ul> </div> </div> </div> <div class="column_third"> <div style="margin:10px;"> <div class="labelh3"> RESEARCH AND LIBRARIES</div> <div> <img src="images/home_research2.jpg" width="100%" /></div> <div> <ul> <li> <a href="https://utt.edu.tt/index.php?wk=15" target="_blank">UTT Libraries</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=11" target="_blank">Post Graduate Studies</a></li> <li> <a href="https://utt.edu.tt/index.php?wk=13" target="_blank">The Learning Centre</a></li> </ul> </div> </div> </div> <div style="width:100%; clear:both"> &nbsp;</div> <p> &nbsp;</p> <p align="Center"> Click on Campuses for more information<br /> <br /> <iframe frameborder="0" height="400" name="myiframe" onload="DYNIFS.resize('myiframe')" src="map/index.php" width="100%"></iframe></p> </div> </div> <p> &nbsp;</p> </div> </div> <p> &nbsp;</p> <div style="width:100%; clear: both; float: left; padding-bottom: 80px;" class="transparency_background"> <div style="max-width:1220px; margin:0px auto; margin-top:10px;"> <div id="PROGRAMMES" style="clear: both; margin:0px auto; margin-left: 20px; margin-right:20px;" data-aos="fade-right"> <div style="padding-top:10px; padding-bottom:10px; padding-left:10px;"><h2>PROGRAMMES</h2></div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #C0392B; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#C0392B; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#C0392B';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=106'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=106"> <span style="font-weight: bold; color:#fff">Certificate in Applied Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #C0392B; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#C0392B; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#C0392B';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=141'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=141"> <span style="font-weight: bold; color:#fff">Certificate in Aviation Technology </span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Camden |</span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #C0392B; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#C0392B; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#C0392B';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=124'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=124"> <span style="font-weight: bold; color:#fff">Certificate In Education: Early Childhood Care and Education</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: No | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> <span class="bodycellsmall" style="color: aliceblue"> Tobago |</span> <span class="bodycellsmall" style="color: aliceblue"> Tamana Campus |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #C0392B; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#C0392B; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#C0392B';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=136'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=136"> <span style="font-weight: bold; color:#fff">Certificate in Food Technology</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> ECIAF |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #C0392B; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#C0392B; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#C0392B';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=107'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=107"> <span style="font-weight: bold; color:#fff">Certificate in Process Operations </span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #C0392B; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#C0392B; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#C0392B';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=108'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=108"> <span style="font-weight: bold; color:#fff">Certificate in Security and Public Safety</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Tamana Campus |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #C0392B; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#C0392B; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#C0392B';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=100'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=100"> <span style="font-weight: bold; color:#fff">Certificate in Sport Studies</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #C0392B; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#C0392B; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#C0392B';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=179'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=179"> <span style="font-weight: bold; color:#fff">Pan Fellowship Programme</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: No | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> UTT Campus at NAPA |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=85'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=85"> <span style="font-weight: bold; color:#fff">Diploma in Agriculture</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> ECIAF |</span> <span class="bodycellsmall" style="color: aliceblue"> Tobago |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=84'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=84"> <span style="font-weight: bold; color:#fff">Diploma in Animal Health, Production and Veterinary Public Health</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> ECIAF |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=180'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=180"> <span style="font-weight: bold; color:#fff">Diploma in Coastal and Ocean Sciences</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Chaguaramas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=126'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=126"> <span style="font-weight: bold; color:#fff">Diploma in Computer, Network and Telecommunication Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=91'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=91"> <span style="font-weight: bold; color:#fff">Diploma in Fashion Design with Fashion Management Option</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=122'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=122"> <span style="font-weight: bold; color:#fff">Diploma in Food Technology</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> ECIAF |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=83'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=83"> <span style="font-weight: bold; color:#fff">Diploma in Forestry</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> ECIAF |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=132'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=132"> <span style="font-weight: bold; color:#fff">Diploma in Maritime Operations - Engineering </span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Chaguaramas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=133'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=133"> <span style="font-weight: bold; color:#fff">Diploma in Maritime Operations - Navigation</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Chaguaramas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=154'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=154"> <span style="font-weight: bold; color:#fff">Diploma in Natural Resource Management</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> ECIAF |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=109'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=109"> <span style="font-weight: bold; color:#fff">Diploma in Security and Public Safety</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Tamana Campus |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=125'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=125"> <span style="font-weight: bold; color:#fff">Diploma in Software Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=140'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=140"> <span style="font-weight: bold; color:#fff">Diploma in Visual Communications Design </span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=160'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=160"> <span style="font-weight: bold; color:#fff">National Engineering Technician Diploma (NETD) - Chemical Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=159'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=159"> <span style="font-weight: bold; color:#fff">National Engineering Technician Diploma (NETD) - Civil Engineering </span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> <span class="bodycellsmall" style="color: aliceblue"> Tobago |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=162'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=162"> <span style="font-weight: bold; color:#fff">National Engineering Technician Diploma (NETD) - Electrical/Electronic Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> <span class="bodycellsmall" style="color: aliceblue"> Tobago |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=163'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=163"> <span style="font-weight: bold; color:#fff">National Engineering Technician Diploma (NETD) - Instrumentation Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=164'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=164"> <span style="font-weight: bold; color:#fff">National Engineering Technician Diploma (NETD) - Mechanical Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=161'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=161"> <span style="font-weight: bold; color:#fff">National Engineering Technician Diploma (NETD) - Petroleum Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #0892D0; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#0892D0; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#0892D0';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=166'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=166"> <span style="font-weight: bold; color:#fff">National Engineering Technician Diploma (NETD) - Renewable Energy Engineering Technology</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> <span class="bodycellsmall" style="color: aliceblue"> Tobago |</span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=102'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=102"> <span style="font-weight: bold; color:#fff">Bachelor of Education</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> <span class="bodycellsmall" style="color: aliceblue"> Tamana Campus |</span> <span class="bodycellsmall" style="color: aliceblue"> Tobago |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=153'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=153"> <span style="font-weight: bold; color:#fff">Bachelor of Fine Arts in Digital Media Arts (with specialisations in Animation, Music Technology & Game Art)</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> UTT Campus at NAPA |</span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=93'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=93"> <span style="font-weight: bold; color:#fff">Bachelor of Fine Arts in Fashion Design </span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=174'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=174"> <span style="font-weight: bold; color:#fff">Bachelor of Fine Arts in the Performing Arts</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> UTT Campus at NAPA |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=99'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=99"> <span style="font-weight: bold; color:#fff">Bachelor of Fine Arts in the Performing Arts with Specialisation in Music</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> UTT Campus at NAPA |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=95'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=95"> <span style="font-weight: bold; color:#fff">Bachelor of Science Degree in Nautical Science/Maritime Operations</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Chaguaramas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=151'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=151"> <span style="font-weight: bold; color:#fff">Bachelor of Science in Aeronautical and Airworthiness Engineering (BSc AAE)</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Camden |</span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=155'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=155"> <span style="font-weight: bold; color:#fff">Bachelor of Science in Agriculture and Entrepreneurship</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> ECIAF |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=145'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=145"> <span style="font-weight: bold; color:#fff">Bachelor of Science in Aircraft Maintenance and Management</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Camden |</span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=156'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=156"> <span style="font-weight: bold; color:#fff">Bachelor of Science in Coastal and Ocean Management</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: No</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Chaguaramas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=88'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=88"> <span style="font-weight: bold; color:#fff">Bachelor of Science in Food Science and Technology</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> ECIAF |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=152'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=152"> <span style="font-weight: bold; color:#fff">Bachelor of Science in Kinesiology</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=169'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=169"> <span style="font-weight: bold; color:#fff">Bachelor of Applied Science (B.A.Sc.) / Master of Engineering (M.Eng.) - Process Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=177'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=177"> <span style="font-weight: bold; color:#fff">Bachelor of Applied Science (B.A.Sc.) in Energy Engineering with Specialisations in Oil and Gas or Renewable Energy</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=165'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=165"> <span style="font-weight: bold; color:#fff">Bachelor of Applied Science (B.A.Sc.) Manufacturing and Design Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=172'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=172"> <span style="font-weight: bold; color:#fff">Bachelor of Applied Science (B.A.Sc.)/Master of Engineering (M.Eng.) in Petroleum Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=182'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=182"> <span style="font-weight: bold; color:#fff">Bachelor of Applied Science (BASc) in Utilities Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=131'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=131"> <span style="font-weight: bold; color:#fff">Bachelor of Applied Science in Civil Engineering Systems</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> <span class="bodycellsmall" style="color: aliceblue"> Tobago |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=127'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=127"> <span style="font-weight: bold; color:#fff">Bachelor of Applied Science in Computer Engineering</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #00B200; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#00B200; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#00B200';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=142'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=142"> <span style="font-weight: bold; color:#fff">Bachelor of Applied Science in Criminology and Public Safety </span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Tamana Campus |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #CC0000; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#CC0000; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#CC0000';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=173'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=173"> <span style="font-weight: bold; color:#fff">Postgraduate Diploma in Education</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: No | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> <span class="bodycellsmall" style="color: aliceblue"> Tamana Campus |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=111'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=111"> <span style="font-weight: bold; color:#fff">Master of Arts in Carnival Studies </span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> <span class="bodycellsmall" style="color: aliceblue"> UTT Campus at NAPA |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=143'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=143"> <span style="font-weight: bold; color:#fff">Master of Education in Educational Technology</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: No | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Tamana Campus |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=171'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=171"> <span style="font-weight: bold; color:#fff">Master Of Science In Energy Engineering With Specialisation In Renewable Energy</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=119'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=119"> <span style="font-weight: bold; color:#fff">Master of Science in Information and Communication Technology (ICT)</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=146'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=146"> <span style="font-weight: bold; color:#fff">Master of Science in Innovation, Manufacturing Management and Entrepreneurship (IMME)</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: No | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Camden |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=147'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=147"> <span style="font-weight: bold; color:#fff">Master of Science in Innovative Design and Entrepreneurship (IDE)</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: No | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Camden |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=129'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=129"> <span style="font-weight: bold; color:#fff">Master of Science in Integrated Coastal and Ocean Management</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Chaguaramas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=158'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=158"> <span style="font-weight: bold; color:#fff">Master of Science in Kinesiology</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> San Fernando |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=134'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=134"> <span style="font-weight: bold; color:#fff">Master of Science in Operational Maritime Management</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: No | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Chaguaramas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=112'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=112"> <span style="font-weight: bold; color:#fff">Master's in Health Administration-Health Systems (MHA-HS) </span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: No | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> Chaguanas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=157'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=157"> <span style="font-weight: bold; color:#fff">MSc. In Cybersecurity</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> <br><span class="bodycellsmall" style="color: aliceblue">Venue(s): </span> <span class="bodycellsmall" style="color: aliceblue"> John D |</span> <span class="bodycellsmall" style="color: aliceblue"> Point Lisas |</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #E74C3C; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#E74C3C; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#E74C3C';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=73'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=73"> <span style="font-weight: bold; color:#fff">MASTER OF PHILOSOPHY</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> </a> </div> </div> </div> </div> <div class="grid_third" style="min-height: 50px;"> <div style="clear:both; display:flex; border-left: 12px solid #000000; box-shadow: 2px 2px 2px #888888; min-height:150px; margin-right:5px;"> <div style="background-color:#000000; padding-top:4px; float:left; width:100%;" onmouseout = "this.style.backgroundColor='#000000';this.style.color='#999999'" onmouseover = "this.style.backgroundColor='#999999';this.style.color='#F4F1F1'" onclick="window.location='?wk=1&programmes=1&utt_programme_key=77'"> <div style="vertical-align:middle; padding-left: 5px;"><a href="?wk=1&programmes=1&utt_programme_key=77"> <span style="font-weight: bold; color:#fff"> DOCTOR OF PHILOSOPHY</span> <br> <span class="bodycellsmall" style="color: aliceblue"> FT: Yes | PT: Yes</span> </a> </div> </div> </div> </div> </div></div></div> </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.php", "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