-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
691 lines (691 loc) · 44.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<title>OSU CS/Math Course Scheduler</title>
<link rel='stylesheet' type='text/css' media='screen' href='index.css'>
<script src='index.js'></script>
</head>
<body>
<header>
<h1>OSU CS/Math Course Scheduler</h1>
</header>
<main>
<section>
<form action="/results" method="POST">
<fieldset>
<legend>Discuss your majorhere.</legend>
<p>What is your major?</p>
<label for="cs">
<input type="radio" name="major" value="Computer Science"/>
Computer Science
</label>
<label for="math">
<input type="radio" name="major" value="Mathematics"/>
Mathematics
</label>
<label for="both">
<input type="radio" name="major" value="Both CS and Math"/>
Both CS and Math
</label>
</fieldset>
<fieldset>
<legend>If you are doing a CS major, fill this field out.</legend>
<p>Please note by adding a CS major, you have added the following requirements:</p>
<ul>
<li>Either COMM 114 (Argument and Critical Discourse) or COMM 111Z (Public Speaking)</li>
<li>WR 121Z (Composition I)</li>
<li>WR 214 (Writing in Business)</li>
<li>WR 227Z (Technical Writing)</li>
<li>MTH 231 (Elements of Discrete Mathematics)</li>
<li>MTH 251 (Differential Calculus)</li>
<li>MTH 252 (Integral Calculus)</li>
<li>ENGR 100 (The Oregon State Engineering Student)</li>
<li>ENGR 102 (Design Engineering and Problem Solving)</li>
<li>ENGR 103 (Engineering Computation and Algorithmic Thinking)</li>
<li>CS 162 (Introduction to Computer Science II)</li>
<li>CS 261 (Data Structures)</li>
<li>CS 290 (Web Development)</li>
<li>CS 325 (Analysis of Algorithms)</li>
<li>CS 340 (Introduction to Databases)</li>
<li>CS 361 (Software Engineering I)</li>
<li>CS 362 (Software Engineering II)</li>
<li>CS 374 (Operating Systems I)</li>
<li>Either CS 391 (Social and Ethical Issues in Computer Science) or PHL 330 (Technology and Ethics)</li>
</ul>
<p>What concentration are you completing?</p>
<label for="data-science">
<input type="radio" name="cs-track" value="Data Science"/>
Data Science
</label>
<label for="ai">
<input type="radio" name="cs-track" value="Artificial Intelligence"/>
Artificial Intelligence
</label>
<label for="robot">
<input type="radio" name="cs-track" value="Robot Intelligence"/>
Robot Intelligence
</label>
<label for="bio">
<input type="radio" name="cs-track" value="Bioinformatics"/>
Data Science
</label>
<label for="business">
<input type="radio" name="cs-track" value="Business and Entrepreneurship"/>
Business and Entrepreneurship
</label>
<label for="human">
<input type="radio" name="cs-track" value="Human-Computer Interaction"/>
Human-Computer Interaction
</label>
<label for="games">
<input type="radio" name="cs-track" value="Simulation and Game Programming"/>
Simulation and Game Programming
</label>
<label for="web-dev">
<input type="radio" name="cs-track" value="Web and Mobile Application Development"/>
Web and Mobile Application Development
</label>
<label for="sw-eng">
<input type="radio" name="cs-track" value="Software Engineering"/>
Software Engineering (Cascades Only)
</label>
<label for="sw-ent">
<input type="radio" name="cs-track" value="Software Entrepreneurship"/>
Software Entrepreneurship (Cascades Only)
</label>
<label for="systems">
<input type="radio" name="cs-track" value="Computer Systems"/>
Computer Systems
</label>
<label for="cyber">
<input type="radio" name="cs-track" value="Cybersecurity"/>
Cybersecurity
</label>
<label for="postbac">
<input type="radio" name="cs-track" value="Postbaccalaureate"/>
Postbaccalaureate Student
</label>
</fieldset>
<fieldset>
<legend>If you are doing a mathematics major, fill this field out.</legend>
<p>Please note by adding the mathematics major, the following classes have been added by default:</p>
<ul>
<li>MTH 251 (Differential Calculus)</li>
<li>MTH 252 (Integral Calculus)</li>
<li>MTH 253 (Infinite Series and Sequences)</li>
<li>MTH 254 (Vector Calculus I)</li>
<li>MTH 255 (Vector Calculus II)</li>
<li>MTH 256 (Applied Differential Equations)</li>
<li>MTH 310 (Foundations of Mathematics)</li>
<li>MTH 311 (Advanced Calculus I)</li>
<li>MTH 312 (Advanced Calculus II)</li>
<li>MTH 341 (Linear Algebra I)</li>
<li>MTH 342 (Linear Algebra II)</li>
<li>MTH 343 (Introduction to Modern Algebra)</li>
</ul>
<p>Which concentration are you doing, if any?</p>
<label for="none">
<input type="radio" name="math-track" value="I am not doing a concentration"/>
I am not doing a concentration
</label>
<label for="applied">
<input type="radio" name="math-track" value="Applied and Computational Mathematics"/>
Applied and Computational Mathematics
</label>
<label for="math-bio">
<input type="radio" name="cs-track" value="Mathematical Biology"/>
Mathematical Biology
</label>
<label for="teaching">
<input type="radio" name="cs-track" value="Secondary Teaching"/>
Secondary Teaching
</label>
<label for="statistics">
<input type="radio" name="cs-track" value="Statistics"/>
Statistics
</label>
</fieldset>
<fieldset>
<legend>If you are completing any minors, list them here.</legend>
<p>Are you completing any minors? Choose all that apply.</p>
<label for="actuary-minor">
<input type="checkbox" name="minors" value="Actuarial Science">
Actuarial Science
</label>
<label for="biology">
<input type="checkbox" name="minors" value="Biology">
Biology
</label>
<label for="bio-data-science">
<input type="checkbox" name="minors" value="Biological Data Sciences">
Biological Data Sciences
</label>
<label for="bus-systems">
<input type="checkbox" name="minors" value="Business Information Systems">
Business Information Systems
</label>
<label for="bus-minor">
<input type="checkbox" name="minors" value="Business">
Business
</label>
<label for="cs-minor">
<input type="checkbox" name="minors" value="Computer Science">
Computer Science
</label>
<label for="cyber-manage">
<input type="checkbox" name="minors" value="Cybersecurity Management">
Cybersecurity Management
</label>
<label for="education">
<input type="checkbox" name="minors" value="Education">
Education
</label>
<label for="graphic-design">
<input type="checkbox" name="minors" value="Graphic Design">
Graphic Design
</label>
<label for="math-minor">
<input type="checkbox" name="minors" value="Mathematics">
Mathematics
</label>
<label for="physics">
<input type="checkbox" name="minors" value="Physics">
Physics
</label>
<label for="psychology">
<input type="checkbox" name="minors" value="Psychology">
Psychology
</label>
<label for="stats">
<input type="checkbox" name="minors" value="Statistics">
Statistics
</label>
<label for="ux">
<input type="checkbox" name="minors" value="User Experience Research">
User Experience Research
</label>
</fieldset>
<fieldset>
<legend>If you are in the data science field, fill this field out.</legend>
<p>Please note by adding the data science track, you have added the following required classes:</p>
<ul>
<li>ST 314 (Introduction to Statistics for Engineers)</li>
<li>CS 271 (Computer Architecture and Assembly Language)</li>
<li>CS 434 (Machine Learning and Data Mining)</li>
<li>CS 461 (Senior Software Engineering Project I)</li>
<li>CS 462 (Senior Software Engineering Project II)</li>
<li>CS 463 (Senior Software Engineering Project III)</li>
<li>CS 475 (Introduction to Parallel Programming)</li>
<li>MTH 254 (Vector Calculus I)</li>
<li>MTH 341 (Linear Algebra I)</li>
<li>ST 421 (Introduction to Mathematical Statistics I)</li>
</ul>
<p>Do you wish to take either CS 453 or CS 458? Choose one from below.</p>
<label for="cs-453">
<input type="radio" name="classes" value="CS 453">
CS 453 (Scientific Visualization)
</label>
<label for="cs-458">
<input type="radio" name="classes" value="CS 458">
CS 458 (Introduction to Information Visualization)
</label>
<p>What classes are you considering for your concentration? Choose at least 5 credits.</p>
<label for="cs-321">
<input type="checkbox" name="classes" value="CS 321">
CS 321 (Intro to Theory of Computation) (3)
</label>
<label for="cs-331">
<input type="checkbox" name="classes" value="CS 331">
CS 331 (Intro to Artificial Intelligence) (4)
</label>
<label for="cs-420">
<input type="checkbox" name="classes" value="CS 420">
CS 420 (Graph Theory with Applications to Computer Science) (3)
</label>
<label for="cs-492">
<input type="checkbox" name="classes" value="CS 492">
CS 492 (Mobile Software Development) (4)
</label>
<label for="cs-493">
<input type="checkbox" name="classes" value="CS 493">
CS 493 (Cloud Application Development) (4)
</label>
<label for="mth-342">
<input type="checkbox" name="classes" value="MTH 342">
MTH 342 (Linear Algebra II) (4)
</label>
<label for="mth-451">
<input type="checkbox" name="classes" value="MTH 451">
MTH 451 (Numerical Linear Algebra) (3)
</label>
<label for="st-422">
<input type="checkbox" name="classes" value="ST 422">
ST 422 (Intro to Mathematical Statistics II) (4)
</label>
<p>Choose which 4 applied CS electives you wish to take below.</p>
<label for="cs-352">
<input type="checkbox" name="classes" value="CS 352">
CS 352 (Introduction to Usability Engineering)
</label>
<label for="cs-370">
<input type="checkbox" name="classes" value="CS 370">
CS 370 (Introduction to Security)
</label>
<label for="cs-372">
<input type="checkbox" name="classes" value="CS 372">
CS 372 (Introduction to Computer Networks)
</label>
<label for="cs-381">
<input type="checkbox" name="classes" value="CS 381">
CS 381 (Programming Language Fundamentals)
</label>
<label for="cs-474">
<input type="checkbox" name="classes" value="CS 474">
CS 474 (Operating Systems II)
</label>
</fieldset>
<fieldset>
<legend>If you are in the artificial intelligence field, fill this field out.</legend>
<p>What classes are you considering for your concentration? Choose all that apply.</p>
<label for="ai-530">
<input type="checkbox" name="classes" value="AI 530">
AI 530 (Big Ideas in AI, take only if in AMP)
</label>
<label for="ai-535">
<input type="checkbox" name="classes" value="AI 535">
AI 535 (Deep Learning, take only if in AMP)
</label>
<label for="cs-321">
<input type="checkbox" name="classes" value="CS 321">
CS 321 (Intro to Theory of Computation)
</label>
<label for="cs-420">
<input type="checkbox" name="classes" value="CS 420">
CS 420 (Graph Theory with Applications to Computer Science)
</label>
<label for="cs-440">
<input type="checkbox" name="classes" value="CS 440">
CS 440 (Database Management Systems)
</label>
<label for="cs-453">
<input type="checkbox" name="classes" value="CS 453">
CS 453 (Data Visualization)
</label>
<label for="cs-458">
<input type="checkbox" name="classes" value="CS 458">
CS 458 (Intro to Information Visualization)
</label>
<label for="cs-492">
<input type="checkbox" name="classes" value="CS 492">
CS 492 (Mobile Software Development)
</label>
<label for="cs-493">
<input type="checkbox" name="classes" value="CS 493">
CS 493 (Cloud Application Development)
</label>
<label for="mth-342">
<input type="checkbox" name="classes" value="MTH 342">
MTH 342 (Linear Algebra II)
</label>
<label for="mth-451">
<input type="checkbox" name="classes" value="MTH 451">
MTH 451 (Numerical Linear Algebra)
</label>
<label for="mth-463">
<input type="checkbox" name="classes" value="MTH 463">
MTH 463 (Probability I)
</label>
<label for="mth-464">
<input type="checkbox" name="classes" value="MTH 464">
MTH 464 (Probability II)
</label>
<label for="mth-465">
<input type="checkbox" name="classes" value="MTH 465">
MTH 465 (Probability III)
</label>
<label for="rob-421">
<input type="checkbox" name="classes" value="ROB 421">
ROB 421 (Applied Robotics)
</label>
<label for="rob-456">
<input type="checkbox" name="classes" value="ROB 456">
ROB 456 (Intelligent Robotics)
</label>
<label for="st-422">
<input type="checkbox" name="classes" value="ST 422">
ST 422 (Intro to Mathematical Statistics II)
</label>
<label for="st-443">
<input type="checkbox" name="classes" value="ST 443">
ST 443 (Applied Stochastic Models)
</label>
</fieldset>
<fieldset>
<legend>If you are in the robot intelligence field, fill this field out.</legend>
<p>What classes are you considering for your concentration? Choose all that apply.</p>
<label for="cs-475">
<input type="checkbox" name="classes" value="CS 475">
CS 475 (Intro to Parallel Programming)
</label>
<label for="cs-492">
<input type="checkbox" name="classes" value="CS 492">
CS 492 (Mobile Software Development)
</label>
<label for="cs-493">
<input type="checkbox" name="classes" value="CS 493">
CS 493 (Cloud Application Development)
</label>
<label for="mth-342">
<input type="checkbox" name="classes" value="MTH 342">
MTH 342 (Linear Algebra II)
</label>
<label for="mth-451">
<input type="checkbox" name="classes" value="MTH 451">
MTH 451 (Numerical Linear Algebra)
</label>
<label for="ph-212">
<input type="checkbox" name="classes" value="PH 212">
PH 212 (General Physics With Calculus II)
</label>
<label for="st-421">
<input type="checkbox" name="classes" value="ST 421">
ST 421 (Intro to Mathematical Statistics I)
</label>
<label for="st-422">
<input type="checkbox" name="classes" value="ST 422">
ST 422 (Intro to Mathematical Statistics II)
</label>
</fieldset>
<fieldset>
<legend>If you are in the bioinformatics field, fill this field out.</legend>
<p>What classes are you considering for your concentration? Choose all that apply.</p>
<label for="bb-314">
<input type="checkbox" name="classes" value="BB 314">
BB 314 (Cell and Molecular Biology)
</label>
<label for="bb-331">
<input type="checkbox" name="classes" value="BB 331">
BB 331 (Intro to Molecular Biology)
</label>
<label for="bds-310">
<input type="checkbox" name="classes" value="BDS 310">
BDS 310 (Foundations of Biological Data Sciences)
</label>
<label for="bds-311">
<input type="checkbox" name="classes" value="BDS 311">
BDS 311 (Computational Approaches for Biological Data)
</label>
<label for="bds-472">
<input type="checkbox" name="classes" value="BDS 472">
BDS 472 (Advanced Computing for Biological Data Analysis)
</label>
<label for="bds-474">
<input type="checkbox" name="classes" value="BDS 474">
BDS 474 (Intro to Genome Biology)
</label>
<label for="bi-311">
<input type="checkbox" name="classes" value="BI 311">
BI 311 (Genetics)
</label>
<label for="bi-370">
<input type="checkbox" name="classes" value="BI 370">
BI 370 (Ecology)
</label>
<label for="bi-445">
<input type="checkbox" name="classes" value="BI 445">
BI 445 (Evolution)
</label>
<label for="bi-454">
<input type="checkbox" name="classes" value="BI 454">
BI 454 (Evolutionary Geonomics)
</label>
<label for="cs-331">
<input type="checkbox" name="classes" value="CS 331">
CS 331 (Intro to Artificial Intelligence)
</label>
<label for="cs-420">
<input type="checkbox" name="classes" value="CS 420">
CS 420 (Graph Theory With Applications to Computer Science)
</label>
<label for="cs-446">
<input type="checkbox" name="classes" value="CS 446">
CS 446 (Networks in Computational Biology)
</label>
<label for="cs-453">
<input type="checkbox" name="classes" value="CS 453">
CS 453 (Scientific Visualization)
</label>
<label for="cs-458">
<input type="checkbox" name="classes" value="CS 458">
CS 458 (Intro to Information Visualization)
</label>
<label for="cs-475">
<input type="checkbox" name="classes" value="CS 475">
CS 475 (Intro to Parallel Programming)
</label>
<label for="cs-492">
<input type="checkbox" name="classes" value="CS 492">
CS 492 (Mobile Software Development)
</label>
<label for="cs-493">
<input type="checkbox" name="classes" value="CS 493">
CS 493 (Cloud Application Development)
</label>
<label for="mth-342">
<input type="checkbox" name="classes" value="MTH 342">
MTH 342 (Linear Algebra II)
</label>
<label for="mb-302">
<input type="checkbox" name="classes" value="MB 302">
MB 302 (General Microbiology)
</label>
<label for="mb-420">
<input type="checkbox" name="classes" value="MB 420">
MB 420 (Microbial Genome Evolution and Biodiversity)
</label>
<label for="mb-448">
<input type="checkbox" name="classes" value="MB 448">
MB 448 (Microbe-Environment Interactions)
</label>
</fieldset>
<fieldset>
<legend>If you are in the Human-Computer Interaction field, fill this field out.</legend>
<p>What classes are you considering for your concentration? Choose all that apply.</p>
<label for="psy-302">
<input type="checkbox" name="classes" value="PSY 302">
PSY 302 (User Experience Research)
</label>
<label for="psy-312">
<input type="checkbox" name="classes" value="PSY 312">
PSY 312 (Careers in Human-Computer Interaction)
</label>
<label for="psy-350">
<input type="checkbox" name="classes" value="PSY 350">
PSY 350 (Human Lifespan Development)
</label>
<label for="psy-360">
<input type="checkbox" name="classes" value="PSY 360">
PSY 360 (Social Psychology)
</label>
<label for="psy-370">
<input type="checkbox" name="classes" value="PSY 370">
PSY 370 (Personality)
</label>
<label for="psy-426">
<input type="checkbox" name="classes" value="PSY 426">
PSY 426 (Psychology of Gender)
</label>
<label for="psy-434">
<input type="checkbox" name="classes" value="PSY 434">
PSY 434 (Brain and Behavior Methods)
</label>
<label for="psy-440">
<input type="checkbox" name="classes" value="PSY 440">
PSY 440 (Cognition Research)
</label>
<label for="psy-442">
<input type="checkbox" name="classes" value="PSY 442">
PSY 442 (Perception)
</label>
<label for="psy-444">
<input type="checkbox" name="classes" value="PSY 444">
PSY 444 (Learning and Memory)
</label>
<label for="psy-446">
<input type="checkbox" name="classes" value="PSY 446">
PSY 446 (Psychology of Human Computer Interaction)
</label>
<label for="psy-434">
<input type="checkbox" name="classes" value="PSY 454">
PSY 454 (Cognitive Development)
</label>
<label for="psy-456">
<input type="checkbox" name="classes" value="PSY 456">
PSY 456 (Social Development)
</label>
<label for="psy-464">
<input type="checkbox" name="classes" value="PSY 464">
PSY 464 (Social Cognition)
</label>
<label for="psy-494">
<input type="checkbox" name="classes" value="PSY 494">
PSY 494 (Engineering Psychology)
</label>
</fieldset>
<fieldset>
<legend>If you are in the Simulation and Game Programming field, fill this field out.</legend>
<p>What classes are you considering for your concentration? Choose all that apply.</p>
<label for="cs-331">
<input type="checkbox" name="classes" value="CS 331">
CS 331 (Intro to Artificial Intelligence)
</label>
</fieldset>
<fieldset>
<legend>If you are in the Web and Mobile Application Development field, fill this field out.</legend>
<p>What classes are you considering for your concentration? Choose all that apply.</p>
</fieldset>
<fieldset>
<legend>If you are in the Cybersecurity field, answer the question below.</legend>
<p>Which capstone track do you wish to complete?</p>
</fieldset>
<fieldset>
<legend>If you do not have a track for the math major, fill this field out.</legend>
<p>Which writing intensive course do you wish to take?</p>
<p>Which computational course do you wish to take?</p>
<p>Which area courses do you wish to take?</p>
</fieldset>
<fieldset>
<legend>If you are in the applied and computational mathematics track, fill this field out.</legend>
<p>Which area courses do you wish to take? Select up to 5.</p>
<p>Which course in probability and statistics do you wish to take?</p>
</fieldset>
<fieldset>
<legend>If you are in the mathematical biology track, fill this field out.</legend>
<p>Which writing intensive course do you wish to take? Select one from the list below.</p>
<p>Do you wish to take ST 351 or ST 411? Select one from the list below.</p>
<p>Which course do you wish to take? Select one from the list below.</p>
<p>Which course do you wish to take? Select one from the list below.</p>
<p>Which course do you wish to take? Select one from the list below.</p>
<p>Which course do you wish to take? Select one from the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the statistics track, fill this field out.</legend>
<p>Which writing intensive course do you wish to take? Select one from the list below.</p>
<p>Which in-depth course do you wish to take? Select one from the list below.</p>
<p>Which breadth courses do you wish to take?</p>
</fieldset>
<fieldset>
<legend>If you are in the actuarial science minor, fill this field out.</legend>
<p>Do you wish to take MTH 253 or MTH 264/265? Select one from the list below.</p>
<p>Which elective courses do you wish to take? Select two from the list below. Note they do not count if they are used for a major or another minor.</p>
</fieldset>
<fieldset>
<legend>If you are in the biology minor, fill this field out.</legend>
<p>Which course series do you wish to take? Select one from the list below.</p>
<p>Which cellular and molecular biology course do you wish to take? Select one from the list below.</p>
<p>Which ecology course do you wish to take? Select one from the list below.</p>
<p>Which organismal and physiology course do you wish to take? Select one from the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the biological data sciences minor, fill this field out.</legend>
<p>Which foundational course do you wish to take? Select one from the list below.</p>
<p>Which elective courses do you wish to take? Select at least 9 credits from the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the business information systems minor, fill this field out.</legend>
<p>Which final course do you wish to take? Select one from the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the business minor, fill this field out.</legend>
<p>Which entrepreneurship course(s) do you wish to take? Select one from the list below.</p>
<p>Which accounting(s) course do you wish to take? Select one from the list below.</p>
<p>Which team management courses do you wish to take? Select one from the list below.</p>
<p>Which financial management course do you wish to take? Select one from the list below.</p>
<p>Which marketing course do you wish to take? Select one from the list below.</p>
<p>Which economics course do you wish to take? Select one from the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the computer science minor, fill this field out.</legend>
<p>Which foundational course(s) do you wish to take? Select one from the list below.</p>
<p>Which lower-division course(s) do you wish to take? Select one from the list below.</p>
<p>Which upper-division courses do you wish to take? Select three from the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the cybersecurity management minor, fill this field out.</legend>
<p>Which final course do you wish to take? Select one from the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the education minor, fill this field out.</legend>
<p>Which elective courses do you wish to take? Select at least 18 credits from the list below. Note that up to 2 classes (or 8 credits) may be counted as HDFS courses.</p>
</fieldset>
<fieldset>
<legend>If you are in the graphic design minor, fill this field out.</legend>
<p>Which elective course do you wish to take? Select one from the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the mathematics minor, fill this field out.</legend>
<p>Which courses do you wish to take? Select one from the list below. Credits must add up to 30 credits, 15 of which must be upper-division, and either MTH 311 or MTH 341 is required.</p>
</fieldset>
<fieldset>
<legend>If you are in the psychology minor, fill this field out.</legend>
<p>Which survey course do you wish to take? Select two from the list below.</p>
<p>Which advanced courses do you wish to take? Select two from the list below. No more than 4 credits of blanket courses may be applied.</p>
<p>Which final course do you wish to take? Select one the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the statistics minor, fill this field out.</legend>
<p>Which introductory course do you wish to take? Select one from the list below.</p>
<p>Which approved courses do you wish to take? Select at least 10 credits from the list below.</p>
</fieldset>
<fieldset>
<legend>If you are in the user experience research minor, fill this field out.</legend>
<p>Which computer science course do you wish to take? Select one from the list below.</p>
<p>Which elective courses do you wish to take? Select three from the list below.</p>
</fieldset>
<fieldset>
<legend>Fill this field out to input the necessary Bacc Core requirements.</legend>
<p>Select which Writing I course you are taking or have taken.</p>
<p>Select which Writing II course you are taking or have taken.</p>
<p>Select which PAC course you are taking or have taken.</p>
<p>Select which Mathematics course you are taking or have taken.</p>
<p>Select which Speech course you are taking or have taken.</p>
<p>Select which Biological Science course you are taking or have taken.</p>
<p>Select which Cultural Diversity course you are taking or have taken.</p>
<p>Select which Literature and the Arts course you are taking or have taken.</p>
<p>Select which Physical Science course(s) you are taking or have taken.</p>
<p>Select which Social Processes and Institutions course you are taking or have taken.</p>
<p>Select which Western Culture course you are taking or have taken.</p>
<p>Select which Difference, Power, and Discrimination course you are taking or have taken.</p>
<p>Select which Contemporary Global Issues course you are taking or have taken.</p>
<p>Select which Social Processes and Institutions course you are taking or have taken.</p>
<p>Select which Science, Technology, and Society course you are taking or have taken.</p>
</fieldset>
<fieldset>
<button type="submit">Submit</button>
</fieldset>
</form>
</section>
</main>
</body>
</html>