{"id":1529,"date":"2022-02-24T13:01:04","date_gmt":"2022-02-24T11:01:04","guid":{"rendered":"http:\/\/prf.ac.za\/applications\/?page_id=1529"},"modified":"2025-08-21T08:15:20","modified_gmt":"2025-08-21T06:15:20","slug":"phd-bursary-renewal-application","status":"publish","type":"page","link":"https:\/\/prf.ac.za\/applications\/phd-bursary-renewal-application\/","title":{"rendered":"PhD Bursary Renewal Application"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1529\" class=\"elementor elementor-1529\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9d6d762 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9d6d762\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6ae9c66\" data-id=\"6ae9c66\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7183bc9 elementor-widget elementor-widget-heading\" data-id=\"7183bc9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PhD Bursary Renewal Application Form<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56fab4c elementor-widget elementor-widget-heading\" data-id=\"56fab4c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Closing Date: 28 February Of Each Year<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6755af elementor-widget elementor-widget-text-editor\" data-id=\"b6755af\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Please note the following:<\/p><ul><li class=\"li1\">Years of support:<span class=\"Apple-converted-space\">\u00a0 <\/span>PhD = 3 years<span class=\"Apple-converted-space\">\u00a0<\/span><\/li><li class=\"li1\">The deadlines for submission of applications must strictly be adhered to. Applications must arrive at the NICD on or before the deadline date. No late applications will be considered<\/li><li class=\"li1\">Ensure that all sections of the form are completed and all requested information attached.<\/li><li class=\"li2\"><b>PRF MUST BE ACKNOWLEDGED IN ALL APPLICATIONS ARISING FROM THIS FUNDING<\/b><\/li><li style=\"color: red;\">Very Important: Upon completion of the degree the PRF would like you to confirm that the student graduated as well as a list of publications.<\/li><li>After completion of your PhD a Final Bursary Form MUST be submitted and can be <a href=\"https:\/\/prf.ac.za\/applications\/wp-content\/uploads\/2022\/03\/Bursary_FINAL-report-and-confirmation.doc\" target=\"_blank\" rel=\"noopener\">downloaded from here.\u00a0<\/a>Please send the completed form to irma@nicd.ac.za<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-208c241 elementor-widget elementor-widget-html\" data-id=\"208c241\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<iframe\n      id=\"JotFormIFrame-233241581115043\"\n      title=\"Phd Bursary Renewal Application Form\"\n      onload=\"window.parent.scrollTo(0,0)\"\n      allowtransparency=\"true\"\n      allowfullscreen=\"true\"\n      allow=\"geolocation; microphone; camera\"\n      src=\"https:\/\/form.jotform.com\/233241581115043\"\n      frameborder=\"0\"\n      style=\"min-width:100%;max-width:100%;height:539px;border:none;\"\n      scrolling=\"no\"\n    >\n    <\/iframe>\n    <script type=\"text\/javascript\">\n    var ifr = document.getElementById(\"JotFormIFrame-233241581115043\");\n    if (ifr) {\n      var src = ifr.src;\n      var iframeParams = [];\n      if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\n      }\n      if (src && src.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\n        src = src.substr(0, src.indexOf(\"?\"))\n      }\n      iframeParams.push(\"isIframeEmbed=1\");\n      ifr.src = src + \"?\" + iframeParams.join('&');\n    }\n    window.handleIFrameMessage = function(e) {\n      if (typeof e.data === 'object') { return; }\n      var args = e.data.split(\":\");\n      if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\n      if (!iframe) { return; }\n      switch (args[0]) {\n        case \"scrollIntoView\":\n          iframe.scrollIntoView();\n          break;\n        case \"setHeight\":\n          iframe.style.height = args[1] + \"px\";\n          if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {\n            iframe.style.minHeight = args[1] + \"px\";\n          }\n          break;\n        case \"collapseErrorPage\":\n          if (iframe.clientHeight > window.innerHeight) {\n            iframe.style.height = window.innerHeight + \"px\";\n          }\n          break;\n        case \"reloadPage\":\n          window.location.reload();\n          break;\n        case \"loadScript\":\n          if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\n          var src = args[1];\n          if (args.length > 3) {\n              src = args[1] + ':' + args[2];\n          }\n          var script = document.createElement('script');\n          script.src = src;\n          script.type = 'text\/javascript';\n          document.body.appendChild(script);\n          break;\n        case \"exitFullscreen\":\n          if      (window.document.exitFullscreen)        window.document.exitFullscreen();\n          else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\n          else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\n          else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\n          else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\n          break;\n      }\n      var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\n      if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\n        var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\n        iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\n      }\n    };\n    window.isPermitted = function(originUrl, whitelisted_domains) {\n      var url = document.createElement('a');\n      url.href = originUrl;\n      var hostname = url.hostname;\n      var result = false;\n      if( typeof hostname !== 'undefined' ) {\n        whitelisted_domains.forEach(function(element) {\n            if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\n                result = true;\n            }\n        });\n        return result;\n      }\n    };\n    if (window.addEventListener) {\n      window.addEventListener(\"message\", handleIFrameMessage, false);\n    } else if (window.attachEvent) {\n      window.attachEvent(\"onmessage\", handleIFrameMessage);\n    }\n    <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>PhD Bursary Renewal Application Form Closing Date: 28 February Of Each Year Please note the following: Years of support:\u00a0 PhD = 3 years\u00a0 The deadlines for submission of applications must strictly be adhered to. Applications must arrive at the NICD on or before the deadline date. No late applications will be considered Ensure that all [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1529","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/prf.ac.za\/applications\/wp-json\/wp\/v2\/pages\/1529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prf.ac.za\/applications\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/prf.ac.za\/applications\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/prf.ac.za\/applications\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prf.ac.za\/applications\/wp-json\/wp\/v2\/comments?post=1529"}],"version-history":[{"count":22,"href":"https:\/\/prf.ac.za\/applications\/wp-json\/wp\/v2\/pages\/1529\/revisions"}],"predecessor-version":[{"id":1905,"href":"https:\/\/prf.ac.za\/applications\/wp-json\/wp\/v2\/pages\/1529\/revisions\/1905"}],"wp:attachment":[{"href":"https:\/\/prf.ac.za\/applications\/wp-json\/wp\/v2\/media?parent=1529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}