summaryrefslogtreecommitdiff
path: root/fossee_manim/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'fossee_manim/models.py')
-rw-r--r--fossee_manim/models.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/fossee_manim/models.py b/fossee_manim/models.py
index a3b3537..bdf1efc 100644
--- a/fossee_manim/models.py
+++ b/fossee_manim/models.py
@@ -17,13 +17,15 @@ position_choices = (
)
department_choices = (
- ("computer engineering", "Computer Science"),
+ ("computer", "Computers"),
+ ("mathematics", "Mathematics"),
+ ("physics", "Physics"),
("information technology", "Information Technology"),
- ("civil engineering", "Civil Engineering"),
- ("electrical engineering", "Electrical Engineering"),
- ("mechanical engineering", "Mechanical Engineering"),
- ("chemical engineering", "Chemical Engineering"),
- ("aerospace engineering", "Aerospace Engineering"),
+ ("civil", "Civil"),
+ ("electrical", "Electrical"),
+ ("mechanical", "Mechanical"),
+ ("chemical", "Chemical"),
+ ("aerospace", "Aerospace"),
("biosciences and bioengineering", "Biosciences and BioEngineering"),
("electronics", "Electronics"),
("energy science and engineering", "Energy Science and Engineering"),