{"id":437,"date":"2023-10-20T10:54:38","date_gmt":"2023-10-20T07:54:38","guid":{"rendered":"https:\/\/www.ereglidernegi.org\/tr\/?p=437"},"modified":"2023-10-20T13:55:58","modified_gmt":"2023-10-20T10:55:58","slug":"ogrenci-yardimi","status":"publish","type":"post","link":"https:\/\/www.ereglidernegi.org\/tr\/egitimler\/ogrenci-yardimi\/","title":{"rendered":"\u00d6\u011frenci Yard\u0131m\u0131 Aday Ba\u015fvurusu"},"content":{"rendered":"<p>De\u011ferli Ere\u011flili \u00d6\u011frenci Karde\u015fimiz,<\/p>\n<p>Ere\u011fli Sosyal Yard\u0131mla\u015fma Derne\u011fi E\u011fitim Komisyonu, \u00dcniversite \u00f6\u011frencilerine d\u00f6n\u00fck e\u011fitim yard\u0131m\u0131 konusunda ba\u015fvurular\u0131 almaya ba\u015flam\u0131\u015ft\u0131r.<\/p>\n<p>A\u015fa\u011f\u0131daki formu doldurarak ba\u015fvurunuzu yap\u0131n\u0131z.<\/p>\n<p>Formunuz taraf\u0131m\u0131za iletildikten sonra E\u011fitim Komisyonu taraf\u0131ndan de\u011ferlendirilmeye tabi tutulacak ve taraf\u0131n\u0131za bilgi verilecektir.<\/p>\n<p>\u00d6\u011frenim hayat\u0131n\u0131zda sonsuz ba\u015far\u0131lar diler derne\u011fimiz \u00d6\u011frenci Kariyer G\u00fcnlerinde sizi ve Ere\u011flili \u00f6\u011frenci karde\u015flerimizi g\u00f6rmekten \u00e7ok mutlu oluruz.<\/p>\n<p>Selam ve sevgilerimizle.<\/p>\n<p>Ere\u011fli Sosyal Yard\u0131mla\u015fma Derne\u011fi<br \/>\nE\u011fitim Komisyonu<\/p>\n<hr \/>\n<p><iframe id=\"JotFormIFrame-232921663075053\" style=\"min-width: 100%; max-width: 100%; height: 539px; border: none;\" title=\"Ere\u011fli Sosyal Yard\u0131mla\u015fma Derne\u011fi \u00d6\u011frenci E\u011fitim Yard\u0131m\u0131 Aday Ba\u015fvurusu\" src=\"https:\/\/form.jotform.com\/232921663075053\" frameborder=\"0\" scrolling=\"no\" allowfullscreen=\"allowfullscreen\"><br \/>\n<\/iframe> <script type=\"text\/javascript\">\n    var ifr = document.getElementById(\"JotFormIFrame-232921663075053\");\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><\/p>\n","protected":false},"excerpt":{"rendered":"<p>De\u011ferli Ere\u011flili \u00d6\u011frenci Karde\u015fimiz, Ere\u011fli Sosyal Yard\u0131mla\u015fma Derne\u011fi E\u011fitim Komisyonu, \u00dcniversite \u00f6\u011frencilerine d\u00f6n\u00fck e\u011fitim yard\u0131m\u0131 konusunda ba\u015fvurular\u0131 almaya ba\u015flam\u0131\u015ft\u0131r. A\u015fa\u011f\u0131daki<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[9,50],"class_list":["post-437","post","type-post","status-publish","format-standard","hentry","category-egitimler","tag-eregli","tag-ogrenci"],"_links":{"self":[{"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/posts\/437"}],"collection":[{"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/comments?post=437"}],"version-history":[{"count":3,"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/posts\/437\/revisions"}],"predecessor-version":[{"id":440,"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/posts\/437\/revisions\/440"}],"wp:attachment":[{"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/media?parent=437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/categories?post=437"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ereglidernegi.org\/tr\/wp-json\/wp\/v2\/tags?post=437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}