-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.html
105 lines (88 loc) · 3.73 KB
/
test.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
<!--education start -->
<section id="Map" class="education">
<div class="container">
<div class="about-content">
<div class="row">
<div class="col-sm-6">
<div>
<h3>
<iframe src="assets/images/viz/my_figure2009-2013 (2).html" height="470px" width="95%"></iframe>
</h3>
<div class="row">
<div class="col-sm-4">
<div class="single-about-add-info">
<h3></h3>
<p></p>
</div>
</div>
<div class="col-sm-4">
<div class="single-about-add-info">
<h3></h3>
<p></p>
</div>
</div>
<div class="col-sm-4">
<div class="single-about-add-info">
<h3></h3>
<p></p>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div>
<iframe src = "assets/images/viz/my_figure2015-2019 (2).html" height="470px" width="95%"></iframe>
</div>
</div>
</div>
</div>
<div class="col-sm-10">
<div class="single-about-add-info">
<h2>Based on the map, we can clearly observe the following:</h2>
<br>
<ul class="newcol">
<li>Over the five years following the enactment of the bill, the overall color on the map has become darker, indicating an increase in crime rates across various districts of San Francisco.</li>
<li>
The northeastern corner of San Francisco, encompassing the NORTHERN and CENTRAL districts, exhibits the most significant darkening, suggesting a substantial increase in crime rates and the most severe crime situation.
</li>
<li>The TENDERLOIN, PARK, and INGLESIDE districts show minimal changes in crime rates and are relatively safer.</li>
</ul>
</p>
</div>
</div>
</div><!--.experience-content-->
</div>
</section><!--/.education-->
<!--education end -->
<!--skills start -->
<section id="InteractiveVisualization" class="skills">
<dic class="container">
<div class="-content">
<div class="container">
<div class="about-content">
<div class="center ">
<h3 class="center-align text-center">
<iframe class="center" src="assets/images/viz/crime_data_visualization.html" height="500px" width="80%"></iframe>
</h3>
</div>
</div>
</div>
</div><!-- /.skill-content-->
<div class="col-sm-10">
<div class="single-about-add-info">
<h2>Through interactive visualizations of the data, it is easy to observe the following:
</h2>
<br>
<ul class="newcol">
<li>Burglary crimes decreased during the two periods from 2005-2009 to 2010-2014, followed by a slight increase in the five years following the enactment of Proposition 47 in 2015-2019.</li>
<li>
Theft, Fraud, and Robbery crimes remained relatively stable in quantity during the two periods from 2005-2009 to 2010-2014. However, Theft exhibited a significant increase after the enactment of the proposition in 2014, while Fraud showed a steady rise. Robbery experienced a slight decrease following the enactment of the proposition.</li>
<li>There has been a decline in serious crimes following the enactment of the proposition (which may be attributed to the proposition), however, this was accompanied by a significant increase in Theft, a type of minor theft. This has led to continued disruption in the lives of citizens.</li>
</ul>
</p>
</div>
</div>
</dic>
</section><!--/.skills-->
<!--skills end -->