Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3>Methodology</h3>

<p>For our analysis, we also marked each case with all of the causes listed in it, to determine which causes appeared most often.</p>

<p><strong>Location:</strong> <br />Using court records, we were able to determine a location or street address for 88 percent of the cases in the database. If a complaint alleged that misconduct occurred in multiple places, we used the first given location. If a complaint gave a block-level or intersection location, we entered the street address of the beginning of that block or intersection (e.g. 4300 block of West Monroe was entered as 4300 W. Monroe St.). For our internal analysis, we geocoded locations using a service provided by <a href="https://geoservices.tamu.edu/">Texas A&amp;M University</a>. The public database implements the Google Maps API to geocode and map locations.</p>
<p><strong>Location:</strong> <br />Using court records, we were able to determine a location or street address for 84 percent of the cases in the database. If a complaint alleged that misconduct occurred in multiple places, we used the first given location. We report incident locations by block, i.e. address numbers are rounded down at the hundreds level. For our internal analysis, we geocoded locations using a service provided by <a href="https://geoservices.tamu.edu/">Texas A&amp;M University</a>. The public database implements the Google Maps API to geocode and map locations.</p>

<p><strong>Tags:</strong> <br />Fact checkers read through every lawsuit complaint and tagged them based on a number of categories:</p>
<ul>
Expand Down
1 change: 1 addition & 0 deletions assets/css/styles-combined.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/home.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function loadText(){
// ID of the Google Spreadsheet
var spreadsheetID = "1z59WxmAKbePMXrAOQ3-bbcYlJfQUC95V1sRKM_m1WT0";
var spreadsheetID = "1wgAaqh2dPJHiqNx3TjW4EwxF8zaE_p_aHpn64tGAY4w";

// Make sure it is public or set to Anyone with link can view
var url = "https://spreadsheets.google.com/feeds/list/" + spreadsheetID + "/od6/public/values?alt=json";
Expand Down
2 changes: 1 addition & 1 deletion assets/js/home.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/homepage-libs.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions less/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,10 @@ label {
text-transform: uppercase;
}

&.cap {
text-transform: capitalize;
}

span {
white-space: nowrap;
position: relative;
Expand Down