CINXE.COM

Undergraduate Physiotherapy Course at RCSI Dublin - Why RCSI Dublin? - Royal College of Surgeons in Ireland

<!DOCTYPE html> <html lang="en"> <head> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-PRMMPS9'); </script> <script> delete_cookie(); var now = new Date(); now.setTime(now.getTime() + 1 * 3600 * 1000 * 24 * 365); function delete_cookie() { if (!getCookie('cleared-onetrust-cookies')) { document.cookie = "OptanonAlertBoxClosed" + "=" + "; path=/" + ';expires=Thu, 01 Jan 1970 00:00:01 GMT'; document.cookie = "OptanonConsent" + "=" + "; path=/" + ';expires=Thu, 01 Jan 1970 00:00:01 GMT'; } document.cookie = "cleared-onetrust-cookies" + "=" + "; path=/" + "; domain=[.www.rcsi.com]" + "; expires=" + now; } function getCookie(cookieName) { var value = '; ' + document.cookie; var parts = value.split('; ' + cookieName + '='); if (parts.length == 2) { return true; } } function Othandlers() { var OABCcookie = null; var PageReadyCalled = false; //Start - Change Optanon Cookie Expiry var OABCcookieName = "OptanonAlertBoxClosed"; var bannerAcceptBtn = document.getElementById("onetrust-accept-btn-handler"); var pcAllowAllBtn = document.getElementById("accept-recommended-btn-handler"); var pcSaveBtn = document.getElementsByClassName("save-preference-btn-handler onetrust-close-btn-handler")[0]; var OABCcookie = getCookie(OABCcookieName); if (!OABCcookie && bannerAcceptBtn) { bannerAcceptBtn.addEventListener('click', function () { console.log("Allowed all via Banner"); location.reload(); }); } if (pcAllowAllBtn) pcAllowAllBtn.addEventListener('click', function () { console.log("Allowed all via Preference Center"); location.reload(); }); pcSaveBtn.addEventListener('click', function () { console.log("Set custom settings via Preference Center"); location.reload(); }); } function optanonCategoryEnabled(name, cat) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) { var cookieValue = parts.pop().split(";").shift(); var cookieDetails = cookieValue.split('&'); for (i = 0; i < cookieDetails.length; i++) { var details = cookieDetails[i].split("="); if (details[0] == "groups") { var categories = decodeURIComponent(details[1]).split(","); for (c = 0; c < categories.length; c++) { var category = categories[c].split(":"); if (category[0] == cat && category[1] == "1") { return true } } } } } return false; } function getCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } function CookieSettingsUpdated() { setTimeout(function () { HandleCustomScripts(); //update cookie expiry date if (!OABCcookie) { updateOTExpiration(); } }, 1000); } function updateOTExpiration() { //var domain = "neptune.arekibo.com" var date = new Date(); //set to 6 months date.setTime(date.getTime() + (180 * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); // uncomment the domain portion of this for Production CDN scripts var OABCcookie = getCookie(OABCcookieName); document.cookie = OABCcookieName + "=" + OABCcookie + expires + ";path=/; Samesite=Lax;" //domain=" + domain + ";"; } function HandleCustomScripts() { HandleYoutubeScript(); HandleIframes(); zingTreeEmbed(); } function HandleYoutubeScript() { var mobile = false; var isVideosAllowed = optanonCategoryEnabled("OptanonConsent", "C0004"); $('a[href*="youtube.com/watch"],a[href*="player.vimeo"],a[href*="vimeo.com/showcase"],a[href*="vimeo.com/album"]').addClass("d-none"); if (isVideosAllowed) { $(".video-prompt").remove(); $('a[href*="youtube.com/watch"],a[href*="player.vimeo"],a[href*="vimeo.com/showcase"],a[href*="vimeo.com/album"]').removeClass("scripted"); youtubeVideoPlay(); vimeoVideoPlay(); } else { $('main').find('a[href*="youtube.com/watch"],a[href*="player.vimeo"],a[href*="vimeo.com/showcase"],a[href*="vimeo.com/album"]').each(function () { //console.log('outside blocks ', $(this).attr('href')); if ($(this).attr('href').indexOf('dnt=true')!=-1 || $(this).attr('href').indexOf('dnt=1')!=-1){ //console.log('block 1 ', $(this).attr('href')); $(".video-prompt").remove(); $('a[href*="youtube.com/watch"],a[href*="player.vimeo"],a[href*="vimeo.com/showcase"],a[href*="vimeo.com/album"]').removeClass("scripted"); youtubeVideoPlay($(this).parent()); vimeoVideoPlay($(this).parent()); } else { $(".video-wrap").remove(); $('a[href*="youtube.com/watch"],a[href*="player.vimeo"],a[href*="vimeo.com/showcase"],a[href*="vimeo.com/album"]').removeClass("replaced"); if ($(this).hasClass("scripted") === false) { $(this).addClass("scripted"); $(this).parent().prepend('<span class="c-prompt-box-wrapper"><span class="c-prompt">You need to consent to targeting cookies to load this media </span><a class="optanon-toggle-display btn btn-default" href="javascript:;">Cookie Settings</a></span>'); } } }); } } var wrapIframes = true; function HandleIframes() { console.log('HandleIframes'); var videosAllowed = optanonCategoryEnabled("OptanonConsent", "C0004"); //var iFrames = Array.from(document.querySelectorAll(".standard-content-wrap iframe, .modal iframe")); var iFrames = Array.from(document.querySelectorAll(".standard-content-wrap iframe:not([src*='youtube-nocookie']):not([src*='dnt=true']):not([src*='dnt=1']), .modal iframe:not([src*='youtube-nocookie']):not([src*='dnt=true']):not([src*='dnt=1'])")); for (var f = 0; f < iFrames.length; f++) { if (wrapIframes) { var objectToWrap = iFrames[f]; var newTagName = "div"; var newWrapperTag = document.createElement(newTagName); objectToWrap.parentNode.insertBefore(newWrapperTag, objectToWrap); newWrapperTag.appendChild(objectToWrap); newWrapperTag.classList.add("iframe-box"); } if (videosAllowed) { var cBoxes = Array.from(document.querySelectorAll(".no-c0004")); for (var c = 0; c < cBoxes.length; c++) { cBoxes[c].classList.remove("no-c0004"); } } else { var nextSiblingClassName = ""; if (iFrames[f].nextSibling) { if (iFrames[f].nextSibling.nextElementSibling && iFrames[f].nextSibling.nextElementSibling) { nextSiblingClassName = iFrames[f].nextSibling.nextElementSibling.className; } } if (nextSiblingClassName == "") { var markup = '<span class="c-prompt-box-wrapper"><span class="c-prompt">You need to consent to targeting cookies to load this media </span><a class="optanon-toggle-display btn btn-default" href="javascript:;">Cookie Settings</a></span>' var node = document.createElement("span"); node.innerHTML = markup; node.classList.add("c-prompt-box"); iFrames[f].parentNode.appendChild(node); } iFrames[f].parentNode.classList.add("no-c0004"); } }//end for wrapIframes = false; } function hasClass(elem, className) { return elem.className.split(' ').indexOf(className) > -1; } </script> <!-- End Cookie consent --> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <script> var contentAttr = ""; if ((/iPad|iPod/.test(navigator.platform) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1))) { //Add new meta tag in head contentAttr = "viewport-fit=cover"; } else { //Add old meta tag which we already have contentAttr = "width=device-width, maximum-scale=1"; } var link = document.createElement('meta'); link.setAttribute('name', 'viewport'); link.content = contentAttr; document.getElementsByTagName('head')[0].appendChild(link); </script> <!-- Favicons --> <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png"> <!--<link rel="manifest" href="/assets/manifest.json">--> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/assets/mstile-144x144.png"> <meta name="theme-color" content="#ffffff"> <title>Undergraduate Physiotherapy Course at RCSI Dublin - Why RCSI Dublin? - Royal College of Surgeons in Ireland</title> <meta name="twitter:card" content="summary_large_image" /> <meta name="keywords" content="" /> <meta name="description" content="The Royal College of Surgeons in Ireland&#39;s BSc in Physiotherapy is a four-year degree programme for School Leavers (three years for Graduate Entry). At RCSI, you are taught to a high level of practice, particularly in the final three years. More..." /> <meta property="og:title" content="Undergraduate Physiotherapy Course at RCSI Dublin - Why RCSI Dublin?" /> <meta name="twitter:title" content="Undergraduate Physiotherapy Course at RCSI Dublin - Why RCSI Dublin?" /> <meta property="og:description" content="The Royal College of Surgeons in Ireland&#39;s BSc in Physiotherapy is a four-year degree programme for School Leavers (three years for Graduate Entry). At RCSI, you are taught to a high level of practice, particularly in the final three years. More..." /> <meta name="twitter:description" content="The Royal College of Surgeons in Ireland&#39;s BSc in Physiotherapy is a four-year degree programme for School Leavers (three years for Graduate Entry). At RCSI, you are taught to a high level of practice, particularly in the final three years. More..." /> <meta property="og:url" content="https://www.rcsi.com/dublin/undergraduate/physiotherapy/why-rcsi-dublin" /> <meta name="twitter:url" content="https://www.rcsi.com/dublin/undergraduate/physiotherapy/why-rcsi-dublin" /> <meta property="og:image" content="https://www.rcsi.com/assets/images/social/social-share-default.png" /> <meta name="twitter:image" content="https://www.rcsi.com/assets/images/social/social-share-default.png" /> <!-- /** * license * MyFonts Webfont Build ID 3476865, 2017-11-02T12:12:56-0400 * * The fonts listed in this notice are subject to the End User License * Agreement(s) entered into by the website owner. All other parties are * explicitly restricted from using the Licensed Webfonts(s). * * You may obtain a valid license at the URLs below. * * Webfont: AvenirLTStd-Heavy by Linotype * URL: https://www.myfonts.com/fonts/linotype/avenir/85-heavy/ * * Webfont: AvenirLTStd-BookOblique by Linotype * URL: https://www.myfonts.com/fonts/linotype/avenir/45-book-oblique/ * * Webfont: AvenirLTStd-Book by Linotype * URL: https://www.myfonts.com/fonts/linotype/avenir/45-book/ * * Webfont: AvenirLTStd-HeavyOblique by Linotype * URL: https://www.myfonts.com/fonts/linotype/avenir/85-heavy-oblique/ * * Webfont: AvenirLTStd-Black by Linotype * URL: https://www.myfonts.com/fonts/linotype/avenir/95-black/ * * * License: https://www.myfonts.com/viewlicense?type=web&buildid=3476865 * Licensed pageviews: 2,500,000 * Webfonts copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated. * All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All * rights reserved. * * 漏 2017 MyFonts Inc */ --> <!-- Latest compiled and minified JavaScript --> <!-- Gulped styles--> <link href="/assets/css/gulp_default.min.css?v=1740144457396" rel="stylesheet" /> <script type="text/javascript"> /*! * enquire.js v2.1.2 - Awesome Media Queries in JavaScript * Copyright (c) 2014 Nick Williams - http://wicky.nillia.ms/enquire.js * License: MIT (http://www.opensource.org/licenses/mit-license.php) */ !function (a, b, c) { var d = window.matchMedia; "undefined" != typeof module && module.exports ? module.exports = c(d) : "function" == typeof define && define.amd ? define(function () { return b[a] = c(d) }) : b[a] = c(d) }("enquire", this, function (a) { "use strict"; function b(a, b) { var c, d = 0, e = a.length; for (d; e > d && (c = b(a[d], d), c !== !1); d++); } function c(a) { return "[object Array]" === Object.prototype.toString.apply(a) } function d(a) { return "function" == typeof a } function e(a) { this.options = a, !a.deferSetup && this.setup() } function f(b, c) { this.query = b, this.isUnconditional = c, this.handlers = [], this.mql = a(b); var d = this; this.listener = function (a) { d.mql = a, d.assess() }, this.mql.addListener(this.listener) } function g() { if (!a) throw new Error("matchMedia not present, legacy browsers require a polyfill"); this.queries = {}, this.browserIsIncapable = !a("only all").matches } return e.prototype = { setup: function () { this.options.setup && this.options.setup(), this.initialised = !0 }, on: function () { !this.initialised && this.setup(), this.options.match && this.options.match() }, off: function () { this.options.unmatch && this.options.unmatch() }, destroy: function () { this.options.destroy ? this.options.destroy() : this.off() }, equals: function (a) { return this.options === a || this.options.match === a } }, f.prototype = { addHandler: function (a) { var b = new e(a); this.handlers.push(b), this.matches() && b.on() }, removeHandler: function (a) { var c = this.handlers; b(c, function (b, d) { return b.equals(a) ? (b.destroy(), !c.splice(d, 1)) : void 0 }) }, matches: function () { return this.mql.matches || this.isUnconditional }, clear: function () { b(this.handlers, function (a) { a.destroy() }), this.mql.removeListener(this.listener), this.handlers.length = 0 }, assess: function () { var a = this.matches() ? "on" : "off"; b(this.handlers, function (b) { b[a]() }) } }, g.prototype = { register: function (a, e, g) { var h = this.queries, i = g && this.browserIsIncapable; return h[a] || (h[a] = new f(a, i)), d(e) && (e = { match: e }), c(e) || (e = [e]), b(e, function (b) { d(b) && (b = { match: b }), h[a].addHandler(b) }), this }, unregister: function (a, b) { var c = this.queries[a]; return c && (b ? c.removeHandler(b) : (c.clear(), delete this.queries[a])), this } }, new g }); </script> <script> /* Cookie - check Cookie function */ /* function getCookie(e) { var t, o, i, n = document.cookie.split(";"); for (t = 0; t < n.length; t++)if (o = n[t].substr(0, n[t].indexOf("=")), i = n[t].substr(n[t].indexOf("=") + 1), (o = o.replace(/^\s+|\s+$/g, "")) == e) return unescape(i) } function setCookie(e, t, o) { var i = new Date; i.setDate(i.getDate() + o); var n = escape(t) + (null == o ? "" : "; expires=" + i.toUTCString()); document.cookie = e + "=" + n + "; path=/" } function deleteCookie(e, t) { if (t) for (var o = document.cookie.split(";"), i = 0; i < o.length; i++) { var n = o[i].trim().split("=")[0]; 0 === n.indexOf(e) && (document.cookie = n + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;") } else document.cookie = e + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;" }*/ function getCookie(e) { let cookie = {}; document.cookie.split(';').forEach(function (el) { let [key, value] = el.split('='); cookie[key.trim()] = value; }); var tempcookeValue = cookie[e]; var tempcookePopupCookievalue = cookie["PopupCookievalue"]; if (tempcookeValue != undefined) { setTimeout(function () { if (typeof (setPop) == "function") { setPop(); } }, 1000); } var t, o, i, n = document.cookie.split(";"); for (t = 0; t < n.length; t++) { if (o = n[t].substr(0, n[t].indexOf("=")), i = n[t].substr(n[t].indexOf("=") + 1), (o = o.replace(/^\s+|\s+$/g, "")) == e) return unescape(i) } } function setCookie(e, t, o) { var i = new Date; i.setDate(i.getDate() + o); var n = escape(t) + (null == o ? "" : "; expires=" + i.toUTCString()); document.cookie = e + "=" + n + "; path=/" } function deleteCookie(e, t) { if (t) for (var o = document.cookie.split(";"), i = 0; i < o.length; i++) { var n = o[i].trim().split("=")[0]; 0 === n.indexOf(e) && (document.cookie = n + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;") } else document.cookie = e + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;" } </script> <script> /*! lazysizes - v5.1.0 */ !function (a, b) { var c = b(a, a.document); a.lazySizes = c, "object" == typeof module && module.exports && (module.exports = c) }("undefined" != typeof window ? window : {}, function (a, b) { "use strict"; var c, d; if (function () { var b, c = { lazyClass: "lazyload", loadedClass: "lazyloaded", loadingClass: "lazyloading", preloadClass: "lazypreload", errorClass: "lazyerror", autosizesClass: "lazyautosizes", srcAttr: "data-src", srcsetAttr: "data-srcset", sizesAttr: "data-sizes", minSize: 40, customMedia: {}, init: !0, expFactor: 1.5, hFac: .8, loadMode: 2, loadHidden: !0, ricTimeout: 0, throttleDelay: 125 }; d = a.lazySizesConfig || a.lazysizesConfig || {}; for (b in c) b in d || (d[b] = c[b]) }(), !b || !b.getElementsByClassName) return { init: function () { }, cfg: d, noSupport: !0 }; var e = b.documentElement, f = a.Date, g = a.HTMLPictureElement, h = "addEventListener", i = "getAttribute", j = a[h], k = a.setTimeout, l = a.requestAnimationFrame || k, m = a.requestIdleCallback, n = /^picture$/i, o = ["load", "error", "lazyincluded", "_lazyloaded"], p = {}, q = Array.prototype.forEach, r = function (a, b) { return p[b] || (p[b] = new RegExp("(\\s|^)" + b + "(\\s|$)")), p[b].test(a[i]("class") || "") && p[b] }, s = function (a, b) { r(a, b) || a.setAttribute("class", (a[i]("class") || "").trim() + " " + b) }, t = function (a, b) { var c; (c = r(a, b)) && a.setAttribute("class", (a[i]("class") || "").replace(c, " ")) }, u = function (a, b, c) { var d = c ? h : "removeEventListener"; c && u(a, b), o.forEach(function (c) { a[d](c, b) }) }, v = function (a, d, e, f, g) { var h = b.createEvent("Event"); return e || (e = {}), e.instance = c, h.initEvent(d, !f, !g), h.detail = e, a.dispatchEvent(h), h }, w = function (b, c) { var e; !g && (e = a.picturefill || d.pf) ? (c && c.src && !b[i]("srcset") && b.setAttribute("srcset", c.src), e({ reevaluate: !0, elements: [b] })) : c && c.src && (b.src = c.src) }, x = function (a, b) { return (getComputedStyle(a, null) || {})[b] }, y = function (a, b, c) { for (c = c || a.offsetWidth; c < d.minSize && b && !a._lazysizesWidth;)c = b.offsetWidth, b = b.parentNode; return c }, z = function () { var a, c, d = [], e = [], f = d, g = function () { var b = f; for (f = d.length ? e : d, a = !0, c = !1; b.length;)b.shift()(); a = !1 }, h = function (d, e) { a && !e ? d.apply(this, arguments) : (f.push(d), c || (c = !0, (b.hidden ? k : l)(g))) }; return h._lsFlush = g, h }(), A = function (a, b) { return b ? function () { z(a) } : function () { var b = this, c = arguments; z(function () { a.apply(b, c) }) } }, B = function (a) { var b, c = 0, e = d.throttleDelay, g = d.ricTimeout, h = function () { b = !1, c = f.now(), a() }, i = m && g > 49 ? function () { m(h, { timeout: g }), g !== d.ricTimeout && (g = d.ricTimeout) } : A(function () { k(h) }, !0); return function (a) { var d; (a = !0 === a) && (g = 33), b || (b = !0, d = e - (f.now() - c), d < 0 && (d = 0), a || d < 9 ? i() : k(i, d)) } }, C = function (a) { var b, c, d = 99, e = function () { b = null, a() }, g = function () { var a = f.now() - c; a < d ? k(g, d - a) : (m || e)(e) }; return function () { c = f.now(), b || (b = k(g, d)) } }, D = function () { var g, l, m, o, p, y, D, F, G, H, I, J, K = /^img$/i, L = /^iframe$/i, M = "onscroll" in a && !/(gle|ing)bot/.test(navigator.userAgent), N = 0, O = 0, P = 0, Q = -1, R = function (a) { P--, (!a || P < 0 || !a.target) && (P = 0) }, S = function (a) { return null == J && (J = "hidden" == x(b.body, "visibility")), J || "hidden" != x(a.parentNode, "visibility") && "hidden" != x(a, "visibility") }, T = function (a, c) { var d, f = a, g = S(a); for (F -= c, I += c, G -= c, H += c; g && (f = f.offsetParent) && f != b.body && f != e;)(g = (x(f, "opacity") || 1) > 0) && "visible" != x(f, "overflow") && (d = f.getBoundingClientRect(), g = H > d.left && G < d.right && I > d.top - 1 && F < d.bottom + 1); return g }, U = function () { var a, f, h, j, k, m, n, p, q, r, s, t, u = c.elements; if ((o = d.loadMode) && P < 8 && (a = u.length)) { for (f = 0, Q++; f < a; f++)if (u[f] && !u[f]._lazyRace) if (!M || c.prematureUnveil && c.prematureUnveil(u[f])) aa(u[f]); else if ((p = u[f][i]("data-expand")) && (m = 1 * p) || (m = O), r || (r = !d.expand || d.expand < 1 ? e.clientHeight > 500 && e.clientWidth > 500 ? 500 : 370 : d.expand, c._defEx = r, s = r * d.expFactor, t = d.hFac, J = null, O < s && P < 1 && Q > 2 && o > 2 && !b.hidden ? (O = s, Q = 0) : O = o > 1 && Q > 1 && P < 6 ? r : N), q !== m && (y = innerWidth + m * t, D = innerHeight + m, n = -1 * m, q = m), h = u[f].getBoundingClientRect(), (I = h.bottom) >= n && (F = h.top) <= D && (H = h.right) >= n * t && (G = h.left) <= y && (I || H || G || F) && (d.loadHidden || S(u[f])) && (l && P < 3 && !p && (o < 3 || Q < 4) || T(u[f], m))) { if (aa(u[f]), k = !0, P > 9) break } else !k && l && !j && P < 4 && Q < 4 && o > 2 && (g[0] || d.preloadAfterLoad) && (g[0] || !p && (I || H || G || F || "auto" != u[f][i](d.sizesAttr))) && (j = g[0] || u[f]); j && !k && aa(j) } }, V = B(U), W = function (a) { var b = a.target; if (b._lazyCache) return void delete b._lazyCache; R(a), s(b, d.loadedClass), t(b, d.loadingClass), u(b, Y), v(b, "lazyloaded") }, X = A(W), Y = function (a) { X({ target: a.target }) }, Z = function (a, b) { try { a.contentWindow.location.replace(b) } catch (c) { a.src = b } }, $ = function (a) { var b, c = a[i](d.srcsetAttr); (b = d.customMedia[a[i]("data-media") || a[i]("media")]) && a.setAttribute("media", b), c && a.setAttribute("srcset", c) }, _ = A(function (a, b, c, e, f) { var g, h, j, l, o, p; (o = v(a, "lazybeforeunveil", b)).defaultPrevented || (e && (c ? s(a, d.autosizesClass) : a.setAttribute("sizes", e)), h = a[i](d.srcsetAttr), g = a[i](d.srcAttr), f && (j = a.parentNode, l = j && n.test(j.nodeName || "")), p = b.firesLoad || "src" in a && (h || g || l), o = { target: a }, s(a, d.loadingClass), p && (clearTimeout(m), m = k(R, 2500), u(a, Y, !0)), l && q.call(j.getElementsByTagName("source"), $), h ? a.setAttribute("srcset", h) : g && !l && (L.test(a.nodeName) ? Z(a, g) : a.src = g), f && (h || l) && w(a, { src: g })), a._lazyRace && delete a._lazyRace, t(a, d.lazyClass), z(function () { var b = a.complete && a.naturalWidth > 1; p && !b || (b && s(a, "ls-is-cached"), W(o), a._lazyCache = !0, k(function () { "_lazyCache" in a && delete a._lazyCache }, 9)), "lazy" == a.loading && P-- }, !0) }), aa = function (a) { if (!a._lazyRace) { var b, c = K.test(a.nodeName), e = c && (a[i](d.sizesAttr) || a[i]("sizes")), f = "auto" == e; (!f && l || !c || !a[i]("src") && !a.srcset || a.complete || r(a, d.errorClass) || !r(a, d.lazyClass)) && (b = v(a, "lazyunveilread").detail, f && E.updateElem(a, !0, a.offsetWidth), a._lazyRace = !0, P++, _(a, b, f, e, c)) } }, ba = C(function () { d.loadMode = 3, V() }), ca = function () { 3 == d.loadMode && (d.loadMode = 2), ba() }, da = function () { if (!l) { if (f.now() - p < 999) return void k(da, 999); l = !0, d.loadMode = 3, V(), j("scroll", ca, !0) } }; return { _: function () { p = f.now(), c.elements = b.getElementsByClassName(d.lazyClass), g = b.getElementsByClassName(d.lazyClass + " " + d.preloadClass), j("scroll", V, !0), j("resize", V, !0), a.MutationObserver ? new MutationObserver(V).observe(e, { childList: !0, subtree: !0, attributes: !0 }) : (e[h]("DOMNodeInserted", V, !0), e[h]("DOMAttrModified", V, !0), setInterval(V, 999)), j("hashchange", V, !0), ["focus", "mouseover", "click", "load", "transitionend", "animationend"].forEach(function (a) { b[h](a, V, !0) }), /d$|^c/.test(b.readyState) ? da() : (j("load", da), b[h]("DOMContentLoaded", V), k(da, 2e4)), c.elements.length ? (U(), z._lsFlush()) : V() }, checkElems: V, unveil: aa, _aLSL: ca } }(), E = function () { var a, c = A(function (a, b, c, d) { var e, f, g; if (a._lazysizesWidth = d, d += "px", a.setAttribute("sizes", d), n.test(b.nodeName || "")) for (e = b.getElementsByTagName("source"), f = 0, g = e.length; f < g; f++)e[f].setAttribute("sizes", d); c.detail.dataAttr || w(a, c.detail) }), e = function (a, b, d) { var e, f = a.parentNode; f && (d = y(a, f, d), e = v(a, "lazybeforesizes", { width: d, dataAttr: !!b }), e.defaultPrevented || (d = e.detail.width) && d !== a._lazysizesWidth && c(a, f, e, d)) }, f = function () { var b, c = a.length; if (c) for (b = 0; b < c; b++)e(a[b]) }, g = C(f); return { _: function () { a = b.getElementsByClassName(d.autosizesClass), j("resize", g) }, checkElems: g, updateElem: e } }(), F = function () { !F.i && b.getElementsByClassName && (F.i = !0, E._(), D._()) }; return k(function () { d.init && F() }), c = { cfg: d, autoSizer: E, loader: D, init: F, uP: w, aC: s, rC: t, hC: r, fire: v, gW: y, rAF: z } }); </script> <style> .bh-btn-position { position: absolute; height: 48px !important; padding: 16px 30px 14px 30px !important; } </style> </head> <body class="dublin header-static "> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PRMMPS9" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <!--[if lte IE 9]> <div id="browser-upgrade"> <div class="container"> <p>You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> </div> </div> <![endif]--> <noscript> <div id="browser-warning" class="no-print user-warning"> <div class="container"> <p> <i class="glyphicon glyphicon-info-sign"></i>It appears JavaScript is disabled. To get the most out of the website we recommend enabling JavaScript in your browser. </p> </div> </div> </noscript> <a href="#content" class="skip-content hidden-xs"><span>Skip to Content</span></a> <!-- Header --> <div id="wrapper"> <header id="nav_drop_down" data-expand-on-hover="yes" data-expand-on-touch="yes" class="expand-on-touch"> <div id="nav_drop_down_box"> <div class="container"> <div class="row"> <div class="logo-column"> <a href="/dublin"> <!-- logo --> <img class="logo-main lazyload fadeHover" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/assets/images/logos/logo-uni.svg" alt="RCSI logo"> </a> </div> <div class="mobile-menu hidden-md hidden-lg"> <button type="button" id="user_drop_down"><i class="sr-only">User icon</i></button> <button type="button" id="menu_drop_down"><i class="sr-only">Menu icon</i></button> </div> <nav role="navigation" aria-label="Main Menu" class="nav-column nav-with-search"> <!-- Main navigation --> <div id="tns_drop_down"> <!-- Utilitiy Navigation --> <ul class="tns_drop_down_list"> <li class=""> <a href="/" title="rcsi.com"> rcsi.com </a> </li> <li class=""> <a href="/surgery" title="Surgery"> Surgery </a> </li> <li class="divider-left"> <a href="/dublin/professional-cpd/professional-exams" title="Professional exams"> Professional exams </a> </li> <li class=""> <a href="/alumni" title="Alumni"> Alumni </a> </li> <li class=""> <a href="/dublin/news-and-events" title="News and events"> News and events </a> </li> <li class=""> <a href="/dublin/about" title="About"> About </a> </li> <li class=""> <a href="/support-us/give-now" title="Give"> Give </a> </li> </ul> <!-- Social Media Icons --> <ul class="masthead-social-icons"> <li> <a href="https://www.facebook.com/rcsi123" target="_self" title="Facebook" class="svg-desktop-mobile-masthead-facebook-icon"> <span class="sr-only">Facebook</span> </a> </li> <li> <a href="https://www.instagram.com/rcsi_irl" target="_self" title="Instagram" class="svg-desktop-mobile-masthead-instagram-icon"> <span class="sr-only">Instagram</span> </a> </li> <li> <a href="https://twitter.com/RCSI_Irl" target="_self" title="X" class="svg-desktop-mobile-masthead-twitter-icon"> <span class="sr-only">X</span> </a> </li> <li> <a href="http://www.linkedin.com/company/rcsi" target="_self" title="LinkedIn" class="svg-desktop-mobile-masthead-linkedin-icon"> <span class="sr-only">LinkedIn</span> </a> </li> <li> <a href="https://www.tiktok.com/@rcsi_studentlife" target="_self" title="TikTok" class="svg-desktop-mobile-masthead-tiktok-icon"> <span class="sr-only">TikTok</span> </a> </li> <li> <a href="https://www.youtube.com/@RCSI_Irl" target="_self" title="YouTube" class="svg-desktop-mobile-masthead-youtube-icon"> <span class="sr-only">YouTube</span> </a> </li> </ul> </div> <ul id="gns_drop_down"> <li class=""> <a class="" href="/dublin/" > Home </a> </li> <li class=" dropdown active"> <a href="/dublin/undergraduate" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Undergraduate </a> <ul class="dropdown-menu"> <li class=""> <a href="/dublin/undergraduate/why-rcsi" >Why RCSI?</a> </li> <li class=""> <a href="/dublin/undergraduate/advanced-therapeutic-technologies" >Advanced Therapeutic Technologies</a> </li> <li class=""> <a href="/dublin/undergraduate/dentistry" >Dentistry</a> </li> <li class=""> <a href="/dublin/undergraduate/gem" >Graduate Entry Medicine</a> </li> <li class=""> <a href="/dublin/undergraduate/medicine" >Medicine</a> </li> <li class=""> <a href="/dublin/undergraduate/pharmacy" >Pharmacy</a> </li> <li class="active"> <a href="/dublin/undergraduate/physiotherapy" >Physiotherapy</a> </li> <li class=""> <a href="/dublin/undergraduate/meet-rcsi" >Events and live webinars</a> </li> <li class=""> <a href="/dublin/undergraduate/application-information" >Application information</a> </li> </ul> </li> <li class=" dropdown"> <a href="/dublin/student-life" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Student life </a> <ul class="dropdown-menu"> <li class=""> <a href="/dublin/student-life/life-on-campus" >Life on campus</a> </li> <li class=""> <a href="/dublin/student-life/virtual-tours" >Virtual campus tours</a> </li> <li class=""> <a href="/dublin/student-life/life-in-dublin" >Life in Dublin</a> </li> <li class=""> <a href="/dublin/student-life/student-stories" >Student stories</a> </li> <li class=""> <a href="/dublin/student-life/73-questions-with" >73 questions with ...</a> </li> <li class=""> <a href="/dublin/student-life/day-in-the-life" >A day in the life</a> </li> <li class=""> <a href="/dublin/student-life/student-opportunities" >Student opportunities</a> </li> <li class=""> <a href="/dublin/student-life/student-engagement-and-partnership" >Student engagement and partnership</a> </li> <li class=""> <a href="/dublin/student-life/undergraduate-essentials" >Undergraduate essentials</a> </li> <li class=""> <a href="/dublin/student-life/course-semester-dates" >Course semester dates</a> </li> <li class=""> <a href="/dublin/student-life/chat-with-us" >Chat with us</a> </li> </ul> </li> <li class=" dropdown"> <a href="/dublin/postgraduate" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Postgraduate </a> <ul class="dropdown-menu"> <li class=""> <a href="/online/find-a-course?award=masters%2Cprofessional%20diploma%2Cprofessional%20certificate%2Cpostgraduate%20diploma%2Cpostgraduate%20certificate%2Cbridging%20programmes" >Taught courses</a> </li> <li class=""> <a href="/dublin/postgraduate/postgraduate-research" >Postgraduate research</a> </li> <li class=""> <a href="/dublin/postgraduate/policies-and-guidelines" >Policies and guidelines</a> </li> </ul> </li> <li class=" dropdown"> <a href="/dublin/professional-cpd" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Professional </a> <ul class="dropdown-menu"> <li class=""> <a href="/online/find-a-course?award=cpd%2Cmicro-credential" >Short courses and CPD</a> </li> <li class=""> <a href="/dublin/professional-cpd/professional-exams" >Professional exams</a> </li> <li class=""> <a href="/dublin/professional-cpd/#professionalbodies" >Professional bodies</a> </li> <li class=""> <a href="/dublin/professional-cpd/#competence" >Professional competence</a> </li> </ul> </li> <li class=" dropdown"> <a href="/dublin/research-and-innovation" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Research and Innovation </a> <ul class="dropdown-menu"> <li class=""> <a href="/dublin/research-and-innovation/research" >Research</a> </li> <li class=""> <a href="/dublin/research-and-innovation/innovation" >Innovation</a> </li> <li class=""> <a href="/dublin/research-and-innovation/research-careers" >Research careers</a> </li> </ul> </li> </ul> <div class="header-search-desktop"> <button id="showSearch" role="button" aria-haspopup="true" aria-expanded="false" touch-action="auto"> <span class="svg-search"></span> <span class="sr-only">Search</span> </button> <div class="header-search-wrapper" id="headerSearch"> <div class="header-search-inner"> <form action="/dublin/search-results" class="navbar-form" role="search"> <div class="form-group center"> <div class="input-group"> <label for="searchInputBox"> <span class="hidden">Search</span> </label> <input type="text" name="query" id="searchInputBox" placeholder="Search" class="form-control" autocomplete="off"> <span class="input-group-btn"> <button id="headerSearchSubmit" class="btn" type="submit">Submit</button> </span> </div> </div> </form> </div> </div> </div> </nav> </div> </div> </div> <div class="breadcrumb-wrapper"> <div class="container"> <ol class="breadcrumb"> <li class=""> <a href="/dublin/">Home</a> </li> <li class=""> <a href="/dublin/undergraduate">Undergraduate</a> </li> <li class=""> <a href="/dublin/undergraduate/physiotherapy">Physiotherapy</a> </li> <li class="active"> Why RCSI Dublin </li> </ol> </div> </div> </header> <main role="main" id="content" class=""> <!-- Course Banner --> <section class="bg-image"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source data-srcset="/dublin/-/media/feature/course/course-banner/dublin/physiotherapy-student-desktop/physiotherapy-student-mobile.jpg" media="(max-width: 640px)" /> <source data-srcset="/dublin/-/media/feature/course/course-banner/dublin/physiotherapy-student-desktop.jpg" media="(min-width: 641px)" /> <!--[if IE 9]></video><![endif]--> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Physiotherapy in university setting)" class="lazyload"> </picture> <div class="container"> <div class="row"> <div class="col-sm-12"> <div> <h1>Physiotherapy</h1> <p> BSc Physiotherapy (Hons) <br /> <strong>School of Physiotherapy</strong> </p> </div> </div> </div> </div> </section> <!-- Subnav wrap --> <nav class="tabbed-subnav"> <div class="container"> <!-- Subnav --> <ul class="nav nav-justified tabbed-subnav-list" role="tablist"> <!-- Note current page should have class 'active' set on <li> --> <li class="active"> <a href="/dublin/undergraduate/physiotherapy/why-rcsi-dublin" class="">Why RCSI Dublin</a> </li> <li class=""> <a href="/dublin/undergraduate/physiotherapy/course-details" class="">Course details</a> </li> <li class=""> <a href="/dublin/undergraduate/physiotherapy/your-future" class="">Your future</a> </li> <li class=""> <a href="/dublin/undergraduate/physiotherapy/entry-requirements" class="">Entry requirements</a> </li> <li class=""> <a href="/dublin/undergraduate/physiotherapy/fees-and-funding" class="">Fees and funding</a> </li> <li class=""> <a href="/dublin/undergraduate/physiotherapy/apply" class="btn btn-primary">Apply</a> </li> </ul> </div> </nav> <article class="top"> <div class="container"> <div class="row"> <div class="col-sm-8"> <!-- top content area --> <div> <h2>Why Physiotherapy at RCSI Dublin?</h2> <h3>What is physiotherapy? </h3> <p>Physiotherapy is a science-based profession focused on maintaining or improving mobility, physical abilities, fitness and quality of life. Physiotherapists use their knowledge of anatomy and physiology to employ movement, exercise therapy and other physical methods. Some countries refer to physiotherapy as 'physical therapy'.</p> <p>Physiotherapists work with people of all ages who are affected by injury, illness or disability. They are a key member of the multidisciplinary healthcare team and play an important role in preventive health and maximising function. </p> <h3>Our student body </h3> <p>RCSI's BSc in Physiotherapy is offered in two formats: </p> <ul> <li>School Leavers do a four-year degree programme </li> <li>Graduate Entry students do a three-year programme</li> </ul> <p>The programme is open to applications from students from all over the world who want to become physiotherapists. As with other programmes at RCSI, we have a very international student body. <a href="/dublin/undergraduate/physiotherapy/entry-requirements">Please read the entry requirements</a> to see which programme you are eligible for.</p> <p>As an RCSI Physiotherapy student, you will study alongside your future colleagues in Medicine and Pharmacy. This will ensure that the multidisciplinary nature of patient care is reflected in your education at RCSI. </p> <p>On graduation, you will be career-ready and competitively placed to work across all areas of the healthcare system. This practical course will provide you with clinical and critical thinking skills to meet the demands of a rapidly changing health sector. </p> <p>Many of our graduates find employment in hospitals where they undertook their clinical placements in Ireland. A lot of them also go on to secure positions in countries including Australia, Canada, New Zealand, Singapore and the UK.</p> <hr /> </div><!-- 3 Column Layout --> <div class="row"> <div class="col-sm-4"> <p><strong>Educational excellence</strong> </p> <p>On the RCSI Physiotherapy programme you are taught to an exacting standard of practice. This ensures that you are fully-qualified to work in any clinical setting on graduation.</p> </div> <div class="col-sm-4"> <p><strong>Rich learning experience</strong> </p> <p>Learn from leading academics and expert practitioners in a class that will include both school leavers and graduates from diverse academic backgrounds. </p> </div> <div class="col-sm-4"> <p><strong>Small class sizes</strong></p> <p>Our small class sizes will ensure you acquire core knowledge and clinical skills. You will learn through small group teaching sessions, hands-on workshops and individual support.</p> </div> </div><!-- 3 Column Layout --> <div class="row"> <div class="col-sm-4"> <p><strong>State-of鈥搕he-art facilities</strong> </p> <p>Develop and practice your clinical skills in <a href="/dublin/student-life/life-on-campus/our-campus/clinical-simulation-suite">Europe鈥檚 largest and most modern healthcare simulation facility</a>. Then&nbsp;perfect those skills with real patients on clinical placement. </p> </div> <div class="col-sm-4"> <p><strong>Clinical placements</strong> </p> <p>Enjoy opportunities to undertake a wide range of clinical placements. Gain over 1,000 hours of clinical experience in hospitals and rehabilitation facilities across Ireland. </p> </div> <div class="col-sm-4"> <p><strong>Research opportunities</strong></p> <p>Begin your career as a healthcare researcher. Become involved in an RCSI research project or participate in the <a href="/dublin/student-life/student-opportunities/research-summer-school">RCSI Research Summer School</a>.</p> </div> </div> </div> <div class="col-sm-3 col-sm-offset-1"> <aside> <!-- Course related Items --> <div class="course-key-items"> <div class="course-key-item"> <div class="course-key-icon"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/dublin/-/media/feature/course/course-attribute/desktop-course-panel-date-icon.svg" alt="Date icon" class="lazyload"> </div> <span class="course-key-title">Start date</span> <span class="course-key-text">September 2025</span> </div> <div class="course-key-item"> <div class="course-key-icon"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/dublin/-/media/feature/course/course-attribute/desktop-course-panel-duration-icon.svg?sc_lang=en" alt="" class="lazyload"> </div> <span class="course-key-title">Duration</span> <span class="course-key-text">3/4 years</span> </div> <div class="course-key-item"> <div class="course-key-icon"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/dublin/-/media/feature/course/course-attribute/desktop-course-panel-nfq-icon.svg" alt="NFQ icon" class="lazyload"> </div> <span class="course-key-title">Qualification</span> <span class="course-key-text">BSc Physiotherapy (Hons)</span> </div> <div class="course-key-item"> <div class="course-key-icon"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/dublin/-/media/feature/course/course-attribute/desktop-course-panel-cao-icon.svg" alt="CAO Icon" class="lazyload"> </div> <span class="course-key-title">EU CAO code</span> <span class="course-key-text">RC004</span> </div> <div class="course-key-item"> <div class="course-key-icon"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/dublin/-/media/feature/course/course-attribute/desktop-course-panel-places-icon.svg" alt="Places icon" class="lazyload"> </div> <span class="course-key-title">Places</span> <span class="course-key-text">44 (EU); 10 (Non-EU)</span> </div> </div> </aside> </div> </div> </div> </article> <article class="bottom"> <div class="container"> <div class="row"> <div class="col-sm-12"> <!-- middle content area --> </div> </div> <div class="row"> <div class="col-sm-8"> <!-- bottom content area --> <div> <div class="highlight-box"> <span class="h-body"> <p>RCSI&rsquo;s BSc Physiotherapy (Hons) is a major award positioned at Level 8 on the National Framework of Qualifications (<strong>NFQ</strong>). It is accredited by <strong>CORU</strong> (Regulating Health and Social Care professionals), the National University of Ireland (<strong>NUI</strong>) and by <strong>RCSI</strong>. It is also recognised by the鈥疘rish Society of Chartered Physiotherapists (<strong>ISCP</strong>).</p> </span></div> </div> <div> <p>The BSc in Physiotherapy is also recognised internationally. Our graduates enjoy recognition by healthcare regulators in countries of their choosing. They are also equipped to earn very high scores in licensing exams on foot of their training with RCSI. </p> <div class="highlight-box red"> <h3>Register your interest</h3> <span class="h-body">Subscribe to our mailing list to learn more about RCSI and our Undergraduate Physiotherapy programme.<br /> <br /> <a href="/dublin/undergraduate/register-your-interest" class="btn-primary-rte">Register now</a></span></div> <p><a href="https://www.youtube.com/watch?v=Fe6CCxWcWHg">Why study Physiotherapy at RCSI?</a></p> <hr /> <h3>School of Physiotherapy</h3> <p>Established in 1999, the RCSI School of Physiotherapy is renowned for training of highest quality graduates with excellent clinical and leadership skills. </p> <p>The School also offers an MSc/Postgraduate Diploma in Neurology and Gerontology and a number of MSc and PhD postgraduate research opportunities. </p> </div> <a href="/dublin/about/faculty-of-medicine-and-health-sciences/school-of-physiotherapy" class="btn btn-default"> Find out more <span class="sr-only">about the School of Medicine</span> </a> <a href="/dublin/undergraduate/application-information/prospectus" class="btn btn-default"> Download prospectus <span class="sr-only">for Undergraduate study at RCSI</span> </a> <a href="/dublin/undergraduate/register-your-interest" class="btn btn-default"> Register your interest </a> </div> </div> </div> </article> </main> <footer class="footer-main"> <div class="footer-links-wrap"> <div class="container"> <div class="row"> <!--Footer links col 1 --> <div class="col-xs-6 col-md-3"> <ul class="nav nav-stacked"> <li class=""> <a href="/careers" class="dropdown-item" target="_self" title="Careers"> <span>Careers</span> </a> </li> <li class=""> <a href="/dublin/library" class="dropdown-item" target="_self" title="Library"> <span>Library</span> </a> </li> <li class=""> <a href="/society/sustainability/green-campus" class="dropdown-item" target="_self" title="Green Campus"> <span>Green Campus</span> </a> </li> <li class=""> <a href="/an-ghaeilge" class="dropdown-item" target="_self" title="Gaeilge"> <span>Gaeilge</span> </a> </li> <li class=""> <a href="/freedom-of-information" class="dropdown-item" target="_self" title="Freedom of Information"> <span>Freedom of Information</span> </a> </li> <li class=""> <a href="/quality-enhancement-office" class="dropdown-item" target="_blank" title="Quality Enhancement Office"> <span>Quality Enhancement Office</span> </a> </li> </ul> <p class="copyright hidden-xs"> <small>&#169; RCSI Royal College of Surgeons in Ireland</small> </p> </div> <!--Footer links col 2 --> <div class="col-xs-6 col-md-3"> <ul class="nav nav-stacked"> <li class=""> <a href="/dublin/eduroam" class="dropdown-item" target="_self" title="Eduroam"> <span>Eduroam</span> </a> </li> <li class=""> <a href="/accessibility" class="dropdown-item" target="_self" title="Accessibility"> <span>Accessibility</span> </a> </li> <li class=""> <a href="/privacy-policy" class="dropdown-item" target="_self" title="Privacy Policy"> <span>Privacy Policy</span> </a> </li> <li class=""> <a href="/cookie-policy" class="dropdown-item" target="_self" title="Cookie Policy"> <span>Cookie Policy</span> </a> </li> <li class=""> <a href="#" class="dropdown-item optanon-toggle-display" target="_self" title="Cookie settings"> <span>Cookie settings</span> </a> </li> </ul> </div> <div class="clearfix visible-xs-block hard-rule"></div> <div class="col-xs-12 col-md-3 footer-contact"> <span class="h4"> Contact us </span> <!-- Contact details --> <div class="contact-details"> <p class="adr"> <a href="https://www.google.com/maps/place/RCSI/@53.3389866,-6.2629762,18z/data=!4m13!1m7!3m6!1s0x48670e9e94024d87:0xdb57711f34f38e1b!2s123+St+Stephen&#39;s+Green,+Dublin+2,+D02+YN77!3b1!8m2!3d53.3389578!4d-6.2619704!3m4!1s0x48670e9e94070b7b:0xd480ab326993b5ef!8m2!3d53.3389622!4d-6.262036"> 123 St Stephen&#39;s Green, Dublin 2, Ireland. </a> </p> <p class="tel"> <a href="tel:+35314022100">+353 1 402 2100</a> </p> <p> <a href="/dublin/contact-us">Email us</a> </p> </div> <!-- Social media --> <ul class="footer-social-icons list-inline"> <li> <a href="https://www.facebook.com/rcsi123" target="_self" title="Facebook" class="svg-desktop-mobile-footer-facebook-icon"> <span class="sr-only">Facebook</span> </a> </li> <li> <a href="https://www.instagram.com/rcsi_irl" target="_self" title="Instagram" class="svg-desktop-mobile-footer-instagram-icon"> <span class="sr-only">Instagram</span> </a> </li> <li> <a href="https://twitter.com/RCSI_Irl" target="_self" title="X" class="svg-desktop-mobile-footer-twitter-icon"> <span class="sr-only">X</span> </a> </li> <li> <a href="http://www.linkedin.com/company/rcsi" target="_self" title="LinkedIn" class="svg-desktop-mobile-footer-linkedin-icon"> <span class="sr-only">LinkedIn</span> </a> </li> <li> <a href="https://www.tiktok.com/@rcsi_studentlife" target="_self" title="TikTok" class="svg-desktop-mobile-footer-tiktok-icon"> <span class="sr-only">TikTok</span> </a> </li> <li> <a href="https://www.youtube.com/@RCSI_Irl" target="_self" title="YouTube" class="svg-desktop-mobile-footer-youtube-icon"> <span class="sr-only">YouTube</span> </a> </li> </ul> </div> </div> </div> </div> <!-- Footer RCSI brand --> <div class="footer-rcsi-wrap"> <div class="container"> <div class="row"> <div class="col-xs-9 col-md-7"> <p><strong>Royal College of Surgeons in Ireland</strong> Col&#225;iste R&#237;oga na M&#225;inle&#225; in &#201;irinn</p> </div> <div class="col-xs-3 col-md-5"> <picture> <!--[if IE 9]><video style="display: none;"><![endif]--> <source data-srcset="/assets/images/footer/logos/crest-download.svg" media="(max-width: 640px)"> <source data-srcset="/assets/images/footer/logos/inc-logo-white.png" media="(min-width: 641px)"> <!--[if IE 9]></video><![endif]--> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="RCSI logo" class="footer-logo lazyload"> </picture> </div> </div> </div> </div> <!-- Footer Partners --> <div class="footer-partners-wrap"> <div class="container"> <div class="row"> <div class="col-xs-6 col-sm-2"> <a href="http://eufunds.gov.ie/" target="_self" title="Link will open in a new window."> <img class="footer-logo lazyload logo-eu-funds" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/assets/images/footer/logos/ireland-eu-funds-logo.svg" alt="Irish Harp - Ireland&#39;s EU Structural Fund Programme" /> </a> </div> <div class="col-xs-6 col-sm-2"> <a href="http://ec.europa.eu/regional_policy/en/funding/erdf/" target="_self" title="Link will open in a new window."> <img class="footer-logo lazyload logo-eu-flag" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/assets/images/footer/logos/eu-flag-logo.svg" alt="EU Flag - European Regional Developement Fund" /> </a> </div> <div class="clearfix visible-xs-block"></div> <div class="col-xs-6 col-sm-2"> <a href="http://www.nui.ie/" target="_self" title="Link will open in a new window."> <img class="footer-logo lazyload logo-nui" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/footer/logos/nui-logo.svg" alt="National University of Ireland" /> </a> </div> <div class="col-xs-6 col-sm-2"> <a href="https://euraxess.ec.europa.eu" target="_self" title="Link will open in a new window."> <img class="footer-logo lazyload logo-hr" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/footer/logos/hr_logo.svg" alt="HR excellence in research" /> </a> </div> <div class="clearfix visible-xs-block"></div> <div class="col-xs-6 col-sm-2"> <a href="https://www.advance-he.ac.uk/equality-charters/international-charters/athena-swan-ireland" target="_blank" title="Link will open in a new window."> <img class="footer-logo lazyload logo-swan-member" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="/images/footer/logos/athena-swan-member.svg" alt="Anthea Swan" /> </a> </div> </div> </div> </div> </footer> </div> <script type="text/javascript"> var isLiveSite=true; </script> <!-- JS References block--> <!--we can write function name(s) that would be called after loading all js files--> <script type="text/javascript"> // Add a script element as a child of the body function initJS() { 'use strict'; //load jQuery //if browser is ie9 or older then returm document.addEventListener if (document.all && !window.atob) { return; } //Distribute mode started now if (typeof (jQuery) != 'undefined') { loadResourceFiles(); } else { downloadJS("/assets/js/jquery.min.js?v=1740144457396", function () { loadResourceFiles(); }); } } function loadResourceFiles() { if (document.querySelector('.job-list-filter-wrapper') !== null) { downloadJS("/assets/js/gulp_script.min.uglify.js?v=1740144457396", function () { downloadJS("/assets/js/vue.min.js?v=1740144457396", function () { downloadJS("/assets/js/pollyfill.js?v=1740144457396", function () { downloadJS("/assets/js/app/components/jobs/job-filter.js?v=1740144457396", function () { onPageReady(); }) }) }) }); } else if (document.querySelector('#insightFilter') !== null) { downloadJS("/assets/js/gulp_script.min.uglify.js?v=1740144457396", function () { downloadJS("/assets/js/vue.min.js?v=1740144457396", function () { downloadJS("/assets/js/pollyfill.js?v=1740144457396", function () { downloadJS("/assets/js/app/components/insights/insights-filter.js?v=1740144457396", function () { onPageReady(); }) }) }) }); } else { if (false) { downloadJS("/assets/js/jquery.min.js?v=1740144457396", function () { downloadJS("/assets/js/gulp_script.min.uglify.js?v=1740144457396", function () { onPageReady(); }); }); } else { downloadJS("/assets/js/gulp_script.min.uglify.js?v=1740144457396", function () { onPageReady(); }); } } } </script> <!-- JS References deferred loading block--> <script type="text/javascript"> var mobileSize = 640; var desktop = true; var mobile = false; //this variable will be add from code behind in CMS System function downloadJS(scriptSrc, callback) { 'use strict'; var element = document.createElement("script"); element.src = scriptSrc; element.onload = function () { callback(); }; document.body.appendChild(element); } // Check for browser support of event handling capability if (window.addEventListener) { window.addEventListener("load", initJS, false); } else if (window.attachEvent) { window.attachEvent("onload", initJS); } else { window.onload = initJS; } function onPageReady() { enquire.register("screen and (min-width: " + (mobileSize + 1) + "px)", { match: function () { desktop = true; mobile = false; screenChange(); }, unmatch: function () { desktop = false; } }); enquire.register("screen and (max-width: " + mobileSize + "px)", { match: function () { mobile = true; desktop = false; screenChange(); }, unmatch: function () { mobile = false; desktop = true; } }); HandleCustomScripts(); //call page ready from all loaded files if (typeof (page_ready_carousel_banner) == "function") { page_ready_carousel_banner(); } if (typeof (page_ready_image_spotlight) == "function") { page_ready_image_spotlight(); } if (typeof (page_ready_navigation_dropdowns) == "function") { page_ready_navigation_dropdowns(); } if (typeof (page_ready_carousel_testimony) == "function") { page_ready_carousel_testimony(); } if (typeof (page_ready_tab_accordion) == "function") { page_ready_tab_accordion(); } if (typeof (page_ready_tabbed_subnav) == "function") { page_ready_tabbed_subnav(); } if (typeof (page_ready_default) == "function") { page_ready_default(); } if (typeof (loadAdditionalJs) == "function") { loadAdditionalJs(); } if (typeof (page_ready_form_builder) == "function") { page_ready_form_builder(); } } function screenChange() { //call screen_change from all loaded files if (typeof (screen_change_carousel_banner) == "function") { screen_change_carousel_banner(); } if (typeof (screen_change_image_spotlight) == "function") { screen_change_image_spotlight(); } if (typeof (screen_change_navigation_dropdowns) == "function") { screen_change_navigation_dropdowns(); } if (typeof (screen_change_carousel_testimony) == "function") { screen_change_carousel_testimony(); } if (typeof (screen_change_tab_accordion) == "function") { screen_change_tab_accordion(); } if (typeof (screen_change_tabbed_subnav) == "function") { screen_change_tabbed_subnav(); } if (typeof (screen_change_default) == "function") { screen_change_default(); } if (typeof (screen_change_cookie) == "function") { screen_change_cookie(); } } </script> <script type="text/plain" class="optanon-category-C0001"> //unibuddy if (document.getElementById("unibuddy-iframe") != null) { //load script var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.src = "https://cdn.unibuddy.co/unibuddy-iframe.js"; script.type = 'text/javascript'; head.appendChild(script); } if (document.getElementById("unibuddy-buddyframe") != null) { //load script var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.src = "https://cdn.unibuddy.co/unibuddy-buddyframe.js"; script.type = 'text/javascript'; head.appendChild(script); } </script> <script> var url = window.location.href; if (url.indexOf("/dublin/library") > -1) { //load chat script var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.src = "https://region-eu.libanswers.com/load_chat.php?hash=15252c83e5b37836bfc22c34022985c6"; script.type = 'text/javascript'; head.appendChild(script); //Add markup to body tag var div1 = document.createElement("div"); div1.classList.add("libchat-test"); var div2 = document.createElement("div"); div2.classList.add("container"); var div3 = document.createElement("div"); div3.id = "libchat_15252c83e5b37836bfc22c34022985c6"; div1.append(div2); div2.append(div3); document.body.append(div1); } </script> <script type="text/plain" class="optanon-category-C0001"> window.unibuddySettings = { uni_id: 'rcsi-dublin', colour: 'DE1834', filterKey: 'degreeId', filterValue: '5ece931aec72200dbc496cb2', domain: 'https://popcard.unibuddy.co/', title: 'Unibuddy Popcard', align: 'right', }; </script> <script src="https://cdn.unibuddy.co/unibuddy-popcard.js" type="text/plain" class="optanon-category-C0001"> </script> <script> document.addEventListener("DOMContentLoaded", function (event) { document.addEventListener("sc-forms-submit-success", function (e) { setTimeout(function () { var myForm = e.detail; var url = readCookie("SuccessURL"); if (url != null && url != "" && url != undefined) { window.location.replace(url); } }, 100); }, false); function readCookie(name) { return (name = new RegExp('(?:^|;\\s*)' + ('' + name).replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&') + '=([^;]*)').exec(document.cookie)) && name[1]; } }); window.removeEventListener("sc-forms-submit-success", this, false); </script> </body> </html>

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