-
Notifications
You must be signed in to change notification settings - Fork 0
/
landing.html
157 lines (128 loc) · 8.63 KB
/
landing.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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="#">
<title>Landing Page</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="container">
<nav class="navbar navbar-default navbar-tall navbar-full" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#global-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/landing.html">Latitude</a>
</div>
<div class="nav navbar-tabs" id="global-nav">
<div class="navbar-right">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Plots <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/temperature.html">Temperature</a></li>
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/clouds.html">Cloud Cover</a></li>
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/humidity.html">Humidity</a></li>
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/windspeed.html">Windspeed</a></li>
<li class="divider"></li>
<li><a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/sampling.html">Sampling</a></li>
</ul>
</li>
<li>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/comparisons.html">
Comparisons
</a>
</li>
<li>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/table.html">
Data
</a>
</li>
<li>
<a href="#">
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- main body -->
<div class= 'row'>
<!--description tab -->
<div class='col-md-8 col-sm-12'>
<div class='jumbotron'>
<div class= 'row'>
<div class='col-sm-11 col-xs-11'>
<h3>Climate Analysis vs Latitude</h3>
</div>
</div>
<div class = 'row'>
<div class='col-sm-12 col-xs-12'>
<img style = 'float:left' width=40% src='Final/temperature_raw.png' href = '#'></img>
<p style = ''>This project was aimed at answering an intuitively obvious question of whether low level weather phenomenon are effected by latitude. The project indeed accomplished its goal of proving that the tropics are reliably hotter and more humid than the higher and lower latitudes (at least on 11/16/17 when the data was taken), who would've guessed. Windspeed and cloudiness varied more, with pockets of high wind appearing in the hight latitudes and cloudiness showing no apparent correlation.</p>
<img style = 'float:left' width=40% src='Final/trimmed_map.png' href = '#'></img>
<p>The data was taken at every point of latitude and longitude which contains a city with weather data available through the OpenWeatherMap API which was then sampled from to acquire 750 cities spread evenly across the represented latitudes (-40 to 60).</p>
<p>Check out the plots window at right to see some of the individual analysis in some depth. Above in the navbar I have a brief discussion on sampling city data to give you some information on my approach as well as a comparison of the major resultant plots heads up for comparison.</p>
</div>
<!--<div class='col-md-0 col-sm-0 col-xs-12'>
<img style = 'float:left' width=100% src='images/comparison-lg.png' href = '#'></img>
</div>
<div class='col-md-0 col-xs-12'>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia, aperiam! Nobis accusamus deleniti quibusdam doloremque. Distinctio cumque impedit dolorum soluta autem dolores tempore, voluptas minima enim. Nihil labore totam reprehenderit?</p>
</div>-->
</div>
</div>
</div>
<!-- visualizations tab -->
<div class='col-md-4 col-sm-12'>
<div class='jumbotron' id = 'viz-box'>
<h3 style="padding-left:5px">Plots</h3>
<div class= 'row'>
<div class = 'col-md-6 col-sm-6 col-xs-6'>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/temperature.html" title = "Heat Map" class="d-block mb-4 h-100">
<img width=100% src='Final/heatheatmapmap.png' >
</a>
</div>
<div class = 'col-md-6 col-sm-6 col-xs-6'>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/humidity.html" title = 'Humidity' class="d-block mb-4 h-100">
<img width=100% src='Final/humidity_hist.png' >
</a>
</div>
</div>
<div class= 'row'>
<div class = 'col-md-6 col-sm-6 col-xs-6'>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/windspeed.html" title = "Windspeed" class="d-block mb-4 h-100">
<img width=100% src='Final/windspeed_hist.png' >
</a>
</div>
<div class = 'col-md-6 col-sm-6 col-xs-6'>
<a href="/Users/nicksteinhauser/Desktop/bootcamp_workspace/repo/12-ste-Web-hwk/clouds.html" title = "Cloud Cover" class="d-block mb-4 h-100">
<img width=100% src='Final/clouds.png' >
</a>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /container -->
<footer class="bd-footer text-muted">
<div class="container">
<ul class="bd-footer-links">
<li><a href="https://github.com/nfstein/Latitude-Climate-Analysis.git">GitHub</a></li>
<li><a href="https://github.com/nfstein/">Other Projects</a></li>
</ul>
<p>Designed and built by Nick Steinhauser<a href="#" target="_blank"></a></p>
<p>Currently v3.3.7 Code licensed <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>