-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
42 lines (39 loc) · 2.43 KB
/
about.html
File metadata and controls
42 lines (39 loc) · 2.43 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Crime Data analysis and visualization using Maps">
<meta name="keywords" content="crime, data, data visualization, Maps, analysis, data analysis, data mining">
<meta name="author" content="Anant Joshi"
<title></title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1> The Crime Maps Project </h1>
</div>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="maps.html">Maps and Visualizations</a></li>
<li><a href="time.html">Analysis</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<div class="container">
<div id="about-title">
<h1> About the Project </h1>
</div>
<div id="about-para">
<h4>The Crime Maps Project is an opensource project aimed at creating a hub where users can find interesting and informative crime maps. This project is the brainchild of Anant Joshi who has created it as part of his Final Year Thesis. The base of this project lies in Data Analysis and Data Science. The original world maps have been created using R programming language and GoogleVis visualization package.
The data for this project has been sourced from The United Nations Office of Drugs and Crime (UNODC). This data is publically available at their site: </h4><a href="http://www.unodc.org/">http://www.unodc.org/</a><h4>. <br> The data for several different kinds of crimes is available and has been used to create interactive world maps. <u> The maps currently show total numbers of instances of crime and the per capita rate of crimes. The color of the maps is relative to per capita crimes. Brighter colors mean lower per capita rate of crime while darker colors mean high per capita rate of crime. The light grey regions represent countries which did not have any data available.</u> <br> <br> Note: The data has been compiled by respective government agencies and the legal definition of a particular crime may vary in different countries. Also, the data for United Kingdom is currently inaccurate and shows only data for England.
</h4>
</div>
</div>
</body>
</html>