-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflashcards.json
675 lines (670 loc) · 33.7 KB
/
flashcards.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
{
"test": [
{ "name": "Event A", "date": 2021},
{ "name": "Event B", "date": 2022},
{ "name": "Event C", "date": 2023}
],
"apeuro": [
{ "name": "Beginning of the Black Death ", "date": 1346},
{ "name": "Printing Press ", "date": 1450},
{ "name": "Fall of Constantinople ", "date": 1453},
{ "name": "Reconquista; Columbus lands in the Americas ", "date": 1492},
{ "name": "Martin Luther’s 95 Theses ", "date": 1517},
{ "name": "Edict of Nantes ", "date": 1598},
{ "name": "Outbreak of the 30 Years’ War ", "date": 1618},
{ "name": "Beginning of the Long Parliament / English Civil War ", "date": 1640},
{ "name": "Treaty of Westphalia ", "date": 1648},
{ "name": "Glorious Revolution ", "date": 1688},
{ "name": "Calling of the Estates General and beginning of the French Revolution ", "date": 1789},
{ "name": "Defeat of Napoleon and Congress of Vienna ", "date": 1815},
{ "name": "Revolutions in France, Prussia, Austria, and Italy (Revolutions of 1848) ", "date": 1848},
{ "name": "Unification of Germany ", "date": 1871},
{ "name": "Berlin Conference ", "date": 1884},
{ "name": "Outbreak of World War I ", "date": 1914},
{ "name": "Russian (Bolshevik) Revolution", "date": 1917},
{ "name": "Paris Peace Conference / Treaty of Versailles ", "date": 1919},
{ "name": "World War II ", "date": 1939},
{ "name": "Breakup of the Soviet Union ", "date": 1991},
{ "name": "Maastricht Treaty creates the European Union ", "date": 1992}
],
"apeuro-extended": [
{ "name": "Beginning of the Black Death", "date": 1346},
{ "name": "Printing Press", "date": 1450},
{ "name": "Fall of Constantinople", "date": 1453},
{ "name": "Reconquista; Columbus lands in the Americas", "date": 1492},
{ "name": "Martin Luther's 95 Theses", "date": 1517},
{ "name": "Henry VIII's Act of Supremacy", "date": 1534},
{ "name": "Council of Trent called (beginning of Catholic Reformation)", "date": 1545},
{ "name": "Peace of Augsburg", "date": 1555},
{ "name": "Defeat of the Spanish Armada", "date": 1588},
{ "name": "Edict of Nantes", "date": 1598},
{ "name": "Death of Elizabeth I and rise of the Stuarts in England", "date": 1603},
{ "name": "Outbreak of the 30 Years' War", "date": 1618},
{ "name": "Beginning of the Long Parliament / English Civil War", "date": 1640},
{ "name": "Louis XIV comes to power", "date": 1643},
{ "name": "Treaty of Westphalia", "date": 1648},
{ "name": "Restoration of Stuart Monarchy", "date": 1660},
{ "name": "Peter the Great comes to power", "date": 1682},
{ "name": "Glorious Revolution", "date": 1688},
{ "name": "Peace of Utrecht ends War of Spanish Succession", "date": 1713},
{ "name": "The Seven Years' War begins", "date": 1756},
{ "name": "The American Revolution begins", "date": 1775},
{ "name": "Adam Smith's Wealth of Nations", "date": 1776},
{ "name": "Calling of the Estates General and beginning of the French Revolution", "date": 1789},
{ "name": "Napoleon's coup d'etat", "date": 1799},
{ "name": "Defeat of Napoleon and Congress of Vienna", "date": 1815},
{ "name": "Greek Revolution", "date": 1821},
{ "name": "Revolution in France", "date": 1830},
{ "name": "First Great Reform Bill in Britain", "date": 1832},
{ "name": "Revolutions in France, Prussia, Austria, and Italy (Revolutions of ___)", "date": 1848},
{ "name": "Unification of Germany", "date": 1871},
{ "name": "Berlin Conference", "date": 1884},
{ "name": "Outbreak of World War I", "date": 1914},
{ "name": "Russian (Bolshevik) Revolution", "date": 1917},
{ "name": "Paris Peace Conference / Treaty of Versailles", "date": 1919},
{ "name": "Outbreak of World War II", "date": 1939},
{ "name": "Breakup of the Soviet Union", "date": 1991},
{ "name": "Maastricht Treaty creates the European Union", "date": 1992}
],
"apush": [
{ "name": "Bacon's Rebellion", "date": 1676},
{ "name": "King Phillip's War", "date": 1675},
{ "name": "Great Awakening", "date": 1720},
{ "name": "Boston Massacre", "date": 1770},
{ "name": "American Revolution", "date": 1770},
{ "name": "Articles of Confederation", "date": 1781},
{ "name": "French and Indian War", "date": 1754},
{ "name": "Constitution", "date": 1787},
{ "name": "Shay's Rebellion", "date": 1786},
{ "name": "Era of Good Feelings", "date": 1814},
{ "name": "XYZ Affair", "date": 1796},
{ "name": "Alien and Sedition acts", "date": 1798},
{ "name": "Virginia and Kentucky Resolutions", "date": 1799},
{ "name": "Missouri Compromise", "date": 1820},
{ "name": "Second Great Awakening", "date": 1790},
{ "name": "Webster-Ashburton Treaty", "date": 1839},
{ "name": "Kansas-Nebraska Act", "date": 1854},
{ "name": "Dred Scott Decision", "date": 1857},
{ "name": "Lincoln-Douglass Debates", "date": 1858},
{ "name": "Crittenden Compromise", "date": 1860},
{ "name": "Civil War", "date": 1860},
{ "name": "Grange", "date": 1867},
{ "name": "Reconstruction Acts", "date": 1867},
{ "name": "Root-Takahira Agreement", "date": 1904},
{ "name": "Roosevelt Corollary", "date": 1904},
{ "name": "US enters WWI", "date": 1917},
{ "name": "Wilson's Fourteen Points", "date": 1918},
{ "name": "Treaty of Versailles", "date": 1919},
{ "name": "New Deal", "date": 1933},
{ "name": "Monroe Doctrine", "date": 1823},
{ "name": "Annexation of Texas", "date": 1845},
{ "name": "Teapot Dome scandal", "date": 1923},
{ "name": "WWII", "date": 1941},
{ "name": "Marshall Plan, Truman Doctrine", "date": 1947},
{ "name": "NATO formed", "date": 1949},
{ "name": "Cuban Missle Crisis", "date": 1962},
{ "name": "Watergate Scandal", "date": 1972},
{ "name": "US enters Vietnam War", "date": 1964},
{ "name": "Sherman Anti-Trust Act", "date": 1890},
{ "name": "Clayton Anti-Trust Act", "date": 1914},
{ "name": "Great Stock Market Crash", "date": 1929},
{ "name": "Smoot-Howley Tariff", "date": 1930},
{ "name": "US enters Korean War (Containment)", "date": 1950},
{ "name": "Alliance for Progress", "date": 1961},
{ "name": "New Federalism", "date": 1968},
{ "name": "SALT 1", "date": 1972},
{ "name": "Vietnamization", "date": 1969},
{ "name": "Red Scare", "date": 1919},
{ "name": "Spanish-American War", "date": 1898}
],
"apush-extended": [
{ "name": "Tenochtitlán", "date": 1325},
{ "name": "Caravel", "date": 1450},
{ "name": "Great League of Peace", "date": 1451},
{ "name": "Columbian Exchange", "date": 1492},
{ "name": "Reconquista", "date": 1492},
{ "name": "Repartimiento System", "date": 1499},
{ "name": "Ninety-Five Theses", "date": 1517},
{ "name": "Middle Passage", "date": 1518},
{ "name": "Aztec", "date": 1519},
{ "name": "Conquistadors", "date": 1519},
{ "name": "Atlantic Slave Trade", "date": 1526},
{ "name": "Bartolomé de Las Casas", "date": 1552},
{ "name": "John Smith", "date": 1580},
{ "name": "Roanoke Colony", "date": 1587},
{ "name": "John Winthrop", "date": 1588},
{ "name": "Virginia Company", "date": 1606},
{ "name": "Indentured Servitude", "date": 1607},
{ "name": "Plantation", "date": 1607},
{ "name": "Salutary Neglect", "date": 1607},
{ "name": "Headright System", "date": 1618},
{ "name": "House of Burgesses", "date": 1619},
{ "name": "Redemptioners", "date": 1619},
{ "name": "Mayflower Compact", "date": 1620},
{ "name": "Pilgrims", "date": 1620},
{ "name": "Uprising of 1622", "date": 1622},
{ "name": "Great Migration", "date": 1630},
{ "name": "Puritans", "date": 1630},
{ "name": "Pequot Wars", "date": 1637},
{ "name": "Metacom", "date": 1638},
{ "name": "Act Concerning Religion (Maryland Toleration Act)", "date": 1649},
{ "name": "Navigation Act", "date": 1650},
{ "name": "Quakers", "date": 1650},
{ "name": "Half-Way Covenant", "date": 1662},
{ "name": "Writs of Assistance", "date": 1662},
{ "name": "King Philip’s War", "date": 1675},
{ "name": "Lords of Trade", "date": 1675},
{ "name": "Bacon’s Rebellion", "date": 1676},
{ "name": "Pueblo Revolt", "date": 1680},
{ "name": "Captivity Narratives", "date": 1682},
{ "name": "Dominion of New England", "date": 1686},
{ "name": "Glorious Revolution", "date": 1688},
{ "name": "English Bill of Rights", "date": 1689},
{ "name": "English Toleration Act", "date": 1690},
{ "name": "Covenant Chain", "date": 1692},
{ "name": "Salem Witch Trials", "date": 1692},
{ "name": "Tejanos", "date": 1731},
{ "name": "Impressment", "date": 1734},
{ "name": "Walking Purchase", "date": 1737},
{ "name": "Stono Rebellion", "date": 1739},
{ "name": "Albany Plan of Union", "date": 1754},
{ "name": "Yamasee Uprising", "date": 1755},
{ "name": "Seven Years’ War", "date": 1756},
{ "name": "Neolin", "date": 1761},
{ "name": "Social Contract", "date": 1762},
{ "name": "French and Indian War", "date": 1763},
{ "name": "Pontiac’s Rebellion", "date": 1763},
{ "name": "Proclamation of 1763", "date": 1763},
{ "name": "Sugar Act", "date": 1794},
{ "name": "“No Taxation Without Representation”", "date": 1765},
{ "name": "Regulators", "date": 1765},
{ "name": "Sons of Liberty", "date": 1765},
{ "name": "Stamp Act", "date": 1765},
{ "name": "Townshend Acts", "date": 1767},
{ "name": "Boston Massacre", "date": 1770},
{ "name": "Crispus Attucks", "date": 1770},
{ "name": "Freedom Petitions", "date": 1770},
{ "name": "Father Junípero Serra", "date": 1770},
{ "name": "Committee of Correspondence", "date": 1772},
{ "name": "Boston Tea Party", "date": 1773},
{ "name": "Continental Congress", "date": 1774},
{ "name": "Intolerable Acts", "date": 1774},
{ "name": "Shakers", "date": 1774},
{ "name": "Joseph Brant", "date": 1775},
{ "name": "Battle of Bunker Hill", "date": 1775},
{ "name": "Continental Army", "date": 1775},
{ "name": "Battles of Lexington and Concord", "date": 1775},
{ "name": "Lord Dunmore’s Proclamation", "date": 1775},
{ "name": "Virtual Representation", "date": 1775},
{ "name": "Common Sense", "date": 1776},
{ "name": "Declaration of Independence", "date": 1776},
{ "name": "Hessians", "date": 1776},
{ "name": "Wealth of Nations", "date": 1776},
{ "name": "Battle of Saratoga", "date": 1777},
{ "name": "Gradual Emancipation", "date": 1780},
{ "name": "Articles of Confederation", "date": 1781},
{ "name": "Battle of Yorktown", "date": 1781},
{ "name": "Treaty of Paris", "date": 1783},
{ "name": "Ordinance of 1784", "date": 1784},
{ "name": "Lemuel Haynes", "date": 1785},
{ "name": "Notes on the State of Virginia", "date": 1785},
{ "name": "Ordinance of 1785", "date": 1785},
{ "name": "Bill for Establishing Religious Freedom", "date": 1786},
{ "name": "Shays’s Rebellion", "date": 1786},
{ "name": "Constitutional Convention", "date": 1787},
{ "name": "Federalism", "date": 1787},
{ "name": "The Federalist", "date": 1787},
{ "name": "New Jersey Plan", "date": 1787},
{ "name": "Northwest Ordinance of 1787", "date": 1787},
{ "name": "Separation of Powers", "date": 1787},
{ "name": "Three-fifths Clause", "date": 1787},
{ "name": "Virginia Plan", "date": 1787},
{ "name": "Democratic-Republican Societies", "date": 1790},
{ "name": "Federalists and Republicans", "date": 1790},
{ "name": "Republican Motherhood", "date": 1790},
{ "name": "Second Great Awakening", "date": 1790},
{ "name": "Bill of Rights", "date": 1791},
{ "name": "Bank of the United States", "date": 1791},
{ "name": "Judith Sargent Murray", "date": 1791},
{ "name": "Cotton Gin", "date": 1793},
{ "name": "Jay’s Treaty", "date": 1794},
{ "name": "Whiskey Rebellion", "date": 1794},
{ "name": "Treaty of Greenville", "date": 1795},
{ "name": "Alien and Sedition Acts", "date": 1798},
{ "name": "Virginia and Kentucky Resolutions", "date": 1798},
{ "name": "XYZ Affair", "date": 1798},
{ "name": "Gabriel’s Rebellion", "date": 1800},
{ "name": "Revolution of 1800", "date": 1800},
{ "name": "Temperance Movement", "date": 1800},
{ "name": "Barbary Wars", "date": 1801},
{ "name": "Empire of Liberty", "date": 1801},
{ "name": "Louisiana Purchase", "date": 1803},
{ "name": "Marbury v. Madison", "date": 1803},
{ "name": "Haitian Revolution", "date": 1804},
{ "name": "Lewis and Clark Expedition", "date": 1804},
{ "name": "Embargo Act", "date": 1807},
{ "name": "Steamboat", "date": 1807},
{ "name": "Tecumseh and Tenskwatawa", "date": 1812},
{ "name": "War of 1812", "date": 1812},
{ "name": "Fort McHenry", "date": 1814},
{ "name": "Hartford Convention", "date": 1814},
{ "name": "Battle of New Orleans", "date": 1815},
{ "name": "American Colonization Society", "date": 1816},
{ "name": "Tariff of 1816", "date": 1816},
{ "name": "Era of Good Feelings", "date": 1817},
{ "name": "Dartmouth College v. Woodward", "date": 1819},
{ "name": "McCulloch v. Maryland", "date": 1819},
{ "name": "Panic of 1819", "date": 1819},
{ "name": "Cult of Domesticity", "date": 1820},
{ "name": "Individualism", "date": 1820},
{ "name": "Missouri Compromise", "date": 1820},
{ "name": "Second Middle Passage", "date": 1820},
{ "name": "Transcendentalists", "date": 1820},
{ "name": "Denmark Vesey’s Conspiracy", "date": 1822},
{ "name": "Harriet Tubman (Born in 1822) Prominent abolitionist figure who escaped to the North and returned South to save slaves", "date": 1822},
{ "name": "Mill Girls", "date": 1823},
{ "name": "Monroe Doctrine", "date": 1823},
{ "name": "American System", "date": 1824},
{ "name": "Gibbons v. Ogden", "date": 1824},
{ "name": "Erie Canal", "date": 1825},
{ "name": "New Harmony", "date": 1825},
{ "name": "Porkopolis", "date": 1825},
{ "name": "Exposition and Protest", "date": 1828},
{ "name": "Spoils System", "date": 1828},
{ "name": "Tariff of Abominations", "date": 1828},
{ "name": "Bank War", "date": 1830},
{ "name": "Church of Jesus Christ of Latter-Day Saints", "date": 1830},
{ "name": "Indian Removal Act", "date": 1830},
{ "name": "Peculiar Institution", "date": 1830},
{ "name": "Soft Money and Hard Money", "date": 1830},
{ "name": "Texas Revolt", "date": 1830},
{ "name": "Webster-Hayne Debate", "date": 1830},
{ "name": "Nat Turner’s Rebellion", "date": 1831},
{ "name": "Underground Railroad", "date": 1831},
{ "name": "Nullification Crisis", "date": 1832},
{ "name": "Worcester v. Georgia", "date": 1832},
{ "name": "Dower Rights", "date": 1833},
{ "name": "American Anti-Slavery Society", "date": 1833},
{ "name": "Force Act", "date": 1833},
{ "name": "Antonio López de Santa Anna", "date": 1834},
{ "name": "Democracy in America", "date": 1835},
{ "name": "Gag Rule", "date": 1836},
{ "name": "Pet Banks", "date": 1836},
{ "name": "Common School", "date": 1837},
{ "name": "Panic of 1837", "date": 1837},
{ "name": "Trail of Tears", "date": 1838},
{ "name": "The Amistad", "date": 1839},
{ "name": "American System of Manufactures", "date": 1840},
{ "name": "Liberty Party", "date": 1840},
{ "name": "The Slave Power", "date": 1840},
{ "name": "Brook Farm", "date": 1841},
{ "name": "The Dorr War", "date": 1841},
{ "name": "Utopian Communities", "date": 1841},
{ "name": "Commonwealth v. Hunt", "date": 1842},
{ "name": "Manifest Destiny", "date": 1845},
{ "name": "Mexican War", "date": 1846},
{ "name": "Wilmot Proviso", "date": 1846},
{ "name": "Free Soil Party", "date": 1848},
{ "name": "Gold Rush", "date": 1848},
{ "name": "Oneida", "date": 1848},
{ "name": "Women's Suffrage", "date": 1848},
{ "name": "Compromise of 1850", "date": 1850},
{ "name": "Fugitive Slave Act", "date": 1850},
{ "name": "Fugitive Slaves", "date": 1850},
{ "name": "Radical Republicans", "date": 1850},
{ "name": "Uncle Tom’s Cabin", "date": 1852},
{ "name": "Gadsden Purchase", "date": 1853},
{ "name": "Kansas-Nebraska Act", "date": 1854},
{ "name": "Know-Nothing Party", "date": 1854},
{ "name": "Perry. Commodore Matthew", "date": 1854},
{ "name": "Popular Sovereignty", "date": 1854},
{ "name": "Bleeding Kansas", "date": 1856},
{ "name": "Dred Scott v. Sandford", "date": 1857},
{ "name": "Cotton is King", "date": 1858},
{ "name": "Lincoln-Douglas Debates", "date": 1858},
{ "name": "Harpers Ferry, Virginia", "date": 1859},
{ "name": "Crop Lien", "date": 1860},
{ "name": "Navajos Long Walk", "date": 1860},
{ "name": "First Battle of Bull Run", "date": 1861},
{ "name": "The Contrabands", "date": 1861},
{ "name": "Dorothea Dix", "date": 1861},
{ "name": "Fort Sumter", "date": 1861},
{ "name": "King Cotton Diplomacy", "date": 1861},
{ "name": "Sea Islands Experiment", "date": 1861},
{ "name": "Second Battle of Bull Run", "date": 1862},
{ "name": "Battle of Antietam", "date": 1862},
{ "name": "Emancipation Proclamation", "date": 1862},
{ "name": "Homestead Act", "date": 1862},
{ "name": "Battle of Gettysburg", "date": 1863},
{ "name": "Sanitary Fairs", "date": 1863},
{ "name": "Ten-Percent Plan of Reconstruction", "date": 1863},
{ "name": "Battle of Vicksburg", "date": 1863},
{ "name": "Wade-Davis Bill", "date": 1864},
{ "name": "Black Codes", "date": 1865},
{ "name": "Appomattox Courthouse Virginia", "date": 1865},
{ "name": "Carpetbaggers", "date": 1865},
{ "name": "Freedmen's Bureau", "date": 1865},
{ "name": "Redeemers", "date": 1865},
{ "name": "Thirteenth Amendment", "date": 1865},
{ "name": "Civil Rights Bill", "date": 1866},
{ "name": "Ex Parte Milligan", "date": 1866},
{ "name": "Ku Klux Klan", "date": 1866},
{ "name": "Reconstruction Act", "date": 1867},
{ "name": "Tenure of Office Act", "date": 1867},
{ "name": "14th Amendment", "date": 1868},
{ "name": "15th Amendment", "date": 1869},
{ "name": "Knights of Labor", "date": 1869},
{ "name": "Transcontinental Railroad", "date": 1869},
{ "name": "Enforcement Acts", "date": 1870},
{ "name": "Robber Barons", "date": 1870},
{ "name": "Sharecropping", "date": 1870},
{ "name": "Single Tax", "date": 1870},
{ "name": "Social Gospel", "date": 1870},
{ "name": "Gold Standard", "date": 1871},
{ "name": "The Gilded Age", "date": 1873},
{ "name": "Bonanza Farms", "date": 1874},
{ "name": "Civil Rights Act", "date": 1875},
{ "name": "Battle of the Little Bighorn", "date": 1876},
{ "name": "Bargain of 1877", "date": 1877},
{ "name": "Great Railroad Strike", "date": 1877},
{ "name": "Kansas Exodus", "date": 1879},
{ "name": "American Federation of Labor", "date": 1881},
{ "name": "Chinese Exclusion Act", "date": 1882},
{ "name": "Civil Service Act", "date": 1883},
{ "name": "Settlement House", "date": 1884},
{ "name": "Haymarket Affair", "date": 1886},
{ "name": "Interstate Commerce Commission", "date": 1886},
{ "name": "New South", "date": 1886},
{ "name": "Dawes Act", "date": 1887},
{ "name": "Grandfather Clause", "date": 1890},
{ "name": "Sherman Antitrust Act", "date": 1890},
{ "name": "Yellow Press", "date": 1890},
{ "name": "Coxey’s Army", "date": 1894},
{ "name": "Atlanta Compromise", "date": 1895},
{ "name": "Liberty of Contract", "date": 1895},
{ "name": "Plessy v. Ferguson", "date": 1896},
{ "name": "“Separate But Equal”", "date": 1896},
{ "name": "U.S.S. Maine", "date": 1898},
{ "name": "Anti-Imperialist League", "date": 1899},
{ "name": "Open Door Policy", "date": 1899},
{ "name": "Philippine War", "date": 1899},
{ "name": "Conservation Movement", "date": 1890},
{ "name": "Wounded Knee Massacre", "date": 1890},
{ "name": "Ellis Island", "date": 1892},
{ "name": "Populists", "date": 1892},
{ "name": "Immigration Restriction League", "date": 1894},
{ "name": "Referendum", "date": 1898},
{ "name": "Progressivism", "date": 1900},
{ "name": "Insular Cases", "date": 1901},
{ "name": "Platt Amendment", "date": 1901},
{ "name": "Muckraking", "date": 1903},
{ "name": "Panama Canal Zone", "date": 1903},
{ "name": "Initiative", "date": 1904},
{ "name": "Roosevelt Corollary", "date": 1904},
{ "name": "Industrial Workers of the World", "date": 1905},
{ "name": "Pure Food and Drug Act", "date": 1906},
{ "name": "Muller v. Oregon", "date": 1908},
{ "name": "National Association for the Advancement of Colored People", "date": 1910},
{ "name": "Recall", "date": 1911},
{ "name": "Scientific Management", "date": 1911},
{ "name": "Society of American Indians", "date": 1911},
{ "name": "Dollar Diplomacy", "date": 1912},
{ "name": "New Freedom", "date": 1912},
{ "name": "New Nationalism", "date": 1912},
{ "name": "Progressive Party", "date": 1912},
{ "name": "Seventeenth Amendment", "date": 1912},
{ "name": "Socialist Party", "date": 1912},
{ "name": "Moral Imperialism", "date": 1913},
{ "name": "Sixteenth Amendment", "date": 1913},
{ "name": "Federal Trade Commission", "date": 1914},
{ "name": "Marcus Garvey", "date": 1914},
{ "name": "Lusitania", "date": 1915},
{ "name": "Birth-Control Movement", "date": 1916},
{ "name": "Great Migration", "date": 1916},
{ "name": "Espionage Act", "date": 1917},
{ "name": "Selective Service Act", "date": 1917},
{ "name": "War Industries Board", "date": 1917},
{ "name": "Zimmermann Telegram", "date": 1917},
{ "name": "Fourteen Points", "date": 1918},
{ "name": "League of Nations", "date": 1918},
{ "name": "Sedition Act", "date": 1918},
{ "name": "18th Amendment", "date": 1919},
{ "name": "Red Scare", "date": 1919},
{ "name": "Schenck v. United States", "date": 1919},
{ "name": "Versailles Treaty", "date": 1919},
{ "name": "American Civil Liberties Union", "date": 1920},
{ "name": "Flappers", "date": 1920},
{ "name": "Harlem Renaissance", "date": 1920},
{ "name": "Sacco-Vanzetti Case", "date": 1921},
{ "name": "Tulsa Riot", "date": 1921},
{ "name": "Teapot Dome", "date": 1922},
{ "name": "Adkins v. Children’s Hospital", "date": 1923},
{ "name": "Equal Rights Amendment", "date": 1923},
{ "name": "Illegal Alien", "date": 1924},
{ "name": "Scopes Trial", "date": 1925},
{ "name": "McNary-Haugen Bill", "date": 1927},
{ "name": "Great Depression", "date": 1929},
{ "name": "League of United Latin American Citizens", "date": 1929},
{ "name": "Stock Market Crash", "date": 1929},
{ "name": "Dust Bowl", "date": 1930},
{ "name": "Popular Front", "date": 1930},
{ "name": "Sit-down Strike", "date": 1930},
{ "name": "Smoot-Hawley Tariff", "date": 1930},
{ "name": "Scottsboro Case", "date": 1931},
{ "name": "Checks and Balances", "date": 1932},
{ "name": "New Deal", "date": 1932},
{ "name": "Reconstruction Finance Corporation", "date": 1932},
{ "name": "Agricultural Adjustment Act (AAA)", "date": 1933},
{ "name": "Civilian Conservation Corps", "date": 1933},
{ "name": "Emergency Banking Act", "date": 1933},
{ "name": "Good Neighbor Policy", "date": 1933},
{ "name": "Hundred Days", "date": 1933},
{ "name": "National Industrial Recovery Act", "date": 1933},
{ "name": "National Recovery Administration", "date": 1933},
{ "name": "Public Works Administration", "date": 1933},
{ "name": "Tennessee Valley Authority", "date": 1933},
{ "name": "Federal Housing Administration", "date": 1934},
{ "name": "Indian New Deal", "date": 1934},
{ "name": "Share Our Wealth Movement", "date": 1934},
{ "name": "Collective Bargaining", "date": 1935},
{ "name": "Congress of Industrial Organizations", "date": 1935},
{ "name": "Isolationism", "date": 1935},
{ "name": "Neutrality Acts", "date": 1935},
{ "name": "Social Security Act", "date": 1935},
{ "name": "Wagner Act (National Labor Relations Act of 1935)", "date": 1935},
{ "name": "Welfare State", "date": 1935},
{ "name": "Works Progress Administration (WPA)", "date": 1935},
{ "name": "Court Packing", "date": 1937},
{ "name": "House Un-American Activities Committee (HUAC)", "date": 1938},
{ "name": "Axis Powers", "date": 1939},
{ "name": "Fordism", "date": 1940},
{ "name": "Second Great Migration", "date": 1940},
{ "name": "Atlantic Charter", "date": 1941},
{ "name": "Four Freedoms", "date": 1941},
{ "name": "Holocaust", "date": 1941},
{ "name": "Lend-Lease Act", "date": 1941},
{ "name": "Bracero Program", "date": 1942},
{ "name": "Double-V", "date": 1942},
{ "name": "Japanese-American Internment", "date": 1942},
{ "name": "Manhattan Project", "date": 1942},
{ "name": "Zoot Suit Riots", "date": 1943},
{ "name": "Bretton Woods Conference", "date": 1944},
{ "name": "D-Day", "date": 1944},
{ "name": "Bill of Rights", "date": 1944},
{ "name": "Korematsu v. United States", "date": 1944},
{ "name": "Cold War", "date": 1945},
{ "name": "Decolonization", "date": 1945},
{ "name": "Iron Curtain", "date": 1945},
{ "name": "Potsdam Conference", "date": 1945},
{ "name": "United Nations", "date": 1945},
{ "name": "V-E Day", "date": 1945},
{ "name": "Yalta Conference", "date": 1945},
{ "name": "Baby Boom", "date": 1946},
{ "name": "Long Telegram", "date": 1946},
{ "name": "Operation Dixie", "date": 1946},
{ "name": "Containment", "date": 1947},
{ "name": "Hollywood Ten", "date": 1947},
{ "name": "Levittown", "date": 1947},
{ "name": "Marshall Plan", "date": 1947},
{ "name": "Taft-Hartley Act", "date": 1947},
{ "name": "Truman Doctrine", "date": 1947},
{ "name": "Dixiecrats", "date": 1948},
{ "name": "The Fair Deal", "date": 1949},
{ "name": "North Atlantic Treaty Organization (NATO)", "date": 1949},
{ "name": "The Beats", "date": 1950},
{ "name": "Korean War", "date": 1950},
{ "name": "McCarthyism", "date": 1950},
{ "name": "NSC-68", "date": 1950},
{ "name": "Urban Renewal", "date": 1950},
{ "name": "McCarran-Walter", "date": 1952},
{ "name": "Army-McCarthy Hearings", "date": 1954},
{ "name": "Brown v. Board of Education", "date": 1954},
{ "name": "Geneva Accords", "date": 1954},
{ "name": "“In God We Trust”", "date": 1954},
{ "name": "Massive Retaliation", "date": 1954},
{ "name": "Montgomery Bus Boycott", "date": 1955},
{ "name": "Interstate Highway System", "date": 1956},
{ "name": "Southern Manifesto", "date": 1956},
{ "name": "Southern Christian Leadership Conference (SCLC)", "date": 1957},
{ "name": "Sputnik", "date": 1957},
{ "name": "National Defense Education Act", "date": 1958},
{ "name": "Counterculture", "date": 1960},
{ "name": "Missile Gap", "date": 1960},
{ "name": "New Left", "date": 1960},
{ "name": "Sit-in", "date": 1960},
{ "name": "Student Nonviolent Coordinating Committee (SNCC)", "date": 1960},
{ "name": "Students for a Democratic Society (SDS)", "date": 1960},
{ "name": "Bay of Pigs Invasion", "date": 1961},
{ "name": "Freedom Rides", "date": 1961},
{ "name": "Military-Industrial Complex", "date": 1961},
{ "name": "Cuban Missile Crisis", "date": 1962},
{ "name": "Port Huron Statement", "date": 1962},
{ "name": "Silent Spring", "date": 1962},
{ "name": "American Indian Movement (AIM!)", "date": 1963},
{ "name": "The Feminine Mystique", "date": 1963},
{ "name": "March on Washington", "date": 1963},
{ "name": "Civil Rights Act", "date": 1964},
{ "name": "Gulf of Tonkin Resolution", "date": 1964},
{ "name": "War on Poverty", "date": 1964},
{ "name": "Great Society", "date": 1965},
{ "name": "Griswold v. Connecticut", "date": 1965},
{ "name": "Hart-Celler Act", "date": 1965},
{ "name": "Voting Rights Act", "date": 1965},
{ "name": "Black Power", "date": 1966},
{ "name": "National Organization for Women", "date": 1966},
{ "name": "Détente", "date": 1967},
{ "name": "My Lai Massacre", "date": 1968},
{ "name": "Tet Offensive", "date": 1968},
{ "name": "Stonewall Inn", "date": 1969},
{ "name": "Busing", "date": 1970},
{ "name": "Deindustrialization", "date": 1970},
{ "name": "Gentleman of Property and Standing", "date": 1970},
{ "name": "Reverse Discrimination", "date": 1970},
{ "name": "Stagflation", "date": 1970},
{ "name": "Pentagon Papers", "date": 1971},
{ "name": "Strategic Arms Limitation Talks", "date": 1972},
{ "name": "Title IX", "date": 1972},
{ "name": "Watergate", "date": 1972},
{ "name": "Oil Embargo", "date": 1973},
{ "name": "Roe v. Wade", "date": 1973},
{ "name": "War Powers Act", "date": 1973},
{ "name": "Great Recession", "date": 1974},
{ "name": "Helsinki Accords", "date": 1975},
{ "name": "Vietnam Syndrome", "date": 1975},
{ "name": "Camp David Accords", "date": 1978},
{ "name": "Three Mile Island", "date": 1979},
{ "name": "Deregulation", "date": 1980},
{ "name": "Neoconservatives", "date": 1980},
{ "name": "Reagan Revolution", "date": 1980},
{ "name": "Edward Snowden", "date": 1983},
{ "name": "Iran-Contra Affair", "date": 1985},
{ "name": "Balkan Crisis", "date": 1990},
{ "name": "Culture Wars", "date": 1990},
{ "name": "Globalization", "date": 1990},
{ "name": "Multiculturalism", "date": 1990},
{ "name": "Americans with Disabilities Act", "date": 1991},
{ "name": "Gulf War", "date": 1991},
{ "name": "Don’t Ask Don’t Tell", "date": 1993},
{ "name": "North American Free Trade Agreement", "date": 1993},
{ "name": "Oslo Accords", "date": 1993},
{ "name": "Contract with America", "date": 1994},
{ "name": "Rwandan Genocide", "date": 1994},
{ "name": "Defense of Marriage Act", "date": 1996},
{ "name": "Bush v. Gore", "date": 2000},
{ "name": "USA Patriot Act", "date": 2001},
{ "name": "War in Afghanistan", "date": 2001},
{ "name": "War on Terrorism", "date": 2001},
{ "name": "Bush Doctrine", "date": 2002},
{ "name": "Guantánamo Bay", "date": 2002},
{ "name": "Iraq War", "date": 2003},
{ "name": "Hurricane Katrina", "date": 2005},
{ "name": "Me Too Movement", "date": 2006},
{ "name": "Sonia Sotomayor", "date": 2009},
{ "name": "Tea Party", "date": 2009},
{ "name": "Gulf Oil Spill", "date": 2010},
{ "name": "Occupy Wall Street", "date": 2011},
{ "name": "Black Lives Matter", "date": 2013},
{ "name": "ISIS", "date": 2014},
{ "name": "Obergefell v. Hodges", "date": 2015},
{ "name": "Paris Agreement", "date": 2016},
{ "name": "Women’s March", "date": 2017},
{ "name": "March for Our Lives", "date": 2018}
],
"apwh": [
{"name":"Peak of Mongol rule and Pax Mongolica on the Silk Roads","date": 1279 },
{"name":"Ottoman Empire (~start)","date": 1299 },
{"name":"Ottoman Empire (~end)","date": 1923 },
{"name":"Black Death in Europe","date": 1347 },
{"name":"Aztec Empire (~start)","date": 1428 },
{"name":"Aztec Empire (~end)","date": 1521 },
{"name":"Inca Empire (~start)","date": 1438 },
{"name":"Inca Empire (~end)","date": 1533 },
{"name":"Ottoman conquest of Constantinople","date": 1453 },
{"name":"Safavid Empire (~start)","date": 1501 },
{"name":"Safavid Empire (~start)","date": 1722 },
{"name":"Mughal Empire (~start)","date": 1526 },
{"name":"Mughal Empire (~end)","date": 1748 },
{"name":"Scientific Revolution (~start)","date": 1550 },
{"name":"Qing (Manchu) Empire (~start)","date": 1688 },
{"name":"Qing (Manchu) Empire (~end)","date": 1911 },
{"name":"The Enlightenment (~start)","date": 1715 },
{"name":"First Industrial Revolution (~start)","date": 1760 },
{"name":"French Revolution (~start)","date": 1789 },
{"name":"French Revolution (~end)","date": 1795 },
{"name":"Haitian Revolution (~start)","date": 1791 },
{"name":"Haitian Revolution (~end)","date": 1804 },
{"name":"Latin American Revolutions (~start)","date": 1806 },
{"name":"Latin American Revolutions (~end)","date": 1826 },
{"name":"Meiji Restoration in Japan","date": 1868 },
{"name":"Berlin Conference","date": 1885 },
{"name":"Mexican Revolution (~start)","date": 1910 },
{"name":"Mexican Revolution (~end)","date": 1920 },
{"name":"World War 1 (~start)","date": 1914 },
{"name":"World War 1 (~end)","date": 1918 },
{"name":"League of Nations founded","date": 1920 },
{"name":"Great Depression (~start)","date": 1929 },
{"name":"Great Depression (~end)","date": 1933 },
{"name":"Great Purge (~start)","date": 1936 },
{"name":"Great Purge (~end)","date": 1938 },
{"name":"World War 2 (~start)","date": 1939 },
{"name":"World War 2 (~end)","date": 1945 },
{"name":"The Holocaust (~start)","date": 1941 },
{"name":"The Holocaust (~end)","date": 1945 },
{"name":"Chinese Communist Revolution (~start)","date": 1945 },
{"name":"Chinese Communist Revolution (~end)","date": 1950 },
{"name":"Partition of India","date": 1947 },
{"name":"Cold War (~start)","date": 1947 },
{"name":"Cold War (~end)","date": 1991 },
{"name":"Korean War (~start)","date": 1950 },
{"name":"Korean War (~end)","date": 1953 },
{"name":"Vietnam War (~start)","date": 1955 },
{"name":"Vietnam War (~end)","date": 1975 },
{"name":"Great Leap Forward (~start)","date": 1958 },
{"name":"Great Leap Forward (~end)","date": 1962 },
{"name":"Cultural Revolution in China (~start)","date": 1966 },
{"name":"Cultural Revolution in China (~end)","date": 1976 },
{"name":"Tiananmen Square Protests","date": 1989 },
{"name":"Fall of USSR","date": 1990 },
{"name":"End of Apartheid in South Africa","date": 1990 }
]
}