-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (81 loc) · 5.2 KB
/
index.html
File metadata and controls
81 lines (81 loc) · 5.2 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Slave Voyages - quincegr</title>
</head>
<body>
<div id="app">
<div>
<h1>Misconceptions of the Transatlantic Voyages</h1>
<div class="card">
<article>
<p>
A interactive data visualisation of the many voyages from europe to the americas in the transatlantic slave trade. <a href="https://www.theguardian.com/news/series/cotton-capital-ongoing-series">This data visualization was inspired by The Guardians 'Cotton Capital' specifically "It’s not unpatriotic to tell the whole truth about Britain and the end of slavery"</a>
</p>
</article>
<img class="diagram" src="./public/images/captive-slaves.jpg" alt="This diagram depicts the Volume and direction of the trans-Atlantic slave trade from West Africa to the americas" />
<p><a href="https://www.slavevoyages.org/blog/volume-and-direction-trans-atlantic-slave-trade">Etlis, Richardson (2022)</a></p>
<article>
<p>The transatlantic slave trade is often regarded as one of humanities most darkest periods, full of atrocities of a unprecedented scale. In response to this, certain educational leaders & politicians have attempt to minimise thier nations impact, by claiming a nation/empire 'ended' Slavery, or simply refusing it acknowledge its part in the event. </p>
<p>This data visualisation attempts to show the viewer the logistics of the Transatlantic Voyage to combat the myths and misrepresentation of history which we see in our educational systems.</p>
</article>
</div>
<div class="card">
<section>
<article>
<h2>Who 'Ended' Slavery?</h2>
<p>Some historians' credit the British Empire for ending the slavery trade in 1807 with the abolishment of slavery. This is false. Other than Haiti and Denmark abolishing slavery prior, using this scatter graph, we can see the accelerated trend for larger & and more frequent ships carrying enslaved people to the USA, Brazil & the Caribbean.</p>
</article>
<div class="diagram" id="scatter-chart"></div>
<p class="read-the-docs">See above, interacter scatter graph which dots every single documented slave ship passage which travelled back and forth from the coast of West/Central Africa to the Americas, from 1500 to 1809</p>
</div>
</section>
</div>
<div class="card">
<article>
<h2>Who where the biggest players?</h2>
<p>Often, the British and French are highlighted as key players, but with this timelined pie chart, it can be shown how large a proportion Portugal and Spain played, and how this evolved and changed over centuries.</p>
</article>
<div class="diagram" >
<div id="pie-chart"></div>
<div class="">
<input type="range" min="1" max="100" value="50" id="pie-chart_range-slider" >
</div>
</div>
<p class="read-the-docs">Using the slider to change results, find a representative Pie chart of the numbers of captured African slaves taken across the atlantic from different European Empires, in each time frame. 1526 - 1875</p>
<article>
<p>Through the timelapsed chart we can see that from 1800's onwards, the role which Portugal and its associated empire played was exponentially increasing across the altantic passage as britain passed the <a href="https://en.wikipedia.org/wiki/Atlantic_slave_trade#cite_ref-146">Slavery Trade Act. </a> This change can caused increase in the price of price of slaves, which the portuguese <i>Prazeros</i> took advantage of. <a href="https://digitalcommons.chapman.edu/cgi/viewcontent.cgi?article=1083&context=vocesnovae">Lorenzo, P (2014)</a></p>
<p>In addition to Portugal, Spain / Uruguay also played a large part in this last stage of the Altantic Trade. With little to no competition, for the last sixteen years of the transatlantic slave trade, Spain was the only transatlantic slave-trading empire.</p>
</article>
</div>
<div class="card">
<div id="treemap"></div>
</div>
<footer>
<h4 class="logo"><a class="quincegr" href="https://quincegr.com">quincegr.com</a></h4>
<ul class="social-media">
<li>
<a href="https://www.linkedin.com/in/quince-gore-rodney-41b3081b6/">
<img src="./public/images/svg/linkedIn.svg"/>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCNzbjdOHAKSBD-3XRIy2QgA/featured">
<img src="./public/images/svg/youtube.svg"/>
</a>
</li>
<li>
<a href="https://github.com/spikethea">
<img src="./public/images/svg/github.svg"/>
</a>
</li>
</ul>
</footer>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>