From 46e58380250aa8989a593923f4bb3865eeff8841 Mon Sep 17 00:00:00 2001 From: Matei Radu <37928133+MateiSR@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:34:08 +0300 Subject: [PATCH] Update 1st & 2nd year classes for 1st semester, add Rust Programming 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 --- frontend/src/shared/materials/b-first-year.ts | 8 ++-- .../src/shared/materials/b-second-year.ts | 38 ++++++++++++------- 2 files changed, 29 insertions(+), 17 deletions(-) diff --git a/frontend/src/shared/materials/b-first-year.ts b/frontend/src/shared/materials/b-first-year.ts index 864bf83..b450243 100644 --- a/frontend/src/shared/materials/b-first-year.ts +++ b/frontend/src/shared/materials/b-first-year.ts @@ -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, }, @@ -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, }, @@ -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, }, @@ -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, }, diff --git a/frontend/src/shared/materials/b-second-year.ts b/frontend/src/shared/materials/b-second-year.ts index 3777f38..83e51b4 100644 --- a/frontend/src/shared/materials/b-second-year.ts +++ b/frontend/src/shared/materials/b-second-year.ts @@ -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, }, @@ -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, }, @@ -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, }, @@ -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", @@ -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", @@ -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", @@ -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",