;function getUniverliveUrl(){const uniId="74";if(uniId==='63')
return"https://app.univerlive.com/bd91fc5f-41f1-48ee-b9e6-5b5f65e2e8b8/"
if(uniId==='83')
return"https://app.univerlive.com/c1488715-6b3b-4b49-a455-48095691b55b/"
return"https://app.univerlive.com/"}
const univerliveStaticUrl=getUniverliveUrl()
$('#univerlive').attr('src',univerliveStaticUrl)
var comparePreview=new Vue({el:'#comparePreview',components:{Multiselect:window.VueMultiselect.default,review:window.httpVueLoader('/static/site/js/review/universityreview.vue'),},data:{hrefBachelor:'bachelor-fees',hrefMaster:'master-fees',hrefOnline:'online-fees',hrefOnlisans:'onlisans-fees',english:'English',countryID:'212',programFilter:'',searchDepInput:'',selectedFilter:{name:"",id:-1},searchDepText:"Search Programs...",programs:[],onlinePrograms:[],targetEmail:'',selectedDepOptions:[{name:'qwf',id:1}],selectedDepValue:[],uniName:'Doğuş University',fakeImage:'/static/site/images/newDesign/home.jpg',isFav:'False',activeTab:0,students:12660,stat_students:'12660',stat_foreign:'273',foreign_students:157,language_code:'en',myDepartments:[],myDepartmentsFilter:8,myDepartmentsMasterFilter:8,myDepartmentsOnlineFilter:8,depDuration:0,pageNum:0,pageNumAlumni:0,commentators:[],commentatorsFilter:4,questions:[],questionPage:1,questionLoading:false,questionsFilter:4,myUniexist:false,comparedUniversities:[],isExist:false,subMenu:false,url:'/compare/?',uniContent:'',slicedContentNumber:250,trans:{allDisciplines:"",ReviewText:"Reviews",programPlaceholder:'',emptyReviewText:'What do you think about <span class="color--primary-4" style="font-size: inherit">Doğuş University?</span>',emptyReviewText_thoughts:'Give us your thoughts.',uniName:'Doğuş University',loadmore:'Show more',makeReview:'Make a Review',writeAReview:'Write a review',anonymousText:'Anonymous',send:'Send',thankYou:'Thank you',yourReviewSoon:'Your review soon will be',applied:'applied.',noCommentError:'Please add a message to your review.'},urls:{reviewPage:'/dogus-university/leave-review/',reviewList:'/dogus-university/reviews/',login:'/login/?next=/dogus-university/bachelors/&need_login=t',sectionsApiUrl:'/api/v2/review-section/',reviewApiUrl:'/api/v2/review/',userUrl:'/u/',},static:{emptyImage:'/static/site/images/newDesign/commentEmpty.jpg',anonymousPhoto:'/static/site/images/default-avatar.png',plusWhite:'/static/site/images/newDesign/plus_white.svg',paperSend:'/static/site/images/newDesign/paperSend.svg'},isAuth:false,},methods:{redirectTuitionPage:function(e){e.preventDefault();window.open('https://www.dogus.edu.tr/uluslararasi/uluslararasi-iliskiler-ofisi/tuition-fees','_blank');},urlify(text){var urlRegex=/(https?:\/\/[^\s]+)/g;return text.replace(urlRegex,function(url){return'<a target="_blank" href="'+url+'">'+url+'</a>';});},renderSeoTag(){var oneYearFromNow=new Date();oneYearFromNow.setFullYear(oneYearFromNow.getFullYear()+1);let myText=this.uniName;if('en'==='tr'){if(this.activeTab===0){if('212'==='212'&&'2'==='2'){myText+=' Lisans Eğitim Ücretleri ';return myText}}else if(this.activeTab===1){if('212'==='212'&&'2'==='2'){myText+=' Master Degree Tuition Fee ';return myText}}
else if(this.activeTab===2){if('212'==='212'&&'2'==='2'){myText+=' Online Degree Tuition Fee ';return myText}}
else if(this.activeTab===3){if('212'==='212'&&'2'==='2'){myText+=' Ön lisans Eğitim Ücretleri ';return myText}}}
return null;},comResetPage(){this.questionPage=1;},getQuestions()
{fetch('/en'+"/api/v2/question?ordering=answers&university="+'74',{method:'GET'}).then((res)=>{return res.json()}).then((res)=>{this.questions=res.results;});},filterDepArr(data)
{this.selectedFilter=data;},decreasePage()
{this.questionPage=this.questionPage-1;},increasePage()
{this.questionPage=this.questionPage+1;},changeQuestionLoading()
{this.questionLoading=!this.questionLoading;},resetPage()
{comparePreview.comResetPage();},send_question()
{$("#sendMessage").addClass('disabled');this.changeQuestionLoading();const url='/en'+"/api/v2/question/";const question=$('#soru').val();const target_uni='74';$.ajax({type:"POST",headers:{"Content-type":"application/json",'X-CSRFToken':csrftoken},url:url,data:JSON.stringify({name:question,target_uni:target_uni}),success:function(data,textStatus,xhr){comparePreview.changeQuestionLoading();comparePreview.increasePage();},error:function(data){}});},registerPostAlumni()
{this.pageNumAlumni=this.pageNumAlumni+1;let opts={university:parseInt('74'),uni_email:this.targetEmail,is_graduated:true,department:parseInt(this.selectedDepValue.id),};$.ajax({type:"patch",headers:{"Content-type":"application/json",'X-CSRFToken':csrftoken},url:"/api/v2/user/"+None+"/",data:JSON.stringify(opts),success:function(data,textStatus,xhr){}});},registerPost()
{let opts={university:parseInt('74'),uni_email:this.targetEmail,is_student:true,department:parseInt(this.selectedDepValue.id),};$.ajax({type:"patch",headers:{"Content-type":"application/json",'X-CSRFToken':csrftoken},url:"/api/v2/user/"+None+"/",data:JSON.stringify(opts),success:function(data,textStatus,xhr){}});this.pageNum=this.pageNum+1;},loadMoreContent(res)
{if(window.innerWidth>525){if(res)
this.slicedContentNumber=this.uniContent.length;else{this.slicedContentNumber=260;}}else{if(res)
this.slicedContentNumber=this.uniContent.length;else{this.slicedContentNumber=100;}}},getContent()
{if(this.uniContent.length>250){if(this.slicedContentNumber===this.uniContent.length){return this.uniContent.slice(0,this.slicedContentNumber)+`<a onclick='triggerLoadContent(false)'id='load-data-content'class="text-decoration-underline cursor-pointer">Show less</a>`;}else{if(window.innerWidth>525)
this.slicedContentNumber=250;else
this.slicedContentNumber=100;return this.uniContent.slice(0,this.slicedContentNumber)+`..<a onclick='triggerLoadContent(true)'id='load-data-content'class="text-decoration-underline cursor-pointer">Show more</a>`;}}else{return this.uniContent;}},favControll()
{if(this.isFav!=='False'){let myFav=this.isFav;$.ajax({type:"DELETE",headers:{"Content-type":"application/json",'X-CSRFToken':csrftoken},url:"/api/v2/favorite/"+myFav,success:function(data,textStatus,xhr){if(xhr.status===204){}}});this.isFav='False';}else{$.ajax({type:"POST",headers:{"Content-type":"application/json",'X-CSRFToken':csrftoken},data:JSON.stringify({university:'74',}),url:"/api/v2/favorite/",success:function(data,textStatus,xhr){if(xhr.status>=200&&xhr.status<=300){comparePreview.isFav='74';}}});}},activeTabSelect(index)
{this.activeTab=index;this.selectedFilter={name:this.trans.allDisciplines,id:-1};this.setTrans();},loadDepartments(str)
{if(str==="master"){this.myDepartmentsMasterFilter=this.myDepartmentsMasterFilter+16;}else if(str==="online"){this.myDepartmentsOnlineFilter=this.myDepartmentsOnlineFilter+16;}
else{this.myDepartmentsFilter=this.myDepartmentsFilter+16;}},loadMoreComments()
{this.commentatorsFilter=this.commentatorsFilter+4;},loadMoreQuestions()
{this.questionsFilter=this.questionsFilter+4;this.myDepartmentsFilter=this.myDepartmentsFilter+10;},redirectCompare()
{window.location.href=this.url;},removeSelectedUni(index)
{this.comparedUniversities.splice(index,1);localStorage.setItem('compareUniverlist',JSON.stringify(this.comparedUniversities));let getIndex=this.findIndex();if(getIndex===null){this.myUniexist=false;}
if(this.comparedUniversities.length===0){this.isExist=false;}
this.restoreUrl();},restoreUrl()
{this.url='/compare/?';this.comparedUniversities.map(it=>{this.url=this.url+'i='+it.id+'&';})},findIndex()
{let checkLocal=localStorage.getItem('compareUniverlist');let arr=JSON.parse(checkLocal);let findIndex=null;arr.map((r,index)=>{if(r.id===String('74')){findIndex=index;}});return findIndex;},delUnderline(str)
{if(str.indexOf('_')>-1)
return str.split("_")[0]
else{if(str==="False"){return"-";}}
return str},setContent()
{fetch('en'+"/api/v2/university/"+'74',{method:'GET'}).then((res)=>{return res.json()}).then((res)=>{this.uniContent=res.content;})},trigerCompare()
{this.isExist=true;let checkLocal=localStorage.getItem('compareUniverlist');let dataSet={name:'doğuş university',mythumbnail:'images/university/280420160394313001461872096.jpg',province:'İstanbul',country:'Turkey',id:'74'};if(checkLocal){if(this.myUniexist){let findIndex=this.findIndex();if(findIndex!==null&&findIndex>-1){this.myUniexist=false;this.comparedUniversities.splice(findIndex,1);if(this.comparedUniversities.length===0){this.isExist=false;}
localStorage.setItem('compareUniverlist',JSON.stringify(this.comparedUniversities));}}else{let addAfterCheck=false;let arr=JSON.parse(checkLocal);arr.push(dataSet);this.myUniexist=true;localStorage.setItem('compareUniverlist',JSON.stringify(arr));this.comparedUniversities.push(dataSet);this.restoreUrl();}}else{this.comparedUniversities.push(dataSet);this.restoreUrl();this.myUniexist=!this.myUniexist;localStorage.setItem('compareUniverlist',JSON.stringify([dataSet]));}},setTrans(){if(this.activeTab===0){this.selectedFilter={name:"Search Bachelor Programs",id:-1};this.trans.allDisciplines="Search Bachelor Programs";this.trans.programPlaceholder="Search Bachelor Programs";}
else if(this.activeTab===1){this.selectedFilter={name:"Search Master Programs",id:-1};this.trans.allDisciplines="Search Master Programs";this.trans.programPlaceholder="Search Master Programs";}
else if(this.activeTab===2){this.selectedFilter={name:"Search Online Programs",id:-1};this.trans.allDisciplines="Search Online Programs";this.trans.programPlaceholder="Search Online Programs";}else{this.selectedFilter={name:"Search Onlisans Programs",id:-1};this.trans.allDisciplines="Search Onlisans Programs";this.trans.programPlaceholder="Search Onlisans Programs";}},checkIsFav()
{fetch("/api/v2/favorite/?page_size=100",{method:'GET'}).then((res)=>{return res.json()}).then((res)=>{if(res&&res.results){let myFav=res.results.filter(r=>r.university.pk===parseInt('74'));if(myFav&&myFav.length>0){this.isFav=myFav[0].university.pk;}}}).catch(()=>{});}},updated(){this.$nextTick(function(){const anchors=document.querySelectorAll('.answer a[href^="http"]:not([href*="univerlist.com"])')
if(anchors)
anchors.forEach(anchor=>anchor.setAttribute('rel','noopener noreferrer nofollow'));});},created()
{this.students=this.students.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");this.foreign_students=this.foreign_students.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");this.stat_students=this.stat_students.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");this.stat_foreign=this.stat_foreign.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");if(document.location.href.indexOf("master")>-1||document.location.href.indexOf("yukseklisans")>-1){this.activeTab=1;}else if(document.location.href.indexOf("online")>-1){this.activeTab=2;}
else if(document.location.href.indexOf("onlisans")>-1){this.activeTab=3;}
this.setContent();var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Anaesthesia(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Anaesthesia(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'338.35','order':'507,685','id':'22212','is_new':'False','description':'The field of interest for Health and Welfare cover health care and social care, youth service, non-medical care, medicine, surgery, medical science, physical conditions. Studies and programmes with the following main content are classified here: Dental studies, medicine, nursing and midwifery, medical diagnostic and treatment technology, therapy and rehabilitation, pharmacy, traditional and complementary medicine and therapy, care of the elderly and of disabled adults, child care and youth services, social work and counselling.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'anaesthesia':null,'program':'31267',});this.programs.push({'id':'22212','name':`Anaesthesia(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Architecture`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Architecture`,'fee':('27008.00'!=='None'&&'27008.00')?'3,471 USD':'-','mark':'','order':'','id':'435431','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'435431','name':`Architecture`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Architecture`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Architecture`,'fee':('13513.00'!=='None'&&'13513.00')?'1,736 USD':'-','mark':'','order':'','id':'435432','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'435432','name':`Architecture`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Architecture(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Architecture(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'1910','is_new':'True','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'architecture':null,'program':'32373',});this.programs.push({'id':'1910','name':`Architecture(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Architecture(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Architecture(foreign students)`,'fee':('5400.00'!=='None'&&'5400.00')?'5,400 USD':'-','mark':'','order':'','id':'442330','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442330','name':`Architecture(foreign students)`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Architecture(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Architecture(foreign students)`,'fee':('2702.00'!=='None'&&'2702.00')?'2,702 USD':'-','mark':'','order':'','id':'442331','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442331','name':`Architecture(foreign students)`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Architecture(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Architecture(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'401.63','order':'108,652','id':'1903','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'architecture':null,'program':'32373',});this.programs.push({'id':'1903','name':`Architecture(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Audiometry(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Audiometry(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'302.84','order':'849,013','id':'22235','is_new':'False','description':'The field of interest for Health and Welfare cover health care and social care, youth service, non-medical care, medicine, surgery, medical science, physical conditions. Studies and programmes with the following main content are classified here: Dental studies, medicine, nursing and midwifery, medical diagnostic and treatment technology, therapy and rehabilitation, pharmacy, traditional and complementary medicine and therapy, care of the elderly and of disabled adults, child care and youth services, social work and counselling.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'audiometry':null,'program':'31128',});this.programs.push({'id':'22235','name':`Audiometry(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Banking and Insurance(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Banking and Insurance(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'213.13','order':'2,314,452','id':'20807','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'banking-and-insurance':null,'program':'31312',});this.programs.push({'id':'20807','name':`Banking and Insurance(50%Discount)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Banking and Insurance(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Banking and Insurance(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'310.18','order':'766,686','id':'11912','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'banking-and-insurance':null,'program':'31312',});this.programs.push({'id':'11912','name':`Banking and Insurance(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Business Administration`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration`,'fee':('27008.00'!=='None'&&'27008.00')?'3,471 USD':'-','mark':'','order':'','id':'433699','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'433699','name':`Business Administration`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Business Administration`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration`,'fee':('13513.00'!=='None'&&'13513.00')?'1,736 USD':'-','mark':'','order':'','id':'433707','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'433707','name':`Business Administration`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Business Administration(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'210.35','order':'1,424,613','id':'1871','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'business-administration':null,'program':'31463',});this.programs.push({'id':'1871','name':`Business Administration(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Business Administration(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration(foreign students)`,'fee':('5400.00'!=='None'&&'5400.00')?'5,400 USD':'-','mark':'','order':'','id':'442336','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442336','name':`Business Administration(foreign students)`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Business Administration(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration(foreign students)`,'fee':('2702.00'!=='None'&&'2702.00')?'2,702 USD':'-','mark':'','order':'','id':'442337','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442337','name':`Business Administration(foreign students)`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Business Administration(in English)(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration(in English)(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'220.57','order':'1,277,827','id':'1872','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'business-administration':null,'program':'31463',});this.programs.push({'id':'1872','name':`Business Administration(in English)(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Business Administration(in English)(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration(in English)(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'347.15','order':'170,987','id':'19131','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'business-administration':null,'program':'31463',});this.programs.push({'id':'19131','name':`Business Administration(in English)(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Business Administration(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'333.23','order':'225,417','id':'1899','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'business-administration':null,'program':'31463',});this.programs.push({'id':'1899','name':`Business Administration(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Child Development(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Child Development(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'307.04','order':'801,237','id':'22209','is_new':'False','description':'The field of interest for Health and Welfare cover health care and social care, youth service, non-medical care, medicine, surgery, medical science, physical conditions. Studies and programmes with the following main content are classified here: Dental studies, medicine, nursing and midwifery, medical diagnostic and treatment technology, therapy and rehabilitation, pharmacy, traditional and complementary medicine and therapy, care of the elderly and of disabled adults, child care and youth services, social work and counselling.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'child-development':null,'program':'31576',});this.programs.push({'id':'22209','name':`Child Development(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Civil Engineering(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Civil Engineering(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'22178','is_new':'True','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'production-engineering':null,'program':'31552',});this.programs.push({'id':'22178','name':`Civil Engineering(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Civil Engineering(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Civil Engineering(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'365.46','order':'160,321','id':'22175','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'production-engineering':null,'program':'31552',});this.programs.push({'id':'22175','name':`Civil Engineering(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Communication Sciences`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Communication Sciences`,'fee':('27008.00'!=='None'&&'27008.00')?'3,471 USD':'-','mark':'','order':'','id':'433675','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'433675','name':`Communication Sciences`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Communication Sciences`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Communication Sciences`,'fee':('13513.00'!=='None'&&'13513.00')?'1,736 USD':'-','mark':'','order':'','id':'433677','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'433677','name':`Communication Sciences`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Communication Sciences(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Communication Sciences(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'22187','is_new':'True','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'communication-sciences':null,'program':'31478',});this.programs.push({'id':'22187','name':`Communication Sciences(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Communication Sciences(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Communication Sciences(foreign students)`,'fee':('5400.00'!=='None'&&'5400.00')?'5,400 USD':'-','mark':'','order':'','id':'442338','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442338','name':`Communication Sciences(foreign students)`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Communication Sciences(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Communication Sciences(foreign students)`,'fee':('2702.00'!=='None'&&'2702.00')?'2,702 USD':'-','mark':'','order':'','id':'442339','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442339','name':`Communication Sciences(foreign students)`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Communication Sciences(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Communication Sciences(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'362.55','order':'77,126','id':'22183','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'communication-sciences':null,'program':'31478',});this.programs.push({'id':'22183','name':`Communication Sciences(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer Engineering`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Engineering`,'fee':('27008.00'!=='None'&&'27008.00')?'3,471 USD':'-','mark':'','order':'','id':'435433','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'435433','name':`Computer Engineering`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer Engineering`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Engineering`,'fee':('13513.00'!=='None'&&'13513.00')?'1,736 USD':'-','mark':'','order':'','id':'435434','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'435434','name':`Computer Engineering`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer Engineering(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Engineering(foreign students)`,'fee':('5400.00'!=='None'&&'5400.00')?'5,400 USD':'-','mark':'','order':'','id':'442332','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442332','name':`Computer Engineering(foreign students)`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer Engineering(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Engineering(foreign students)`,'fee':('2702.00'!=='None'&&'2702.00')?'2,702 USD':'-','mark':'','order':'','id':'442333','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442333','name':`Computer Engineering(foreign students)`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer Engineering(in English)(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Engineering(in English)(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'467.80','order':'42,427','id':'1900','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'computer-engineering':null,'program':'31624',});this.programs.push({'id':'1900','name':`Computer Engineering(in English)(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer Programming(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Programming(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'376.33','order':'281,989','id':'11916','is_new':'False','description':'The field of interest for Information and Communication Technologies cover the internet-enabled area as well as the mobile one powered by wireless networks, artificial intelligence and robotics, older technologies, such as fixed-line telephones, radio and television broadcast. Studies and programmes with the following main content are classified here: Information and communication technologies, database and network design and administration, software and applications development and analysis, artificial intelligence.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'computer-programming':null,'program':'31358',});this.programs.push({'id':'11916','name':`Computer Programming(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer and Information Sciences`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer and Information Sciences`,'fee':('27008.00'!=='None'&&'27008.00')?'3,471 USD':'-','mark':'','order':'','id':'435435','is_new':'False','description':'The field of interest for Information and Communication Technologies cover the internet-enabled area as well as the mobile one powered by wireless networks, artificial intelligence and robotics, older technologies, such as fixed-line telephones, radio and television broadcast. Studies and programmes with the following main content are classified here: Information and communication technologies, database and network design and administration, software and applications development and analysis, artificial intelligence.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'435435','name':`Computer and Information Sciences`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer and Information Sciences`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer and Information Sciences`,'fee':('13513.00'!=='None'&&'13513.00')?'1,736 USD':'-','mark':'','order':'','id':'442327','is_new':'False','description':'The field of interest for Information and Communication Technologies cover the internet-enabled area as well as the mobile one powered by wireless networks, artificial intelligence and robotics, older technologies, such as fixed-line telephones, radio and television broadcast. Studies and programmes with the following main content are classified here: Information and communication technologies, database and network design and administration, software and applications development and analysis, artificial intelligence.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442327','name':`Computer and Information Sciences`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer and Information Sciences(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer and Information Sciences(foreign students)`,'fee':('5400.00'!=='None'&&'5400.00')?'5,400 USD':'-','mark':'','order':'','id':'442334','is_new':'False','description':'The field of interest for Information and Communication Technologies cover the internet-enabled area as well as the mobile one powered by wireless networks, artificial intelligence and robotics, older technologies, such as fixed-line telephones, radio and television broadcast. Studies and programmes with the following main content are classified here: Information and communication technologies, database and network design and administration, software and applications development and analysis, artificial intelligence.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442334','name':`Computer and Information Sciences(foreign students)`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer and Information Sciences(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer and Information Sciences(foreign students)`,'fee':('2702.00'!=='None'&&'2702.00')?'2,702 USD':'-','mark':'','order':'','id':'442335','is_new':'False','description':'The field of interest for Information and Communication Technologies cover the internet-enabled area as well as the mobile one powered by wireless networks, artificial intelligence and robotics, older technologies, such as fixed-line telephones, radio and television broadcast. Studies and programmes with the following main content are classified here: Information and communication technologies, database and network design and administration, software and applications development and analysis, artificial intelligence.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442335','name':`Computer and Information Sciences(foreign students)`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Construction Technology`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Construction Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'314.23','order':'724,031','id':'22216','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'construction-technology':null,'program':'31658',});this.programs.push({'id':'22216','name':`Construction Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Culinary Arts(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Culinary Arts(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'327.50','order':'597,015','id':'22226','is_new':'False','description':'The field of interest for Services cover personal services, security services, transport services, hygiene and occupational health services, beautification, sports, tourism. Studies and programmes with the following main content are classified here: Domestic services, hair and beauty services, hotel, restaurant, catering, sports, travel, tourism and leisure, community sanitation, occupational health and safety, military and defence, protection of persons and property, transport services.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'culinary-arts':null,'program':'31281',});this.programs.push({'id':'22226','name':`Culinary Arts(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Economics`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'334.20','order':'221,172','id':'22204','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'accounting-and-economics':null,'program':'34972',});this.programs.push({'id':'22204','name':`Economics`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Economics(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economics(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'203.25','order':'1,525,456','id':'22200','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'accounting-and-economics':null,'program':'34972',});this.programs.push({'id':'22200','name':`Economics(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Economics(in English)(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economics(in English)(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'218.21','order':'1,311,503','id':'22206','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'accounting-and-economics':null,'program':'34972',});this.programs.push({'id':'22206','name':`Economics(in English)(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Economics(in English)(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economics(in English)(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'340.99','order':'193,600','id':'22196','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'accounting-and-economics':null,'program':'34972',});this.programs.push({'id':'22196','name':`Economics(in English)(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Electroneurophysiology(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electroneurophysiology(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'184.66','order':'2,806,433','id':'22224','is_new':'False','description':'The field of interest for Health and Welfare cover health care and social care, youth service, non-medical care, medicine, surgery, medical science, physical conditions. Studies and programmes with the following main content are classified here: Dental studies, medicine, nursing and midwifery, medical diagnostic and treatment technology, therapy and rehabilitation, pharmacy, traditional and complementary medicine and therapy, care of the elderly and of disabled adults, child care and youth services, social work and counselling.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'electroneurophysiology':null,'program':'31396',});this.programs.push({'id':'22224','name':`Electroneurophysiology(50%Discount)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Electroneurophysiology(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electroneurophysiology(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'302.45','order':'853,607','id':'22234','is_new':'False','description':'The field of interest for Health and Welfare cover health care and social care, youth service, non-medical care, medicine, surgery, medical science, physical conditions. Studies and programmes with the following main content are classified here: Dental studies, medicine, nursing and midwifery, medical diagnostic and treatment technology, therapy and rehabilitation, pharmacy, traditional and complementary medicine and therapy, care of the elderly and of disabled adults, child care and youth services, social work and counselling.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'electroneurophysiology':null,'program':'31396',});this.programs.push({'id':'22234','name':`Electroneurophysiology(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Electronic and Communication Engineering(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electronic and Communication Engineering(foreign students)`,'fee':('5400.00'!=='None'&&'5400.00')?'5,400 USD':'-','mark':'','order':'','id':'442340','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442340','name':`Electronic and Communication Engineering(foreign students)`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Electronic and Communication Engineering(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electronic and Communication Engineering(foreign students)`,'fee':('2702.00'!=='None'&&'2702.00')?'2,702 USD':'-','mark':'','order':'','id':'442341','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442341','name':`Electronic and Communication Engineering(foreign students)`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Electronics and Communication Engineering`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electronics and Communication Engineering`,'fee':('27008.00'!=='None'&&'27008.00')?'3,471 USD':'-','mark':'','order':'','id':'435438','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'435438','name':`Electronics and Communication Engineering`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Electronics and Communication Engineering`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electronics and Communication Engineering`,'fee':('13513.00'!=='None'&&'13513.00')?'1,736 USD':'-','mark':'','order':'','id':'435439','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'435439','name':`Electronics and Communication Engineering`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Engineering and Technology Management`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Engineering and Technology Management`,'fee':('27008.00'!=='None'&&'27008.00')?'3,471 USD':'-','mark':'','order':'','id':'435436','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'435436','name':`Engineering and Technology Management`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Engineering and Technology Management`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Engineering and Technology Management`,'fee':('13513.00'!=='None'&&'13513.00')?'1,736 USD':'-','mark':'','order':'','id':'435437','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'435437','name':`Engineering and Technology Management`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Engineering and Technology Management(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Engineering and Technology Management(foreign students)`,'fee':('5400.00'!=='None'&&'5400.00')?'5,400 USD':'-','mark':'','order':'','id':'442342','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442342','name':`Engineering and Technology Management(foreign students)`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Engineering and Technology Management(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Engineering and Technology Management(foreign students)`,'fee':('2702.00'!=='None'&&'2702.00')?'2,702 USD':'-','mark':'','order':'','id':'442343','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442343','name':`Engineering and Technology Management(foreign students)`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`English Language and Literature(in English)(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`English Language and Literature(in English)(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'425.16','order':'18,575','id':'1954','is_new':'False','description':'The field of interest for Arts and Humanities cover productions and solutions of contents, roles in the field of humanities such as communication skills in working life. Studies and programmes with the following main content are classified here: Audio-visual techniques and media production, fashion, interior and industrial design, fine arts, handicrafts, music and performing arts, literature and linguistics, language acquisition, philosophy and ethics, history and archaeology, religion and theology.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'english-language-and-literature':null,'program':'31649',});this.programs.push({'id':'1954','name':`English Language and Literature(in English)(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Faculty of Law(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Faculty of Law(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'418.24','order':'22,112','id':'1960','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'law':null,'program':'31476',});this.programs.push({'id':'1960','name':`Faculty of Law(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Financial Economics`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Financial Economics`,'fee':('27008.00'!=='None'&&'27008.00')?'3,471 USD':'-','mark':'','order':'','id':'433654','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'433654','name':`Financial Economics`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Financial Economics`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Financial Economics`,'fee':('13513.00'!=='None'&&'13513.00')?'1,736 USD':'-','mark':'','order':'','id':'433655','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'433655','name':`Financial Economics`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Financial Economics(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Financial Economics(foreign students)`,'fee':('5400.00'!=='None'&&'5400.00')?'5,400 USD':'-','mark':'','order':'','id':'442344','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442344','name':`Financial Economics(foreign students)`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Financial Economics(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Financial Economics(foreign students)`,'fee':('2702.00'!=='None'&&'2702.00')?'2,702 USD':'-','mark':'','order':'','id':'442345','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442345','name':`Financial Economics(foreign students)`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Foreign Trade(ee)(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Foreign Trade(ee)(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'214.99','order':'2,276,250','id':'11921','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'foreign-trade':null,'program':'31246',});this.programs.push({'id':'11921','name':`Foreign Trade(ee)(50%Discount)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Foreign Trade(ee)(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Foreign Trade(ee)(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'308.76','order':'782,055','id':'11920','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'foreign-trade':null,'program':'31246',});this.programs.push({'id':'11920','name':`Foreign Trade(ee)(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Foreign Trade(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Foreign Trade(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'318.05','order':'685,063','id':'11918','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'foreign-trade':null,'program':'31246',});this.programs.push({'id':'11918','name':`Foreign Trade(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Gastronomy and Culinary Arts(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Gastronomy and Culinary Arts(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'383.52','order':'39,412','id':'22167','is_new':'False','description':'The field of interest for Services cover personal services, security services, transport services, hygiene and occupational health services, beautification, sports, tourism. Studies and programmes with the following main content are classified here: Domestic services, hair and beauty services, hotel, restaurant, catering, sports, travel, tourism and leisure, community sanitation, occupational health and safety, military and defence, protection of persons and property, transport services.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'gastronomy-and-kitchen-arts':null,'program':'36209',});this.programs.push({'id':'22167','name':`Gastronomy and Culinary Arts(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Graphic Design(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Graphic Design(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'334.25','order':'540,174','id':'11922','is_new':'False','description':'The field of interest for Arts and Humanities cover productions and solutions of contents, roles in the field of humanities such as communication skills in working life. Studies and programmes with the following main content are classified here: Audio-visual techniques and media production, fashion, interior and industrial design, fine arts, handicrafts, music and performing arts, literature and linguistics, language acquisition, philosophy and ethics, history and archaeology, religion and theology.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'graphic-design':null,'program':'31166',});this.programs.push({'id':'11922','name':`Graphic Design(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Human Resources Management(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Human Resources Management(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'207.52','order':'2,428,242','id':'11927','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'human-resources-management':null,'program':'31512',});this.programs.push({'id':'11927','name':`Human Resources Management(50%Discount)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Human Resources Management(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Human Resources Management(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'306.87','order':'803,077','id':'11926','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'human-resources-management':null,'program':'31512',});this.programs.push({'id':'11926','name':`Human Resources Management(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Industrial Engineering(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Industrial Engineering(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'1906','is_new':'True','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'industrial-engineering':null,'program':'33902',});this.programs.push({'id':'1906','name':`Industrial Engineering(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Industrial Engineering(in English)(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Industrial Engineering(in English)(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'317.74','order':'267,803','id':'1907','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'industrial-engineering':null,'program':'33902',});this.programs.push({'id':'1907','name':`Industrial Engineering(in English)(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Industrial Engineering(in English)(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Industrial Engineering(in English)(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'441.03','order':'66,512','id':'1901','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'industrial-engineering':null,'program':'33902',});this.programs.push({'id':'1901','name':`Industrial Engineering(in English)(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Industrial Engineering(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Industrial Engineering(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'432.03','order':'75,126','id':'1902','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'industrial-engineering':null,'program':'33902',});this.programs.push({'id':'1902','name':`Industrial Engineering(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Information Security Technology`+
(('None'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Information Security Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'358.78','order':'370,800','id':'441324','is_new':'False','description':'','type':'None','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'information-security-technology':null,'program':'31211',});this.programs.push({'id':'441324','name':`Information Security Technology`,'duration':'2.0','type':'None','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Information Security Technology`+
(('None'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Information Security Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'261.55','order':'1,422,267','id':'441325','is_new':'False','description':'','type':'None','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'information-security-technology':null,'program':'31211',});this.programs.push({'id':'441325','name':`Information Security Technology`,'duration':'2.0','type':'None','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Interior Architecture(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Interior Architecture(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'338.47','order':'213,479','id':'22170','is_new':'False','description':'The field of interest for Arts and Humanities cover productions and solutions of contents, roles in the field of humanities such as communication skills in working life. Studies and programmes with the following main content are classified here: Audio-visual techniques and media production, fashion, interior and industrial design, fine arts, handicrafts, music and performing arts, literature and linguistics, language acquisition, philosophy and ethics, history and archaeology, religion and theology.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'interior-architecture':null,'program':'31534',});this.programs.push({'id':'22170','name':`Interior Architecture(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`International Relations`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`International Relations`,'fee':(''!=='None'&&'')?' USD':'-','mark':'338.08','order':'205,117','id':'1957','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'international-relations':null,'program':'31590',});this.programs.push({'id':'1957','name':`International Relations`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`International Relations(in English)(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`International Relations(in English)(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'194.61','order':'1,641,104','id':'1873','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'international-relations':null,'program':'31590',});this.programs.push({'id':'1873','name':`International Relations(in English)(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`International Trade and Business(in English)(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`International Trade and Business(in English)(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'247.18','order':'920,103','id':'19614','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'international-trade-and-business':null,'program':'31646',});this.programs.push({'id':'19614','name':`International Trade and Business(in English)(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`International Trade and Business(in English)(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`International Trade and Business(in English)(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'341.15','order':'192,982','id':'19650','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'international-trade-and-business':null,'program':'31646',});this.programs.push({'id':'19650','name':`International Trade and Business(in English)(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mechanical Engineering(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mechanical Engineering(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'19044','is_new':'True','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'mechanical-engineering':null,'program':'31678',});this.programs.push({'id':'19044','name':`Mechanical Engineering(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mechanical Engineering(in English)(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mechanical Engineering(in English)(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'1908','is_new':'True','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'mechanical-engineering':null,'program':'31678',});this.programs.push({'id':'1908','name':`Mechanical Engineering(in English)(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mechanical Engineering(in English)(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mechanical Engineering(in English)(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'423.46','order':'83,984','id':'1958','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'mechanical-engineering':null,'program':'31678',});this.programs.push({'id':'1958','name':`Mechanical Engineering(in English)(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mechanical Engineering(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mechanical Engineering(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'412.86','order':'95,418','id':'1959','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'mechanical-engineering':null,'program':'31678',});this.programs.push({'id':'1959','name':`Mechanical Engineering(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Medical Documentation and Secretarial(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical Documentation and Secretarial(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'221.47','order':'2,144,996','id':'22222','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'medical-documentation-and-secretarial':null,'program':'31380',});this.programs.push({'id':'22222','name':`Medical Documentation and Secretarial(50%Discount)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Medical Documentation and Secretarial(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical Documentation and Secretarial(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'320.43','order':'662,019','id':'22230','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'medical-documentation-and-secretarial':null,'program':'31380',});this.programs.push({'id':'22230','name':`Medical Documentation and Secretarial(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Occupational Health and Safety(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Occupational Health and Safety(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'302.43','order':'853,754','id':'22207','is_new':'False','description':'The field of interest for Services cover personal services, security services, transport services, hygiene and occupational health services, beautification, sports, tourism. Studies and programmes with the following main content are classified here: Domestic services, hair and beauty services, hotel, restaurant, catering, sports, travel, tourism and leisure, community sanitation, occupational health and safety, military and defence, protection of persons and property, transport services.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'occupational-health-and-safety':null,'program':'31561',});this.programs.push({'id':'22207','name':`Occupational Health and Safety(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Physiotherapy(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Physiotherapy(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'328.96','order':'584,189','id':'22223','is_new':'False','description':'The field of interest for Health and Welfare cover health care and social care, youth service, non-medical care, medicine, surgery, medical science, physical conditions. Studies and programmes with the following main content are classified here: Dental studies, medicine, nursing and midwifery, medical diagnostic and treatment technology, therapy and rehabilitation, pharmacy, traditional and complementary medicine and therapy, care of the elderly and of disabled adults, child care and youth services, social work and counselling.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'advanced-physiotherapy':null,'program':'34945',});this.programs.push({'id':'22223','name':`Physiotherapy(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Political Science and Public Administration(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Political Science and Public Administration(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'212.37','order':'1,395,453','id':'22203','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'political-science-and-public-administration-3':null,'program':'32614',});this.programs.push({'id':'22203','name':`Political Science and Public Administration(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Political Science and Public Administration(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Political Science and Public Administration(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'324.78','order':'265,014','id':'22202','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'political-science-and-public-administration-3':null,'program':'32614',});this.programs.push({'id':'22202','name':`Political Science and Public Administration(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Psychology`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Psychology`,'fee':('34368.00'!=='None'&&'34368.00')?'4,416 USD':'-','mark':'','order':'','id':'442328','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442328','name':`Psychology`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Psychology`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Psychology`,'fee':('24548.00'!=='None'&&'24548.00')?'3,154 USD':'-','mark':'','order':'','id':'442329','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442329','name':`Psychology`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Psychology(in English)(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Psychology(in English)(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'385.06','order':'71,418','id':'1922','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'psychology':null,'program':'31339',});this.programs.push({'id':'1922','name':`Psychology(in English)(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Psychology(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Psychology(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'376.19','order':'90,374','id':'22193','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'psychology':null,'program':'31339',});this.programs.push({'id':'22193','name':`Psychology(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Public Law`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Law`,'fee':('27008.00'!=='None'&&'27008.00')?'3,471 USD':'-','mark':'','order':'','id':'433721','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'433721','name':`Public Law`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Public Law`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Law`,'fee':('13513.00'!=='None'&&'13513.00')?'1,736 USD':'-','mark':'','order':'','id':'433726','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'433726','name':`Public Law`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Public Law(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Law(foreign students)`,'fee':('5400.00'!=='None'&&'5400.00')?'5,400 USD':'-','mark':'','order':'','id':'442346','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'with_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442346','name':`Public Law(foreign students)`,'duration':'2.0','type':'master','study_type':'normal_education',});var Duration='1.5';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Public Law(foreign students)`+
(('master'!=='master'&&"en"==='tr')?' (Paid)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Law(foreign students)`,'fee':('2702.00'!=='None'&&'2702.00')?'2,702 USD':'-','mark':'','order':'','id':'442347','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('normal_education'),'study_type':'normal_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'':null,'program':'',});this.programs.push({'id':'442347','name':`Public Law(foreign students)`,'duration':'1.5','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Public Relations and Publicity(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Relations and Publicity(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'205.95','order':'2,459,662','id':'11925','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'public-relations-and-publicity':null,'program':'31205',});this.programs.push({'id':'11925','name':`Public Relations and Publicity(50%Discount)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Public Relations and Publicity(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Relations and Publicity(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'304.47','order':'830,384','id':'11924','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'public-relations-and-publicity':null,'program':'31205',});this.programs.push({'id':'11924','name':`Public Relations and Publicity(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Social Services(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Social Services(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'202.13','order':'2,535,483','id':'22219','is_new':'False','description':'The field of interest for Health and Welfare cover health care and social care, youth service, non-medical care, medicine, surgery, medical science, physical conditions. Studies and programmes with the following main content are classified here: Dental studies, medicine, nursing and midwifery, medical diagnostic and treatment technology, therapy and rehabilitation, pharmacy, traditional and complementary medicine and therapy, care of the elderly and of disabled adults, child care and youth services, social work and counselling.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'social-services':null,'program':'31517',});this.programs.push({'id':'22219','name':`Social Services(50%Discount)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Social Services(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Social Services(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'276.48','order':'1,194,946','id':'22231','is_new':'False','description':'The field of interest for Health and Welfare cover health care and social care, youth service, non-medical care, medicine, surgery, medical science, physical conditions. Studies and programmes with the following main content are classified here: Dental studies, medicine, nursing and midwifery, medical diagnostic and treatment technology, therapy and rehabilitation, pharmacy, traditional and complementary medicine and therapy, care of the elderly and of disabled adults, child care and youth services, social work and counselling.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'social-services':null,'program':'31517',});this.programs.push({'id':'22231','name':`Social Services(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Sociology(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Sociology(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'22184','is_new':'True','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'sociology':null,'program':'31402',});this.programs.push({'id':'22184','name':`Sociology(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Sociology(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Sociology(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'310.83','order':'341,222','id':'22186','is_new':'False','description':'The field of interest for Social Sciences, Journalism and Information cover economic, political, social issues, communication, journalism and information. Studies and programmes with the following main content are classified here: Economics, political sciences and civics, psychology, sociology and cultural studies, journalism and reporting, library, information and archival studies.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'sociology':null,'program':'31402',});this.programs.push({'id':'22186','name':`Sociology(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Software Engineering(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Software Engineering(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'455.03','order':'53,525','id':'22181','is_new':'False','description':'The field of interest for Engineering, Manufacturing and Construction cover all areas of technology and environment, construction, scientific computing, scientific research, engineering. Studies and programmes with the following main content are classified here: Chemical engineering and processes, environmental protection technology, electricity and energy, electronics and automation, mechanics and metal trades, motor vehicles, ships and aircraft, nanotechnology, food processing, materials (glass, paper, plastic and wood), textiles (clothes, footwear and leather), mining and extraction, architecture and town planning, building and civil engineering','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'software-engineering':null,'program':'31218',});this.programs.push({'id':'22181','name':`Software Engineering(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Tourism and Hotel Management`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Tourism and Hotel Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'214.12','order':'2,294,242','id':'11929','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'tourism-and-hotel-management':null,'program':'31640',});this.programs.push({'id':'11929','name':`Tourism and Hotel Management`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Tourism and Hotel Management(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Tourism and Hotel Management(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'306.84','order':'803,482','id':'11928','is_new':'False','description':'The field of interest for Business, Administration and Law Discipline cover business life, public administration, legal representation, judiciary.  Studies and programmes with the following main content are classified here: Accounting and taxation, finance,banking and insurance, management and administration, marketing and advertising, secretarial and office work, wholesale and retail sales, work skills, law.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'tourism-and-hotel-management':null,'program':'31640',});this.programs.push({'id':'11928','name':`Tourism and Hotel Management(scholarship)`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Turkish Language and Literature(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Language and Literature(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'22194','is_new':'True','description':'The field of interest for Arts and Humanities cover productions and solutions of contents, roles in the field of humanities such as communication skills in working life. Studies and programmes with the following main content are classified here: Audio-visual techniques and media production, fashion, interior and industrial design, fine arts, handicrafts, music and performing arts, literature and linguistics, language acquisition, philosophy and ethics, history and archaeology, religion and theology.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'turkish-language-and-literature':null,'program':'31435',});this.programs.push({'id':'22194','name':`Turkish Language and Literature(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Turkish Language and Literature(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Language and Literature(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'353.76','order':'99,258','id':'22192','is_new':'False','description':'The field of interest for Arts and Humanities cover productions and solutions of contents, roles in the field of humanities such as communication skills in working life. Studies and programmes with the following main content are classified here: Audio-visual techniques and media production, fashion, interior and industrial design, fine arts, handicrafts, music and performing arts, literature and linguistics, language acquisition, philosophy and ethics, history and archaeology, religion and theology.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'turkish-language-and-literature':null,'program':'31435',});this.programs.push({'id':'22192','name':`Turkish Language and Literature(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Visual Communication Design(50%Discount)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%50)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Visual Communication Design(50%Discount)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'181.44','order':'1,486,610','id':'1909','is_new':'False','description':'The field of interest for Arts and Humanities cover productions and solutions of contents, roles in the field of humanities such as communication skills in working life. Studies and programmes with the following main content are classified here: Audio-visual techniques and media production, fashion, interior and industrial design, fine arts, handicrafts, music and performing arts, literature and linguistics, language acquisition, philosophy and ethics, history and archaeology, religion and theology.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'visual-communication-design':null,'program':'31400',});this.programs.push({'id':'1909','name':`Visual Communication Design(50%Discount)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Visual Communication Design(scholarship)`+
(('bachelor'!=='master'&&"en"==='tr')?' (%100)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Visual Communication Design(scholarship)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'370.58','order':'60,342','id':'1905','is_new':'False','description':'The field of interest for Arts and Humanities cover productions and solutions of contents, roles in the field of humanities such as communication skills in working life. Studies and programmes with the following main content are classified here: Audio-visual techniques and media production, fashion, interior and industrial design, fine arts, handicrafts, music and performing arts, literature and linguistics, language acquisition, philosophy and ethics, history and archaeology, religion and theology.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('74')?'visual-communication-design':null,'program':'31400',});this.programs.push({'id':'1905','name':`Visual Communication Design(scholarship)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.onlinePrograms=uniqBy(this.programs.filter(p=>p.study_type==="online_education"),function(e){return e.id;});this.getQuestions();let checkLocal=localStorage.getItem('compareUniverlist');if(checkLocal&&JSON.parse(checkLocal).length>0){this.isExist=true;let arr=JSON.parse(checkLocal);arr.map(r=>{if(r.id===String('74')){this.myUniexist=true;}
this.url=this.url+'i='+r.id+'&';});this.comparedUniversities=arr;}
this.setTrans();}})
function triggerLoadContent(response){comparePreview.loadMoreContent(response);comparePreview.getContent();}
counter_question=function(){var value=$('#soru').val();if(value.length==0){$('#totalChars').html(0);return;}
var totalChars=value.length;$('#totalChars').html(totalChars);};counter_comment=function(){var value=$('#summary').val();if(value.length==0){$('#totalChars_comment').html(0);return;}
var totalChars=value.length;$('#totalChars_comment').html(totalChars);};$(document).ready(function(){$('#summary').change(counter_comment);$('#summary').keydown(counter_comment);$('#summary').keypress(counter_comment);$('#summary').keyup(counter_comment);$('#summary').blur(counter_comment);$('#summary').focus(counter_comment);});$(document).ready(function(){$('#soru').change(counter_question);$('#soru').keydown(counter_question);$('#soru').keypress(counter_question);$('#soru').keyup(counter_question);$('#soru').blur(counter_question);$('#soru').focus(counter_question);observer.observe();});$('.show-more-button').on('click',function(e){e.preventDefault();$(this).toggleClass('active');$('.show-more').toggleClass('visible');if($('.show-more').is(".visible")){var el=$('.show-more'),curHeight=el.height(),autoHeight=el.css('height','auto').height();el.height(curHeight).animate({height:autoHeight},400);}else{$('.show-more').animate({height:'270px'},400);}});function isNormalInteger(str){var regex=/^[0-9]+$/;if(str.match(regex)){return true;}else{return false}}