CINXE.COM

ITA-CET

<!DOCTYPE html> <html prefix="og: http://ogp.me/ns#" lang="en-gb" dir="ltr"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta charset="utf-8" /> <base href="https://about.ita-aites.org/wg-committees/ita-cet" /> <meta name="keywords" content="tunnelling, underground, underground space, association" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@htmgarcia" /> <meta name="twitter:title" content="Introduction" /> <meta name="twitter:description" content="ITA goals in education and training Since the year 2000, the ITA has identified education and training as one of the most important challenges and needs o..." /> <meta name="description" content="International Tunnelling and Underground Space Association Website." /> <meta name="generator" content="Joomla! - Open Source Content Management" /> <title>ITA-CET</title> <link href="/templates/about-ita/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="/index.php?option=com_ajax&plugin=arktypography&format=json" rel="stylesheet" /> <link href="/media/system/css/modal.css?42f938fa95215574f667f89f1d533105" rel="stylesheet" /> <link href="/templates/about-ita/css/template.css?42f938fa95215574f667f89f1d533105" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Roboto Condensed|Roboto:300,400,500,700" rel="stylesheet" /> <link href="/templates/about-ita/css/about-ita.css?42f938fa95215574f667f89f1d533105" rel="stylesheet" /> <link href="https://about.ita-aites.org/media/editors/arkeditor/css/squeezebox.css" rel="stylesheet" /> <link href="/media/jui/css/chosen.css?42f938fa95215574f667f89f1d533105" rel="stylesheet" /> <link href="/media/com_finder/css/finder.css?42f938fa95215574f667f89f1d533105" rel="stylesheet" /> <link href="https://about.ita-aites.org/plugins/system/fmalertcookies/assets/css/bootstrap.min.css" rel="stylesheet" /> <link href="https://about.ita-aites.org/plugins/system/fmalertcookies/assets/css/custom.css" rel="stylesheet" /> <style> :root { --green-color: #318061; --light-green-color: #31806142; } .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary { background: #318061; } </style> <script type="application/json" class="joomla-script-options new">{"csrf.token":"e145cb59956eb6138b2652af4b18f177","system.paths":{"root":"","base":""},"system.keepalive":{"interval":300000,"uri":"\/component\/ajax\/?format=json"}}</script> <script src="/media/jui/js/jquery.min.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/jui/js/jquery-noconflict.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/jui/js/jquery-migrate.min.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/k2/assets/js/k2.frontend.js?v=2.11.20240212&sitepath=/"></script> <script src="/media/system/js/caption.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/jui/js/bootstrap.min.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/system/js/mootools-core.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/system/js/core.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/system/js/mootools-more.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/system/js/modal.js?42f938fa95215574f667f89f1d533105"></script> <script src="/templates/about-ita/js/template.js?42f938fa95215574f667f89f1d533105"></script> <!--[if lt IE 9]><script src="/media/jui/js/html5.js?42f938fa95215574f667f89f1d533105"></script><![endif]--> <script src="/templates/about-ita/js/user.js?42f938fa95215574f667f89f1d533105"></script> <script src="https://about.ita-aites.org/media/editors/arkeditor/js/jquery.easing.min.js"></script> <script src="https://about.ita-aites.org/media/editors/arkeditor/js/squeezebox.js"></script> <!--[if lt IE 9]><script src="/media/system/js/polyfill.event.js?42f938fa95215574f667f89f1d533105"></script><![endif]--> <script src="/media/system/js/keepalive.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/jui/js/chosen.jquery.min.js?42f938fa95215574f667f89f1d533105"></script> <script src="/media/jui/js/jquery.autocomplete.min.js?42f938fa95215574f667f89f1d533105"></script> <script src="https://www.googletagmanager.com/gtag/js?id=G-1RSZTQX0Y5" async></script> <script> jQuery(window).on('load', function() { new JCaption('img.caption'); }); jQuery(function($) { SqueezeBox.initialize({}); initSqueezeBox(); $(document).on('subform-row-add', initSqueezeBox); function initSqueezeBox(event, container) { SqueezeBox.assign($(container || document).find('a.modal').get(), { parse: 'rel' }); } }); window.jModalClose = function () { SqueezeBox.close(); }; // Add extra modal close functionality for tinyMCE-based editors document.onreadystatechange = function () { if (document.readyState == 'interactive' && typeof tinyMCE != 'undefined' && tinyMCE) { if (typeof window.jModalClose_no_tinyMCE === 'undefined') { window.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false; jModalClose = function () { if (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } if (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined') { if (typeof(SqueezeBox) == 'undefined') SqueezeBox = {}; window.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false; SqueezeBox.close = function () { if (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } } }; (function() { if(typeof jQuery == 'undefined') return; jQuery(function($) { if($.fn.squeezeBox) { $( 'a.modal' ).squeezeBox({ parse: 'rel' }); $( 'img.modal' ).each( function( i, el ) { $(el).squeezeBox({ handler: 'image', url: $( el ).attr( 'src' ) }); }) } else if(typeof(SqueezeBox) !== 'undefined') { $( 'img.modal' ).each( function( i, el ) { SqueezeBox.assign( el, { handler: 'image', url: $( el ).attr( 'src' ) }); }); } function jModalClose() { if(typeof(SqueezeBox) == 'object') SqueezeBox.close(); else ARK.squeezeBox.close(); } }); })(); jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} }); jQuery(function ($) { initChosen(); $("body").on("subform-row-add", initChosen); function initChosen(event, container) { container = container || document; $(container).find(".advancedSelect").chosen({"disable_search_threshold":10,"search_contains":true,"allow_single_deselect":true,"placeholder_text_multiple":"Type or select some options","placeholder_text_single":"Select an option","no_results_text":"No results match"}); } }); jQuery(document).ready(function() { var value, searchword = jQuery('#mod-finder-searchword284'); // Get the current value. value = searchword.val(); // If the current value equals the default value, clear it. searchword.on('focus', function () { var el = jQuery(this); if (el.val() === 'Search ...') { el.val(''); } }); // If the current value is empty, set the previous value. searchword.on('blur', function () { var el = jQuery(this); if (!el.val()) { el.val(value); } }); jQuery('#mod-finder-searchform284').on('submit', function (e) { e.stopPropagation(); var advanced = jQuery('#mod-finder-advanced284'); // Disable select boxes with no value selected. if (advanced.length) { advanced.find('select').each(function (index, el) { var el = jQuery(el); if (!el.val()) { el.attr('disabled', 'disabled'); } }); } }); var suggest = jQuery('#mod-finder-searchword284').autocomplete({ serviceUrl: '/component/finder/?task=suggestions.suggest&amp;format=json&amp;tmpl=component', paramName: 'q', minChars: 1, maxHeight: 400, width: 300, zIndex: 9999, deferRequestBy: 500 });}); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-1RSZTQX0Y5'); </script> </head> <body class="site com_content view-article no-layout no-task itemid-866"> <!-- Body --> <div class="body"> <!-- Insert common portal --> <link rel="stylesheet" href="https://www.ita-aites.org/Common/portal.css?1732993937" type="text/css" /> <script src="https://www.ita-aites.org/Common/portal.js?1732993937"></script> <div class="container"> <!-- Header --> <header class="header" role="banner"> <div class="header-inner clearfix"> <a class="brand pull-left" href="/"> <img src="https://about.ita-aites.org/images/ITA-AITES-logo.png" alt="ITA Activities" /> </a> <div class="navbar pull-left"> <a class="btn btn-navbar collapsed" data-toggle="collapse" data-target=".nav-collapse"> <span class="element-invisible">TPL_PROTOSTAR_TOGGLE_MENU</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> </div> <div class="header-search pull-right"> <div class="moduletable c2a"> <ul class="nav menu mod-list"> <li class="item-2675"><a href="https://private.ita-aites.org" >My ITA</a></li><li class="item-2676"><a href="/members/become-a-member" >Become a member</a></li></ul> </div> <div class="finder"> <form id="mod-finder-searchform284" action="/search-results" method="get" class="form-search" role="search"> <label for="mod-finder-searchword284" class="element-invisible finder"></label><input type="text" name="q" id="mod-finder-searchword284" class="search-query input-medium" size="25" value=""/><button class="btn btn-primary hasTooltip finder" type="submit" title="Go"><img src="/images/search_button.png" alt="Search button"></button> </form> </div> </div> <div class="banner pull-right"> <div class="custom" > <p><a href="https://about.ita-aites.org/50-anniversary/ita-50th-anniversary"><img alt="ITA : 50 years" src="/images/visuels/logo50years.png" /></a></p></div> </div> </div> <div class="site-description"><a href="/">ITA Activities</a></div> </header> <nav class="navigation" role="navigation"> <div class="nav-collapse"> <div class="moduletable topMenu"> <ul class="nav menu"> <li class="item-765 parent"><a href="/about-ita" >About ITA</a></li><li class="item-761 parent"><a href="/members" >Members</a></li><li class="item-767 parent"><a href="/publications" >Publications</a></li><li class="item-766"><a href="/future-events" >Future events</a></li><li class="item-768 active deeper parent"><a href="/wg-committees" >WG &amp; Committees</a><ul class="nav-child unstyled small"><li class="item-789"><a href="/wg-committees/working-groups" >Working Groups</a></li><li class="item-853 parent"><a href="/wg-committees/itatech" >ITAtech</a></li><li class="item-866 current active parent"><a href="/wg-committees/ita-cet" >ITA-CET</a></li><li class="item-845 parent"><a href="/wg-committees/ita-cosuf" >ITA-COSUF</a></li><li class="item-859 parent"><a href="/wg-committees/itacus" >ITACUS</a></li><li class="item-2733 parent"><a href="/wg-committees/sustainability-committee" >Sustainability Committee</a></li><li class="item-992 parent"><a href="/wg-committees/young-members" >Young Members</a></li><li class="item-2677"><a href="/wg-committees/ita-client-forum" >ITA Client Forum</a></li></ul></li><li class="item-1126 parent"><a href="/press-room" >Press Room</a></li><li class="item-2792 parent"><a href="/50-anniversary/ita-50th-anniversary" >50 Anniversary</a></li></ul> </div> </div> </nav> <div class="row-fluid"> <main id="content" role="main" class="span12"> <!-- Begin Content --> <div class="moduletable committee"> <ul class="nav menu ITA-CET mod-list"> <li class="item-868"><a href="/wg-committees/ita-cet/organization" >Organization</a></li><li class="item-902"><a href="/wg-committees/ita-cet/portfolio-of-training-events" >Portfolio of training events</a></li><li class="item-867"><a href="/wg-committees/ita-cet/lecturers" >List of lecturers</a></li><li class="item-869"><a href="/wg-committees/ita-cet/news" >News</a></li><li class="item-871"><a href="/wg-committees/ita-cet/activity-groups" >Activity Groups</a></li><li class="item-910"><a href="/wg-committees/ita-cet/master-courses" >Academic Courses</a></li></ul> </div> <div id="system-message-container"> </div> <div class="item-page committees" itemscope itemtype="https://schema.org/Article"> <meta itemprop="inLanguage" content="en-GB" /> <div class="page-header"> <h1> ITA Committee for Education and Training </h1> </div> <div itemprop="articleBody"><a href="/wg-committees/ita-cet?tmpl=component&amp;format=pdf" onclick="" target="_blank" title="PDF" rel="nofollow" class="pdfButton"><img src="/templates/about-ita/images/system/pdf_button.png"></a> <h2>ITA goals in education and training</h2> <p>Since the year 2000, the ITA has identified education and training as one of the most important challenges and needs of the association. It officially established the ITA's Committee for Education and Training (ITA-CET)&nbsp; in 2007 in order to promote education and training throughout the tunnelling and underground space association and assist its coordination.</p> <p>The Committee works in close collaboration with the <a href="https://www.itacet.org/">ITACET Foundation</a>, created in 2009 in order to facilitate funding and organisational aspects of&nbsp; training and education actions.&nbsp;</p> <p>The importance of knowledge sharing through education and training has been reaffirmed over the years in the ITA's Strategic Plans and remains a priority. A certain number of actions have been identified by ITA&nbsp; in relation to this goal:</p> <ul> <li>Support Member Nations through the organization of training sessions and workshops.</li> <li>Develop a training offer for professionals and industry.</li> <li>Implement e-learning / webinars.</li> <li>Create and develop a university network as well as a regional correspondents network.</li> <li>Involve Working Groups and Committees in the preparation of didactic documents and ITA-CET courses, based on their publications.</li> <li>Organize specific training sessions on the use of underground space in developing countries.</li> </ul> <p>The ITA-CET Committee's four activity groups will focus on these actions.</p> <p>Click on the link below to read the ITA-CET&nbsp;flyer which presents our activities in more detail</p> <p><a href="/files/FlyerITACET9.pdf" id="" style="" target="" title="ITA-CET flyer">ITA-CET flyer.pdf</a></p> </div> </div> <!-- End Content --> </main> </div> <div class="moduletable login clearfix"> <form action="https://about.ita-aites.org/wg-committees/ita-cet" method="post" id="login-form" class="form-inline"> <div class="userdata"> <div id="form-login-username" class="control-group"> <div class="controls"> <div class="input-prepend"> <input id="modlgn-username" type="text" name="username" class="input-small" tabindex="0" size="18" placeholder="Username" /> </div> </div> </div> <div id="form-login-password" class="control-group"> <div class="controls"> <div class="input-prepend"> <input id="modlgn-passwd" type="password" name="password" class="input-small" tabindex="0" size="18" placeholder="Password" /> </div> </div> </div> <div id="form-login-remember" class="control-group checkbox"> <label for="modlgn-remember" class="control-label">Remember Me</label> <input id="modlgn-remember" type="checkbox" name="remember" class="inputbox" value="yes"/> </div> <div id="form-login-submit" class="control-group"> <div class="controls"> <button type="submit" tabindex="0" name="Submit" class="btn btn-primary login-button">Log in</button> </div> </div> <ul class="unstyled"> <li> <a href="/username-reminder"> Forgot your username?</a> </li> <li> <a href="/password-reset"> Forgot your password?</a> </li> </ul> <input type="hidden" name="option" value="com_users" /> <input type="hidden" name="task" value="user.login" /> <input type="hidden" name="return" value="aHR0cHM6Ly9hYm91dC5pdGEtYWl0ZXMub3JnL3dnLWNvbW1pdHRlZXMvaXRhLWNldA==" /> <input type="hidden" name="e145cb59956eb6138b2652af4b18f177" value="1" /> </div> </form> </div> <!-- Insert common Sponsors --> <script src="https://www.ita-aites.org/Common/sponsors.js?1732993937"></script> </div> </div> <!-- Insert common footer --> <link rel="stylesheet" href="https://www.ita-aites.org/Common/footer.css?1732993937" type="text/css" /> <script src="https://www.ita-aites.org/Common/footer.js?1732993937"></script> <!--googleoff: all--><div class="cadre_alert_cookies" id="cadre_alert_cookies" style="opacity:0.9;text-align:center;position:fixed;z-index:10000;left: 0;right: 0;bottom: 0; margin:0px;"><div class="cadre_inner_alert_cookies" style="display: inline-block;width: 100%;margin:auto;max-width:100%;background-color: #e8e8e8;border: 1px solid #cccccc;"><div class="cadre_inner_texte_alert_cookies" style="display: inline-block;padding:10px;color: #333333"><div class="cadre_texte "><p> We use cookies on this site to enhance your user experience.<br /> By clicking any link on this page you are giving your consent for us to set cookies.</p> </div><div class="cadre_bouton "><div class=" col-md-6 col-sm-6 btn_readmore" style="margin:0;text-align:center"><a style="color:#eeeeee" class="btn btn-inverse read_more" href="/disclaimer#cookies">No, I want more information about cookies</a></div><div class=" col-md-6 col-sm-6 btn_close" style="margin:0;text-align:center"><button onclick="CloseCadreAlertCookie();" style="color:#eeeeee" class="btn btn-warning popup-modal-dismiss">Yes, I agree</button></div></div></div></div></div><!--googleon: all--><script type="text/javascript">/*<![CDATA[*/var name = "fmalertcookies" + "=";var ca = document.cookie.split(";");var acceptCookie = false;for(var i=0; i<ca.length; i++) {var c = ca[i];while (c.charAt(0)==" ") c = c.substring(1);if (c.indexOf(name) == 0){ acceptCookie = true; document.getElementById("cadre_alert_cookies").style.display="none";}}if(!acceptCookie) { ;for(var i=0; i<ca.length; i++) {var c1 = ca[i];document.cookie= c1+'; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/';}}var d = new Date();d.setTime(d.getTime() + (30*(24*60*60*1000)));var expires_cookie = "expires="+d.toUTCString();function CloseCadreAlertCookie(){document.getElementById('cadre_alert_cookies').style.display='none'; document.cookie='fmalertcookies=true; '+expires_cookie+'; path=/';}/*]]>*/</script></body> </html>

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