Skip to content

Commit

Permalink
Update 1st & 2nd year classes for 1st semester, add Rust Programming …
Browse files Browse the repository at this point in the history
…for 2nd year optional classes (#23)

* Update b-first-year.ts

update first year classes for 1st semester

* Update b-second-year.ts

update 2nd year classes for 1st semester

* add 'rust programming' optional for 2nd years
  • Loading branch information
MateiSR authored Sep 30, 2024
1 parent 2ed3bf2 commit 46e5838
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 17 deletions.
8 changes: 4 additions & 4 deletions frontend/src/shared/materials/b-first-year.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const FIRST_SEMESTER_CLASSES: Class[] = [
"credits": 5,
"photo": "https://i.postimg.cc/yYf7dvCQ/1435061-609.jpg",
"materials": "https://drive.google.com/drive/folders/1HaqhrzA6llCJNUq7HqdZuxn-0C_n3pSK?usp=sharing",
"site": "https://profs.info.uaic.ro/~rvlad/stud.html",
"site": "https://edu.info.uaic.ro/arhitectura-calculatoarelor-si-sisteme-de-operare/",
"password": "",
"type": ClassType.NORMAL,
},
Expand All @@ -46,7 +46,7 @@ const FIRST_SEMESTER_CLASSES: Class[] = [
"credits": 5,
"materials": "https://drive.google.com/drive/folders/1cfmZ9LbVWKJr1Y_uaefacwBGUn7UNcXz?usp=sharing",
"photo": "https://i.postimg.cc/TYSwcgR3/istockphoto-536754333-612x612.jpg",
"site": "https://sites.google.com/view/matematica2023-2024",
"site": "https://edu.info.uaic.ro/matematica-calcul-diferential-si-integral/",
"password": "",
"type": ClassType.NORMAL,
},
Expand All @@ -70,7 +70,7 @@ const FIRST_SEMESTER_CLASSES: Class[] = [
"credits": 4,
"materials": "https://drive.google.com/drive/folders/1pyIovesgDAxD822SmpjZoYIjsKj5H-LH?usp=sharing",
"photo": "https://i.postimg.cc/90kWJHHn/The-Bennu-Bird-Ancient-Egyptian-Symbols-Egypt-Tours-Portal.jpg",
"site": "https://profs.info.uaic.ro/~augusto.perez",
"site": "https://edu.info.uaic.ro/limba-engleza/",
"password": "",
"type": ClassType.NORMAL,
},
Expand All @@ -82,7 +82,7 @@ const FIRST_SEMESTER_CLASSES: Class[] = [
"credits": 3,
"materials": "",
"photo": "https://i.postimg.cc/MGYqgQ8R/left-right-brain-science-colors-art-mentality-vector-illustration-flat-style-204797622.jpg",
"site": "https://students.info.uaic.ro/~alexandru.ionita/pc/index.html",
"site": "https://edu.info.uaic.ro/programare-competitiva/",
"password": "",
"type": ClassType.FACULTY,
},
Expand Down
38 changes: 25 additions & 13 deletions frontend/src/shared/materials/b-second-year.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const FIRST_SEMESTER_CLASSES: Class[] = [
"credits": 6,
"materials": "https://drive.google.com/drive/folders/1U94LDwW-mBUhra77nv--AWBYXa_MYcE0?usp=sharing",
"photo": "https://i.postimg.cc/76sX3PJv/istockphoto-1254580063-612x612.jpg",
"site": "https://profs.info.uaic.ro/~bd/wiki/index.php/Pagina_principal%C4%83",
"site": "https://edu.info.uaic.ro/baze-de-date/",
"password": "student student@bd",
"type": ClassType.NORMAL,
},
Expand All @@ -34,7 +34,7 @@ export const FIRST_SEMESTER_CLASSES: Class[] = [
"credits": 5,
"materials": "https://drive.google.com/drive/folders/19Vq2t7oldAnwLhcckQRNbQS48nW-ZRq3?usp=sharing",
"photo": "https://i.postimg.cc/xTSgLZc1/nightmare.jpg",
"site": "https://profs.info.uaic.ro/~otto/lfac.html",
"site": "https://edu.info.uaic.ro/limbaje-formale-automate-si-compilatoare/",
"password": "",
"type": ClassType.NORMAL,
},
Expand All @@ -46,7 +46,7 @@ export const FIRST_SEMESTER_CLASSES: Class[] = [
"credits": 5,
"materials": "https://drive.google.com/drive/folders/1SSPbBMtNCPBDYmhhIsm9b7ErUCu_4E0k?usp=sharing",
"photo": "https://i.postimg.cc/NMkFSL7V/Contribution203-final-A.jpg",
"site": "https://profs.info.uaic.ro/~olariu/curent/AG/AG_ro.html",
"site": "https://edu.info.uaic.ro/algoritmica-grafuri/",
"password": "",
"type": ClassType.NORMAL,
},
Expand All @@ -58,12 +58,24 @@ export const FIRST_SEMESTER_CLASSES: Class[] = [
"credits": 4,
"materials": "https://drive.google.com/drive/folders/1lhrFu6j2nmf8K75iESA4oUuZ8M1yN7Xk?usp=sharing",
"photo": "https://i.postimg.cc/90kWJHHn/The-Bennu-Bird-Ancient-Egyptian-Symbols-Egypt-Tours-Portal.jpg",
"site": "https://profs.info.uaic.ro/~augusto.perez",
"site": "https://edu.info.uaic.ro/limba-engleza/",
"password": "",
"type": ClassType.NORMAL,
},
{
"count": 6,
"name": "Rust Programming",
"nameRo": "Programare in Rust",
"short": "PR",
"credits": 4,
"materials": "",
"photo": "https://i.ibb.co/yF8NHpx/rust-logo-2.png",
"site": "https://gdt050579.github.io/rust_course_fii/",
"password": "",
"type": ClassType.OPTIONAL_1,
},
{
"count": 7,
"name": "Computability, Decidability and Complexity",
"nameRo": "Calculabilitate, Decidabilitate si Complexitate",
"short": "CDC",
Expand All @@ -75,19 +87,19 @@ export const FIRST_SEMESTER_CLASSES: Class[] = [
"type": ClassType.OPTIONAL_1,
},
{
"count": 7,
"count": 8,
"name": "Principles of Programming Languages",
"nameRo": "Principii ale Limbajelor de Programare",
"short": "PLP",
"credits": 4,
"materials": "https://drive.google.com/drive/folders/1f2Gm4XZJh41Z9heiUDYkIW-HNLa0z61G?usp=sharing",
"photo": "https://i.postimg.cc/Rh1Ycxmw/Yellowtail-Visual.jpg",
"site": "https://profs.info.uaic.ro/~arusoaie.andrei/lectures/PLP/2020/plp.html",
"site": "https://edu.info.uaic.ro/principii-ale-limbajelor-de-programare/",
"password": "",
"type": ClassType.OPTIONAL_1,
},
{
"count": 8,
"count": 9,
"name": "Genetic Algorithms",
"nameRo": "Algoritmi Genetici",
"short": "AG",
Expand All @@ -99,31 +111,31 @@ export const FIRST_SEMESTER_CLASSES: Class[] = [
"type": ClassType.OPTIONAL_1,
},
{
"count": 9,
"count": 10,
"name": "Quantum Computing",
"nameRo": "Quantum Computing",
"short": "QC",
"credits": 4,
"materials": "https://drive.google.com/drive/folders/1QGXi9Hwa8tgd8PbjYV6vA39c8KKQnKkk?usp=sharing",
"photo": "https://i.postimg.cc/HsV5c4tk/istockphoto-1211223669-612x612.jpg",
"site": "https://profs.info.uaic.ro/~andreea.arusoaie/QC.html",
"site": "https://edu.info.uaic.ro/quantum-computing/",
"password": "",
"type": ClassType.OPTIONAL_1,
},
{
"count": 10,
"count": 11,
"name": "Competitive Programming",
"nameRo": "Programare Competitiva",
"short": "PC",
"credits": 3,
"materials": "",
"photo": "https://i.postimg.cc/MGYqgQ8R/left-right-brain-science-colors-art-mentality-vector-illustration-flat-style-204797622.jpg",
"site": "https://students.info.uaic.ro/~alexandru.ionita/pc/index.html",
"site": "https://edu.info.uaic.ro/programare-competitiva/",
"password": "",
"type": ClassType.FACULTY,
},
{
"count": 11,
"count": 12,
"name": "Physical Education",
"nameRo": "Educatie Fizica",
"short": "Sport",
Expand All @@ -135,7 +147,7 @@ export const FIRST_SEMESTER_CLASSES: Class[] = [
"type": ClassType.FACULTY,
},
{
"count": 12,
"count": 13,
"name": "Industry Training I",
"nameRo": "Practica in Industrie",
"short": "Practica",
Expand Down

0 comments on commit 46e5838

Please sign in to comment.