;function getUniverliveUrl(){const uniId="82";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:'Sinop University',fakeImage:'/static/site/images/newDesign/home.jpg',isFav:'False',activeTab:0,students:10154,stat_students:'10154',stat_foreign:'238',foreign_students:238,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">Sinop University?</span>',emptyReviewText_thoughts:'Give us your thoughts.',uniName:'Sinop 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:'/sinop-university/leave-review/',reviewList:'/sinop-university/reviews/',login:'/login/?next=/sinop-university/&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="+'82',{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='82';$.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('82'),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('82'),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:'82',}),url:"/api/v2/favorite/",success:function(data,textStatus,xhr){if(xhr.status>=200&&xhr.status<=300){comparePreview.isFav='82';}}});}},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('82')){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/"+'82',{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:'sinop university',mythumbnail:'images/university/sinop-üniversitesi-mini.jpg',province:'Sinop',country:'Turkey',id:'82'};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('82'));if(myFav&&myFav.length>0){this.isFav=myFav[0].university.pk;}}}).catch(()=>{});}},updated(){this.$nextTick(function(){const anchors=document.querySelectorAll('.answer a[href^="http"]:not([href*="univerlist.com"])')
if(anchors)
anchors.forEach(anchor=>anchor.setAttribute('rel','noopener noreferrer nofollow'));});},created()
{this.students=this.students.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");this.foreign_students=this.foreign_students.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");this.stat_students=this.stat_students.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");this.stat_foreign=this.stat_foreign.toString().replace(/\B(?=(\d{3})+(?!\d))/g,",");if(document.location.href.indexOf("master")>-1||document.location.href.indexOf("yukseklisans")>-1){this.activeTab=1;}else if(document.location.href.indexOf("online")>-1){this.activeTab=2;}
else if(document.location.href.indexOf("onlisans")>-1){this.activeTab=3;}
this.setContent();var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Accounting and Taxation Applications`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Accounting and Taxation Applications`,'fee':(''!=='None'&&'')?' USD':'-','mark':'245.43','order':'1,693,917','id':'17386','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('82')?'accounting-and-taxation-applications':null,'program':'31244',});this.programs.push({'id':'17386','name':`Accounting and Taxation Applications`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Aquaculture`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Aquaculture`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'431322','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('82')?'aquaculture':null,'program':'35952',});this.programs.push({'id':'431322','name':`Aquaculture`,'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':'','order':'','id':'6482','is_new':'True','description':'The field of interest for Arts and Humanities cover productions and solutions of contents, roles in the field of humanities such as communication skills in working life. Studies and programmes with the following main content are classified here: Audio-visual techniques and media production, fashion, interior and industrial design, fine arts, handicrafts, music and performing arts, literature and linguistics, language acquisition, philosophy and ethics, history and archaeology, religion and theology.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('82')?'applied-archaeology':null,'program':'34424',});this.programs.push({'id':'6482','name':`Archaeology`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Architectural Restoration`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Architectural Restoration`,'fee':(''!=='None'&&'')?' USD':'-','mark':'231.47','order':'1,950,376','id':'29730','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('82')?'architectural-restoration':null,'program':'31131',});this.programs.push({'id':'29730','name':`Architectural Restoration`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Banking and Finance`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Banking and Finance`,'fee':(''!=='None'&&'')?' USD':'-','mark':'245.94','order':'1,684,982','id':'29732','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('82')?'banking-and-insurance':null,'program':'31312',});this.programs.push({'id':'29732','name':`Banking and Finance`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Biology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Biology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'431268','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('82')?'biology':null,'program':'31595',});this.programs.push({'id':'431268','name':`Biology`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Chemistry`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Chemistry`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'431315','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('82')?'chemistry':null,'program':'31275',});this.programs.push({'id':'431315','name':`Chemistry`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.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':'266.38','order':'1,346,569','id':'17392','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('82')?'child-development':null,'program':'31576',});this.programs.push({'id':'17392','name':`Child Development`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Child Protective and Nursing Services`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Child Protective and Nursing Services`,'fee':(''!=='None'&&'')?' USD':'-','mark':'248.38','order':'1,642,444','id':'29735','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('82')?'child-protective-and-nursing-services':null,'program':'31660',});this.programs.push({'id':'29735','name':`Child Protective and Nursing Services`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Civil Defense and Firefighting`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Civil Defense and Firefighting`,'fee':(''!=='None'&&'')?' USD':'-','mark':'272.46','order':'1,253,825','id':'29731','is_new':'False','description':'The field of interest for Services cover personal services, security services, transport services, hygiene and occupational health services, beautification, sports, tourism. Studies and programmes with the following main content are classified here: Domestic services, hair and beauty services, hotel, restaurant, catering, sports, travel, tourism and leisure, community sanitation, occupational health and safety, military and defence, protection of persons and property, transport services.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('82')?'civil-defense-and-firefighting':null,'program':'31106',});this.programs.push({'id':'29731','name':`Civil Defense and Firefighting`,'duration':'2.0','type':'bachelor','study_type':'None',});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':'297.12','order':'917,628','id':'17378','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('82')?'computer-programming':null,'program':'31358',});this.programs.push({'id':'17378','name':`Computer Programming`,'duration':'2.0','type':'bachelor','study_type':'None',});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':'224.04','order':'2,094,070','id':'17427','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('82')?'construction-technology':null,'program':'31658',});this.programs.push({'id':'17427','name':`Construction,Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Control and Automation Technology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Control and Automation Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'235.50','order':'1,874,455','id':'17395','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('82')?'control-and-automation-technology':null,'program':'31129',});this.programs.push({'id':'17395','name':`Control and Automation Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Culinary Arts`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Culinary Arts`,'fee':(''!=='None'&&'')?' USD':'-','mark':'274.54','order':'1,222,851','id':'23482','is_new':'False','description':'The field of interest for Services cover personal services, security services, transport services, hygiene and occupational health services, beautification, sports, tourism. Studies and programmes with the following main content are classified here: Domestic services, hair and beauty services, hotel, restaurant, catering, sports, travel, tourism and leisure, community sanitation, occupational health and safety, military and defence, protection of persons and property, transport services.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('82')?'culinary-arts':null,'program':'31281',});this.programs.push({'id':'23482','name':`Culinary Arts`,'duration':'2.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':'255.87','order':'1,514,951','id':'17380','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('82')?'electricity':null,'program':'31175',});this.programs.push({'id':'17380','name':`Electricity`,'duration':'2.0','type':'bachelor','study_type':'None',});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':'387.76','order':'126,607','id':'20096','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('82')?'elementary-mathematics-teacher-education':null,'program':'31179',});this.programs.push({'id':'20096','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':'361.10','order':'127,827','id':'6480','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('82')?'elementary-teacher-education':null,'program':'31240',});this.programs.push({'id':'6480','name':`Elementary Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});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':'325.38','order':'615,842','id':'24946','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('82')?'emergency-and-first-aid':null,'program':'31596',});this.programs.push({'id':'24946','name':`Emergency and First Aid`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`English Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`English Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'402.68','order':'27,201','id':'28640','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('82')?'english-teacher-education':null,'program':'31352',});this.programs.push({'id':'28640','name':`English Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Environmental Health`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Environmental Health`,'fee':(''!=='None'&&'')?' USD':'-','mark':'284.60','order':'1,080,332','id':'23479','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('82')?'environmental-health':null,'program':'31268',});this.programs.push({'id':'23479','name':`Environmental Health`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Environmental Health`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Environmental Health`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'431269','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('82')?'environmental-health':null,'program':'31268',});this.programs.push({'id':'431269','name':`Environmental Health`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Fisheries Basic Sciences`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Fisheries Basic Sciences`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'431321','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('82')?'fisheries-basic-sciences':null,'program':'37555',});this.programs.push({'id':'431321','name':`Fisheries Basic Sciences`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Fisheries Engineering`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Fisheries Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'245.52','order':'650,015','id':'6436','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('82')?'fisheries-engineering':null,'program':'31227',});this.programs.push({'id':'6436','name':`Fisheries Engineering`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Fisheries Fishing and Processing Technology`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Fisheries Fishing and Processing Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'431320','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('82')?'fisheries-fishing-and-processing-technology':null,'program':'31805',});this.programs.push({'id':'431320','name':`Fisheries Fishing and Processing Technology`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Foreign Trade`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Foreign Trade`,'fee':(''!=='None'&&'')?' USD':'-','mark':'237.56','order':'1,836,153','id':'29728','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('82')?'foreign-trade':null,'program':'31246',});this.programs.push({'id':'29728','name':`Foreign Trade`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Forestry and Forest Product`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Forestry and Forest Product`,'fee':(''!=='None'&&'')?' USD':'-','mark':'290.85','order':'997,186','id':'23486','is_new':'False','description':'The field of interest for Agriculture, Forestry, Fisheries and Veterinary cover agricultural, forest, environmental, food, veterinary nutritional and economic sciences as well as biotechnology. Studies and programmes with the following main content are classified here: Crop and livestock production, horticulture, forestry, fisheries, veterinary.','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('82')?'forestry-and-forest-product':null,'program':'31120',});this.programs.push({'id':'23486','name':`Forestry and Forest Product`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Geographic Information Systems`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Geographic Information Systems`,'fee':(''!=='None'&&'')?' USD':'-','mark':'229.01','order':'1,997,205','id':'23488','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('82')?'geographic-information-systems':null,'program':'31569',});this.programs.push({'id':'23488','name':`Geographic Information Systems`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Graphic Design`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Graphic Design`,'fee':(''!=='None'&&'')?' USD':'-','mark':'261.57','order':'1,421,957','id':'17437','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('82')?'graphic-design':null,'program':'31166',});this.programs.push({'id':'17437','name':`Graphic Design`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Health Information System Technician Training`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Health Information System Technician Training`,'fee':(''!=='None'&&'')?' USD':'-','mark':'265.01','order':'1,367,685','id':'29733','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('82')?'health-information-system-technician-training':null,'program':'31261',});this.programs.push({'id':'29733','name':`Health Information System Technician Training`,'duration':'2.0','type':'bachelor','study_type':'None',});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':'254.12','order':'837,416','id':'28638','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('82')?'health-management':null,'program':'31588',});this.programs.push({'id':'28638','name':`Healthcare Management`,'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':'259.27','order':'711,699','id':'6428','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('82')?'ancient-history-and-history':null,'program':'34062',});this.programs.push({'id':'6428','name':`History`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Home Care`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Home Care`,'fee':(''!=='None'&&'')?' USD':'-','mark':'274.95','order':'1,216,786','id':'29736','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('82')?'home-care':null,'program':'31661',});this.programs.push({'id':'29736','name':`Home Care`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Internet and Network Technology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Internet and Network Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'245.31','order':'1,696,189','id':'29729','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('82')?'internet-and-network-technology':null,'program':'31447',});this.programs.push({'id':'29729','name':`Internet and Network Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Logistics`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Logistics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'233.10','order':'1,919,473','id':'17396','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('82')?'logistics':null,'program':'31491',});this.programs.push({'id':'17396','name':`Logistics`,'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':'246.47','order':'1,675,608','id':'17382','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('82')?'machine':null,'program':'31223',});this.programs.push({'id':'17382','name':`Machine`,'duration':'2.0','type':'bachelor','study_type':'None',});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':'238.88','order':'1,811,863','id':'17425','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('82')?'mapping-and-cadastre':null,'program':'31228',});this.programs.push({'id':'17425','name':`Mapping,And,Cadastre`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Maritime and Port Management`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Maritime and Port Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'252.39','order':'1,573,844','id':'17434','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('82')?'maritime-and-port-management':null,'program':'31392',});this.programs.push({'id':'17434','name':`Maritime and Port Management`,'duration':'2.0','type':'bachelor','study_type':'None',});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':'293.29','order':'354,285','id':'23478','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('82')?'accountancy-and-mathematics':null,'program':'32051',});this.programs.push({'id':'23478','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':'431317','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('82')?'accountancy-and-mathematics':null,'program':'32051',});this.programs.push({'id':'431317','name':`Mathematics`,'duration':'None','type':'master','study_type':'normal_education',});this.myDepartments.push({'name':`Mathematics(ee)`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('True'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mathematics(ee)`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'431318','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('82')?'accountancy-and-mathematics':null,'program':'32051',});this.programs.push({'id':'431318','name':`Mathematics(ee)`,'duration':'None','type':'master','study_type':'evening_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Mechatronics`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Mechatronics`,'fee':(''!=='None'&&'')?' USD':'-','mark':'259.25','order':'1,459,669','id':'17384','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('82')?'mechatronics':null,'program':'38030',});this.programs.push({'id':'17384','name':`Mechatronics`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Medical Documentation and Secretarial`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical Documentation and Secretarial`,'fee':(''!=='None'&&'')?' USD':'-','mark':'318.34','order':'682,253','id':'17389','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('82')?'medical-documentation-and-secretarial':null,'program':'31380',});this.programs.push({'id':'17389','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 Laboratory Techniques`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Medical Laboratory Techniques`,'fee':(''!=='None'&&'')?' USD':'-','mark':'314.52','order':'721,029','id':'17390','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('82')?'medical-laboratory-techniques':null,'program':'31409',});this.programs.push({'id':'17390','name':`Medical Laboratory Techniques`,'duration':'2.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Nuclear Energy and Energy Systems`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nuclear Energy and Energy Systems`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'431319','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('82')?'nuclear-energy-and-energy-systems':null,'program':'32957',});this.programs.push({'id':'431319','name':`Nuclear Energy and Energy Systems`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Nuclear Engineering`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Nuclear Engineering`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'6435','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('82')?'nuclear-engineering':null,'program':'31278',});this.programs.push({'id':'6435','name':`Nuclear Engineering`,'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':'345.41','order':'198,164','id':'6468','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('82')?'nursing':null,'program':'31287',});this.programs.push({'id':'6468','name':`Nursing`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Occupational Health and Safety`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Occupational Health and Safety`,'fee':(''!=='None'&&'')?' USD':'-','mark':'249.93','order':'611,279','id':'6437','is_new':'False','description':'The field of interest for Services cover personal services, security services, transport services, hygiene and occupational health services, beautification, sports, tourism. Studies and programmes with the following main content are classified here: Domestic services, hair and beauty services, hotel, restaurant, catering, sports, travel, tourism and leisure, community sanitation, occupational health and safety, military and defence, protection of persons and property, transport services.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('82')?'occupational-health-and-safety':null,'program':'31561',});this.programs.push({'id':'6437','name':`Occupational Health and Safety`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Occupational Health and Safety`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Occupational Health and Safety`,'fee':(''!=='None'&&'')?' USD':'-','mark':'243.59','order':'1,726,395','id':'17429','is_new':'False','description':'The field of interest for Services cover personal services, security services, transport services, hygiene and occupational health services, beautification, sports, tourism. Studies and programmes with the following main content are classified here: Domestic services, hair and beauty services, hotel, restaurant, catering, sports, travel, tourism and leisure, community sanitation, occupational health and safety, military and defence, protection of persons and property, transport services.','type':'bachelor','thesis':'None'==="without_thesis"?'No':'Yes','education_type':this.delUnderline('None'),'study_type':'None','is_secondary':'False'==="True"?'Yes':'No','language':{name:'Turkish',id:'2'},'duration':this.depDuration,'open':false,'slug':!!['63','184','83','211','165','54','123'].includes('82')?'occupational-health-and-safety':null,'program':'31561',});this.programs.push({'id':'17429','name':`Occupational Health and Safety`,'duration':'2.0','type':'bachelor','study_type':'None',});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':'293.91','order':'957,521','id':'24945','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('82')?'pharmacy-services':null,'program':'31318',});this.programs.push({'id':'24945','name':`Pharmacy Services`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Political Science and Public Administration`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Political Science and Public Administration`,'fee':(''!=='None'&&'')?' USD':'-','mark':'230.24','order':'1,141,546','id':'23483','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('82')?'political-science-and-public-administration-3':null,'program':'32614',});this.programs.push({'id':'23483','name':`Political Science and Public Administration`,'duration':'4.0','type':'bachelor','study_type':'None',});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':'392.62','order':'28,354','id':'20123','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('82')?'preschool-teacher-education':null,'program':'31350',});this.programs.push({'id':'20123','name':`Preschool Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});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':'350.31','order':'160,276','id':'26554','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('82')?'psychological-counseling-and-guidance':null,'program':'31416',});this.programs.push({'id':'26554','name':`Psychological Counseling and Guidance`,'duration':'4.0','type':'bachelor','study_type':'None',});this.myDepartments.push({'name':`Quantum Systems Modeling`+
(('master'!=='master'&&"en"==='tr')?' (None)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Quantum Systems Modeling`,'fee':(''!=='None'&&'')?' USD':'-','mark':'','order':'','id':'431316','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('82')?'quantum-systems-modeling':null,'program':'35424',});this.programs.push({'id':'431316','name':`Quantum Systems Modeling`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Radio and Television Programming`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Radio and Television Programming`,'fee':(''!=='None'&&'')?' USD':'-','mark':'234.77','order':'1,888,063','id':'17442','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('82')?'radio-and-television-programming':null,'program':'31289',});this.programs.push({'id':'17442','name':`Radio and Television Programming`,'duration':'2.0','type':'bachelor','study_type':'None',});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':'431270','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('82')?'science-education':null,'program':'34807',});this.programs.push({'id':'431270','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':'','order':'','id':'6425','is_new':'True','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('82')?'science-teacher-education':null,'program':'31381',});this.programs.push({'id':'6425','name':`Science Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='4.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Social Studies Teacher Education`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Social Studies Teacher Education`,'fee':(''!=='None'&&'')?' USD':'-','mark':'348.15','order':'115,647','id':'20097','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('82')?'social-studies-teacher-education':null,'program':'31607',});this.programs.push({'id':'20097','name':`Social Studies Teacher Education`,'duration':'4.0','type':'bachelor','study_type':'None',});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':'237.30','order':'1,046,104','id':'23477','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('82')?'sociology':null,'program':'31402',});this.programs.push({'id':'23477','name':`Sociology`,'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':'431314','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('82')?'statistics':null,'program':'31586',});this.programs.push({'id':'431314','name':`Statistics`,'duration':'None','type':'master','study_type':'normal_education',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Textile Technology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Textile Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'230.04','order':'1,977,472','id':'29734','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('82')?'textile-technology':null,'program':'31494',});this.programs.push({'id':'29734','name':`Textile Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Tourism and Hotel Management`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Tourism and Hotel Management`,'fee':(''!=='None'&&'')?' USD':'-','mark':'245.41','order':'1,694,304','id':'17444','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('82')?'tourism-and-hotel-management':null,'program':'31640',});this.programs.push({'id':'17444','name':`Tourism and Hotel Management`,'duration':'2.0','type':'bachelor','study_type':'None',});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':'379.75','order':'44,739','id':'6481','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('82')?'turkish-teacher':null,'program':'31266',});this.programs.push({'id':'6481','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':'281.75','order':'492,773','id':'6430','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('82')?'turkish-language-and-literature':null,'program':'31435',});this.programs.push({'id':'6430','name':`Turkish Language and Literature`,'duration':'4.0','type':'bachelor','study_type':'None',});var Duration='2.0';this.depDuration=Duration.replace(/\.0$/,'');this.myDepartments.push({'name':`Underwater Technology`+
(('bachelor'!=='master'&&"en"==='tr')?' (State)':' ')
+
(('False'==='True'&&"en"==='tr')?' İÖ':''),'only_name':`Underwater Technology`,'fee':(''!=='None'&&'')?' USD':'-','mark':'258.58','order':'1,470,613','id':'17388','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('82')?'underwater-technology':null,'program':'31571',});this.programs.push({'id':'17388','name':`Underwater Technology`,'duration':'2.0','type':'bachelor','study_type':'None',});this.onlinePrograms=uniqBy(this.programs.filter(p=>p.study_type==="online_education"),function(e){return e.id;});this.getQuestions();let checkLocal=localStorage.getItem('compareUniverlist');if(checkLocal&&JSON.parse(checkLocal).length>0){this.isExist=true;let arr=JSON.parse(checkLocal);arr.map(r=>{if(r.id===String('82')){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}}