-
Notifications
You must be signed in to change notification settings - Fork 0
/
sources.html
117 lines (114 loc) · 6.99 KB
/
sources.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sources</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1/12/9/umd/popper.min/js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<link href="style.css" rel="stylesheet">
</head>
<body>
<!--Header-->
<header class = "row">
<h1><a href = "index.html">Home</a></h1>
<nav class="navbar navbar-expand-md navbar-light" id = "right">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="context.html">Context</a>
</li>
<li class="nav-item">
<a class="nav-link" href="dashboard.html">What Makes Us Happy?</a>
</li>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Analysis
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="trends.html">Trends</a>
<a class="dropdown-item" href="predictions.html">Predictions</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="methodology.html">Methodology</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sources.html">Sources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</header>
<!--Main information-->
<div class = "container-fluid">
<div class = "row">
<div class = "col-md-10 col-sm-12" id = "info">
<h2>Sources</h2>
<ol>
<li>
<strong>Countries of the World: </strong><a href="https://www.kaggle.com/fernandol/countries-of-the-world">https://www.kaggle.com/fernandol/countries-of-the-world</a>
</li>
<li>
<strong>World Happiness Report </strong>(used the 2015 through 2020 csvs): <a href="https://www.kaggle.com/mathurinache/world-happiness-report">https://www.kaggle.com/mathurinache/world-happiness-report</a>
</li>
<li>
<strong>Economic Freedom Index: </strong><a href="https://www.kaggle.com/fernandol/countries-of-the-world">https://www.kaggle.com/fernandol/countries-of-the-world</a>
</li>
<li>
<strong>Military Expenditures: </strong><a href="https://www.kaggle.com/fernandol/countries-of-the-world">https://www.kaggle.com/fernandol/countries-of-the-world</a>
</li>
<li>
<strong>Military Size: </strong><a href="https://www.kaggle.com/greeshmagirish/worldbank-data-on-gdp-population-and-military?select=API_AG.LND.TOTL.K2_DS2_en_csv_v2_511817.csv">https://www.kaggle.com/greeshmagirish/worldbank-data-on-gdp-population-and-military?select=API_AG.LND.TOTL.K2_DS2_en_csv_v2_511817.csv</a>
</li>
<li>
<strong>WDI Life Expectancy at birth data: </strong><a href="https://www.kaggle.com/muhakabartay/wdi-life-expectancy-at-birth">https://www.kaggle.com/muhakabartay/wdi-life-expectancy-at-birth</a>
</li>
<li>
<strong>Life Expectancy History</strong><a href="https://www.kaggle.com/transparencyint/corruption-index?select=index.csv">https://www.kaggle.com/transparencyint/corruption-index?select=index.csv</a>
</li>
<li>
<strong>Household Per Capita Income: </strong><a href="https://news.gallup.com/poll/166211/worldwide-median-household-income-000.aspx">https://news.gallup.com/poll/166211/worldwide-median-household-income-000.aspx</a>
</li>
<li>
<strong>GDP History: </strong><a href="https://www.kaggle.com/greeshmagirish/worldbank-data-on-gdp-population-and-military?select=API_AG.LND.TOTL.K2_DS2_en_csv_v2_511817.csv">https://www.kaggle.com/greeshmagirish/worldbank-data-on-gdp-population-and-military?select=API_AG.LND.TOTL.K2_DS2_en_csv_v2_511817.csv</a>
</li>
<li>
<strong>World Freedom Index: </strong><a href="https://www.kaggle.com/gsutters/the-human-freedom-index?select=hfi_cc_2019.csv">https://www.kaggle.com/gsutters/the-human-freedom-index?select=hfi_cc_2019.csv</a>
</li>
<li>
<strong>Corruption Perception Index: </strong><a href="https://www.kaggle.com/mathurinache/world-happiness-report">https://www.kaggle.com/mathurinache/world-happiness-report</a>
</li>
</ol>
<p><br/><strong>Github link: </strong><a href ="https://github.com/jasoncr/Predicting-World-Happiness" target="blank">https://github.com/jasoncr/Predicting-World-Happiness</a>
</p>
</div>
</div>
</div>
<footer>
<h6><center><ul>
<a href = "https://www.linkedin.com/in/jason-cristini/" target="_blank"><li class = "footer_list">Jason Cristini</li></a>
<li class = "footer_list">|</li>
<a href="https://www.linkedin.com/in/gabriel-djeudeu-29baa2105/" target="_blank"><li class = "footer_list">Gabriel Djeudeu</li></a>
<li class = "footer_list">|</li>
<a href="https://www.linkedin.com/in/eli-krash-15b571165/" target="_blank"><li class = "footer_list">Eli Krash</li></a>
<li class = "footer_list">|</li>
<a href="https://www.linkedin.com/in/brittaney-marshall-885a5a1a1/" target="_blank"><li class = "footer_list">Brittaney Marshall</li></a>
<li class = "footer_list">|</li>
<a href="https://www.linkedin.com/in/althea-mcmillian-2565a9a/" target="_blank"><li class = "footer_list">Althea McMillian</li></a>
<li class = "footer_list">|</li>
<a href="https://www.linkedin.com/in/aja-ould/" target="_blank"><li class = "footer_list">Aja Ould</li></a>
</ul></center></h6>
</footer>
</body>
</html>