;function getUniverliveUrl(){const uniId="13";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:'Hacettepe University',fakeImage:'/static/site/images/newDesign/home.jpg',isFav:'False',activeTab:0,students:51589,stat_students:'51589',stat_foreign:'1583',foreign_students:1583,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">Hacettepe University?</span>',emptyReviewText_thoughts:'Give us your thoughts.',uniName:'Hacettepe 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:'/hacettepe-university/leave-review/',reviewList:'/hacettepe-university/reviews/',login:'/login/?next=/hacettepe-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('None','_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'&&'1'==='2'){myText+=' Lisans Eğitim Ücretleri ';return myText}}else if(this.activeTab===1){if('212'==='212'&&'1'==='2'){myText+=' Master Degree Tuition Fee ';return myText}}
else if(this.activeTab===2){if('212'==='212'&&'1'==='2'){myText+=' Online Degree Tuition Fee ';return myText}}
else if(this.activeTab===3){if('212'==='212'&&'1'==='2'){myText+=' Ön lisans Eğitim Ücretleri ';return myText}}}
return null;},comResetPage(){this.questionPage=1;},getQuestions()
{fetch('/en'+"/api/v2/question?ordering=answers&university="+'13',{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='13';$.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('13'),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('13'),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:'13',}),url:"/api/v2/favorite/",success:function(data,textStatus,xhr){if(xhr.status>=200&&xhr.status<=300){comparePreview.isFav='13';}}});}},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('13')){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/"+'13',{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:'hacettepe university',mythumbnail:'images/university/hacettepe-universitesi.JPG',province:'Ankara',country:'Turkey',id:'13'};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('13'));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();this.myDepartments.push({'name':`Accounting Finance`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Accounting Finance`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424598','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'drama-and-accounting-finance':null,'program':'33470',});this.programs.push({'id':'424598','name':`Accounting Finance`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Accounting and Taxation Applications`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Accounting and Taxation Applications`,'fee':(''!=='None'&&'')?' USD':'-','mark':'311.81','order':'749,354','id':'23083','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('13')?'accounting-and-taxation-applications':null,'program':'31244',});this.programs.push({'id':'23083','name':`Accounting and Taxation Applications`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Actuarial Science`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Actuarial Science`,'fee':(''!=='None'&&'')?' USD':'-','mark':'328.78','order':'237,203','id':'20586','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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('13')?'actuary':null,'program':'31502',});this.programs.push({'id':'20586','name':`Actuarial Science`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Actuarial Science`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Actuarial Science`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424423','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'actuary':null,'program':'31502',});this.programs.push({'id':'424423','name':`Actuarial Science`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Air Conditioning and Refrigeration Technology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Air Conditioning and Refrigeration Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'284.41','order':'1,083,110','id':'23095','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('13')?'air-conditioning-and-refrigeration-technology':null,'program':'31216',});this.programs.push({'id':'23095','name':`Air Conditioning and Refrigeration Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Alternative Energy Resources Technology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Alternative Energy Resources Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'310.39','order':'764,539','id':'23090','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('13')?'alternative-energy-resources-technology':null,'program':'31248',});this.programs.push({'id':'23090','name':`Alternative Energy Resources Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`American Culture and Literature`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`American Culture and Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424565','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'american-culture-and-literature':null,'program':'31149',});this.programs.push({'id':'424565','name':`American Culture and Literature`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`American Culture and Literature(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`American Culture and Literature(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'456.47','order':'9,287','id':'20582','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('13')?'american-culture-and-literature':null,'program':'31149',});this.programs.push({'id':'20582','name':`American Culture and Literature(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Analytical chemistry`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Analytical chemistry`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424482','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'analytical-chemistry':null,'program':'32391',});this.programs.push({'id':'424482','name':`Analytical chemistry`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Anatomy`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Anatomy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424483','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'clinical-anatomy-and-education':null,'program':'35272',});this.programs.push({'id':'424483','name':`Anatomy`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Anthropology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Anthropology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'303.22','order':'390,314','id':'26351','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('13')?'anthropology':null,'program':'31573',});this.programs.push({'id':'26351','name':`Anthropology`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Anthropology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Anthropology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424566','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'anthropology':null,'program':'31573',});this.programs.push({'id':'424566','name':`Anthropology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Applied Biology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Applied Biology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424455','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'applied-archaeology':null,'program':'34424',});this.programs.push({'id':'424455','name':`Applied Biology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Archaeology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Archaeology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'313.35','order':'326,329','id':'20572','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('13')?'applied-archaeology':null,'program':'34424',});this.programs.push({'id':'20572','name':`Archaeology`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Archaeology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Archaeology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424567','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'applied-archaeology':null,'program':'34424',});this.programs.push({'id':'424567','name':`Archaeology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Artificial Intelligence Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Artificial Intelligence Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'528.67','order':'4,574','id':'28135','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('13')?'artificial-intelligence-engineering':null,'program':'31390',});this.programs.push({'id':'28135','name':`Artificial Intelligence Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Ataturk's Principles and History of Turkish Revolution`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Ataturk's Principles and History of Turkish Revolution`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424387','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'ataturks-principle-and-revolution-history':null,'program':'36216',});this.programs.push({'id':'424387','name':`Ataturk's Principles and History of Turkish Revolution`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Audiology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Audiology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'345.65','order':'197,659','id':'20643','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('13')?'audiology':null,'program':'31346',});this.programs.push({'id':'20643','name':`Audiology`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Audiology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Audiology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'26349','is_new':'True','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('13')?'audiology':null,'program':'31346',});this.programs.push({'id':'26349','name':`Audiology`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Audiology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Audiology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424539','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'audiology':null,'program':'31346',});this.programs.push({'id':'424539','name':`Audiology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Audiometry`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Audiometry`,'fee':(''!=='None'&&'')?' USD':'-','mark':'351.08','order':'417,569','id':'23075','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('13')?'audiometry':null,'program':'31128',});this.programs.push({'id':'23075','name':`Audiometry`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Audiometry(citizens of Kktc)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Audiometry(citizens of Kktc)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'23077','is_new':'True','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('13')?'audiometry':null,'program':'31128',});this.programs.push({'id':'23077','name':`Audiometry(citizens of Kktc)`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Biochemistry(health)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Biochemistry(health)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424492','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'biochemistry':null,'program':'31237',});this.programs.push({'id':'424492','name':`Biochemistry(health)`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Bioengineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Bioengineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424425','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'biosystem-engineering':null,'program':'31359',});this.programs.push({'id':'424425','name':`Bioengineering`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Bioinformatics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Bioinformatics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424490','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'health-bioinformatics':null,'program':'31803',});this.programs.push({'id':'424490','name':`Bioinformatics`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Biology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Biology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'388.27','order':'125,900','id':'20620','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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('13')?'biology':null,'program':'31595',});this.programs.push({'id':'20620','name':`Biology`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Biology Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Biology Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'346.16','order':'196,616','id':'20597','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'biology-teacher-education':null,'program':'31236',});this.programs.push({'id':'20597','name':`Biology Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Biopharmaceutical and Pharmacokinetics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Biopharmaceutical and Pharmacokinetics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424487','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'biopharmaceutical-and-pharmacokinetics':null,'program':'34192',});this.programs.push({'id':'424487','name':`Biopharmaceutical and Pharmacokinetics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Biopharmaceutical and Pharmacokinetics`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Biopharmaceutical and Pharmacokinetics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424488','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'biopharmaceutical-and-pharmacokinetics':null,'program':'34192',});this.programs.push({'id':'424488','name':`Biopharmaceutical and Pharmacokinetics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Biophysics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Biophysics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424489','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'biophysics':null,'program':'35050',});this.programs.push({'id':'424489','name':`Biophysics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Biostatistics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Biostatistics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424491','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'biostatistics':null,'program':'35782',});this.programs.push({'id':'424491','name':`Biostatistics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Biotechnology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Biotechnology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424426','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'basic-biotechnology':null,'program':'32696',});this.programs.push({'id':'424426','name':`Biotechnology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Botany`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Botany`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424427','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmaceutical-botany':null,'program':'32435',});this.programs.push({'id':'424427','name':`Botany`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`British Cultural Studies`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`British Cultural Studies`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424584','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'british-cultural-studies':null,'program':'32870',});this.programs.push({'id':'424584','name':`British Cultural Studies`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`British Language Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`British Language Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424408','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'british-language-education':null,'program':'35881',});this.programs.push({'id':'424408','name':`British Language Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`British Language Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`British Language Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424582','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'british-language-education':null,'program':'35881',});this.programs.push({'id':'424582','name':`British Language Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Business Administration(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424588','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'business-administration':null,'program':'31463',});this.programs.push({'id':'424588','name':`Business Administration(ee)`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Business Administration(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Business Administration(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'415.00','order':'25,471','id':'20627','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('13')?'business-administration':null,'program':'31463',});this.programs.push({'id':'20627','name':`Business Administration(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Cancer Biochemistry`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Cancer Biochemistry`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424527','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'cancer-biochemistry':null,'program':'33883',});this.programs.push({'id':'424527','name':`Cancer Biochemistry`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Cancer Epidemiology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Cancer Epidemiology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424528','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'cancer-epidemiology-and-biostatistics':null,'program':'33814',});this.programs.push({'id':'424528','name':`Cancer Epidemiology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Cardiopulmonary Rehabilitation`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Cardiopulmonary Rehabilitation`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424529','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'cardiopulmonary-rehabilitation':null,'program':'34011',});this.programs.push({'id':'424529','name':`Cardiopulmonary Rehabilitation`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Ceramic`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Ceramic`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424470','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'ceramic-education':null,'program':'32134',});this.programs.push({'id':'424470','name':`Ceramic`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Chemical Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Chemical Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424444','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'chemical-science-and-engineering':null,'program':'32766',});this.programs.push({'id':'424444','name':`Chemical Engineering`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Chemical Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Chemical Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'469.66','order':'40,836','id':'20688','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('13')?'chemical-science-and-engineering':null,'program':'32766',});this.programs.push({'id':'20688','name':`Chemical Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Chemistry`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Chemistry`,'fee':(''!=='None'&&'')?' USD':'-','mark':'384.21','order':'131,520','id':'20622','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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('13')?'chemistry':null,'program':'31275',});this.programs.push({'id':'20622','name':`Chemistry`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Chemistry`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Chemistry`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424445','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'chemistry':null,'program':'31275',});this.programs.push({'id':'424445','name':`Chemistry`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Chemistry Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Chemistry Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424409','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'chemistry-teacher-education':null,'program':'31564',});this.programs.push({'id':'424409','name':`Chemistry Education`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Chemistry Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Chemistry Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'386.16','order':'128,753','id':'20603','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'chemistry-teacher-education':null,'program':'31564',});this.programs.push({'id':'20603','name':`Chemistry Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Child Abuse and Neglect`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Child Abuse and Neglect`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424496','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'child-abuse-and-neglect':null,'program':'33148',});this.programs.push({'id':'424496','name':`Child Abuse and Neglect`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Child Development`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Child Development`,'fee':(''!=='None'&&'')?' USD':'-','mark':'359.82','order':'131,357','id':'20640','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('13')?'child-development':null,'program':'31576',});this.programs.push({'id':'20640','name':`Child Development`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Child Development and Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Child Development and Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424495','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'child-development':null,'program':'31576',});this.programs.push({'id':'424495','name':`Child Development and Education`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Civil Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Civil Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'431.10','order':'76,051','id':'21153','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('13')?'production-engineering':null,'program':'31552',});this.programs.push({'id':'21153','name':`Civil Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Civil Engineering(in English)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Civil Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424439','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'production-engineering':null,'program':'31552',});this.programs.push({'id':'424439','name':`Civil Engineering(in English)`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Clinical Neurological Sciences`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Clinical Neurological Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424532','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'clinical-neurological-sciences':null,'program':'35157',});this.programs.push({'id':'424532','name':`Clinical Neurological Sciences`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Clinical Pharmacy`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Clinical Pharmacy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424530','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'':null,'program':'',});this.programs.push({'id':'424530','name':`Clinical Pharmacy`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Clinical Pharmacy`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Clinical Pharmacy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424531','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'':null,'program':'',});this.programs.push({'id':'424531','name':`Clinical Pharmacy`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Clinical Psychology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Clinical Psychology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424593','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'general-psychology':null,'program':'31900',});this.programs.push({'id':'424593','name':`Clinical Psychology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Communication Sciences`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Communication Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'394.10','order':'26,859','id':'26352','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('13')?'communication-sciences':null,'program':'31478',});this.programs.push({'id':'26352','name':`Communication Sciences`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Communication Sciences`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Communication Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424581','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'communication-sciences':null,'program':'31478',});this.programs.push({'id':'424581','name':`Communication Sciences`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Community Nutrition`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Community Nutrition`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424560','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'community-nutrition':null,'program':'35616',});this.programs.push({'id':'424560','name':`Community Nutrition`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Composition`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Composition`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424463','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'music-composition':null,'program':'36723',});this.programs.push({'id':'424463','name':`Composition`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Computer Animation and Game Technology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Animation and Game Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424390','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'computer-animation-and-game-technology':null,'program':'32193',});this.programs.push({'id':'424390','name':`Computer Animation and Game Technology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Computer Animation and Game Technology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Animation and Game Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424391','is_new':'False','description':'','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'computer-animation-and-game-technology':null,'program':'32193',});this.programs.push({'id':'424391','name':`Computer Animation and Game Technology`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer Education and Instructional Technology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Education and Instructional Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'350.12','order':'188,553','id':'21183','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'computer-education-and-instructional-technology':null,'program':'31520',});this.programs.push({'id':'21183','name':`Computer Education and Instructional Technology`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'532.43','order':'3,388','id':'20645','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('13')?'computer-engineering':null,'program':'31624',});this.programs.push({'id':'20645','name':`Computer Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Computer Engineering(in English)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424424','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'computer-systems-engineering':null,'program':'33818',});this.programs.push({'id':'424424','name':`Computer Engineering(in English)`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Computer Programming`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer Programming`,'fee':(''!=='None'&&'')?' USD':'-','mark':'378.02','order':'274,593','id':'23096','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('13')?'computer-programming':null,'program':'31358',});this.programs.push({'id':'23096','name':`Computer Programming`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Computer and Instructional Technologies Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Computer and Instructional Technologies Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424399','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'instructional-technologies':null,'program':'37607',});this.programs.push({'id':'424399','name':`Computer and Instructional Technologies Education`,'duration':'None','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')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Construction Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'320.00','order':'666,151','id':'23094','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('13')?'construction-technology':null,'program':'31658',});this.programs.push({'id':'23094','name':`Construction Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Consultation liaison Psychiatry`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Consultation liaison Psychiatry`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424533','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'consultation-liaison-psychiatry':null,'program':'34664',});this.programs.push({'id':'424533','name':`Consultation liaison Psychiatry`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Contemporary Turkish Dialects Literatures`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Contemporary Turkish Dialects Literatures`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424570','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'turkish-dialects-and-literatures':null,'program':'33696',});this.programs.push({'id':'424570','name':`Contemporary Turkish Dialects Literatures`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Contemporary Turkish Dialects and Literature`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Contemporary Turkish Dialects and Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'345.67','order':'123,530','id':'20573','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:'Polish',id:'11'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'contemporary-turkish-dialects-and-literature':null,'program':'31173',});this.programs.push({'id':'20573','name':`Contemporary Turkish Dialects and Literature`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Cosmetic`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Cosmetic`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424534','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'cosmetic-science':null,'program':'33403',});this.programs.push({'id':'424534','name':`Cosmetic`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Cosmetic`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Cosmetic`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424535','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'cosmetic-science':null,'program':'33403',});this.programs.push({'id':'424535','name':`Cosmetic`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Cultural Studies and Media`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Cultural Studies and Media`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424594','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'film-media-and-cultural-studies':null,'program':'33661',});this.programs.push({'id':'424594','name':`Cultural Studies and Media`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Dancer`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Dancer`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424457','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'dancer':null,'program':'37146',});this.programs.push({'id':'424457','name':`Dancer`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Data and Information Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Data and Information Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424396','is_new':'False','description':'','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'data-and-information-engineering':null,'program':'33884',});this.programs.push({'id':'424396','name':`Data and Information Engineering`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Dental Prosthetics Technology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Dental Prosthetics Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'372.88','order':'297,564','id':'23078','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('13')?'dental-prosthetics-technology':null,'program':'31185',});this.programs.push({'id':'23078','name':`Dental Prosthetics Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Dietetic`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Dietetic`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424499','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'nutrition-and-dietetics':null,'program':'31492',});this.programs.push({'id':'424499','name':`Dietetic`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Digital Communication Systems and Computer Networks`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Digital Communication Systems and Computer Networks`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424395','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'digital-communication-systems-and-computer-networks':null,'program':'33245',});this.programs.push({'id':'424395','name':`Digital Communication Systems and Computer Networks`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Disaster Management Engineering`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Disaster Management Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424421','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'disaster-management-engineering':null,'program':'37135',});this.programs.push({'id':'424421','name':`Disaster Management Engineering`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Ecology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Ecology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424429','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'ecology-and-conservation-biology':null,'program':'33985',});this.programs.push({'id':'424429','name':`Ecology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Economics`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'384.27','order':'72,984','id':'20625','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('13')?'accounting-and-economics':null,'program':'34972',});this.programs.push({'id':'20625','name':`Economics`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Economics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424578','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'economy':null,'program':'31686',});this.programs.push({'id':'424578','name':`Economics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Economics(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economics(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424580','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'accounting-and-economics':null,'program':'34972',});this.programs.push({'id':'424580','name':`Economics(ee)`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Economics(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economics(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'404.72','order':'38,246','id':'20626','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('13')?'accounting-and-economics':null,'program':'34972',});this.programs.push({'id':'20626','name':`Economics(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Economics(in English)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economics(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424579','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'accounting-and-economics':null,'program':'34972',});this.programs.push({'id':'424579','name':`Economics(in English)`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Economy and Energy Law`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Economy and Energy Law`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424571','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'economy-and-energy-law':null,'program':'33125',});this.programs.push({'id':'424571','name':`Economy and Energy Law`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424407','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'social-studies-education':null,'program':'33852',});this.programs.push({'id':'424407','name':`Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Education Curriculum and Instruction`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Education Curriculum and Instruction`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424400','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'education-programs-and-teaching':null,'program':'33562',});this.programs.push({'id':'424400','name':`Education Curriculum and Instruction`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Education Management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Education Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424402','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'publishing-management':null,'program':'35895',});this.programs.push({'id':'424402','name':`Education Management`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Education Programs and Teaching`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Education Programs and Teaching`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424401','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'education-programs-and-teaching':null,'program':'33562',});this.programs.push({'id':'424401','name':`Education Programs and Teaching`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Electrical and Electronics Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electrical and Electronics Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424430','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'electrical-and-electronics-engineering':null,'program':'34280',});this.programs.push({'id':'424430','name':`Electrical and Electronics Engineering`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Electrical and Electronics Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electrical and Electronics Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'522.57','order':'6,838','id':'20632','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('13')?'electrical-and-electronics-engineering':null,'program':'34280',});this.programs.push({'id':'20632','name':`Electrical and Electronics Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Electricity`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electricity`,'fee':(''!=='None'&&'')?' USD':'-','mark':'348.84','order':'432,368','id':'23088','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('13')?'electricity':null,'program':'31175',});this.programs.push({'id':'23088','name':`Electricity`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Electroneurophysiology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Electroneurophysiology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'331.94','order':'559,028','id':'23076','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('13')?'electroneurophysiology':null,'program':'31396',});this.programs.push({'id':'23076','name':`Electroneurophysiology`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Elementary Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Elementary Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424417','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('distance_education'),'study_type':'distance_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'elementary-education':null,'program':'32050',});this.programs.push({'id':'424417','name':`Elementary Education`,'duration':'None','type':'master','study_type':'distance_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Elementary Mathematics Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Elementary Mathematics Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'453.96','order':'54,491','id':'20601','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'elementary-mathematics-teacher-education':null,'program':'31179',});this.programs.push({'id':'20601','name':`Elementary Mathematics Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Elementary Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Elementary Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'397.50','order':'49,069','id':'20606','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'elementary-teacher-education':null,'program':'31240',});this.programs.push({'id':'20606','name':`Elementary Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Elementary Teacher Education`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Elementary Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424416','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'elementary-teacher-education':null,'program':'31240',});this.programs.push({'id':'424416','name':`Elementary Teacher Education`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Emergency and First Aid`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Emergency and First Aid`,'fee':(''!=='None'&&'')?' USD':'-','mark':'387.92','order':'234,625','id':'23067','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('13')?'emergency-and-first-aid':null,'program':'31596',});this.programs.push({'id':'23067','name':`Emergency and First Aid`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Engineering Management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Engineering Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424450','is_new':'False','description':'','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'engineering-general-and-management':null,'program':'32476',});this.programs.push({'id':'424450','name':`Engineering Management`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`English Language and Linguistics(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`English Language and Linguistics(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'465.13','order':'7,541','id':'20584','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('13')?'english-language-and-linguistics':null,'program':'31177',});this.programs.push({'id':'20584','name':`English Language and Linguistics(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`English Language and Literature`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`English Language and Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'473.79','order':'6,002','id':'20585','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('13')?'english-language-and-linguistics':null,'program':'31177',});this.programs.push({'id':'20585','name':`English Language and Literature`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`English Language and Literature`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`English Language and Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424583','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'english-language-and-linguistics':null,'program':'31177',});this.programs.push({'id':'424583','name':`English Language and Literature`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`English Teacher Education(i̇n English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`English Teacher Education(i̇n English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'476.93','order':'5,492','id':'20602','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'english-teacher-education':null,'program':'31352',});this.programs.push({'id':'20602','name':`English Teacher Education(i̇n English)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Environmental Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Environmental Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'394.10','order':'118,160','id':'20610','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('13')?'environmental-engineering':null,'program':'31138',});this.programs.push({'id':'20610','name':`Environmental Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Environmental Engineering(in English)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Environmental Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424428','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'environmental-engineering':null,'program':'31138',});this.programs.push({'id':'424428','name':`Environmental Engineering(in English)`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Environmental Medicine`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Environmental Medicine`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424494','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'environmental-medicine':null,'program':'36663',});this.programs.push({'id':'424494','name':`Environmental Medicine`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Epidemiology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Epidemiology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424504','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'cardiovascular-epidemiology':null,'program':'36824',});this.programs.push({'id':'424504','name':`Epidemiology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='5.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Faculty of Dentistry`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Faculty of Dentistry`,'fee':(''!=='None'&&'')?' USD':'-','mark':'505.05','order':'15,577','id':'20569','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('13')?'faculty-of-dentistry':null,'program':'31184',});this.programs.push({'id':'20569','name':`Faculty of Dentistry`,'duration':'5.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Faculty of Law`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Faculty of Law`,'fee':(''!=='None'&&'')?' USD':'-','mark':'463.98','order':'4,090','id':'20642','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('13')?'law':null,'program':'31476',});this.programs.push({'id':'20642','name':`Faculty of Law`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='5.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Faculty of Pharmacy`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Faculty of Pharmacy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'476.24','order':'35,566','id':'20570','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('13')?'faculty-of-pharmacy':null,'program':'31095',});this.programs.push({'id':'20570','name':`Faculty of Pharmacy`,'duration':'5.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Family and Consumer Sciences`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Family and Consumer Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'297.83','order':'427,954','id':'20624','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('13')?'family-and-consumer-sciences':null,'program':'31152',});this.programs.push({'id':'20624','name':`Family and Consumer Sciences`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Family and Consumer Sciences`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Family and Consumer Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424562','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'family-and-consumer-sciences':null,'program':'31152',});this.programs.push({'id':'424562','name':`Family and Consumer Sciences`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Family and Consumer Sciences`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Family and Consumer Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424563','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'family-and-consumer-sciences':null,'program':'31152',});this.programs.push({'id':'424563','name':`Family and Consumer Sciences`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Finance`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Finance`,'fee':(''!=='None'&&'')?' USD':'-','mark':'361.77','order':'125,960','id':'20628','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('13')?'finance':null,'program':'38089',});this.programs.push({'id':'20628','name':`Finance`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Finance`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Finance`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424596','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'accountancy-and-finance':null,'program':'36818',});this.programs.push({'id':'424596','name':`Finance`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Finance(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Finance(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424597','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'accountancy-and-finance':null,'program':'36818',});this.programs.push({'id':'424597','name':`Finance(ee)`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Financial Economics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Financial Economics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424574','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'fiscal-economics':null,'program':'33110',});this.programs.push({'id':'424574','name':`Financial Economics`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Financial management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Financial management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424575','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'accounting-and-financial-management':null,'program':'31144',});this.programs.push({'id':'424575','name':`Financial management`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Food Engineering`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Food Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'414.12','order':'93,963','id':'20634','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('13')?'food-engineering':null,'program':'31579',});this.programs.push({'id':'20634','name':`Food Engineering`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Food Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Food Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424435','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'food-engineering':null,'program':'31579',});this.programs.push({'id':'424435','name':`Food Engineering`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Food Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Food Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424436','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'food-engineering':null,'program':'31579',});this.programs.push({'id':'424436','name':`Food Engineering`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Forensic Sciences`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Forensic Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424420','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'forensic-medicine':null,'program':'33307',});this.programs.push({'id':'424420','name':`Forensic Sciences`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`French Language Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`French Language Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424406','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'french-language-and-education':null,'program':'32562',});this.programs.push({'id':'424406','name':`French Language Education`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`French Language and Literature`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`French Language and Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'432.00','order':'16,175','id':'20575','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('13')?'french-language-and-literature':null,'program':'31461',});this.programs.push({'id':'20575','name':`French Language and Literature`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`French Language and Literature`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`French Language and Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424576','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'french-language-and-literature':null,'program':'31461',});this.programs.push({'id':'424576','name':`French Language and Literature`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`French Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`French Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'418.55','order':'20,971','id':'20600','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'French',id:'3'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'french-teacher-education':null,'program':'31154',});this.programs.push({'id':'20600','name':`French Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Fundamental Nursing`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Fundamental Nursing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424520','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'fundamental-nursing':null,'program':'35209',});this.programs.push({'id':'424520','name':`Fundamental Nursing`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`General Biology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`General Biology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424433','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'general-geology':null,'program':'31885',});this.programs.push({'id':'424433','name':`General Biology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`General Psychology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`General Psychology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424577','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'general-psychology':null,'program':'31900',});this.programs.push({'id':'424577','name':`General Psychology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Geological Engineering`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Geological Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'351.84','order':'185,042','id':'21310','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('13')?'geological-engineering':null,'program':'31387',});this.programs.push({'id':'21310','name':`Geological Engineering`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Geological Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Geological Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424441','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'geological-engineering':null,'program':'31387',});this.programs.push({'id':'424441','name':`Geological Engineering`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Geomatics Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Geomatics Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424434','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'geomatics-engineering':null,'program':'31495',});this.programs.push({'id':'424434','name':`Geomatics Engineering`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`German Language Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`German Language Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424398','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'german-language-education':null,'program':'36729',});this.programs.push({'id':'424398','name':`German Language Education`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`German Language Teacher Education(in German)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`German Language Teacher Education(in German)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'321.10','order':'63,585','id':'20596','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'German',id:'12'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'german-language-teaching':null,'program':'35398',});this.programs.push({'id':'20596','name':`German Language Teacher Education(in German)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`German Language and Literature`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`German Language and Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'429.88','order':'16,896','id':'20571','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('13')?'german-language-and-literature':null,'program':'31353',});this.programs.push({'id':'20571','name':`German Language and Literature`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`German Language and Literature`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`German Language and Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424564','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'german-language-and-literature':null,'program':'31353',});this.programs.push({'id':'424564','name':`German Language and Literature`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Graphic`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Graphic`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424460','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'graphic-communication':null,'program':'32480',});this.programs.push({'id':'424460','name':`Graphic`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Guitar`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Guitar`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424459','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'piano-and-guitar':null,'program':'31958',});this.programs.push({'id':'424459','name':`Guitar`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Gynaecology Nursing`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Gynaecology Nursing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424500','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'gynaecology-nursing':null,'program':'36207',});this.programs.push({'id':'424500','name':`Gynaecology Nursing`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Health Economics and Pharmacoeconomics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Health Economics and Pharmacoeconomics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424603','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'health-economics-and-pharmacoeconomics':null,'program':'32338',});this.programs.push({'id':'424603','name':`Health Economics and Pharmacoeconomics`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Health Economics and Pharmacoeconomics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Health Economics and Pharmacoeconomics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424604','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'health-economics-and-pharmacoeconomics':null,'program':'32338',});this.programs.push({'id':'424604','name':`Health Economics and Pharmacoeconomics`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Health Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Health Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424550','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'health-education':null,'program':'32366',});this.programs.push({'id':'424550','name':`Health Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Health Informatics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Health Informatics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424394','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'health-bioinformatics':null,'program':'31803',});this.programs.push({'id':'424394','name':`Health Informatics`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Health Management in Disasters`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Health Management in Disasters`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424480','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'health-management-in-disasters':null,'program':'36033',});this.programs.push({'id':'424480','name':`Health Management in Disasters`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Health Policies and Management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Health Policies and Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424551','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'health-policies-and-management':null,'program':'32361',});this.programs.push({'id':'424551','name':`Health Policies and Management`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Healthcare Management`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Healthcare Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'334.52','order':'219,821','id':'23098','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('13')?'health-management':null,'program':'31588',});this.programs.push({'id':'23098','name':`Healthcare Management`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Healthcare Management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Healthcare Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424605','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'health-management':null,'program':'31588',});this.programs.push({'id':'424605','name':`Healthcare Management`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Healthcare Management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Healthcare Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424607','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('distance_education'),'study_type':'distance_education','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'health-management':null,'program':'31588',});this.programs.push({'id':'424607','name':`Healthcare Management`,'duration':'None','type':'master','study_type':'distance_education',});this.myDepartments.push({'name':`Healthcare Management(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Healthcare Management(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424606','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'management-of-healthcare-organizations':null,'program':'31570',});this.programs.push({'id':'424606','name':`Healthcare Management(ee)`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Hidrojeoloji Mühendisliği(kktc Uyruklu)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Hidrojeoloji Mühendisliği(kktc Uyruklu)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'20612','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('13')?'':null,'program':'',});this.programs.push({'id':'20612','name':`Hidrojeoloji Mühendisliği(kktc Uyruklu)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`History`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`History`,'fee':(''!=='None'&&'')?' USD':'-','mark':'411.54','order':'13,073','id':'20592','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('13')?'ancient-history-and-history':null,'program':'34062',});this.programs.push({'id':'20592','name':`History`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`History`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`History`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424614','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'ancient-history-and-history':null,'program':'34062',});this.programs.push({'id':'424614','name':`History`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`History of Art`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`History of Art`,'fee':(''!=='None'&&'')?' USD':'-','mark':'366.88','order':'67,825','id':'21308','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('13')?'history-of-art':null,'program':'31581',});this.programs.push({'id':'21308','name':`History of Art`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`History of Art`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`History of Art`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424608','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'history-of-art':null,'program':'31581',});this.programs.push({'id':'424608','name':`History of Art`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Hospital Pharmacy`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Hospital Pharmacy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424519','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'hospital-pharmacy':null,'program':'35859',});this.programs.push({'id':'424519','name':`Hospital Pharmacy`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Human Resources Management(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Human Resources Management(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424587','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'human-resources-management':null,'program':'31512',});this.programs.push({'id':'424587','name':`Human Resources Management(ee)`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Human rights`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Human rights`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424586','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'human-rights-3':null,'program':'37303',});this.programs.push({'id':'424586','name':`Human rights`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Hydrobiology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Hydrobiology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424437','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'hydrobiology':null,'program':'32367',});this.programs.push({'id':'424437','name':`Hydrobiology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Hydrogeological Engineering`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Hydrogeological Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'334.14','order':'223,758','id':'20635','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('13')?'hydrogeological-engineering':null,'program':'31122',});this.programs.push({'id':'20635','name':`Hydrogeological Engineering`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Hydrogeological Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Hydrogeological Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424438','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'hydrogeological-engineering':null,'program':'31122',});this.programs.push({'id':'424438','name':`Hydrogeological Engineering`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Immunology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Immunology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424524','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'indology':null,'program':'31343',});this.programs.push({'id':'424524','name':`Immunology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Immunology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Immunology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424554','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'indology':null,'program':'31343',});this.programs.push({'id':'424554','name':`Immunology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Industrial Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Industrial Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424431','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'industrial-engineering':null,'program':'33902',});this.programs.push({'id':'424431','name':`Industrial Engineering`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Industrial Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Industrial Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'506.86','order':'14,501','id':'20633','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('13')?'industrial-engineering':null,'program':'33902',});this.programs.push({'id':'20633','name':`Industrial Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Industrial Product Design`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Industrial Product Design`,'fee':(''!=='None'&&'')?' USD':'-','mark':'308.24','order':'787,849','id':'23092','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('13')?'industrial-product-design':null,'program':'31247',});this.programs.push({'id':'23092','name':`Industrial Product Design`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Inexhaustible Energies`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Inexhaustible Energies`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424454','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'inexhaustible-energies':null,'program':'37134',});this.programs.push({'id':'424454','name':`Inexhaustible Energies`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Information Management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Information Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424389','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'publishing-management':null,'program':'35895',});this.programs.push({'id':'424389','name':`Information Management`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Information Systems`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Information Systems`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424392','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'management-information-systems':null,'program':'31654',});this.programs.push({'id':'424392','name':`Information Systems`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Information Technologies in Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Information Technologies in Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424393','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'information-technologies-in-education':null,'program':'34427',});this.programs.push({'id':'424393','name':`Information Technologies in Education`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Information Technology Law`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Information Technology Law`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424569','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'law-and-information-technology':null,'program':'35718',});this.programs.push({'id':'424569','name':`Information Technology Law`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Information and Records Management`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Information and Records Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'322.13','order':'278,259','id':'20583','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('13')?'information-and-records-management':null,'program':'31604',});this.programs.push({'id':'20583','name':`Information and Records Management`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Information and Records Management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Information and Records Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424568','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'information-and-records-management':null,'program':'31604',});this.programs.push({'id':'424568','name':`Information and Records Management`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Information security`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Information security`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424388','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'information-security':null,'program':'36871',});this.programs.push({'id':'424388','name':`Information security`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Interior Architecture and Environmental Design`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Interior Architecture and Environmental Design`,'fee':(''!=='None'&&'')?' USD':'-','mark':'389.86','order':'62,271','id':'20623','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('13')?'interior-architecture-and-environmental-design':null,'program':'31117',});this.programs.push({'id':'20623','name':`Interior Architecture and Environmental Design`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Interior Architecture and Environmental Design`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Interior Architecture and Environmental Design`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424462','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'interior-architecture-and-environmental-design':null,'program':'31117',});this.programs.push({'id':'424462','name':`Interior Architecture and Environmental Design`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Internal Diseases Nursing`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Internal Diseases Nursing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424522','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'internal-diseases-nursing':null,'program':'32024',});this.programs.push({'id':'424522','name':`Internal Diseases Nursing`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`International Relations`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`International Relations`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424661','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'international-relations':null,'program':'31590',});this.programs.push({'id':'424661','name':`International Relations`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`International Relations(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`International Relations(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424662','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'international-relations':null,'program':'31590',});this.programs.push({'id':'424662','name':`International Relations(ee)`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`International Relations(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`International Relations(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'406.34','order':'36,052','id':'20631','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('13')?'international-relations':null,'program':'31590',});this.programs.push({'id':'20631','name':`International Relations(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Kbrn Threats and Management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Kbrn Threats and Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424443','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'kbrn-threats-and-management':null,'program':'37817',});this.programs.push({'id':'424443','name':`Kbrn Threats and Management`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Koreology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Koreology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424464','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'koreology':null,'program':'36551',});this.programs.push({'id':'424464','name':`Koreology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Language and Speech Therapy`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Language and Speech Therapy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'450.10','order':'58,123','id':'20617','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('13')?'language-and-speech-therapy':null,'program':'31497',});this.programs.push({'id':'20617','name':`Language and Speech Therapy`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Language and Speech Therapy`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Language and Speech Therapy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424498','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'language-and-speech-therapy':null,'program':'31497',});this.programs.push({'id':'424498','name':`Language and Speech Therapy`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Leadership and Business Ethics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Leadership and Business Ethics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424595','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'leadership-and-business-ethics':null,'program':'33036',});this.programs.push({'id':'424595','name':`Leadership and Business Ethics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Licensing Principles in Medicinal Products`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Licensing Principles in Medicinal Products`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424557','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'licensing-principles-in-medicinal-products':null,'program':'31918',});this.programs.push({'id':'424557','name':`Licensing Principles in Medicinal Products`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Machine`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Machine`,'fee':(''!=='None'&&'')?' USD':'-','mark':'338.61','order':'505,611','id':'23089','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('13')?'machine':null,'program':'31223',});this.programs.push({'id':'23089','name':`Machine`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Machine`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Machine`,'fee':(''!=='None'&&'')?' USD':'-','mark':'326.41','order':'606,572','id':'24763','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('13')?'machine':null,'program':'31223',});this.programs.push({'id':'24763','name':`Machine`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Management Organization and Organizational Behavior`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Management Organization and Organizational Behavior`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424665','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'management-organization-and-organizational-behavior':null,'program':'36716',});this.programs.push({'id':'424665','name':`Management Organization and Organizational Behavior`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mapping and Cadastre`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mapping and Cadastre`,'fee':(''!=='None'&&'')?' USD':'-','mark':'318.27','order':'682,892','id':'23097','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('13')?'mapping-and-cadastre':null,'program':'31228',});this.programs.push({'id':'23097','name':`Mapping and Cadastre`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Marketing`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Marketing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424601','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'marketing':null,'program':'31518',});this.programs.push({'id':'424601','name':`Marketing`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Marketing(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Marketing(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424602','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'marketing':null,'program':'31518',});this.programs.push({'id':'424602','name':`Marketing(ee)`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Mass Nutrition Systems`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mass Nutrition Systems`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424559','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'mass-nutrition-systems':null,'program':'34855',});this.programs.push({'id':'424559','name':`Mass Nutrition Systems`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Maternity-Women's Health and Nursing`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Maternity-Women's Health and Nursing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424501','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'gynaecology-nursing':null,'program':'36207',});this.programs.push({'id':'424501','name':`Maternity-Women's Health and Nursing`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mathematics`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mathematics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'437.57','order':'69,761','id':'20608','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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('13')?'accountancy-and-mathematics':null,'program':'32051',});this.programs.push({'id':'20608','name':`Mathematics`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Mathematics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mathematics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424448','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'accountancy-and-mathematics':null,'program':'32051',});this.programs.push({'id':'424448','name':`Mathematics`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mathematics Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mathematics Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'463.17','order':'46,513','id':'20604','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'teaching-mathematics':null,'program':'32200',});this.programs.push({'id':'20604','name':`Mathematics Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Mathematics and Science Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mathematics and Science Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424410','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'secondary-science-and-mathematics-education':null,'program':'33495',});this.programs.push({'id':'424410','name':`Mathematics and Science Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Measurement and Evaluation in Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Measurement and Evaluation in Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424404','is_new':'False','description':'','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'test-and-assessment-in-education':null,'program':'32181',});this.programs.push({'id':'424404','name':`Measurement and Evaluation in Education`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mechanical Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mechanical Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'501.09','order':'17,947','id':'26353','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('13')?'mechanical-engineering':null,'program':'31678',});this.programs.push({'id':'26353','name':`Mechanical Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Mechanical Engineering(in English)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mechanical Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424447','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'mechanical-engineering':null,'program':'31678',});this.programs.push({'id':'424447','name':`Mechanical Engineering(in English)`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Medical Biology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical Biology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424555','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'medical-biology':null,'program':'37243',});this.programs.push({'id':'424555','name':`Medical Biology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Medical Documentation and Secretarial`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical Documentation and Secretarial`,'fee':(''!=='None'&&'')?' USD':'-','mark':'360.91','order':'358,669','id':'23065','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('13')?'medical-documentation-and-secretarial':null,'program':'31380',});this.programs.push({'id':'23065','name':`Medical Documentation and Secretarial`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Medical Imaging Techniques`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical Imaging Techniques`,'fee':(''!=='None'&&'')?' USD':'-','mark':'372.74','order':'298,195','id':'23070','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('13')?'medical-imaging-techniques':null,'program':'31140',});this.programs.push({'id':'23070','name':`Medical Imaging Techniques`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Medical Laboratory Techniques`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical Laboratory Techniques`,'fee':(''!=='None'&&'')?' USD':'-','mark':'363.32','order':'345,454','id':'23074','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('13')?'medical-laboratory-techniques':null,'program':'31409',});this.programs.push({'id':'23074','name':`Medical Laboratory Techniques`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Medical Pharmacology`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical Pharmacology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424556','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmacology-and-clinical-pharmacology':null,'program':'35610',});this.programs.push({'id':'424556','name':`Medical Pharmacology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Medical education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424558','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'medical-education-3':null,'program':'37088',});this.programs.push({'id':'424558','name':`Medical education`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='6.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Medicine`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medicine`,'fee':(''!=='None'&&'')?' USD':'-','mark':'538.79','order':'1,754','id':'20649','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('13')?'faculty-of-medicine':null,'program':'31085',});this.programs.push({'id':'20649','name':`Medicine`,'duration':'6.0','type':'bachelor','study_type':'None',});var Duration='6.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Medicine(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medicine(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'542.32','order':'1,089','id':'20650','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:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'faculty-of-medicine':null,'program':'31085',});this.programs.push({'id':'20650','name':`Medicine(in English)`,'duration':'6.0','type':'bachelor','study_type':'None',});var Duration='6.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Medicine(in English)(citizens of Kktc)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medicine(in English)(citizens of Kktc)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'528.47','order':'4,643','id':'26350','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:'English',id:'1'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'meram-medical-faculty':null,'program':'31522',});this.programs.push({'id':'26350','name':`Medicine(in English)(citizens of Kktc)`,'duration':'6.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Microbiology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Microbiology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424537','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'applied-microbiology':null,'program':'36240',});this.programs.push({'id':'424537','name':`Microbiology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Mining Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mining Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424446','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'mining-engineering':null,'program':'31651',});this.programs.push({'id':'424446','name':`Mining Engineering`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mining Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mining Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'378.28','order':'140,039','id':'20689','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('13')?'mining-engineering':null,'program':'31651',});this.programs.push({'id':'20689','name':`Mining Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Molecular Biology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Molecular Biology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424449','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'molecular-biology-and-genetics':null,'program':'37149',});this.programs.push({'id':'424449','name':`Molecular Biology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Molecular and Immunological Bases of Allergic Diseases`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Molecular and Immunological Bases of Allergic Diseases`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424481','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'molecular-and-immunological-bases-of-allergic-diseases':null,'program':'35137',});this.programs.push({'id':'424481','name':`Molecular and Immunological Bases of Allergic Diseases`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Music Theories`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Music Theories`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424465','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'music-theories':null,'program':'37907',});this.programs.push({'id':'424465','name':`Music Theories`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Musical Instruments`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Musical Instruments`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424472','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'musical-instruments':null,'program':'35164',});this.programs.push({'id':'424472','name':`Musical Instruments`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Nanotechnology and Nanotype`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nanotechnology and Nanotype`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424451','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'nanotechnology-and-nanotype':null,'program':'37396',});this.programs.push({'id':'424451','name':`Nanotechnology and Nanotype`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Neurology Physiotherapist`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Neurology Physiotherapist`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424538','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'neurology-physiotherapist':null,'program':'36116',});this.programs.push({'id':'424538','name':`Neurology Physiotherapist`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Nuclear Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nuclear Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424452','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'nuclear-engineering':null,'program':'31278',});this.programs.push({'id':'424452','name':`Nuclear Engineering`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Nuclear Engineering(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nuclear Engineering(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'441.84','order':'65,782','id':'20636','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('13')?'nuclear-engineering':null,'program':'31278',});this.programs.push({'id':'20636','name':`Nuclear Engineering(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Nursing`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nursing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'433.10','order':'74,033','id':'20638','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('13')?'nursing':null,'program':'31287',});this.programs.push({'id':'20638','name':`Nursing`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Nursing Principles and Management`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nursing Principles and Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424521','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'nursing-principles':null,'program':'34599',});this.programs.push({'id':'424521','name':`Nursing Principles and Management`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Nutrition and Dietetics`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nutrition and Dietetics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'425.38','order':'81,933','id':'20641','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('13')?'nutrition-and-dietetics':null,'program':'31492',});this.programs.push({'id':'20641','name':`Nutrition and Dietetics`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Nutrition and Dietetics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nutrition and Dietetics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424485','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'nutrition-and-dietetics':null,'program':'31492',});this.programs.push({'id':'424485','name':`Nutrition and Dietetics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Nutrition and Food Sciences`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nutrition and Food Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424486','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'nutritional-science':null,'program':'37940',});this.programs.push({'id':'424486','name':`Nutrition and Food Sciences`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Nutritional Sciences`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nutritional Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424484','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'nutritional-science':null,'program':'37940',});this.programs.push({'id':'424484','name':`Nutritional Sciences`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Occupational Health`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Occupational Health`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424526','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'occupational-health-and-safety':null,'program':'31561',});this.programs.push({'id':'424526','name':`Occupational Health`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Occupational Therapy`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Occupational Therapy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'389.83','order':'123,823','id':'20690','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('13')?'occupational-therapy':null,'program':'31210',});this.programs.push({'id':'20690','name':`Occupational Therapy`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Occupational Therapy`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Occupational Therapy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424505','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'occupational-therapy':null,'program':'31210',});this.programs.push({'id':'424505','name':`Occupational Therapy`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Occupational Therapy(citizens of Kktc)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Occupational Therapy(citizens of Kktc)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'20618','is_new':'True','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('13')?'occupational-therapy':null,'program':'31210',});this.programs.push({'id':'20618','name':`Occupational Therapy(citizens of Kktc)`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Office Management and Executive Assistant`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Office Management and Executive Assistant`,'fee':(''!=='None'&&'')?' USD':'-','mark':'306.43','order':'808,183','id':'23082','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('13')?'office-management-and-executive-assistant':null,'program':'31294',});this.programs.push({'id':'23082','name':`Office Management and Executive Assistant`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Old Turkish Literature`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Old Turkish Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424572','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'old-turkish-literature':null,'program':'33956',});this.programs.push({'id':'424572','name':`Old Turkish Literature`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Opera`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Opera`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424466','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'cooperative-system':null,'program':'31291',});this.programs.push({'id':'424466','name':`Opera`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Operating Room Services`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Operating Room Services`,'fee':(''!=='None'&&'')?' USD':'-','mark':'348.85','order':'432,238','id':'23071','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('13')?'operating-room-services':null,'program':'31543',});this.programs.push({'id':'23071','name':`Operating Room Services`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Orchestra Conducting`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Orchestra Conducting`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424467','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'orchestra-conducting':null,'program':'32096',});this.programs.push({'id':'424467','name':`Orchestra Conducting`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Orthodontics`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Orthodontics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'363.82','order':'342,810','id':'23068','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('13')?'orthodontics':null,'program':'31126',});this.programs.push({'id':'23068','name':`Orthodontics`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Orthopedic Physiotherapy and Rehabilitation`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Orthopedic Physiotherapy and Rehabilitation`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424540','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'orthopedic-and-manipulative-physiotherapy-and-rehabilitation':null,'program':'33589',});this.programs.push({'id':'424540','name':`Orthopedic Physiotherapy and Rehabilitation`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Orthopedic Prosthetics and Orthotics`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Orthopedic Prosthetics and Orthotics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'336.36','order':'522,994','id':'23072','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('13')?'orthopedic-prosthetics-and-orthotics':null,'program':'31567',});this.programs.push({'id':'23072','name':`Orthopedic Prosthetics and Orthotics`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Painting`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Painting`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424469','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'painting-business-education':null,'program':'35864',});this.programs.push({'id':'424469','name':`Painting`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pediatric Autoinflammatory Diseases`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pediatric Autoinflammatory Diseases`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424544','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pediatric-autoinflammatory-diseases':null,'program':'32234',});this.programs.push({'id':'424544','name':`Pediatric Autoinflammatory Diseases`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pediatric Neuromuscular Diseases`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pediatric Neuromuscular Diseases`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424542','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pediatric-neuromuscular-diseases':null,'program':'35621',});this.programs.push({'id':'424542','name':`Pediatric Neuromuscular Diseases`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pediatric Nursing`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pediatric Nursing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424497','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'child-health-and-diseases':null,'program':'31802',});this.programs.push({'id':'424497','name':`Pediatric Nursing`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pediatric Oncology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pediatric Oncology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424543','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pediatric-oncology':null,'program':'37078',});this.programs.push({'id':'424543','name':`Pediatric Oncology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmaceutical`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmaceutical`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424523','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmaceutical-biochemistry':null,'program':'35634',});this.programs.push({'id':'424523','name':`Pharmaceutical`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmaceutical Biotechnology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmaceutical Biotechnology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424508','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmaceutical-biotechnology':null,'program':'32702',});this.programs.push({'id':'424508','name':`Pharmaceutical Biotechnology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmaceutical Botany`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmaceutical Botany`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424509','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmaceutical-botany':null,'program':'32435',});this.programs.push({'id':'424509','name':`Pharmaceutical Botany`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmaceutical Chemistry`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmaceutical Chemistry`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424510','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmaceutical-chemistry':null,'program':'34623',});this.programs.push({'id':'424510','name':`Pharmaceutical Chemistry`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmaceutical Technology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmaceutical Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424511','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmaceutical-biotechnology':null,'program':'32702',});this.programs.push({'id':'424511','name':`Pharmaceutical Technology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmaceutical Technology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmaceutical Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424512','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmaceutical-biotechnology':null,'program':'32702',});this.programs.push({'id':'424512','name':`Pharmaceutical Technology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmaceutical Toxicology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmaceutical Toxicology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424513','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmaceutical-toxicology':null,'program':'33840',});this.programs.push({'id':'424513','name':`Pharmaceutical Toxicology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmacognosy`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmacognosy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424506','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmacognosy':null,'program':'32813',});this.programs.push({'id':'424506','name':`Pharmacognosy`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmacology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmacology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424507','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'eye-pharmacology':null,'program':'32374',});this.programs.push({'id':'424507','name':`Pharmacology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmacy Basic Sciences`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmacy Basic Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424503','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'basic-pharmacy-sciences':null,'program':'37015',});this.programs.push({'id':'424503','name':`Pharmacy Basic Sciences`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Pharmacy Management and Legislation`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmacy Management and Legislation`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424502','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'pharmacy-management-and-legislation':null,'program':'36497',});this.programs.push({'id':'424502','name':`Pharmacy Management and Legislation`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Pharmacy Services`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Pharmacy Services`,'fee':(''!=='None'&&'')?' USD':'-','mark':'343.99','order':'465,912','id':'23066','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('13')?'pharmacy-services':null,'program':'31318',});this.programs.push({'id':'23066','name':`Pharmacy Services`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Philosophy`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Philosophy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'326.92','order':'254,418','id':'20574','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('13')?'philosophy':null,'program':'31250',});this.programs.push({'id':'20574','name':`Philosophy`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Philosophy`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Philosophy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424573','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'philosophy':null,'program':'31250',});this.programs.push({'id':'424573','name':`Philosophy`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Physical therapy and rehabilitation`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Physical therapy and rehabilitation`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424514','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'physical-therapy-and-rehabilitation':null,'program':'33449',});this.programs.push({'id':'424514','name':`Physical therapy and rehabilitation`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Physics Engineering`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Physics Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'421.68','order':'85,874','id':'20611','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('13')?'physics-engineering':null,'program':'31420',});this.programs.push({'id':'20611','name':`Physics Engineering`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Physics Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Physics Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424432','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'physics-engineering':null,'program':'31420',});this.programs.push({'id':'424432','name':`Physics Engineering`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Physics Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Physics Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'391.44','order':'121,612','id':'20599','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'physics-teacher-education':null,'program':'31634',});this.programs.push({'id':'20599','name':`Physics Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Physiology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Physiology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424515','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'philology':null,'program':'31860',});this.programs.push({'id':'424515','name':`Physiology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Physiotherapy and Rehabilitation Programme`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Physiotherapy and Rehabilitation Programme`,'fee':(''!=='None'&&'')?' USD':'-','mark':'406.39','order':'102,847','id':'20639','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('13')?'physiotherapy-and-rehabilitation':null,'program':'31277',});this.programs.push({'id':'20639','name':`Physiotherapy and Rehabilitation Programme`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Piano and Harp`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Piano and Harp`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424468','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'piano-and-harp':null,'program':'35305',});this.programs.push({'id':'424468','name':`Piano and Harp`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Policy and Strategy Studies`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Policy and Strategy Studies`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424475','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'policy-and-strategy-studies':null,'program':'34404',});this.programs.push({'id':'424475','name':`Policy and Strategy Studies`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Policy and Strategy Studies`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Policy and Strategy Studies`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424476','is_new':'False','description':'','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'policy-and-strategy-studies':null,'program':'34404',});this.programs.push({'id':'424476','name':`Policy and Strategy Studies`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Political Science`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Political Science`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424609','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'political-science':null,'program':'31168',});this.programs.push({'id':'424609','name':`Political Science`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Political Science`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Political Science`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424610','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'political-science':null,'program':'31168',});this.programs.push({'id':'424610','name':`Political Science`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Political Science and Public Administration(in English)`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Political Science and Public Administration(in English)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'394.62','order':'53,849','id':'20630','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('13')?'political-science-and-public-administration-3':null,'program':'32614',});this.programs.push({'id':'20630','name':`Political Science and Public Administration(in English)`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Polymer Science and Technology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Polymer Science and Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424453','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'nuclear-science-and-technology':null,'program':'35926',});this.programs.push({'id':'424453','name':`Polymer Science and Technology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Preschool Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Preschool Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424411','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'preschool-education':null,'program':'36455',});this.programs.push({'id':'424411','name':`Preschool Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Preschool Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Preschool Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424412','is_new':'False','description':'','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'preschool-education':null,'program':'36455',});this.programs.push({'id':'424412','name':`Preschool Education`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Preschool Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Preschool Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'439.94','order':'3,364','id':'21309','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'preschool-teacher-education':null,'program':'31350',});this.programs.push({'id':'21309','name':`Preschool Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Private Law`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Private Law`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424600','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'private-law-3':null,'program':'33049',});this.programs.push({'id':'424600','name':`Private Law`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Production Management and Numerical Methods`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Production Management and Numerical Methods`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424663','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'production-management-and-numerical-methods':null,'program':'35294',});this.programs.push({'id':'424663','name':`Production Management and Numerical Methods`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Prosthetics-orthoses and Biomechanics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Prosthetics-orthoses and Biomechanics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424545','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'prosthetics-orthoses-and-biomechanics':null,'program':'36748',});this.programs.push({'id':'424545','name':`Prosthetics-orthoses and Biomechanics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Psychiatric Nursing`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Psychiatric Nursing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424546','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'psychiatric-nursing':null,'program':'33560',});this.programs.push({'id':'424546','name':`Psychiatric Nursing`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Psychological Counseling and Guidance`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Psychological Counseling and Guidance`,'fee':(''!=='None'&&'')?' USD':'-','mark':'417.22','order':'23,105','id':'20605','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('13')?'psychological-counseling-and-guidance':null,'program':'31416',});this.programs.push({'id':'20605','name':`Psychological Counseling and Guidance`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Psychological Counseling and Guidance`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Psychological Counseling and Guidance`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424415','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'psychological-counseling-and-guidance':null,'program':'31416',});this.programs.push({'id':'424415','name':`Psychological Counseling and Guidance`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Psychology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Psychology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'461.76','order':'4,388','id':'20580','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('13')?'psychology':null,'program':'31339',});this.programs.push({'id':'20580','name':`Psychology`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Public Administration`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Administration`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424591','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'public-administration':null,'program':'31563',});this.programs.push({'id':'424591','name':`Public Administration`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Public Administration(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Administration(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424592','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'public-administration':null,'program':'31563',});this.programs.push({'id':'424592','name':`Public Administration(ee)`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Public Health Nursing`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Health Nursing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424516','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'public-health-nutrition':null,'program':'32603',});this.programs.push({'id':'424516','name':`Public Health Nursing`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Public Law`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Public Law`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424590','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'public-law':null,'program':'36498',});this.programs.push({'id':'424590','name':`Public Law`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Quality and Conformity Assessment Engineering`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Quality and Conformity Assessment Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424442','is_new':'False','description':'','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'quality-and-conformity-assessment-engineering':null,'program':'36782',});this.programs.push({'id':'424442','name':`Quality and Conformity Assessment Engineering`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Radiopharmaceutical`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Radiopharmaceutical`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424547','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'radiopharmaceutical-sciences':null,'program':'37733',});this.programs.push({'id':'424547','name':`Radiopharmaceutical`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Radiotherapy`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Radiotherapy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'340.80','order':'489,060','id':'23073','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('13')?'radiotherapy':null,'program':'31163',});this.programs.push({'id':'23073','name':`Radiotherapy`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Radiotherapy Physics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Radiotherapy Physics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424548','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'radiotherapy-physics':null,'program':'37082',});this.programs.push({'id':'424548','name':`Radiotherapy Physics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`School Management and Educational Supervision`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`School Management and Educational Supervision`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424413','is_new':'False','description':'','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'school-management-and-educational-supervision':null,'program':'36991',});this.programs.push({'id':'424413','name':`School Management and Educational Supervision`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Science Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Science Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424405','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'science-education':null,'program':'34807',});this.programs.push({'id':'424405','name':`Science Education`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Science Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Science Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'379.09','order':'138,860','id':'20598','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'science-teacher-education':null,'program':'31381',});this.programs.push({'id':'20598','name':`Science Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Sculpture`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Sculpture`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424461','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'sculpture-department':null,'program':'35756',});this.programs.push({'id':'424461','name':`Sculpture`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Simulation in Health Sciences`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Simulation in Health Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424549','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'simulation-in-health-sciences':null,'program':'35558',});this.programs.push({'id':'424549','name':`Simulation in Health Sciences`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Social Research Methods`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Social Research Methods`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424477','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'criminal-justice-and-social-research-methods':null,'program':'34889',});this.programs.push({'id':'424477','name':`Social Research Methods`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Social Research Methods`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Social Research Methods`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424478','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'criminal-justice-and-social-research-methods':null,'program':'34889',});this.programs.push({'id':'424478','name':`Social Research Methods`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Social Research Methods`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Social Research Methods`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424479','is_new':'False','description':'','type':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'criminal-justice-and-social-research-methods':null,'program':'34889',});this.programs.push({'id':'424479','name':`Social Research Methods`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Social Work`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Social Work`,'fee':(''!=='None'&&'')?' USD':'-','mark':'339.58','order':'199,159','id':'20646','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('13')?'social-work':null,'program':'31127',});this.programs.push({'id':'20646','name':`Social Work`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Social Work`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Social Work`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424611','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'social-work':null,'program':'31127',});this.programs.push({'id':'424611','name':`Social Work`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Social Work(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Social Work(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424612','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':'master','thesis':'without_thesis'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'social-work':null,'program':'31127',});this.programs.push({'id':'424612','name':`Social Work(ee)`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Sociology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Sociology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'349.55','order':'162,805','id':'20619','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('13')?'sociology':null,'program':'31402',});this.programs.push({'id':'20619','name':`Sociology`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Sociology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Sociology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424613','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'sociology':null,'program':'31402',});this.programs.push({'id':'424613','name':`Sociology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Software Engineering(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Software Engineering(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424397','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('evening_education'),'study_type':'evening_education','is_secondary':'True'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'software-engineering':null,'program':'31218',});this.programs.push({'id':'424397','name':`Software Engineering(ee)`,'duration':'None','type':'master','study_type':'evening_education',});this.myDepartments.push({'name':`Special Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Special Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424541','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'special-education-teacher-training':null,'program':'31301',});this.programs.push({'id':'424541','name':`Special Education`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Special Education Teacher Training`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Special Education Teacher Training`,'fee':(''!=='None'&&'')?' USD':'-','mark':'457.36','order':'1,448','id':'23085','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'special-education-teacher-training':null,'program':'31301',});this.programs.push({'id':'23085','name':`Special Education Teacher Training`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Special Skills Training`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Special Skills Training`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424414','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'special-skills-training':null,'program':'32253',});this.programs.push({'id':'424414','name':`Special Skills Training`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Sports Physiotherapy`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Sports Physiotherapy`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424553','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'sports-physiotherapy':null,'program':'33975',});this.programs.push({'id':'424553','name':`Sports Physiotherapy`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Sports Sciences and Technology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Sports Sciences and Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424552','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':'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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'sports-sciences-and-technology':null,'program':'37853',});this.programs.push({'id':'424552','name':`Sports Sciences and Technology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Statistics`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Statistics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'425.42','order':'81,885','id':'20621','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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('13')?'statistics':null,'program':'31586',});this.programs.push({'id':'20621','name':`Statistics`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Statistics`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Statistics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424440','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'statistics':null,'program':'31586',});this.programs.push({'id':'424440','name':`Statistics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Stem Cell`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Stem Cell`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424536','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'stem-cells-and-regenerative-medicine':null,'program':'36580',});this.programs.push({'id':'424536','name':`Stem Cell`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Stringed Instruments`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Stringed Instruments`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424473','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'stringed-instruments':null,'program':'35841',});this.programs.push({'id':'424473','name':`Stringed Instruments`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Stroke and Interventional Treatment`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Stroke and Interventional Treatment`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424525','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'stroke-and-interventional-treatment':null,'program':'32670',});this.programs.push({'id':'424525','name':`Stroke and Interventional Treatment`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Surgical Diseases Nursing`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Surgical Diseases Nursing`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424493','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'internal-medicine-nursing':null,'program':'33240',});this.programs.push({'id':'424493','name':`Surgical Diseases Nursing`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Test and Assessment In Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Test and Assessment In Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424403','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'test-and-assessment-in-education':null,'program':'32181',});this.programs.push({'id':'424403','name':`Test and Assessment In Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Theater`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Theater`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424471','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'children-theater':null,'program':'36460',});this.programs.push({'id':'424471','name':`Theater`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Tourism Management Expertise`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Tourism Management Expertise`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424615','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'tourism-management-expertise':null,'program':'37711',});this.programs.push({'id':'424615','name':`Tourism Management Expertise`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Tourism and Hotel Management`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Tourism and Hotel Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'308.25','order':'787,700','id':'23081','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('13')?'tourism-and-hotel-management':null,'program':'31640',});this.programs.push({'id':'23081','name':`Tourism and Hotel Management`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Traditional Turkish Music`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Traditional Turkish Music`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424458','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'traditional-turkish-music':null,'program':'34227',});this.programs.push({'id':'424458','name':`Traditional Turkish Music`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Translation and Interpretation`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Translation and Interpretation`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424585','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'english-translation-and-interpreting':null,'program':'31132',});this.programs.push({'id':'424585','name':`Translation and Interpretation`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Translation and Interpretation`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Translation and Interpretation`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424599','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'translation-and-interpretation-in-french':null,'program':'36512',});this.programs.push({'id':'424599','name':`Translation and Interpretation`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Tumor Biology and Immunology`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Tumor Biology and Immunology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424561','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'tumor-biology-and-immunology':null,'program':'33310',});this.programs.push({'id':'424561','name':`Tumor Biology and Immunology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Turkish Education`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424418','is_new':'False','description':'The field of interest for Natural Sciences, Mathematics and Statistics cover  a basis for research and development jobs within business and industry and at research institutes.  Studies and programmes with the following main content are classified here: Biology, biochemistry, environmental sciences, natural environments and wildlife, chemistry, earth sciences, physics, mathematics, statistics.','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'turkish-education':null,'program':'37129',});this.programs.push({'id':'424418','name':`Turkish Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Turkish Education`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424419','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'turkish-education':null,'program':'37129',});this.programs.push({'id':'424419','name':`Turkish Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Turkish Education`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424667','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'turkish-education':null,'program':'37129',});this.programs.push({'id':'424667','name':`Turkish Education`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Turkish Folk Science`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Folk Science`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424617','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'turkish-folklore':null,'program':'31337',});this.programs.push({'id':'424617','name':`Turkish Folk Science`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Turkish Folklore`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Folklore`,'fee':(''!=='None'&&'')?' USD':'-','mark':'333.91','order':'165,858','id':'20594','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('13')?'turkish-folklore':null,'program':'31337',});this.programs.push({'id':'20594','name':`Turkish Folklore`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Turkish Language`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Language`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424616','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'turkish-teacher':null,'program':'31266',});this.programs.push({'id':'424616','name':`Turkish Language`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Turkish Language Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Language Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'433.44','order':'4,635','id':'20607','is_new':'False','description':'The field of interest for Education Discipline cover growth, development and learning throughout the human life cycle. Education in the field deal with several phenomena of training ranging from early childhood education and care through to adult education. Studies and programmes with the following main content are classified here: Education science, training for pre-school teachers, teacher training without subject specialization, teacher training with subject specialization.','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('13')?'turkish-teacher':null,'program':'31266',});this.programs.push({'id':'20607','name':`Turkish Language Teacher Education`,'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`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Language and Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'395.09','order':'25,833','id':'20593','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('13')?'turkish-language-and-literature':null,'program':'31435',});this.programs.push({'id':'20593','name':`Turkish Language and Literature`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Turkish Literature`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Literature`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424664','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'old-turkish-literature':null,'program':'33956',});this.programs.push({'id':'424664','name':`Turkish Literature`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Turkish Studies`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Turkish Studies`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424666','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'turkish-studies':null,'program':'36075',});this.programs.push({'id':'424666','name':`Turkish Studies`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Women and Gender Studies`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Women and Gender Studies`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424589','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'women-and-gender-studies':null,'program':'36084',});this.programs.push({'id':'424589','name':`Women and Gender Studies`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Wood Products Industrial Engineering`+
(('master'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Wood Products Industrial Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424422','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'wood-products-industrial-engineering':null,'program':'31121',});this.programs.push({'id':'424422','name':`Wood Products Industrial Engineering`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Zoology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Zoology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424456','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'zoology':null,'program':'35304',});this.programs.push({'id':'424456','name':`Zoology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`demography`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`demography`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424474','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'demography':null,'program':'35229',});this.programs.push({'id':'424474','name':`demography`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`public health`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`public health`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424517','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'public-health':null,'program':'34445',});this.programs.push({'id':'424517','name':`public health`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`public health`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`public health`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'424518','is_new':'False','description':'','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':'-','open':false,'slug':!!['63','184','83','211','165','54','123'].includes('13')?'public-health':null,'program':'34445',});this.programs.push({'id':'424518','name':`public health`,'duration':'None','type':'master','study_type':'normal_education',});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('13')){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}}