Skip to content

Commit 67cc6ba

Browse files
authored
Complete Turkish pages and synchronize (#48)
* Update turkish curriculum * Add turkish index page * Add turkish overview page * Remove courses page from turkish menu * Add more i18n * Sync english overview page * Fix page order * Pluralize programs on the menu * Add elective courses page in turkish * Add double major programs page in turkish * Add minor degree program page in turkish * Use wide layout for graduation pages * Remove FAQ links temporarily * Add administration page in turkish * Add gender equality page in turkish * Add alumni page in turkish for prospective students * Add exchange programs page in turkish * Add senior projects page in turkish * Update text for graduation pages * Add industrial training pages in turkish * Use wide layout for advisor pages * Remove governance pages temporarily * Fix typos * Add mission statements in turkish * Add history pages in turkish * Add graduate program pages in turkish * Fix style
1 parent 1bf2fd1 commit 67cc6ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+839
-249
lines changed

config/_default/menu.en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ main:
5353
parent: undergraduate
5454
identifier: undergraduate-electives
5555
weight: 304
56-
- name: Double Major Program
56+
- name: Double Major Programs
5757
url: /undergraduate/double-major
5858
parent: undergraduate
5959
identifier: undergraduate-double-major
6060
weight: 305
61-
- name: Minor Degree Program
61+
- name: Minor Degree Programs
6262
url: /undergraduate/minor-degree
6363
parent: undergraduate
6464
identifier: undergraduate-minor-degree
@@ -68,7 +68,7 @@ main:
6868
parent: undergraduate
6969
identifier: undergraduate-exchange
7070
weight: 307
71-
- name: Summer Training
71+
- name: Industrial Training
7272
url: /undergraduate/training
7373
parent: undergraduate
7474
identifier: undergraduate-training

config/_default/menu.tr.yml

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,27 @@ main:
3838
parent: undergraduate
3939
identifier: undergraduate-overview
4040
weight: 301
41-
- name: Ders Programı
41+
- name: Öğretim Programı
4242
url: /undergraduate/curriculum
4343
parent: undergraduate
4444
identifier: undergraduate-curriculum
4545
weight: 302
46-
- name: Temel Dersler
47-
url: /undergraduate/courses
48-
parent: undergraduate
49-
identifier: undergraduate-courses
50-
weight: 303
46+
# - name: Temel Dersler
47+
# url: /undergraduate/courses
48+
# parent: undergraduate
49+
# identifier: undergraduate-courses
50+
# weight: 303
5151
- name: Seçmeli Dersler
5252
url: /undergraduate/electives
5353
parent: undergraduate
5454
identifier: undergraduate-electives
5555
weight: 304
56-
- name: Çift Anadal Programı
56+
- name: Çift Ana Dal Programları
5757
url: /undergraduate/double-major
5858
parent: undergraduate
5959
identifier: undergraduate-double-major
6060
weight: 305
61-
- name: Yandal Programı
61+
- name: Yan Dal Programları
6262
url: /undergraduate/minor-degree
6363
parent: undergraduate
6464
identifier: undergraduate-minor-degree
@@ -89,11 +89,21 @@ main:
8989
url: /graduate/
9090
identifier: graduate
9191
weight: 400
92-
- name: Genel Bakış
93-
url: /graduate/overview
92+
- name: Doktora Programı
93+
url: /graduate/phd-program
94+
parent: graduate
95+
identifier: graduate-phd-program
96+
weight: 411
97+
- name: Yüksek Lisans Programı
98+
url: /graduate/ms-program
99+
parent: graduate
100+
identifier: graduate-ms-program
101+
weight: 412
102+
- name: Diğer İlişkili Programlar
103+
url: /graduate/affiliated-programs
94104
parent: graduate
95-
identifier: graduate-overview
96-
weight: 401
105+
identifier: graduate-affiliated
106+
weight: 413
97107

98108
- name: Dersler
99109
url: /courses/

content/about/academic-advisors.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Academic Advisors
33
description: Academic Advisors at Computer Engineering
44
weight: 5
55
metadata: none
6+
type: wide
67
---
78

89
All students enrolled in the Computer Engineering program are assigned an

content/about/academic-advisors.tr.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Akademik Danışmanlar
33
description: Akademik Danışmanlar
44
weight: 5
55
metadata: none
6+
type: wide
67
---
78

89
## Hazırlık
@@ -15,16 +16,16 @@ metadata: none
1516

1617
## İkinci Sene
1718

18-
{{< people_alt tag="advisor-2" >}}
19+
{{< people tag="advisor-2" >}}
1920

2021
## Üçüncü Sene
2122

22-
{{< people_alt tag="advisor-3" >}}
23+
{{< people tag="advisor-3" >}}
2324

2425
## Dördüncü Sene
2526

26-
{{< people_alt tag="advisor-4" >}}
27+
{{< people tag="advisor-4" >}}
2728

2829
## Beşinci-Altıncı-Yedinci Seneler
2930

30-
{{< people_alt tag="advisor-x" >}}
31+
{{< people tag="advisor-x" >}}

content/about/administration.en.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Administration
3-
description: Department Administration
3+
description: Department Administration and Committees
44
weight: 4
55
metadata: none
6+
type: wide
67
---
78

89
## Chair
@@ -21,20 +22,22 @@ metadata: none
2122

2223
{{< people tag="double-major" >}}
2324

24-
## Exchange Studies Coordinator
25+
## Minor Degree Studies Coordinator
26+
27+
{{< people tag="minor-degree" >}}
2528

26-
{{< people tag="exchange-studies" >}}
29+
## Exchange Studies Coordinator
2730

28-
## Committees
31+
{{< people tag="exchange" >}}
2932

30-
### Curriculum Committee
33+
## Curriculum Committee
3134

3235
{{< people tag="curriculum" >}}
3336

34-
### System Committee
37+
## System Committee
3538

3639
{{< people tag="system" >}}
3740

38-
### Web Committee
41+
## Web Committee
3942

4043
{{< people tag="web" >}}

content/about/administration.tr.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
---
22
title: Yönetim
3+
description: Bölüm Yönetimi ve Komisyonları
34
weight: 4
45
metadata: none
6+
type: wide
57
---
8+
9+
## Bölüm Başkanı
10+
11+
{{< people tag="chair" >}}
12+
13+
## Bölüm Başkan Yardımcıları
14+
15+
{{< people tag="vicechair" >}}
16+
17+
## Lisansüstü Eğitim Koordinatörü
18+
19+
{{< people tag="graduate-studies" >}}
20+
21+
## Çift Ana Dal Programları Koordinatörü
22+
23+
{{< people tag="double-major" >}}
24+
25+
## Yan Dal Programları Koordinatörü
26+
27+
{{< people tag="minor-degree" >}}
28+
29+
## Değişim Programları Koordinatörü
30+
31+
{{< people tag="exchange" >}}
32+
33+
## Öğretim Programı Komisyonu
34+
35+
{{< people tag="curriculum" >}}
36+
37+
## Sistem ve Ağ Komisyonu
38+
39+
{{< people tag="system" >}}
40+
41+
## Web Komisyonu
42+
43+
{{< people tag="web" >}}

content/about/gender-equality.tr.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: Cinsiyet Eşitliği
3+
description: Boğaziçi Üniversitesi Cinsiyet Eşitliği Planı
34
weight: 7
45
metadata: none
56
---
7+
8+
Boğaziçi Üniversitesi, araştırma, akademi ve yönetim alanlarında toplumsal cinsiyet eşitliğini ilerletmeyi amaçlamaktadır. Üniversite bünyesindeki çeşitli birimler, kadınların sosyal ve akademik yaşamda görünürlüğünü ve katılımını artırmak, ilgili kayıtları toplamak ve güncellemek ve bu alanlardaki kadın istatistiklerini iyileştirmek gibi hedeflere doğru çalışmalar yürütmektedir.

content/about/governance.en.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/about/governance.tr.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/about/history.en.md

Lines changed: 27 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,45 @@
11
---
22
title: History
3-
description: Department History
3+
description: Computer Engineering Department History
44
weight: 2
55
metadata: none
66
---
77

8-
The Department of Computer Engineering was founded in 1982. The Computer
9-
Engineering undergraduate program was designed to meet the requirements of
10-
IEEE/ACM Joint Curriculum Committee. The first diplomas were awarded in 1986.
11-
That was also the year when the Computer Engineering MS and PhD programs were
12-
designed and commenced. In 1992, both the undergraduate and the graduate
13-
programs were revised to comply with the newly published IEEE/ACM joint
14-
Curriculum Committee report.
8+
Founded in 1982, the Department of Computer Engineering has played a leading role in shaping technological advancement in Turkey. The department's undergraduate program, designed to meet the rigorous standards of the IEEE/ACM Joint Curriculum Committee, graduated its first graduates in 1986. That same year, the department expanded its offerings with the launch of MS and PhD programs in Computer Engineering.
159

16-
## Milestones
10+
## Milestones of Growth
1711

18-
### 1976
12+
1976
13+
: The groundwork for computer education is laid with the establishment of a Computer Science graduate program within the Faculty of Arts & Sciences.
1914

20-
- Computer Science graduate program is established within the Faculty of Arts &
21-
Sciences.
15+
1982
16+
: The Department of Computer Engineering is established within the Faculty of Engineering, marking a significant step towards specialized computer education. The department's commitment to quality is evident from the outset, with the undergraduate program designed to meet the standards set by the IEEE/ACM Joint Curriculum Committee. To focus resources on this new program, admissions for the Computer Science program are temporarily paused.
2217

23-
### 1982
18+
1986
19+
: The department celebrates its first graduating class in the Computer Engineering undergraduate program. Recognizing the growing need for advanced degrees, the department launches MS and PhD programs in Computer Engineering.
2420

25-
- Computer Engineering Department is established within the Faculty of
26-
Engineering.
27-
- Computer Engineering undergraduate program is designed to meet the
28-
requirements of IEEE/ACM Joint Curriculum Committee.
29-
- Acceptance of new students to Computer Science program is frozen to allocate
30-
more resources to the new program.
21+
1988
22+
: Reflecting its rapid development, the department moves to a new home in the "Educational Technology Building" This move facilitates not only research and education within Computer Engineering but also allows the department to expand its services to the entire university. This includes offering computer literacy education and associated PC laboratory services:
3123

32-
### 1986
24+
- Five PC laboratories with a total of 60 computers, including a pilot classroom for Computer-Aided Education.
25+
- Educational laboratories focused on Software Engineering and Computer Hardware.
26+
- Research laboratories dedicated to Artificial Intelligence, Computer-Aided Design, and Robotics.
27+
- A minicomputer laboratory with a 7-terminal PDP 11/23 minicomputer.
3328

34-
- First group of students graduated in Computer Engineering undergraduate
35-
program.
36-
- Computer Engineering MS and PhD programs are designed and started.
29+
1992
30+
: Demonstrating its commitment to continuous improvement, both undergraduate and graduate programs are revised to adhere to the latest guidelines published by the IEEE/ACM Joint Curriculum Committee. Additionally, service courses are reorganized to enhance their effectiveness. The department flourishes, reaching a total enrollment of 360 students, including 57 graduate students.
3731

38-
### 1988
32+
1998
33+
: The department achieves a significant milestone with international accreditation by the ABET board, a testament to the high quality of its educational programs.
3934

40-
- As a result of the rapid development of the Department and the enhancement via
41-
graduate programs, the Department is moved from Computer Center to the newly
42-
completed "Educational Technology Building".
43-
- Besides continuing research and education in Computer Engineering , the
44-
department organized to give service to entire University in computer literacy
45-
education and associated PC Laboratory service with the following facilities:
46-
- Open to the benefit of entire University 5 PC laboratories equiped with
47-
total of 60 PC's (One is furnished as pilot classroom for Computer Aided
48-
Education).
49-
- "Software Engineering" and "Computer Hardware" educational laboratories.
50-
- "Artificial Intelligence", "Computer Aided Design" and "Robotics" research
51-
laboratories.
52-
- A minicomputer Laboratory giving service with a 7 terminal PDP 11/23
53-
minicomputer.
35+
2003
36+
: The Software Engineering MSc program is launched to address the growing industry demand for software professionals. This program provides an opportunity for four-year graduates to refine their skills and acquire the necessary expertise for successful careers in software engineering.
5437

