This repository has been archived by the owner on Aug 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data-formatted.json
9901 lines (9901 loc) · 296 KB
/
data-formatted.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
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
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"card":[
{
"title":"Christopher Columbus"
},
{
"line":"Italian-born navigator who founded fame when he landed in the Americans (October 12,1492)"
},
{
"line":"Sat sail on behalf of Spain with three ships: the Nina, the Pinta, and his flagship, the Santa Maria"
},
{
"line":"Originally, he had sailed west across the Atlantic Ocean to find a water route to Asia"
},
{
"line":"Columbus was convinced that he had found the waterway that he sought and that the Americans were actually an extension of China"
},
{
"line":"Returned from his expedition with gold, encouraging future exploration"
}
]
},
{
"card":[
{
"title":"Amerigo Vespucci"
},
{
"line":"Italian member of a Portuguese expedition"
},
{
"line":"Explored South American"
},
{
"line":"Discovery suggested that the expedition had found a \"New World\""
},
{
"line":"After an account of Vespucci's 1497 expedition was published, a cartographer mistakenly thought that Vespucci had lad the expedition and had landed on the New World before Christopher Columbus; the cartographer named the continent America"
}
]
},
{
"card":[
{
"title":"Treaty of Tordesillas"
},
{
"line":"Commitment between Spain and Portugal"
},
{
"line":"Crated a papal line of Demarcation, which divided the New World: east of the line of it for Spain"
},
{
"line":"Later, the Papal line affected colonization in Africa and Asia"
}
]
},
{
"card":[
{
"title":"New Spain"
},
{
"line":"Spain's tightly controlled empire in the New World"
},
{
"line":"To deal with labor shortages, the Spaniards developed a system of large manors (encomiendas) using Native American slaves under conquistadors"
},
{
"line":"With the death of Native American slaves, Spaniards began importing African slaves to supply their labor needs"
}
]
},
{
"card":[
{
"title":"Mercantilism"
},
{
"line":"Prevailing economic philosophy of the 1600s that held that colonies existed to serve the mother country"
},
{
"line":"Founded on the belief that the world's wealth was sharply limited and, therefore, one nation's gain was another nation's loss"
},
{
"line":"Each nation's goal was to export more than it imported in a favorable balance of trade; the difference would be made up in their possession of gold and silver, witch would make the nation strong both economically and militarily"
},
{
"line":"Mercantilists believed economic activity should be regulated by the government"
}
]
},
{
"card":[
{
"title":"Queen Elizabeth I"
},
{
"line":"Protestant successor to Queen Mary (England)"
},
{
"line":"Popular leader and the first woman to successfully hold the throne"
},
{
"line":"Invested in English raids on the Spanish New World"
},
{
"line":"Brought on a war response from Spain in the form of the Spanish Armada"
},
{
"line":"Established Protestantism in England and encouraged English business"
}
]
},
{
"card":[
{
"title":"The Spanish Armada"
},
{
"line":"Fleet assembled by King Philip II of Spain to invade England"
},
{
"line":"The Armada was defeated by the skill of British military leaders and by rough seas during the assault"
},
{
"line":"England's victory over Spanish forces established England as an emerging sea power; it was one of the great achievements of Queen Elizabeth I"
},
{
"line":"Defeat helped bring about the decline of the Spanish empire"
}
]
},
{
"card":[
{
"title":"Types of Colonies in the New World"
},
{
"line":"In a charter colony, colonists were essentially members of a corporation and, based on an agreed-upon charter, electors among the colonists would control the government"
},
{
"line":"A royal colony had a governor selected by England's king; he would serve in the leadership role and choose additional, lesser officers"
},
{
"line":"Proprietary colonies were owned by an individual with direct responsibility to the king; the proprietor selected a governor, who served as the authority figure for the property"
}
]
},
{
"card":[
{
"title":"English Puritanism"
},
{
"line":"Movement by those who wished to reform the Church of England to be more in line with their ideology"
},
{
"line":"Puritans were Calvinist in their religious beliefs; they believed in predestination and in the authority of Scripture over papal authority"
},
{
"line":"Though Kind Henry VIII had set out to separate from papal authority in favor of his own Church of England, many Roman Catholic traditions and practices remained"
},
{
"line":"Puritans rejected these Roman Catholic holdovers because of their Calvinist ideology; they sought to make the England Church \"pure\""
},
{
"line":"Puritanism would echo throughout American culture in the ideas of self-reliance, moral fortitude, and an emphasis on intellectualism"
}
]
},
{
"card":[
{
"title":"Dutch West India Company"
},
{
"line":"The joint-stock company that ran the colonies in Fort Orange and in New Amsterdam, which later became New York"
},
{
"line":"Carried on a profitable fur trade with the Native American Iroquois"
},
{
"line":"Instituted the patron system, in which large estates were given to wealth men who transported at lease fifty families to New Netherland to tend the land; few took on the opportunity"
}
]
},
{
"card":[
{
"title":"Sir Walter Raleigh"
},
{
"line":"Selected Roanoke Island as a site for the first English settlement"
},
{
"line":"Returned to England to secure additional supplies; on his return, he found the colony deserted; it is not known what became of the Roanoke settles"
},
{
"line":"After the failure at Roanoke, Raleigh abandoned his attempts to colonize Virginia"
},
{
"line":"Held back by a lack of financial resources and the war with Spain, English interest in American colonization was submerged for fifteen years"
}
]
},
{
"card":[
{
"title":"St. Augustine, Florida"
},
{
"line":"French Protestants (Huguenots) went to the New World to freely practice their religion; they formed a colony near modern-day St. Augustine, Florida"
},
{
"line":"Spain, which oversaw Florida, reacted violently to the Huguenots because they were trespassers and because they were viewed as heretics by the Catholic church"
},
{
"line":"Spain sent a force to the settlement and massacred the fort's inhabitants"
},
{
"line":"The settlement at St. Augustine, Florida, is considered to be the first permanent European settlement in what would become the United States"
}
]
},
{
"card":[
{
"title":"Charter Colonies (Joint-Stock) and \"Starving Time\""
},
{
"line":"Charter colonies were associations that sought trade, exploration, and colonization overseas"
},
{
"line":"Jamestown (1607) was the first charter colony"
},
{
"line":"\"Starving Time\" describes a period in the 1600s during which many colonists died and others considered returning to England"
}
]
},
{
"card":[
{
"title":"Jamestown"
},
{
"line":"Named for James I (1566-1625), Queen Elizabeth's successor in England"
},
{
"line":"James I granted charters for charter colonies in the New World"
},
{
"line":"In 1607, the Virginia Company of London settled Jamestown, the first permanent English settlement, swampy location led to disease & contaminated water sources"
},
{
"line":"Despite location and hostile relations with Native Americans, John Smith's harsh, charismatic leadership of the colony kept it from collapsing"
},
{
"line":"In 1619, African slaves arrived at Jamestown, becoming the first group of slaves to reach a British settlement"
}
]
},
{
"card":[
{
"title":"Indenture System"
},
{
"line":"Poor workers, convicted criminals, and debtors received immigration passage and fees in return for a number of years at labor on behalf of a planter or company"
},
{
"line":"Servants entered into their contracts voluntarily and kept come legal rights"
},
{
"line":"However, servants had little control over the conditions of their work and living arrangements; system led to harsh and brutal treatment"
}
]
},
{
"card":[
{
"title":"John Rolfe"
},
{
"line":"English colonist in Jamestown, Virginia, married Pocahontas"
},
{
"line":"Created process for curing tobacco, ensuring economic success for Jamestown"
}
]
},
{
"card":[
{
"title":"House of Burgesses"
},
{
"line":"Representative assembly in Virginia"
},
{
"line":"Election to a seat was limited to voting members of that charter colony, which at first was all free men; later rules required that a man own at least fifty acres of land to vote"
},
{
"line":"First representative house in America"
},
{
"line":"Instituted private ownership of land; maintained rights of colonists"
}
]
},
{
"card":[
{
"title":"First Families of Virginia"
},
{
"line":"Wealth and socially prominent families in Virginia who by 1776 had been in America for four to five generations"
},
{
"line":"Included the Lees, Carters, and Fitzhughs"
}
]
},
{
"card":[
{
"title":"Headright System"
},
{
"line":"System used by the Virginia Company to attract colonists; it promised them parcels of land (roughly fifty acres) to emigrate to America"
},
{
"line":"Also gave nearly fifty acres for each servant that a colonist brought, allowing the wealthy to obtain large tracts of land"
}
]
},
{
"card":[
{
"title":"The Separatists and Plymouth"
},
{
"line":"Separatists were Puritans who believed the Church of England was beyond saving and felt that they must separate from it"
},
{
"line":"One group of Separatists suffering government harassment fled to Holland, then to America"
},
{
"line":"Members of this group traveled on the Mayflower; they became known as the Pilgrims, a term used for voyagers seeking to fulfill a religious mission"
},
{
"line":"The Mayflower set sail from Plymouth, England, in September 1620 and landed in Provincetown Harbor, setting in what became Plymouth, Massachusetts"
},
{
"line":"Before landing in the New World, the Pilgrims formed the Mayflower Compact, which provided for a government guided by the majority"
},
{
"line":"William Bradford (1590-1657) served as the Plymouth Colony's first governor"
}
]
},
{
"card":[
{
"title":"Massachusetts Bay Company"
},
{
"line":"Joint-stock company chartered by a group of Puritans escaping King James I"
},
{
"line":"Led by John Winthrop, who taught that the new colony should be a model Christian society"
},
{
"line":"These Puritans carefully organized their venture and, upon arriving in Massachusetts, did not undergo the \"starving time\" that had often plagued other first-year colonies"
},
{
"line":"The government of Massachusetts developed to include a governor and a representative assembly"
}
]
},
{
"card":[
{
"title":"Delaware"
},
{
"line":"Dutch patrons established the first settlement in Delaware"
},
{
"line":"That settlement was destroyed by Native American attacks"
},
{
"line":"The Dutch West India Company and Dutchmen, including Peter Minuit, began to trade and settle in Delaware during the mid-to-late 1630s"
},
{
"line":"Between 1664 and 1674, Delaware switched between Dutch and English ownership, ending with English ownership in 1674"
}
]
},
{
"card":[
{
"title":"The Proprietors and Maryland"
},
{
"line":"Proprietors owned colonies, with direct responsibility to the king"
},
{
"line":"Proprietors were supposed to provide opportunity for Royal control and to decrease the practice of granting charters for charter colonies"
},
{
"line":"In practice, proprietary colonies turned out much like the charter colonies because settlers insisted on self-government"
},
{
"line":"In 1632, under George Calvert (Lord Baltimore), Maryland became the first proprietary colony as a refuge for English Catholics"
},
{
"line":"To protect the catholic minority, Calvert's son encouraged religious toleration and established a representative assembly"
}
]
},
{
"card":[
{
"title":"Anne Hutchinson"
},
{
"line":"Claimed to have special revelations from God that superseded the Bible, contrary to Puritan doctrine"
},
{
"line":"The leadership of New England excused her of antinomian teachings; antinomianism is the belief that salvation is attained through faith and divine grace and not through strict adherence to rules or moral laws"
},
{
"line":"Hutchinson was banished from the Massachusetts Bay Colony"
},
{
"line":"With her followers, she founded Portsmouth in the Aquidneck region (1638); Aquidneck is now known as Rhode Island"
}
]
},
{
"card":[
{
"title":"Roger Williams and Rhode Island"
},
{
"line":"Williams was a Puritan preacher who fled Massachusetts after his views on religious observance became too extreme for the colonists"
},
{
"line":"Williams bought land from the Native Americans and founded Providence in 1636; it was soon populated by his many followers"
},
{
"line":"Rhode Island formed as a combination of Providence, Portsmouth, and other settlements that had sprung up in the area"
},
{
"line":"Through Roger Williams, the colony granted complete religious toleration"
},
{
"line":"Tented to be populated by exiles and troublemakers and was sometimes called \"Rogue's Island\""
},
{
"line":"Suffered constant political turmoil"
}
]
},
{
"card":[
{
"title":"English Civil War"
},
{
"line":"Conflict was based in the struggle between King Charles I (son of King James I) and the English Parliament"
},
{
"line":"Charles claimed to rule by divine right; Parliament argued that its membership had rights that were separate from those granted to the king"
},
{
"line":"Parliament's members were mostly Puritan and had the backing of the merchant class and lesser land owners"
},
{
"line":"Wealthy nobles tended to support Charles I, who opposed Puritans on questions of religion"
},
{
"line":"Led to outright conflict between Royalist military forces and forces opposing Charles I"
}
]
},
{
"card":[
{
"title":"Maryland Act of Toleration"
},
{
"line":"Guaranteed religious freedom to all Christians in Maryland"
},
{
"line":"Granted after Protestant became governor"
},
{
"line":"Important precedent for later characterization of the United States and its Constitution"
}
]
},
{
"card":[
{
"title":"Connecticut"
},
{
"line":"Thomas Hooker led a large group of Puritans to settle in the Connecticut River Valley; they had slight religious disagreements with the leadership of Massachusetts"
},
{
"line":"The major colonies in the Connecticut River Valley agreed to unite as the Connecticut colony"
},
{
"line":"In 1639, the colony formed a set of laws known as the Fundamental Orders; these laws provided for representative government by those who were permitted to vote"
},
{
"line":"When the corporate colony was established and recognized by England, its charter was founded on the Fundament Orders"
},
{
"line":"The Fundaments Orders are an important example of the growth of political democracy"
}
]
},
{
"card":[
{
"title":"The Carolinas"
},
{
"line":"King Charles II rewarded loyal noblemen with these lands after the twenty-year Puritan revolution in England"
},
{
"line":"In hopes of attracting settles, the proprietors planned for a hierarchical society"
},
{
"line":"Experimented with silk manufacturing and with crops such as rice and indigo; this proved unworkable and the Carolinas grew slowly"
},
{
"line":"Large groups of colonists in the Carolinas came from Barbados; the form of slavery that this group employed proved to be very harsh"
}
]
},
{
"card":[
{
"title":"New York and New Jersey"
},
{
"line":"Last Dutch governor of New York was Peter Stuyvesant"
},
{
"line":"After the British conquered the Dutch lands in America, English King Charles II gave the title to the lands to his brother, James, Duke of York"
},
{
"line":"James was adamantly opposed to representative assemblies"
},
{
"line":"Residents continued to call for self-government until James relented, only to break this promise when he became James II, King of England"
}
]
},
{
"card":[
{
"title":"Quakers"
},
{
"line":"Quakers believed human religious institutions were, for the most part, unnecessary"
},
{
"line":"They believed they could receive revelation directly from God and placed little importance on the Bible"
},
{
"line":"They were pacifists and declined to show customary deference to their alleged social superiors"
},
{
"line":"Their aggressiveness in denouncing established institutions brought them trouble in Both Britain and America"
},
{
"line":"They opposed slavery and favored decent treatment of Native Americans"
},
{
"line":"Elements of this culture would play a role in shaping the characterization of a United States that valued independence and social equality"
}
]
},
{
"card":[
{
"title":"William Penn"
},
{
"line":"Founded Pennsylvania as a refuge for his fellow Quakers"
},
{
"line":"Penn advertised his colony widely in Europe and offered generous terms on land"
},
{
"line":"Guaranteed a representative assembly and full religious freedom"
},
{
"line":"Settlers flocked to Pennsylvania from all over Europe"
}
]
},
{
"card":[
{
"title":"Black Slaves in the 1600s"
},
{
"line":"Because slaves were only a small percentage of the population, they began at almost slaves the same level of indentured servants"
},
{
"line":"Later in the century, African-Americans came to see as lifelong slaves whose status would be inherited by their children"
},
{
"line":"Increased importation and population of African-Americans in the southern colonies began"
}
]
},
{
"card":[
{
"title":"John Locke and Natural Law"
},
{
"line":"Locke was a major English political philosopher of the Enlightenment"
},
{
"line":"Isaac Newton theorized Natural Law in the realm of science; Locke followed him, trying to identify Natural Law in the human realm"
},
{
"line":"Natural Law included the rights of life, liberty, and property"
},
{
"line":"Locke's assertion of Natural Law changed the perspective of the social contract theory; he believed that if the above rights were not protected, governments could be overthrown justly"
},
{
"line":"Prior to Locke, their existed a theory of social contract--- people accept certain restrictions on themselves for the benefit of their society; these restrictions are upheld by a sovereign power"
},
{
"line":"Locke's ideas became the indirect theory of American political activity for leaders such as Benjamin Franklin"
}
]
},
{
"card":[
{
"title":"Triangular Trade (Atlantic Trade)"
},
{
"line":"European merchants purchased African slaves with goods manufactured in Europe or imported from Asian colonies"
},
{
"line":"These merchants sold slaves in the Caribbean for commodities (sugar, cotton, tobacco)"
},
{
"line":"Caribbean commodities were later sold in Europe and North America"
},
{
"line":"Useful for all parties because it was an exchange of goods, not money"
}
]
},
{
"card":[
{
"title":"Navigation Acts"
},
{
"line":"Certain goods shipped from a New World port were to go only to Britain or to another New World port"
},
{
"line":"Enumerated goods from the colonies like sugar, cotton, tobacco, were to be provided only to England"
},
{
"line":"Served as the foundation of England's worldwide commercial system"
},
{
"line":"Though for the benefit of all subjects of the British Empire, its provisions benefited some New World colonies at the expense of others"
},
{
"line":"Intended as a weapon in England's ongoing struggle against its rival, Holland"
},
{
"line":"Led to increased tension between Britain and the colonies"
}
]
},
{
"card":[
{
"title":"Effects of the Navigation Acts"
},
{
"line":"Boosted the prosperity of New Englanders, who engaged in large-scale shipbuilding"
},
{
"line":"Hurt the residents of the Chesapeake by driving down the price of tobacco"
},
{
"line":"Transferred wealth from America to Britain by increasing the prices Americans had to pay for British goods and lowering the prices Americans received for the goods they produced"
},
{
"line":"Mercantilism also helped bring on a series of wars between England and Holland in the late 1600s"
}
]
},
{
"card":[
{
"title":"Bacon's Rebellion"
},
{
"line":"Virginia's Royal governor, William Berkeley, received strict instructions to un the colony for the benefit of Britain"
},
{
"line":"Nathaniel Bacon was a leader of colonial frontiersmen in Virginia"
},
{
"line":"Bacon objected to the rights granted to Virginia's wealthy inner circle and was angered by Governor Berkeley's inability to protect Virginia from attacks by the Native Americans"
},
{
"line":"Bacon commanded two unauthorized raids on Native American tribes, increasing his popularity; Berkeley had him arrested"
},
{
"line":"Soon after, Bacon gathered his forces, opposed the Royal governor, and set fire to Jamestown to defend his forces; position"
},
{
"line":"With British military, Berkeley ended the rebellion"
},
{
"line":"After bacon's rebellion, American colonies turned increasingly away from indentured servants and toward slave labor"
}
]
},
{
"card":[
{
"title":"New Hampshire"
},
{
"line":"King Charles established it as a Royal colony"
},
{
"line":"The colony remained economically dependent on Massachusetts; Britain continued to appoint a single person to rule both colonies until 1741"
},
{
"line":"Weeks before the signing of the Declaration of Independence by the Second Continental Congress, New Hampshire established a temporary constitution for itself that proclaimed its independence from Britain"
}
]
},
{
"card":[
{
"title":"Glorious Revolution"
},
{
"line":"Internal British struggle that replaced the Catholic King James II with his Protestant daughter, Mary, and her husband, William of Orange"
},
{
"line":"Inspired colonial uprisings in New York and Maryland against ruling Royal governors who pressed for more control"
},
{
"line":"Led to the overthrow of the Dominion of New England, the control authority imposed by Britain of colonists"
},
{
"line":"William and Mary's new government generally accepted these actions, permitting the growth of colonial institutions and culture"
}
]
},
{
"card":[
{
"title":"Half-Way Covenant"
},
{
"line":"Decision by Puritan colony churches to allow the grandchildren of those who had the personal experience of conversion to participate in select church affairs"
},
{
"line":"Previously, only the children of those who had experienced conversion could participate"
},
{
"line":"Reflected the decline of piety New Englanders"
}
]
},
{
"card":[
{
"title":"Salem Witch Trials"
},
{
"line":"Several young girls in Salem Village claimed to be tormented by the occult activities of certain neighbors"
},
{
"line":"Some twenty persons were executed"
},
{
"line":"Puritan ministers finally intervened to stop the executions"
},
{
"line":"Writer Arthur Miller produced The Crucible (1953), a retelling of the Salem Witch Trials and a reflective commentary on the witch-hunts of Joseph McCarthy"
}
]
},
{
"card":[
{
"title":"Wool Act"
},
{
"line":"All wool that was produced in the colonies could only be exported to Britain"
},
{
"line":"Act restricted Ireland in its wool manufacturing, resulting in many Irish immigrants moving to the American colonies"
},
{
"line":"The Act was meant to protect Britain's own exports of wool at the expense of both the colonies and Ireland"
}
]
},
{
"card":[
{
"title":"The Enlightenment"
},
{
"line":"Connects to the idea of Deism, in which the universe was created by God and then abandoned; no supernatural controls would be exerted and all things were explainable by reason"
},
{
"line":"Enlightenment philosophy dictated that human reason was adequate o solve mankind's problems and correspondingly, much less faith was needed in the central role of God as an active force in the universe"
},
{
"line":"Idea moved from Europe to become the New World's seed of culture, intellectualism, and society"
},
{
"line":"Some important Enlightenment writers include John Locke (Principia Mathematica, 1687), Isaac Newton (Essay Concerning Human Understanding, 1689), and Rene Descartes, whose basic tenet of philosophical theory existed in the phrase \"I think, therefore, I am.\""
}
]
},
{
"card":[
{
"title":"Georgia"
},
{
"line":"James Oglethorpe, and English philanthropist and soldier, chartered the colony"
},
{
"line":"Settlers included those who paid their own way to receive the best land grants"
},
{
"line":"Some settlers were financed by the colony's board of trustees, including bands of prisoners from British jails"
},
{
"line":"After wars between the European empires began, the colony served as a bugger between South Carolina and Spanish-held Florida"
},
{
"line":"Elaborate and detailed regulations resulted in relatively little settlement"
}
]
},
{
"card":[
{
"title":"John Peter Zenger"
},
{
"line":"German American newspaper publisher and printer"
},
{
"line":"His acquittal of libel charges in New York City (1735) established a legal precedent for freedom of the press"
},
{
"line":"The Supreme Court under Chief Justice Warren reinvigorated free press rights; the case of New York Times v. Sullivan(1964) strengthened the protection of the press against libel cases brought by public figures"
}
]
},
{
"card":[
{
"title":"The First Great Awakening"
},
{
"line":"A series of emotional religious revivals occurring throughout the colonies and prevalent in New England"
},
{
"line":"Preachers proclaimed a message of personal repentance and faith to avoid hell"
},
{
"line":"Suggested an equality between and authority (God) and a fixed standard (the Bible)"
},
{
"line":"Helped lay the foundation for a written \"contract,\" which would be important to the establishment of the future United States Constitution"
},
{
"line":"George Whitefield and Jonathan Edwards became the most dynamic preachers of the Great Awakening"
}
]
},
{
"card":[
{
"title":"Effects of the Great Awakening"
},
{
"line":"American's religious community came to be divided between those who rejected the Great Awakening and those who accepted it"
},
{
"line":"More denominations of Christianity were formed"
},
{
"line":"While the Awakening created conflict among those who argued the points of religion, its ideas helped build connections between people living in different colonies"
},
{
"line":"A number of colleges were founded by those who accepted the Great Awakening, including Princeton, Brown, and Rutgers"
}
]
},
{
"card":[
{
"title":"Jonathan Edwards"
},
{
"line":"Preacher of the Great Wakening who emphasized personal religious experience, predestination, and dependence of man upon God and divine grace"
},
{
"line":"One of his well-read sermons was \"Sinners in the Hands of an Angry God\""
},
{
"line":"While Edwards is known for being one of the most prominent Calvinists, the Great Wakening was partially responsible for spreading the idea that salvation was possible without predestined election, and important Calvinist belief"
}
]
},
{
"card":[
{
"title":"Albany Plan"
},
{
"line":"Delegates of seven colonies met in New York to discuss plans for collective defense"
},
{
"line":"Pennsylvanian delegate, Benjamin Franklin, proposed a plan for an intercolonial government; the plan was later rejected by the colonial legislatures as demanding too great a surrender of power"
},
{
"line":"While the other colonies showed no support for the idea, it was an important precedent for the concept of united in the face of a common enemy"
}
]
},
{
"card":[
{
"title":"French and Indian War"
},
{
"line":"Rivalry between France, Britain, and various Native American tribes over land in the Ohio region"
},
{
"line":"It was on of a series of wars fought between France and England throughout the world at the time"
},
{
"line":"Battles continued on European and American fronts until Britain grained control of Canada"
},
{
"line":"It was in these conflicts that George Washington first appeared as an able military leader"
}
]
},
{
"card":[
{
"title":"William Pitt"
},
{
"line":"Britain's capable and energetic prime minister"
},
{
"line":"After several humiliating defeats, he led Britain to virtually destroy the French empire in North American by focusing on the French headquarters in Canada"
},
{
"line":"The Treaty of Paris of 1763 ended hostilities"
}
]
},
{
"card":[
{
"title":"Treaty of Paris, 1763"
},
{
"line":"Ended Seven Years War"
},