-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdouble_count_table_2022f.html
664 lines (664 loc) · 19.1 KB
/
double_count_table_2022f.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
<table id="doublecount" class="table table-striped compact" style="width:100%;font-size:16px;">
<thead>
<tr style="text-align: right;">
<th></th>
<th>Course Name</th>
<th>Course Code</th>
<th>Sector</th>
<th>Foundation</th>
</tr>
</thead>
<colgroup>
<col span="1" style="width: 2%;">
<col span="1" style="width: 40%;">
<col span="1" style="width: 18%;">
</colgroup>
<tbody>
<tr>
<th>0</th>
<td>1000 Years of Musical Listening</td>
<td>MUSC 1300</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>1</th>
<td>A Survey of the Universe</td>
<td>ASTR 0001</td>
<td>VI: Physical World</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>2</th>
<td>Africa Since 1800</td>
<td>AFRC 0350<br>HIST 0350</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>3</th>
<td>Afro-American History 1550-1876</td>
<td>AFRC 1176<br>HIST 1127</td>
<td>II: History and Tradition</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>4</th>
<td>Ancient Civilizations of the World</td>
<td>ANTH 0105<br>NELC 0050<br>URBS 0050</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>5</th>
<td>Ancient Greece</td>
<td>ANCH 0101<br>CLST 0101<br>HIST 0720</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>6</th>
<td>Anthropology, Race, and the Making of the Modern World</td>
<td>ANTH 0020</td>
<td>I: Society</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>7</th>
<td>Architect and History</td>
<td>ARTH 1060</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>8</th>
<td>Behind the Iron Curtain</td>
<td>ANTH 0630<br>REES 0630</td>
<td>I: Society</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>9</th>
<td>Benjamin Franklin Seminar: 18th-Century Slavery and Abolition</td>
<td>AFRC 0521<br>ENGL 0521</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>10</th>
<td>Colonial Latin America</td>
<td>AFRC 0400<br>HIST 0400<br>LALS 0400</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>11</th>
<td>Contemporary Amercian City</td>
<td>PSCI 0010</td>
<td>I: Society</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>12</th>
<td>Contexts of Hispanic Culture and Civilization</td>
<td>SPAN 1800</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>13</th>
<td>Doing Research: First-Year Seminar</td>
<td>ANTH 0058<br>SAST 0058</td>
<td>I: Society</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>14</th>
<td>First-Year Seminar: Italian Foods and Cultures</td>
<td>CIMS 0097<br>GSWS 0097<br>ITAL 0097</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>15</th>
<td>First-Year Seminar: Africa in World History</td>
<td>AFRC 0030<br>HIST 0030</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>16</th>
<td>First-Year Seminar: Of Horses, Bows and Fermented Milk: the Turkish Empire in 15 Objects</td>
<td>HIST 0061<br>NELC 0460</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>17</th>
<td>First-Year: Russia in the Age of Anna Karenina</td>
<td>HIST 0023</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>18</th>
<td>Foundations of European Thought: from Rome to the Renaissance</td>
<td>COML 1201<br>HIST 1200</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>19</th>
<td>French History and Culture until 1789</td>
<td>FREN 1226</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>20</th>
<td>From the Uncanny to Horror: Film and Psychoanalysis</td>
<td>CIMS 0021<br>COML 0021<br>ENGL 0021</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>21</th>
<td>Gender and Society</td>
<td>ENGL 0159<br>GSWS 0002</td>
<td>I: Society</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>22</th>
<td>Gender, Sexuality, and Religion</td>
<td>GSWS 0050<br>RELS 0050</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>23</th>
<td>General Physics: Electromagnetism, Optics, and Modern Physics</td>
<td>PHYS 0102</td>
<td>VI: Physical World</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>24</th>
<td>General Physics: Mechanics, Heat and Sound</td>
<td>PHYS 0101</td>
<td>VI: Physical World</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>25</th>
<td>Getting Crusaded</td>
<td>NELC 0400</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>26</th>
<td>Global Novel</td>
<td>COML 1000<br>ENGL 1409</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>27</th>
<td>Globalization</td>
<td>PSCI 0010</td>
<td>I: Society</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>28</th>
<td>Globalization And Its Historical Significance</td>
<td>ANTH 0120<br>SOCI 2910</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>29</th>
<td>Great Books of Judaism: Medieval Jewish Bookshelf</td>
<td>JWST 0305<br>NELC 0305<br>RELS 0305</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>30</th>
<td>History of the Middle East Since 1800</td>
<td>HIST 0360<br>NELC 0650</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>31</th>
<td>Honors Physics I: Mechanics and Wave Motion</td>
<td>PHYS 0170</td>
<td>VI: Physical World</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>32</th>
<td>Ideas in Mathematics</td>
<td>MATH 1700</td>
<td>VII: Natural Sciences and Math</td>
<td>Formal Reasoning & Analysis</td>
</tr>
<tr>
<th>33</th>
<td>India's Literature: Love, War, Wisdom and Humor</td>
<td>COML 0004<br>SAST 0004</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>34</th>
<td>India: Culture and Society</td>
<td>HIST 0851<br>RELS 0008<br>SAST 0008</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>35</th>
<td>Introduction to Asian American History</td>
<td>ASAM 0102<br>HIST 1155</td>
<td>II: History and Tradition</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>36</th>
<td>Introduction to Asian American Literature and Culture</td>
<td>ASAM 0103<br>ENGL 1270</td>
<td>III: Arts and Letters</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>37</th>
<td>Introduction to Biology - The Molecular Biology of Life</td>
<td>BIOL 1121</td>
<td>V: Living World</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>38</th>
<td>Introduction to Chinese Civilization</td>
<td>EALC 0020</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>39</th>
<td>Introduction to Cognitive Science</td>
<td>CIS 1400<br>COGS 1001<br>LING 1005<br>PHIL 1840<br>PSYC 1333</td>
<td>VII: Natural Sciences and Math</td>
<td>Formal Reasoning & Analysis</td>
</tr>
<tr>
<th>40</th>
<td>Introduction to Formal Linguistics</td>
<td>LING 0500</td>
<td>VII: Natural Sciences and Math</td>
<td>Formal Reasoning & Analysis</td>
</tr>
<tr>
<th>41</th>
<td>Introduction to Geology</td>
<td>EESC 1000</td>
<td>VI: Physical World</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>42</th>
<td>Introduction to Indian Philosophy</td>
<td>PHIL 1252<br>RELS 0055<br>SAST 0050</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>43</th>
<td>Introduction to Literary Analysis</td>
<td>SPAN 1900</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>44</th>
<td>Introduction to Mediterranean Archaeology</td>
<td>ANTH 1300<br>CLST 1300</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>45</th>
<td>Introduction to Modern Hebrew Literature: Short Story Reinvented</td>
<td>COML 1311<br>JWST 1310<br>NELC 1310</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>46</th>
<td>Introduction to Modern India</td>
<td>HIST 0850<br>SAST 0001</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>47</th>
<td>Introduction to Sociology</td>
<td>AFRC 1000<br>SOCI 1000</td>
<td>I: Society</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>48</th>
<td>Introduction to the Ancient Near East</td>
<td>ANCH 0100<br>HIST 0730<br>NELC 0001</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>49</th>
<td>Introduction to the Bible: The Old Testament</td>
<td>JWST 0303<br>NELC 0300<br>RELS 0301</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>50</th>
<td>Italian History on Screen: How Movies Tell the Story of Italy</td>
<td>CIMS 1900<br>ITAL 1900</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>51</th>
<td>Jews in the Modern World</td>
<td>HIST 1710<br>JWST 1710<br>NELC 0360<br>RELS 1710</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>52</th>
<td>Madness and Madmen in Russian Culture</td>
<td>COML 1097<br>REES 0172</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>53</th>
<td>Masterpieces of 19th-Century Russian Literature</td>
<td>REES 0410</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>54</th>
<td>Masterpieces of French Cinema</td>
<td>CIMS 1230<br>FREN 1230</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>55</th>
<td>Masterpieces-Italian Literature</td>
<td>COML 1890<br>ITAL 1890</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>56</th>
<td>Medieval and Early Modern Jewry</td>
<td>HIST 1610<br>JWST 1610<br>NELC 0355<br>RELS 1610</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>57</th>
<td>Metropolis: Culture of the City</td>
<td>CIMS 1050<br>GRMN 1050<br>URBS 1050</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>58</th>
<td>Modern Arabic Literature</td>
<td>COML 0615<br>NELC 0615</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>59</th>
<td>Modern Hebrew Literature and Culture in Translation: Literary Giants Pre & Post 1948</td>
<td>CIMS 0320<br>COML 0320<br>JWST 0320<br>NELC 0320</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>60</th>
<td>Music in Urban Spaces</td>
<td>MUSC 0180A<br>URBS 0180A</td>
<td>IV: Humanities and Social Science</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>61</th>
<td>Music of Africa</td>
<td>AFRC 1510<br>MUSC 1510</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>62</th>
<td>Narrative Across Cultures</td>
<td>COML 1025<br>ENGL 0039<br>NELC 1960<br>SAST 1124<br>THAR 1025</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>63</th>
<td>Natural Disturbances and Disasters</td>
<td>EESC 1060</td>
<td>VII: Natural Sciences and Math</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>64</th>
<td>Performing Arts of Modern South India</td>
<td>SAST 0005</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>65</th>
<td>Perspectives in French Literature: Love and Passion</td>
<td>COML 1231<br>FREN 1231</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>66</th>
<td>Pirates: Real and Imagined</td>
<td>COML 0022<br>ENGL 0022</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>67</th>
<td>Planning to be Off-shore?</td>
<td>SAST 0057</td>
<td>I: Society</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>68</th>
<td>Portraits of Old Rus: Myth, Icon, Chronicle</td>
<td>HIST 0724<br>REES 0100</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>69</th>
<td>Principles of Physics I: Mechanics and Wave Motion</td>
<td>PHYS 0150</td>
<td>VI: Physical World</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>70</th>
<td>Principles of Physics II: Electromagnetism and Radiation</td>
<td>PHYS 0151</td>
<td>VI: Physical World</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>71</th>
<td>Proto-Indo European Language and Society</td>
<td>LING 0051</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>72</th>
<td>Putin's Russia: Culture, Society and History</td>
<td>REES 0131</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>73</th>
<td>Recitation - Intro to Sociology</td>
<td>AFRC 1000<br>SOCI 1000</td>
<td>I: Society</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>74</th>
<td>Studying Sex</td>
<td>GSWS 0228<br>HSOC 0228<br>STSC 0228</td>
<td>IV: Humanities and Social Science</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>75</th>
<td>The American South</td>
<td>AFRC 1121<br>HIST 1121</td>
<td>II: History and Tradition</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>76</th>
<td>The Big Bang and Beyond</td>
<td>ASTR 0007</td>
<td>VII: Natural Sciences and Math</td>
<td>Quantitative Data Analysis</td>
</tr>
<tr>
<th>77</th>
<td>The Fantastic Voyage from Homer to Science Fiction</td>
<td>COML 0090<br>FREN 0090</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>78</th>
<td>The Middle East through Many Lenses</td>
<td>NELC 0600</td>
<td>IV: Humanities and Social Science</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>79</th>
<td>The Religion of Anime</td>
<td>CIMS 0790<br>EALC 1550<br>RELS 0790</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>80</th>
<td>The Rise and Fall of the Russian Empire, 1552-1917</td>
<td>HIST 0240<br>REES 0310</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>81</th>
<td>The Twentieth Century</td>
<td>ENGL 0040</td>
<td>III: Arts and Letters</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>82</th>
<td>Thinking About Popular Music</td>
<td>MUSC 1420</td>
<td>III: Arts and Letters</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>83</th>
<td>Transformations of Urban America: Making the Unequal Metropolis, 1945 to Today</td>
<td>HIST 1153<br>URBS 1153</td>
<td>I: Society</td>
<td>Cultural Diversity in the U.S.</td>
</tr>
<tr>
<th>84</th>
<td>Warriors, Concubines & Converts: the Ottoman Empire in the Middle East & Europe</td>
<td>HIST 0310<br>NELC 0450</td>
<td>II: History and Tradition</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>85</th>
<td>World Art and Civilization Before 1400</td>
<td>ARTH 1010</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>86</th>
<td>World Film History 1945-Present</td>
<td>ARTH 1090<br>CIMS 1020<br>COML 1022<br>ENGL 1901</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>87</th>
<td>World Film History to 1945</td>
<td>ARTH 1080<br>CIMS 1010<br>COML 1011<br>ENGL 1900</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
<tr>
<th>88</th>
<td>World Musics and Cultures</td>
<td>AFRC 1500<br>ANTH 1500<br>MUSC 1500</td>
<td>III: Arts and Letters</td>
<td>Cross Cultural Analysis</td>
</tr>
</tbody>
</table>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#doublecount').DataTable({
"order": [[ 0, "asc" ]]
});
} );
</script>
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css"/>
<style>
[type="search"] {
height: 28px;
padding: 3px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
}
</style>