-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
192 lines (176 loc) · 10.1 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&family=Roboto+Slab:wght@400;700&display=swap" rel="stylesheet"> <!-- Fira Sans & Roboto Slab fonts -->
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="/university_enrollment_dv/css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet" type='text/css'>
<title>University Enrollment</title>
</head>
<body>
<!-- ################################# NAVBAR #################################### -->
<nav class="navbar navbar-default background-color navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed colored_text" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="#">
<p>University Enrollment</p>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
</div>
</div>
</nav>
<nav class="breadcrumb-pos" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item active" aria-current="page">Home</li>
</ol>
</nav>
<!-- ################################# CONTAINER #################################### -->
<div class="container center">
<section class="margin-title-section">
<h1 class="title center"> University Enrollment<br>Data Visualization Project</h1>
<h2 class="subtitle center">by Piccardo Giovanni. </h2>
<hr>
<div class="">
<h3 class="title left">What it is about:</h3><br>
<div class="subtitle left">
Welcome! This is an <b>interactive website</b> that show a few data visualizations on the <a
href='https://www.kaggle.com/datasets/ramazannuhbalayev/glued-institutional-data-from-orginal-source?select=enrollments_schema.csv' target="_blank">
<b>University Enrollment dataset</b></a>.
<!-- showcases various data visualizations based on the University Enrollment dataset. -->
<br><br>
The message that <b>education is fundamental to everyone</b> is well-being and
it enables the one to achieve self-actualization and to become free from ignorance.
Consequently we need to take action to permit to everyone to access to the highest grade of the knowledge.
<br><br>
Let us dive into the fascinating world of university enrollment and explore the trends, patterns,
and dynamics that shape this crucial aspect of higher education.
We'll delve into the factors influencing enrollment numbers, uncover the geographical disparities in student participation,
and investigate the shifting demographics of university attendees.
<br><br>
Embark on this journey of discovery and gain valuable insights
into the ever-evolving landscape of university enrollment.
Our interactive visualizations will provide you with a comprehensive understanding
of the factors that drive enrollment trends, allowing you to make informed decisions
about your educational pursuits and contribute to the ongoing discourse on higher education accessibility and equity.
<br><br>
This is an open-source project, so you can find all the code on <a
href="https://github.com/pikka97/university_enrollment_dv" target="_blank"><b>our github</b></a>.
</div>
</div>
<br>
<img src="/university_enrollment_dv/img/home_image.jpg" class="img" alt="Drawing of a tree.">
</section>
<hr>
<!-- ################################# ACCORDION #################################### -->
<div id="section1" class="margin-section">
<div class="panel-group" id="accordion1" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading background-color" role="tab" id="headingOne1">
<div class="panel-title">
<div class="row">
<div class="col-sm-11">
<a role="button" data-parent="#accordion" data-toogle="collapse" href="#collapseOne1"
class="colored_text" aria-expanded="true" aria-controls="collapseOne1">
The data as geographical distributions
</a>
</div>
<div class="col-sm-1">
<a class="colored_text" href="pages/data_geo_distributions.html">More <i
class="fa-solid fa-arrow-right fa-xl colored_text"></i></a>
</div>
</div>
</div>
</div>
<div id="collapseOne1" role="tabpanel" aria-labelledby="headingOne1">
<div class="panel-body">
The data as geographical distributions
</div>
</div>
</div>
</div>
</div>
<div id="section2" class="margin-section">
<div class="panel-group" id="accordion1" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading background-color" role="tab" id="headingOne1">
<div class="panel-title">
<div class="row">
<div class="col-sm-11">
<a role="button" data-parent="#accordion" data-toogle="collapse" href="#collapseOne1"
class="colored_text" aria-expanded="true" aria-controls="collapseOne1">
The data as economical distributions
</a>
</div>
<div class="col-sm-1">
<a class="colored_text" href="/university_enrollment_dv/pages/data_eco_distributions.html">More <i
class="fa-solid fa-arrow-right fa-xl colored_text"></i></a>
</div>
</div>
</div>
</div>
<div id="collapseOne1" role="tabpanel" aria-labelledby="headingOne1">
<div class="panel-body">
The data as economical distributions
</div>
</div>
</div>
</div>
</div>
<div id="section4" class="margin-section">
<div class="panel-group" id="accordion1" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading background-color" role="tab" id="headingOne1">
<div class="panel-title">
<div class="row">
<div class="col-sm-11">
<a role="button" data-parent="#accordion" data-toogle="collapse" href="#collapseOne1"
class="colored_text" aria-expanded="true" aria-controls="collapseOne1">
The public and private institutions and the closures in the time
</a>
</div>
<div class="col-sm-1">
<a class="colored_text" href="/university_enrollment_dv/pages/private_public_institutions.html">More <i
class="fa-solid fa-arrow-right fa-xl colored_text"></i></a>
</div>
</div>
</div>
</div>
<div id="collapseOne1" role="tabpanel" aria-labelledby="headingOne1">
<div class="panel-body">
In this graph we show the universities distributions over a map of the word, coloring each country over the count of universities
</div>
</div>
</div>
</div>
</div>
</div> <!-- chiude container -->
<!-- ################################# FOOTER #################################### -->
<footer class="text-center text-lg-start">
<div class="footer-top-space text-center p-3 background-color colored_text">
© 2024 Copyright:
<a class="text-dark colored_text" href="https://github.com/pikka97/university_enrollment_dv">Github</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="university_enrollment_dv/js/main.js"></script>
</body>
</html>