55-
### 1992
38+
2004
39+
: The department successfully renews its ABET accreditation, demonstrating its ongoing commitment to maintaining its exceptional standards.
5640

57-
- Both undergraduate and graduate programs are revised to comply with the new
58-
report published by IEEE/ACM joint Curriculum Committee.
59-
- Service courses are reorganized to give better service.. Total number of
60-
students registered in the Department reached to 360 including 57 graduate
61-
students.
41+
2006
42+
: The "Educational Technology Building" undergoes modernization and reinforcement to enhance earthquake safety. Following these renovations, the department, now boasting 19 full-time and 8 part-time faculty members along with 21 research and teaching assistants, returns to its renovated building.
6243

63-
### 1998
64-
65-
- Quality of education of the Computer Engineering Program is internationally
66-
certified by ABET acreditation board.
67-
68-
### 2003
69-
70-
- Software Engineering MSc program is started to reeducate 4 year graduates as
71-
software engineers at the graduate level to meet the high demands of industry
72-
for software professionals.
73-
74-
### 2004
75-
76-
- Computer Engineering Department reassured second time via ABET acreditation
77-
that it preserves high quality of education which was certified by the same
78-
institution 6 years ago.
79-
80-
### 2006
81-
82-
- Modernization and reinforcement of "Educational Technology Building" against
83-
earthquake hazard is completed.
84-
- Computer Engineering Department which the size of staff has reached to 19 full
85-
time and 8 part time faculty with 21 research and teaching assistants moved
86-
back to its renovated building from a temporary stay in Hisar kampus.
87-
88-
### 2010
89-
90-
- ABET Accreditation is renewed.
91-
92-
### 2016
93-
94-
- ABET Accreditation is renewed.
44+
2010, 2016 & 2022
45+
: The department's commitment to excellence is further solidified with successful renewals of its ABET accreditation.

0 commit comments

Comments
 (0)