Skip to content

Commit

Permalink
update data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomihod committed Mar 8, 2024
1 parent fe8459f commit 1b7112f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions flor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ <h3>Improve Prediction Power</h3>
<input type="checkbox" id="bio" name="bio" value=".2" checked disabled>
<label for="bio">Employee’s demographics records</label><br>

<input type="checkbox" id="behavioral-health" name="behavioral-health" value=".1" checked disabled>
<label for="behavioral-health">Employee’s time log records</label><br>

<input type="checkbox" id="criminal" name="criminal" value=".1" disabled>
<label for="criminal">Employee’s criminal records</label><br>

Expand All @@ -191,6 +188,9 @@ <h3>Improve Prediction Power</h3>

<input type="checkbox" id="social-media" name="social-media" value=".25" disabled>
<label for="social-media">Employee’s social media profiles and photos</label><br>

<input type="checkbox" id="behavioral-health" name="behavioral-health" value=".1" checked disabled>
<label for="behavioral-health">CCTV footage</label><br>
</form>


Expand Down Expand Up @@ -225,13 +225,6 @@ <h3>Putting it all Together</h3>
</span>
<br>

<input type="checkbox" id="behavioral-health" name="behavioral-health" value=".1">
<label for="behavioral-health">Employee’s time log records</label>
<span data-tooltip="Monthly logs of when employee came to and left work.">
<i class="fa-solid fa-circle-info icon"></i>
</span>
<br>

<input type="checkbox" id="criminal" name="criminal" value=".1">
<label for="criminal">Employee’s criminal records</label>
<span data-tooltip="Arrests, criminal charges and the disposition of those charges.">
Expand Down Expand Up @@ -267,6 +260,13 @@ <h3>Putting it all Together</h3>
</span>
<br>

<input type="checkbox" id="behavioral-health" name="behavioral-health" value=".1">
<label for="behavioral-health">CCTV footage</label>
<span data-tooltip="Video only, overt and covers all common areas.">
<i class="fa-solid fa-circle-info icon"></i>
</span>
<br>

</form>

<br>
Expand Down

0 comments on commit 1b7112f

Please sign in to comment.