-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchem.json
681 lines (681 loc) · 13.8 KB
/
chem.json
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
{
"nodes": [
{
"name": " Chemistry",
"title": "High school chemistry or equivalent",
"group": 1,
"details": "",
"id": "chem"
},
{
"name": " Calculus",
"title": "High school calculus or equivalent",
"group": 1,
"details": "",
"id": "calc"
},
{
"name": "CHEM 1A",
"title": "General Chemistry",
"group": 3,
"details": "High school chemistry recommended",
"id": "chem1a"
},
{
"name": "CHEM 1AD",
"title": "General Chemistry (Digital)",
"group": 3,
"details": "High school chemistry recommended",
"id": "chem1ad"
},
{
"name": "CHEM 1AL",
"title": "General Chemistry Laboratory",
"group": 10,
"details": "1A (may be taken concurrently)",
"id": "chem1al"
},
{
"name": "CHEM 1B",
"title": "General Chemistry",
"group": 4,
"details": "Chemistry 1A and Chemistry 1AL or equivalent, or a score of 3, 4, or 5 on the Chemistry AP test",
"id": "chem1b"
},
{
"name": "CHEM 3A",
"title": "Chemical Structure and Reactivity",
"group": 3,
"details": "1A with a grade of C- or higher, or a score of 4 or 5 on the Chemistry AP test",
"id": "chem3a"
},
{
"name": "CHEM 3AL",
"title": "Organic Chemistry Laboratory",
"group": 2,
"details": "1A and 1AL or equivalent with a grade of C- or higher, or a score of 4 or 5 on Chemistry AP test; 3A (may be taken concurrently)",
"id": "chem3al"
},
{
"name": "CHEM 3B",
"title": "Chemical Structure and Reactivity",
"group": 3,
"details": "3A with a grade of C- or higher",
"id": "chem3b"
},
{
"name": "CHEM 3BL",
"title": "Organic Chemistry Laboratory",
"group": 2,
"details": "3AL; 3B (may be taken concurrently)",
"id": "chem3bl"
},
{
"name": "CHEM 4A",
"title": "General Chemistry and Quantitative Analysis",
"group": 4,
"details": "High school chemistry; calculus (may be taken concurrently); high school physics is recommended",
"id": "chem4a"
},
{
"name": "CHEM 4B",
"title": "General Chemistry and Quantitative Analysis",
"group": 4,
"details": "High school chemistry; calculus (may be taken concurrently); high school physics is recommended",
"id": "chem4b"
},
{
"name": "CHEM 12A",
"title": "Organic Chemistry",
"group": 5,
"details": "12A: 1B or 4B with grade of C- or higher; 12B: 12A with grade of C- or higher. For students majoring in chemistry or a closely related field such as chemical engineering or molecular and cell biology",
"id": "chem12a"
},
{
"name": "CHEM 12B",
"title": "Organic Chemistry",
"group": 5,
"details": "12A: 1B or 4B with grade of C- or higher. 12B: 12A with grade of C- or higher. For students majoring in chemistry or a closely related field such as chemical engineering or molecular and cell biology",
"id": "chem12b"
},
{
"name": "CHEM 15",
"title": "Analytical and Bioanalytical Chemistry",
"group": 3,
"details": "1A and 1AL or equivalent",
"id": "chem15"
},
{
"name": "CHEM 103",
"title": "Inorganic Chemistry in Living Systems",
"group": 3,
"details": "Chemistry 3A or 112A. Chemistry majors can only count 2 of the 3 towards their Allied Subject requirement",
"id": "chem103"
},
{
"name": "CHEM 104A",
"title": "Advanced Inorganic Chemistry",
"group": 3,
"details": "1B, 4B, or 3A; 104A is prerequisite to 104B",
"id": "chem104a"
},
{
"name": "CHEM 104B",
"title": "Advanced Inorganic Chemistry",
"group": 3,
"details": "104A or consent of instructor. Chemical Biology majors can only count 2 of the 3 towards their Allied Subject requirement for 104B after taking 103",
"id": "chem104b"
},
{
"name": "CHEM 105",
"title": "Instrumental Methods in Analytical Chemistry",
"group": 4,
"details": "4B; or 1B and 15; or 1B and a UC GPA of 3.3 or higher",
"id": "chem105"
},
{
"name": "CHEM 108",
"title": "Inorganic Synthesis and Reactions",
"group": 4,
"details": "4B or 15; 104B with grade of C- or higher, or 103",
"id": "chem108"
},
{
"name": "CHEM C110L",
"title": "General Biochemistry and Molecular Biology Laboratory",
"group": 4,
"details": "MCB 110 (may be taken concurrently)",
"id": "chemc110l"
},
{
"name": "CHEM 112A",
"title": "",
"group": 5,
"details": "",
"id": "chem112a"
},
{
"name": "CHEM 112B",
"title": "",
"group": 5,
"details": "",
"id": "chem112b"
},
{
"name": "CHEM 113",
"title": "Advanced Mechanistic Organic Chemistry",
"group": 3,
"details": "3B or 112B with a minimum grade of B- or consent of instructor",
"id": "chem113"
},
{
"name": "CHEM 114",
"title": "Advanced Synthetic Organic Chemistry",
"group": 3,
"details": "3B or 112B with a minimum grade of B- or consent of instructor",
"id": "chem114"
},
{
"name": "CHEM 115",
"title": "Organic Chemistry--Advanced Laboratory Methods",
"group": 4,
"details": "112B with a grade of C- or higher",
"id": "chem115"
},
{
"name": "CHEM 120A",
"title": "Physical Chemistry",
"group": 3,
"details": "4B or equivalent; Physics 7B or 8B; Mathematics 53; Mathematics 54 or consent of instructor",
"id": "chem120a"
},
{
"name": "CHEM 120B",
"title": "Physical Chemistry",
"group": 3,
"details": "4B or equivalent; Mathematics 53; Mathematics 54 (may be taken concurrently); Physics 7B or 8B",
"id": "chem120b"
},
{
"name": "CHEM 122",
"title": "Quantum Mechanics and Spectroscopy",
"group": 3,
"details": "120A",
"id": "chem122"
},
{
"name": "CHEM 130B",
"title": "Biophysical Chemistry",
"group": 3,
"details": "Chemistry C130 or Molecular and Cell Biology C100A, or consent of instructor. Chemistry and Chemical Biology majors can only count 2 of the 3 towards their Allied Subject requirement",
"id": "chem130b"
},
{
"name": "CHEM C130",
"title": "Biophysical Chemistry: Physical Principles and the Molecules of Life",
"group": 4,
"details": "Chemistry 3A or 112A, Mathematics 1A, Biology 1A and 1AL; Chemistry 3B or 112B recommended",
"id": "chemc130"
},
{
"name": "CHEM 135",
"title": "Chemical Biology",
"group": 3,
"details": "3B or 112B; Biology 1A; or consent of instructor",
"id": "chem135"
},
{
"name": "CHEM 143",
"title": "Nuclear Chemistry",
"group": 2,
"details": "Physics 7B or equivalent",
"id": "chem143"
},
{
"name": "CHEM 146",
"title": "Radiochemical Methods in Nuclear Technology and Forensics",
"group": 3,
"details": "4B or 15; 143 is recommended",
"id": "chem146"
},
{
"name": "CHEM C150",
"title": "Introduction to Materials Chemistry",
"group": 3,
"details": "104A; 104B is recommended",
"id": "chemc150"
},
{
"name": "CHEM C170L",
"title": "Biochemical Engineering Laboratory",
"group": 3,
"details": "Chemical Engineering 170A (may be taken concurrently) or consent of instructor",
"id": "chemc170l"
},
{
"name": "CHEM C182",
"title": "Atmospheric Chemistry and Physics Laboratory",
"group": 3,
"details": "Earth and Planetary Science 50 and 102 with grades of C- or higher (one of which may be taken concurrently) or two of the following: Chemistry 120A, 120B, C130, or 130B with grades of C- or higher (one of which may be taken concurrently)",
"id": "chemc182"
},
{
"name": "CHMENG 170A",
"title": "Biochemical Engineering",
"group": 10,
"details": "",
"id": "chmeng170a"
},
{
"name": "PHYSICS 7B",
"title": " Physics for Scientists and Engineers",
"group": 9,
"details": "",
"id": "physics7b"
},
{
"name": "PHYSICS 8B",
"title": "Introductory Physics",
"group": 9,
"details": "",
"id": "physics8b"
},
{
"name": " BIO 1A",
"title": "General Biology Lecture",
"group": 7,
"details": "",
"id": "bio1a"
},
{
"name": " BIO 1AL",
"title": "General Biology Laboratory",
"group": 7,
"details": "",
"id": "bio1al"
},
{
"name": "MATH 1A",
"title": "Calculus",
"group": 6,
"details": "",
"id": "math1a"
},
{
"name": "MATH 53",
"title": "Multivariable Calculus",
"group": 6,
"details": "",
"id": "math53"
},
{
"name": "MATH 54",
"title": "Linear Algebra and Differential Equations",
"group": 6,
"details": "",
"id": "math54"
},
{
"name": "EPS 50",
"title": "The Planet Earth",
"group": 10,
"details": "",
"id": "eps50"
},
{
"name": "EPS 102",
"title": "History and Evolution of Planet Earth",
"group": 10,
"details": "",
"id": "eps102"
},
{
"name": "MCB C100A",
"title": "Biophysical Chemistry: Physical Principles and the Molecules of Life",
"group": 8,
"details": "",
"id": "mcbc100a"
},
{
"name": "MCB 110",
"title": "Molecular Biology: Macromolecular Synthesis and Cellular Function",
"group": 8,
"details": "",
"id": "mcb110"
}
],
"links": [
{
"target": "chem1a",
"source": "chem"
},
{
"target": "chem1ad",
"source": "chem"
},
{
"target": "chem1al",
"source": "chem1a"
},
{
"target": "chem1a",
"source": "chem1al"
},
{
"target": "chem1b",
"source": "chem1a"
},
{
"target": "chem1b",
"source": "chem1al"
},
{
"target": "chem3a",
"source": "chem1a"
},
{
"target": "chem3al",
"source": "chem1a"
},
{
"target": "chem3al",
"source": "chem1al"
},
{
"target": "chem3a",
"source": "chem3al"
},
{
"target": "chem3al",
"source": "chem3a"
},
{
"target": "chem3b",
"source": "chem3a"
},
{
"target": "chem3bl",
"source": "chem3al"
},
{
"target": "chem3bl",
"source": "chem3b"
},
{
"target": "chem3b",
"source": "chem3bl"
},
{
"target": "chem3a",
"source": "chem3al"
},
{
"target": "chem3al",
"source": "chem3a"
},
{
"target": "chem4a",
"source": "chem"
},
{
"target": "chem4a",
"source": "calc"
},
{
"target": "chem4b",
"source": "chem"
},
{
"target": "chem4b",
"source": "calc"
},
{
"target": "chem12a",
"source": "chem1b"
},
{
"target": "chem12a",
"source": "chem4b"
},
{
"target": "chem12b",
"source": "chem1b"
},
{
"target": "chem12b",
"source": "chem4b"
},
{
"target": "chem15",
"source": "chem1a"
},
{
"target": "chem15",
"source": "chem1al"
},
{
"target": "chem103",
"source": "chem3a"
},
{
"target": "chem103",
"source": "chem112a"
},
{
"target": "chem104a",
"source": "chem1b"
},
{
"target": "chem104a",
"source": "chem4b"
},
{
"target": "chem104a",
"source": "chem3a"
},
{
"target": "chem104b",
"source": "chem104a"
},
{
"target": "chem105",
"source": "chem4b"
},
{
"target": "chem105",
"source": "chem1b"
},
{
"target": "chem105",
"source": "chem15"
},
{
"target": "chem105",
"source": "chem103"
},
{
"target": "chem108",
"source": "chem4b"
},
{
"target": "chem108",
"source": "chem15"
},
{
"target": "chem108",
"source": "chem104b"
},
{
"target": "chem108",
"source": "chem103"
},
{
"target": "chemc110l",
"source": "mcb110"
},
{
"target": "chem113",
"source": "chem3b"
},
{
"target": "chem113",
"source": "chem112b"
},
{
"target": "chem114",
"source": "chem3b"
},
{
"target": "chem114",
"source": "chem112b"
},
{
"target": "chem115",
"source": "chem112b"
},
{
"target": "chem120a",
"source": "chem4b"
},
{
"target": "chem120a",
"source": "physics7b"
},
{
"target": "chem120a",
"source": "physics8b"
},
{
"target": "chem120a",
"source": "math53"
},
{
"target": "chem120a",
"source": "math54"
},
{
"target": "chem120b",
"source": "chem4b"
},
{
"target": "chem120b",
"source": "physics7b"
},
{
"target": "chem120b",
"source": "physics8b"
},
{
"target": "chem120b",
"source": "math53"
},
{
"target": "chem120b",
"source": "math54"
},
{
"target": "chem122",
"source": "chem120a"
},
{
"target": "chem130b",
"source": "chemc130"
},
{
"target": "chem130b",
"source": "mcbc100a"
},
{
"target": "chemc130",
"source": "chem3a"
},
{
"target": "chemc130",
"source": "chem112a"
},
{
"target": "chemc130",
"source": "math1a"
},
{
"target": "chemc130",
"source": "bio1a"
},
{
"target": "chemc130",
"source": "bio1al"
},
{
"target": "chemc130",
"source": "chem3b"
},
{
"target": "chemc130",
"source": "chem112b"
},
{
"target": "chem135",
"source": "chem3a"
},
{
"target": "chem135",
"source": "chem112a"
},
{
"target": "chem135",
"source": "bio1a"
},
{
"target": "chem143",
"source": "physics7b"
},
{
"target": "chem146",
"source": "chem4b"
},
{
"target": "chem146",
"source": "chem15"
},
{
"target": "chem146",
"source": "chem143"
},
{
"target": "chemc150",
"source": "chem104a"
},
{
"target": "chemc150",
"source": "chem104b"
},
{
"target": "chemc170l",
"source": "chmeng170a"
},
{
"target": "chemc182",
"source": "eps50"
},
{
"target": "chemc182",
"source": "eps102"
},
{
"target": "chemc182",
"source": "chem120a"
},
{
"target": "chemc182",
"source": "chem120b"
},
{
"target": "chemc182",
"source": "chemc130"
},
{
"target": "chemc182",
"source": "chem130b"
}
]
}