-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·838 lines (826 loc) · 52.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
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
<!DOCType HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/js/bootstrap-select.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.2/css/bootstrap-select.min.css">
<link rel="shortcut icon" href="images/fiu-browser-tab-icon.png"/>
<link rel="stylesheet" href="CSS/home.css">
<link rel="stylesheet" href="CSS/results.css">
<link rel="stylesheet" href="CSS/csFlow.css">
<title>Course Checker</title>
</head>
<body>
<div id="home_div">
<div id="logo_div">
<center>
<img id="fiu-logo" src="images/fiu-browser-tab-icon.png">
<br><br>
<div id="semester_major_div">
<select id="semester" class="selectpicker">
<option value="0">Select a semester</option>
<option value="fall">Fall</option>
<option value="spring">Spring</option>
<option value="summer">Summer</option>
</select>
<select id="college_major" class="selectpicker">
<option value="0">Select a major</option>
<option value="CS">Computer Science</option>
</select>
</div>
</center>
<a id="home_arrow" class="onboarding-ed__arrow">
<img src="images/arrow.svg">
</a>
</div>
</div>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="JS/home.js"></script>
<div id="cs_flow" class="container-fluid" style="display: none;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1030 910" version="1.1">
<defs>
<filter id="f2" x="0" y="0" width="200%" height="200%">
<feOffset result="offOut" in="SourceGraphic" dx="0" dy="2"/>
<feGaussianBlur result="blurOut" in="offOut" stdDeviation="1"/>
<feBlend in="SourceGraphic" in2="blurOut" mode="normal"/>
</filter>
</defs>
<g transform="translate(10,5)" class="flowchart">
<!--*********************** Flowchart Lines and Course Dependencies ***********************-->
<g id="dependecies">
<line x1="60" y1="97" x2="60" y2="125" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="60" cy="127" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="60" y1="111" x2="180" y2="111" style="stroke:rgb(0,0,0);stroke-width:2"/>
<polygon points="175 119,180 110,185 119,180 128" style="fill:white;stroke:black;stroke-width:1"/>
<line x1="325" y1="110" x2="325" y2="125" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="325" cy="127" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="445" y1="97" x2="445" y2="125" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="445" cy="127" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="325" y1="111" x2="555" y2="111" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="565" cy="110" r="9" stroke="black" stroke-width="1" fill="white"/>
<circle cx="565" cy="114" r="9" stroke="white" stroke-width="1" fill="white"/>
<line x1="565" y1="97" x2="565" y2="163" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="565" cy="163" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="575" y1="111" x2="715" y2="111" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="715" y1="111" x2="715" y2="155" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="715" y1="155" x2="802" y2="155" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="802" cy="155" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="865" y1="97" x2="865" y2="127" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="865" cy="127" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="180" y1="222" x2="180" y2="247" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="180" cy="247" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="326" y1="222" x2="326" y2="247" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="326" cy="247" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="356" y1="237" x2="356" y2="247" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="356" cy="247" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="356" y1="237" x2="565" y2="237" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="507" y1="175" x2="552" y2="175" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="553" cy="175" r="2" stroke="black" stroke-width="2" fill="black"/>
<circle cx="565" cy="175" r="9" stroke="black" stroke-width="1" fill="white"/>
<line x1="445" y1="237" x2="445" y2="247" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="445" cy="247" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="880" y1="222" x2="880" y2="497" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="880" cy="497" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="60" y1="222" x2="60" y2="372" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="60" y1="299" x2="101" y2="299" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="60" cy="372" r="2" stroke="black" stroke-width="2" fill="black"/>
<polygon transform="translate(0,180)" points="101 119,110 114,119 119,110 124" style="fill:white;stroke:black;stroke-width:1"/>
<line x1="565" y1="184" x2="565" y2="247" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="565" cy="247" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="445" y1="340" x2="445" y2="372" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="445" cy="372" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="565" y1="341" x2="565" y2="355" style="stroke:rgb(0,0,0);stroke-width:2"/>
<polygon points="560 364,565 355,570 364,565 373" style="fill:white;stroke:black;stroke-width:1"/>
<line x1="627" y1="294" x2="805" y2="294" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="685" y1="294" x2="685" y2="355" style="stroke:rgb(0,0,0);stroke-width:2"/>
<polygon transform="translate(120,0)" points="560 364,565 355,570 364,565 373" style="fill:white;stroke:black;stroke-width:1"/>
<line x1="805" y1="294" x2="805" y2="372" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="805" cy="372" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="685" y1="467" x2="685" y2="487" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="326" y1="340" x2="326" y2="497" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="326" cy="497" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="356" y1="487" x2="356" y2="497" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="356" cy="497" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="356" y1="487" x2="565" y2="487" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="565" y1="467" x2="565" y2="497" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="565" cy="497" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="685" y1="487" x2="845" y2="487" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="845" y1="487" x2="845" y2="497" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="845" cy="497" r="2" stroke="black" stroke-width="2" fill="black"/>
<line x1="627" y1="550" x2="785" y2="550" style="stroke:rgb(0,0,0);stroke-width:2"/>
<polygon points="785 550,794 545,803 550,794 555" style="fill:white;stroke:black;stroke-width:1"/>
<line x1="880" y1="592" x2="880" y2="607" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="880" y1="607" x2="950" y2="607" style="stroke:rgb(0,0,0);stroke-width:2"/>
<line x1="950" y1="607" x2="950" y2="621" style="stroke:rgb(0,0,0);stroke-width:2"/>
<circle cx="950" cy="621" r="2" stroke="black" stroke-width="2" fill="black"/>
</g>
<!--*********************** Core/Pre requisite Courses ***********************-->
<!--MAC2311-->
<rect id="MAC2311" class="button" data-cid="MAC 2311" value=4 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="0" y="5" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="60" y="33" font-size="16" font-weight="bold">MAC 2311</tspan>
<tspan x="60" y="52" font-style="italic">Calculus I</tspan>
<tspan x="60" y="83" font-size="12">(4 credits)</tspan>
</text>
<g id="MAC_2311" class="pulse">
<circle cx="110" cy="14" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 2210-->
<rect id="COP2210" class="button" data-cid="COP 2210" value=4 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="385" y="5" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="445" y="33" font-size="16" font-weight="bold">COP 2210</tspan>
<tspan x="445" y="52" font-style="italic">Programming I</tspan>
<tspan x="445" y="67" font-style="italic">and Lab</tspan>
<tspan x="445" y="83" font-size="12">(4 credits)</tspan>
</text>
<g id="COP_2210" class="pulse">
<circle cx="495" cy="14" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CGS 1920-->
<rect id="CGS1920" class="button" data-cid="CGS 1920" value=1 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="685" y="5" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="745" y="33" font-size="16" font-weight="bold">CGS 1920</tspan>
<tspan x="745" y="52" font-style="italic">Introduction</tspan>
<tspan x="745" y="67" font-style="italic">to Computing</tspan>
<tspan x="745" y="83" font-size="12">(1 credit)</tspan>
</text>
<g id="CGS_1920" class="pulse">
<circle cx="795" cy="14" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--ENC 3249-->
<rect id="ENC3249" class="button" data-cid="ENC 3249" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="805" y="5" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="865" y="27" font-size="16" font-weight="bold">ENC 3249</tspan>
<tspan x="865" y="41" font-style="italic" font-size="14">Professional &</tspan>
<tspan x="865" y="56" font-style="italic" font-size="14">Technical</tspan>
<tspan x="865" y="71" font-style="italic" font-size="14">Writing for</tspan>
<tspan x="865" y="85" font-style="italic" font-size="14">Computing</tspan>
</text>
<g id="ENC_3249" class="pulse">
<circle cx="915" cy="14" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--MAC 2312-->
<rect id="MAC2312" class="button" data-cid="MAC 2312" value=4 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="0" y="130" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="60" y="159" font-size="16" font-weight="bold">MAC 2312</tspan>
<tspan x="60" y="178" font-style="italic">Calculus II</tspan>
<tspan x="60" y="209" font-size="12">(4 credits)</tspan>
</text>
<g id="MAC_2312" class="pulse">
<circle cx="110" cy="139" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--PHY2048/2048L-->
<rect id="PHY2048" class="button" data-cid="PHY 2048, PHY 2048L" value=5 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="120" y="130" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="180" y="151" font-size="16" font-weight="bold">PHY2048/</tspan>
<tspan x="180" y="167" font-size="16" font-weight="bold">2048L</tspan>
<tspan x="180" y="182" font-style="italic">Physics I</tspan>
<tspan x="180" y="197" font-style="italic">w/Calculus</tspan>
<tspan x="180" y="212" font-size="12">(5 credits)</tspan>
</text>
<g id="PHY_2048" class="pulse">
<circle cx="230" cy="139" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CDA 3103-->
<rect id="CDA3103" class="button" data-cid="CDA 3103" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="265" y="130" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="326" y="159" font-size="16" font-weight="bold">CDA 3103</tspan>
<tspan x="326" y="173" font-style="italic">Fundamentals</tspan>
<tspan x="326" y="188" font-style="italic">of Computer</tspan>
<tspan x="326" y="203" font-style="italic">Systems</tspan>
</text>
<g id="CDA_3103" class="pulse">
<circle cx="376" cy="139" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 3337-->
<rect id="COP3337" class="button" data-cid="COP 3337" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="385" y="130" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="445" y="159" font-size="16" font-weight="bold">COP 3337</tspan>
<tspan x="445" y="173" font-style="italic">Programming II</tspan>
</text>
<g id="COP_3337" class="pulse">
<circle cx="495" cy="139" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CGS 3095-->
<rect id="CGS3095" class="button" data-cid="CGS 3095" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="805" y="130" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="865" y="159" font-size="16" font-weight="bold">CGS 3095</tspan>
<tspan x="865" y="173" font-style="italic">Technology in</tspan>
<tspan x="865" y="189" font-style="italic">the Global</tspan>
<tspan x="865" y="203" font-style="italic">Arena (GL)</tspan>
</text>
<g id="CGS_3095" class="pulse">
<circle cx="915" cy="139" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--PHY2049/2049L-->
<rect id="PHY2049" class="button" data-cid="PHY 2049, PHY 2049L" value=5 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="120" y="250" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="180" y="270" font-size="16" font-weight="bold">PHY2049/</tspan>
<tspan x="180" y="286" font-size="16" font-weight="bold">2049L</tspan>
<tspan x="180" y="301" font-style="italic">Physics II</tspan>
<tspan x="180" y="316" font-style="italic">w/Calculus</tspan>
<tspan x="180" y="331" font-size="12">(5 credits)</tspan>
</text>
<g id="PHY_2049" class="pulse">
<circle cx="230" cy="259" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CDA 4101-->
<rect id="CDA4101" class="button" data-cid="CDA 4101" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="265" y="250" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="326" y="279" font-size="16" font-weight="bold">CDA 4101</tspan>
<tspan x="326" y="294" font-style="italic">Computer</tspan>
<tspan x="326" y="309" font-style="italic">Organization</tspan>
</text>
<g id="CDA_4101" class="pulse">
<circle cx="376" cy="259" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COT 3541-->
<rect id="COT3541" class="button" data-cid="COT 3541" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="385" y="250" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="445" y="274" font-size="16" font-weight="bold">COT 3541</tspan>
<tspan x="445" y="289" font-style="italic">Logic for</tspan>
<tspan x="445" y="304" font-style="italic">Computer</tspan>
<tspan x="445" y="319" font-style="italic">Science</tspan>
</text>
<g id="COT_3541" class="pulse">
<circle cx="495" cy="259" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 3530-->
<rect id="COP3530" class="button" data-cid="COP 3530" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="505" y="250" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="565" y="279" font-size="16" font-weight="bold">COP 3530</tspan>
<tspan x="565" y="294" font-style="italic">Data</tspan>
<tspan x="565" y="309" font-style="italic">Structures</tspan>
</text>
<g id="COP_3530" class="pulse">
<circle cx="615" cy="259" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--STA 3033-->
<rect id="STA3033" class="button" data-cid="STA 3033" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="0" y="375" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="60" y="405" font-size="16" font-weight="bold">STA 3033</tspan>
<tspan x="60" y="420" font-style="italic">Probability</tspan>
<tspan x="60" y="435" font-style="italic">& Statistics</tspan>
</text>
<g id="STA_3033" class="pulse">
<circle cx="110" cy="384" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--MAD 3512-->
<rect id="MAD3512" class="button" data-cid="MAD 3512" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="385" y="375" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="445" y="420" font-size="16" font-weight="bold">MAD 3512</tspan>
<tspan x="445" y="435" font-style="italic">Algorithms</tspan>
</text>
<g id="MAD_3512" class="pulse">
<circle cx="495" cy="384" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 4338-->
<rect id="COP4338" class="button" data-cid="COP 4338" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="505" y="375" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="565" y="405" font-size="16" font-weight="bold">COP 4338</tspan>
<tspan x="565" y="420" font-style="italic">Programming</tspan>
<tspan x="565" y="435" font-style="italic">III</tspan>
</text>
<g id="COP_4338" class="pulse">
<circle cx="615" cy="384" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 4710-->
<rect id="COP4710" class="button" data-cid="COP 4710" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="625" y="375" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="685" y="420" font-size="16" font-weight="bold">COP 4710</tspan>
<tspan x="685" y="435" font-style="italic">Database</tspan>
</text>
<g id="COP_4710" class="pulse">
<circle cx="735" cy="384" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 4555-->
<rect id="COP4555" class="button" data-cid="COP 4555" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="745" y="375" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="805" y="405" font-size="16" font-weight="bold">COP 4555</tspan>
<tspan x="805" y="420" font-style="italic">Programming</tspan>
<tspan x="805" y="435" font-style="italic">Languages</tspan>
</text>
<g id="COP_4555" class="pulse">
<circle cx="855" cy="384" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 4610-->
<rect id="COP4610" class="button" data-cid="COP 4610" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="265" y="500" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="326" y="535" font-size="16" font-weight="bold">COP 4610</tspan>
<tspan x="326" y="550" font-style="italic">Operating</tspan>
<tspan x="326" y="565" font-style="italic">Systems</tspan>
</text>
<g id="COP_4610" class="pulse">
<circle cx="376" cy="509" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CNT 4713-->
<rect id="CNT4713" class="button" data-cid="CNT 4713" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="505" y="500" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="565" y="535" font-size="16" font-weight="bold">CNT 4713</tspan>
<tspan x="565" y="550" font-style="italic">Net Centric</tspan>
<tspan x="565" y="565" font-style="italic">Computing</tspan>
</text>
<g id="CNT_4713" class="pulse">
<circle cx="615" cy="509" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CEN 4010-->
<rect id="CEN4010" class="button" data-cid="CEN 4010" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="805" y="500" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="865" y="535" font-size="16" font-weight="bold">CEN 4010</tspan>
<tspan x="865" y="550" font-style="italic">Software</tspan>
<tspan x="865" y="565" font-style="italic">Engineering I</tspan>
</text>
<g id="CEN_4010" class="pulse">
<circle cx="915" cy="509" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CIS 4911-->
<rect id="CIS4911" class="button" data-cid="CIS 4911" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="890" y="625" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="950" y="665" font-size="16" font-weight="bold">CIS 4911</tspan>
<tspan x="950" y="680" font-style="italic">Senior Project</tspan>
</text>
<g id="CIS_4911" class="pulse">
<circle cx="1000" cy="634" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--*********************** Elective Courses ***********************-->
<!--CAP 4453-->
<rect id="CAP4453" class="button" data-cid="CAP 4453" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="125" y="625" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="186" y="647" font-size="16" font-weight="bold">CAP 4453</tspan>
<tspan x="186" y="662" font-size="12" font-style="italic">Robot</tspan>
<tspan x="186" y="677" font-size="12" font-style="italic">Vision</tspan>
<tspan x="186" y="692" font-size="12" >Pre: COP3530 and</tspan>
<tspan x="186" y="707" font-size="12" >MAC2312</tspan>
</text>
<g id="CAP_4453" class="pulse">
<circle cx="236" cy="634" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CAP 4710-->
<rect id="CAP4710" class="button" data-cid="CAP 4710" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="245" y="625" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="306" y="647" font-size="16" font-weight="bold">CAP 4710</tspan>
<tspan x="306" y="662" font-size="12" font-style="italic">Computer</tspan>
<tspan x="306" y="677" font-size="12" font-style="italic">Graphics</tspan>
<tspan x="306" y="692" font-size="12" >Pre: COP3337,</tspan>
<tspan x="306" y="707" font-size="12" >MAC2312</tspan>
</text>
<g id="CAP_4710" class="pulse">
<circle cx="356" cy="634" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CAP 4770-->
<rect id="CAP4770" class="button" data-cid="CAP 4770" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="365" y="625" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="426" y="647" font-size="16" font-weight="bold">CAP 4770</tspan>
<tspan x="426" y="662" font-size="12" font-style="italic">Introduction to</tspan>
<tspan x="426" y="677" font-size="12" font-style="italic">Data Mining</tspan>
<tspan x="426" y="692" font-size="12" >Pre: COP3530</tspan>
<tspan x="426" y="707" font-size="12" >Co: COP4710</tspan>
</text>
<g id="CAP_4770" class="pulse">
<circle cx="476" cy="634" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CAP 4641-->
<rect id="CAP4641" class="button" data-cid="CAP 4641" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="485" y="625" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="546" y="647" font-size="16" font-weight="bold">CAP 4641</tspan>
<tspan x="546" y="662" font-size="12" font-style="italic">Natural Lang</tspan>
<tspan x="546" y="677" font-size="12" font-style="italic">Processing</tspan>
<tspan x="546" y="692" font-size="12" >Pre: COP3530</tspan>
</text>
<g id="CAP_4641" class="pulse">
<circle cx="596" cy="634" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CDA 4625-->
<rect id="CDA4625" class="button" data-cid="CDA 4625" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="605" y="625" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="666" y="647" font-size="16" font-weight="bold">CDA 4625</tspan>
<tspan x="666" y="662" font-size="12" font-style="italic">Intro to Mobile</tspan>
<tspan x="666" y="677" font-size="12" font-style="italic">Robotics</tspan>
<tspan x="666" y="692" font-size="12" >Pre: COP3530 and</tspan>
<tspan x="666" y="707" font-size="12" >STA3033</tspan>
</text>
<g id="CDA_4625" class="pulse">
<circle cx="716" cy="634" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CEN 4021-->
<rect id="CEN4021" class="button" data-cid="CEN 4021" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="725" y="625" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="786" y="647" font-size="16" font-weight="bold">CEN 4021</tspan>
<tspan x="786" y="662" font-size="12" font-style="italic">Software</tspan>
<tspan x="786" y="677" font-size="12" font-style="italic">Engineering II</tspan>
<tspan x="786" y="692" font-size="12" >Pre: CEN4010</tspan>
</text>
<g id="CEN_4021" class="pulse">
<circle cx="836" cy="634" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CEN 4072-->
<rect id="CEN4072" class="button" data-cid="CEN 4072" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="125" y="715" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="186" y="737" font-size="16" font-weight="bold">CEN 4072</tspan>
<tspan x="186" y="752" font-size="12" font-style="italic">Software</tspan>
<tspan x="186" y="767" font-size="12" font-style="italic">Testing</tspan>
<tspan x="186" y="782" font-size="12" >Pre: COP3530</tspan>
</text>
<g id="CEN_4072" class="pulse">
<circle cx="236" cy="724" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CEN 4083-->
<rect id="CEN4083" class="button" data-cid="CEN 4083" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="245" y="715" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="306" y="737" font-size="16" font-weight="bold">CEN 4083</tspan>
<tspan x="306" y="752" font-size="12" font-style="italic">Cloud</tspan>
<tspan x="306" y="767" font-size="12" font-style="italic">Computing</tspan>
<tspan x="306" y="782" font-size="12" >Pre: CNT4713,</tspan>
<tspan x="306" y="797" font-size="12" >CDA4101</tspan>
</text>
<g id="CEN_4083" class="pulse">
<circle cx="356" cy="724" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 4226-->
<rect id="COP4226" class="button" data-cid="COP 4226" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="365" y="715" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="426" y="737" font-size="16" font-weight="bold">COP 4226</tspan>
<tspan x="426" y="752" font-size="12" font-style="italic">Advanced</tspan>
<tspan x="426" y="767" font-size="12" font-style="italic">Windows</tspan>
<tspan x="426" y="782" font-size="12" font-style="italic">Programming</tspan>
<tspan x="426" y="797" font-size="12" >Pre: COP3530</tspan>
</text>
<g id="COP_4226" class="pulse">
<circle cx="476" cy="724" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 4520-->
<rect id="COP4520" class="button" data-cid="COP 4520" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="485" y="715" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="546" y="737" font-size="16" font-weight="bold">COP 4520</tspan>
<tspan x="546" y="752" font-size="12" font-style="italic">Intro to Parallel</tspan>
<tspan x="546" y="767" font-size="12" font-style="italic">Computing</tspan>
<tspan x="546" y="782" font-size="12">Pre: COP3530,</tspan>
<tspan x="546" y="797" font-size="12" >CDA4101</tspan>
</text>
<g id="COP_4520" class="pulse">
<circle cx="596" cy="724" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 4534-->
<rect id="COP4534" class="button" data-cid="COP 4534" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="605" y="715" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="666" y="737" font-size="16" font-weight="bold">COP 4534</tspan>
<tspan x="666" y="752" font-size="12" font-style="italic">Algorithm</tspan>
<tspan x="666" y="767" font-size="12" font-style="italic">Techniques</tspan>
<tspan x="666" y="782" font-size="12">Pre: COP3530</tspan>
</text>
<g id="COP_4534" class="pulse">
<circle cx="716" cy="724" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 4604-->
<rect id="COP4604" class="button" data-cid="COP 4604" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="725" y="715" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="786" y="737" font-size="16" font-weight="bold">COP 4604</tspan>
<tspan x="786" y="752" font-size="12" font-style="italic">Advanced</tspan>
<tspan x="786" y="767" font-size="12" font-style="italic">UNIX</tspan>
<tspan x="786" y="782" font-size="12" font-style="italic">Programming</tspan>
<tspan x="786" y="797" font-size="12">Pre: COP4610</tspan>
</text>
<g id="COP_4604" class="pulse">
<circle cx="836" cy="724" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COP 4722-->
<rect id="COP4722" class="button" data-cid="COP 4722" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="125" y="805" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="186" y="827" font-size="16" font-weight="bold">COP 4722</tspan>
<tspan x="186" y="842" font-size="12" font-style="italic">Survey of</tspan>
<tspan x="186" y="857" font-size="12" font-style="italic">Database</tspan>
<tspan x="186" y="872" font-size="12" font-style="italic">Systems</tspan>
<tspan x="186" y="887" font-size="12">Pre: COP4710</tspan>
</text>
<g id="COP_4722" class="pulse">
<circle cx="236" cy="814" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--COT 4521-->
<rect id="COT4521" class="button" data-cid="COT 4521" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="245" y="805" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="306" y="827" font-size="16" font-weight="bold">COT 4521</tspan>
<tspan x="306" y="842" font-size="12" font-style="italic">Intro to</tspan>
<tspan x="306" y="857" font-size="12" font-style="italic">Computational</tspan>
<tspan x="306" y="872" font-size="12" font-style="italic">Geometry</tspan>
<tspan x="306" y="887" font-size="12">Pre: COP3530</tspan>
</text>
<g id="COT_4521" class="pulse">
<circle cx="356" cy="814" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--MAD 3305-->
<rect id="MAD3305" class="button" data-cid="MAD 3305" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="365" y="805" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="426" y="827" font-size="16" font-weight="bold">MAD 3305</tspan>
<tspan x="426" y="842" font-size="12" font-style="italic">Graph Theory</tspan>
<tspan x="426" y="857" font-size="12">Pre: COP2210,</tspan>
<tspan x="426" y="872" font-size="12">MAD2104</tspan>
</text>
<g id="MAD_3305" class="pulse">
<circle cx="476" cy="814" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--MAD 3401-->
<rect id="MAD3401" class="button" data-cid="MAD 3401" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="485" y="805" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="546" y="827" font-size="16" font-weight="bold">MAD 3401</tspan>
<tspan x="546" y="842" font-size="12" font-style="italic">Numerical</tspan>
<tspan x="546" y="857" font-size="12" font-style="italic">Analysis</tspan>
<tspan x="546" y="872" font-size="12">Pre: COP2210,</tspan>
<tspan x="546" y="887" font-size="12">MAD2312</tspan>
</text>
<g id="MAD_3401" class="pulse">
<circle cx="596" cy="814" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--MAD 4203-->
<rect id="MAD4203" class="button" data-cid="MAD 4203" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="605" y="805" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="666" y="827" font-size="16" font-weight="bold">MAD 4203</tspan>
<tspan x="666" y="842" font-size="12" font-style="italic">Combinatorics</tspan>
<tspan x="666" y="857" font-size="12">Pre: MAD2104,</tspan>
<tspan x="666" y="872" font-size="12">MAC2312</tspan>
</text>
<g id="MAD_4203" class="pulse">
<circle cx="716" cy="814" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--MHF 4302-->
<rect id="MHF4302" class="button" data-cid="MHF 4302" value=3 height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="725" y="805" rx="2"/>
<text id="svgText" text-anchor="middle">
<tspan x="786" y="827" font-size="16" font-weight="bold">MHF 4302</tspan>
<tspan x="786" y="842" font-size="12" font-style="italic">Math Logic</tspan>
<tspan x="786" y="857" font-size="12">Pre: MAD3512</tspan>
</text>
<g id="MHF_4302" class="pulse">
<circle cx="836" cy="814" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--*********************** Natural Science Courses ***********************-->
<!--Natural Science Elective 1-->
<rect id="drop1" class="button" height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="120" y="5" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="180" y="33" font-weight="bold">Natural</tspan>
<tspan x="180" y="52" font-weight="bold">Science</tspan>
<tspan x="180" y="71" font-weight="bold">Elective</tspan>
<tspan x="180" y="83" font-size="10">See PDA/Advisor</tspan>
</text>
<!--Natural Science Elective 1: Block 1-->
<g id="block1" style="display: none;">
<polygon points="180 97,165 111,100 111,100 613,260 613,260 111,195 111" style="fill: #15325C; fill-opacity: 0.8;"/>
<!--CHM 1045-->
<rect class="b1" id="CHM1045" data-block="CHM 1045, CHM 1045L" value=4 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="120" y="119" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="180" y="145" font-size="16" font-weight="bold">CHM 1045/</tspan>
<tspan x="180" y="160" font-size="16" font-weight="bold">1045L</tspan>
<tspan x="180" y="179" font-style="italic">Gen Chemistry I</tspan>
<tspan x="180" y="201" font-size="12">(4 credits)</tspan>
</text>
<g id="CHM_1045" class="pulse">
<circle cx="230" cy="128" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CHM 1046-->
<rect class="b1" id="CHM1046" data-block="CHM 1046, CHM 1046L" value=4 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="120" y="217" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="180" y="240" font-size="16" font-weight="bold">CHM 1046/</tspan>
<tspan x="180" y="255" font-size="16" font-weight="bold">1046L</tspan>
<tspan x="180" y="274" font-style="italic">Gen Chemistry II</tspan>
<tspan x="180" y="296" font-size="12">(4 credits)</tspan>
</text>
<g id="CHM_1046" class="pulse">
<circle cx="230" cy="226" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--BSC 1010-->
<rect class="b1" id="BSC1010" data-block="BSC 1010" value=3 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="120" y="315" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="180" y="353" font-size="16" font-weight="bold">BSC 1010</tspan>
<tspan x="180" y="371" font-style="italic">Gen Biology I</tspan>
</text>
<g id="BSC_1010" class="pulse">
<circle cx="230" cy="324" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--BSC 1011-->
<rect class="b1" id="BSC1011" data-block="BSC 1011" value=3 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="120" y="413" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="180" y="451" font-size="16" font-weight="bold">BSC 1011</tspan>
<tspan x="180" y="469" font-style="italic">Gen Biology II</tspan>
</text>
<g id="BSC_1011" class="pulse">
<circle cx="230" cy="422" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--GLY 1010-->
<rect class="b1" id="GLY1010" data-block="GLY 1010" value=3 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="120" y="511" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="180" y="549" font-size="16" font-weight="bold">GLY 1010</tspan>
<tspan x="180" y="569" font-style="italic">Physical Geology</tspan>
</text>
<g id="GLY_1010" class="pulse">
<circle cx="230" cy="520" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
</g>
<!--Natural Science Elective 2-->
<rect id="drop2" class="button" height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="240" y="5" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="300" y="33" font-weight="bold">Natural</tspan>
<tspan x="300" y="52" font-weight="bold">Science</tspan>
<tspan x="300" y="71" font-weight="bold">Elective</tspan>
<tspan x="300" y="83" font-size="10">See PDA/Advisor</tspan>
</text>
<!--Natural Science Elective 2: Block 2-->
<g id="block2" style="display: none;">
<polygon transform="translate(120 0)" points="180 97,165 111,100 111,100 613,260 613,260 111,195 111" style="fill: #15325C; fill-opacity: 0.8;"/>
<!--CHM 1045-->
<rect class="b2" id="CHM1045-2" data-block="CHM 1045, CHM 1045L" value=4 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="240" y="119" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="300" y="145" font-size="16" font-weight="bold">CHM 1045/</tspan>
<tspan x="300" y="160" font-size="16" font-weight="bold">1045L</tspan>
<tspan x="300" y="179" font-style="italic">Gen Chemistry I</tspan>
<tspan x="300" y="201" font-size="12">(4 credits)</tspan>
</text>
<g id="CHM_1045" class="pulse">
<circle cx="350" cy="128" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--CHM 1046-->
<rect class="b2" id="CHM1046-2" data-block="CHM 1046, CHM 1046L" value=4 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="240" y="217" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="300" y="240" font-size="16" font-weight="bold">CHM 1046/</tspan>
<tspan x="300" y="255" font-size="16" font-weight="bold">1046L</tspan>
<tspan x="300" y="274" font-style="italic">Gen Chemistry II</tspan>
<tspan x="300" y="296" font-size="12">(4 credits)</tspan>
</text>
<g id="CHM_1046" class="pulse">
<circle cx="350" cy="226" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--BSC 1010-->
<rect class="b2" id="BSC1010-2" data-block="BSC 1010" value=3 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="240" y="315" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="300" y="353" font-size="16" font-weight="bold">BSC 1010</tspan>
<tspan x="300" y="371" font-style="italic">Gen Biology I</tspan>
</text>
<g id="BSC_1010" class="pulse">
<circle cx="350" cy="324" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--BSC 1011-->
<rect class="b2" id="BSC1011-2" data-block="BSC 1011" value=3 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="240" y="413" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="300" y="451" font-size="16" font-weight="bold">BSC 1011</tspan>
<tspan x="300" y="469" font-style="italic">Gen Biology II</tspan>
</text>
<g id="BSC_1011" class="pulse">
<circle cx="350" cy="422" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--GLY 1010-->
<rect class="b2" id="GLY1010-2" data-block="GLY 1010" value=3 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="240" y="511" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="300" y="549" font-size="16" font-weight="bold">GLY 1010</tspan>
<tspan x="300" y="569" font-style="italic">Physical Geology</tspan>
</text>
<g id="GLY_1010" class="pulse">
<circle cx="350" cy="520" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
</g>
<!--*********************** Discrete Courses ***********************-->
<!--COT 3993 or MAD 2104-->
<rect id="drop3" class="button" height="90" width="120" fill="white" stroke="#15325C" stroke-width="4" x="505" y="5" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="565" y="27" font-size="16" font-weight="bold">COT 3993</tspan>
<tspan x="565" y="41" font-style="italic" font-size="12">Discrete</tspan>
<tspan x="565" y="54" font-style="italic" font-size="12">Structures</tspan>
<tspan x="565" y="71" font-size="16" font-weight="bold">or MAD 2104</tspan>
<tspan x="565" y="83" font-style="italic" font-size="12">Discrete Math</tspan>
</text>
<!--Discrete Courses: Block 3-->
<g id="block3" style="display: none;">
<polygon points="565 97,550 111,485 111,485 319,645 319,645 111,580 111" style="fill: #15325C; fill-opacity: 0.8;"/>
<!--COT 3993-->
<rect class="b3" id="COT3993" data-block="COT 3993" value=3 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="505" y="119" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="565" y="155" font-size="16" font-weight="bold">COT 3993</tspan>
<tspan x="565" y="170" font-style="italic">Discrete</tspan>
<tspan x="565" y="182" font-style="italic">Structures</tspan>
</text>
<g id="COT_3993" class="pulse">
<circle cx="615" cy="128" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
<!--MAD 2104-->
<rect class="b3" id="MAD2104" data-block="MAD 2104" value=3 height="90" width="120" fill="white" stroke="#c5960c" stroke-width="4" x="505" y="217" rx="3"/>
<text id="svgText" text-anchor="middle">
<tspan x="565" y="253" font-size="16" font-weight="bold">MAD 2104</tspan>
<tspan x="565" y="268" font-style="italic">Discrete Math</tspan>
</text>
<g id="MAD_2104" class="pulse">
<circle cx="615" cy="226" r="3" fill="limegreen" stroke="limegreen" style="visibility: none">
</g>
</g>
</g>
</svg>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div id="iconBar" class="icon-bar">
<a class="blue" data-clear="Clear"><i class="fa fa-refresh"></i></a>
<a class="blue" data-menu="Menu"><i class="fa fa-bars"></i></a>
<a class="gold" data-search="Search"><i class="fa fa-search"></i></a>
</div>
<div id="sideMenu" class="sideMenu" style="visibility: hidden; ">
<a href="javascript:void(0)" class="closebtn" data-menu="Menu">×</a>
<div class="filter-block">
<h1 data-collapse="Collapse" data-flow=""><a>Days</a></h1>
<ul class="filter-content">
<li>
<input id="Mo" data-day="Mo" type="checkbox">
<label for="Mo">Monday</label>
</li>
<li>
<input id="Tu" data-day="Tu" type="checkbox">
<label for="Tu">Tuesday</label>
</li>
<li>
<input id="We" data-day="We" type="checkbox">
<label for="We">Wednesday</label>
</li>
<li>
<input id="Th" data-day="Th" type="checkbox">
<label for="Th">Thursday</label>
</li>
<li>
<input id="Fr" data-day="Fr" type="checkbox">
<label for="Fr">Friday</label>
</li>
<li>
<input id="Sa" data-day="Sa" type="checkbox">
<label for="Sa">Saturday</label>
</li>
<li>
<input id="Su" data-day="Su" type="checkbox">
<label for="Su">Sunday</label>
</li>
</ul>
</div>
<div class="filter-block">
<h1 data-collapse="Collapse" data-flow=""><a>Times</a></h1>
<ul class="filter-content">
<li>
<input id="morning" data-time="morning" type="checkbox">
<label for="morning">Morning</label>
</li>
<li>
<input id="afternoon" data-time="afternoon" type="checkbox">
<label for="afternoon">Afternoon</label>
</li>
<li>
<input id="evening" data-time="evening" type="checkbox">
<label for="evening">Evening</label>
</li>
<li>
<input id="night" data-time="night" type="checkbox">
<label for="night">Night</label>
</li>
</ul>
</div>
<div class="filter-block">
<h1 data-collapse="Collapse" data-flow=""><a>Location</a></h1>
<div align = "center" class="filter-content">
<select id="location" class="selectpicker">
<option value="0">Select a location</option>
<option value="1">Modesto A. Maidique Campus</option>
<option value="2">Biscayne Bay Campus</option>
<option value="3">Engineering Center</option>
<option value="4">FIU Off Campus Regional Sites</option>
<option value="5">FIU On-line</option>
<option value="6">FIU at I-75</option>
<option value="7">International Sites</option>
</select>
</div>
</div>
<div class="filter-block">
<h1 data-collapse="Collapse" data-flow=""><a>Session</a></h1>
<div align = "center" class="filter-content">
<select id="session" class="selectpicker">
<option value="0">Select a session</option>
<option value="1">Dynamic Session - Mini</option>
<option value="2">Mini</option>
<option value="3">Regular Academic Session</option>
<option value="4">Summer A</option>
<option value="5">Summer B</option>
<option value="6">Summer C</option>
</select>
</div>
</div>
<div class="filter-block">
<h1 data-collapse="Collapse" data-flow=""><a>Instructor</a></h1>
<div align = "center" class="filter-content">
<input id="instructor" type="text" value="">
</div>
</div>
</div>
</div>
<script src="bower_components/elasticsearch/elasticsearch.js"></script>
<script src="JS/search.js"></script>
<div id="results_div" class="container-fluid" >
<br>
<div id="courses_div" class="container-fluid">
</div>
</div>
</body>
</html>