Skip to content

Instantly share code, notes, and snippets.

@jwasserman
Created March 17, 2015 17:07
Show Gist options
  • Select an option

  • Save jwasserman/c9256668f04f94922038 to your computer and use it in GitHub Desktop.

Select an option

Save jwasserman/c9256668f04f94922038 to your computer and use it in GitHub Desktop.
Storyboard 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Basic Bootstrap Template</title>
<!-- Bootstrap --><!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>Where do our school's safety resources need to be focused?</h1>
<p class="lead">A look at how schools approach traffic and student violence.</p>
</div><!-- /jumbotron -->
<p class="text-muted byline">By Christina Furlong and James Wasserman| Mar 17, 2015</p>
<p>
We took a look at just one district in Queens to see how many incidents of violence occurred among elementary schools in a year. At random, we chose district 27 and used 3 of the most volatile situations( we chose not to include homocide because there were none reported). The chart shows that, for every thousand students, there is somewhere between 1 to 2 violent incidents.
</p>
<a href="http://imgur.com/PPT7vXX"><img src="http://i.imgur.com/PPT7vXX.png" title="source: imgur.com" /></a>
We plan to use this data, along with many other districts and possibly other incidents of violence,in order to show that not enough resources are being used to keep children safe from vehicles while incidents of violence amongst each other are well under control. </p>
</div>
<div class="col-md-4 pull-left">
<p>Data Source: www.p12.nysed.gov/irs/school.../VADIR_INCIDENTS_NYC_2014.xls</p>
</div>
</div> <!-- /row -->
</div><!-- /container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment