-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_site.yml
More file actions
66 lines (66 loc) · 2.5 KB
/
_site.yml
File metadata and controls
66 lines (66 loc) · 2.5 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: "JRI New Hampshire"
title: "JRI New Hampshire Project"
description: |
Using a Justice Reinvestment Initiative approach to understand the prevalence of people with behavioral health needs moving through local county jails and the availability and impact of existing services and supports for this population statewide.
favicon: img/favicon.png
output_dir: "_site"
navbar:
right:
- text: "Project Overview"
href: index.html
- text: "Jail Trends"
menu:
- text: "Incarceration Patterns"
href: nh_incarceration_patterns.html
- text: "Protective Custody Holds"
href: nh_pc_holds.html
- text: "Booking Types"
href: nh_booking_types_analysis.html
- text: "Charge Types"
href: nh_charge_type_analysis.html
- text: "High Utilizers"
href: nh_high_utilizers_analysis.html
- text: "Homeless"
href: nh_homeless_analysis.html
- text: "Length of Stay"
href: nh_los_analysis.html
- text: "Racial Disparities"
href: nh_racial_disparities.html
- text: "Medicaid Trends"
menu:
- text: "Medicaid Match and BH Overview"
href: nh_medicaid_match_bh_overview_analysis.html
- text: "Behaviorial Health Encounters, MH and SUD"
href: nh_medicaid_bh_encounters_mh_sud.html
- text: "Behaviorial Health Encounters, CMHC and ED Visits"
href: nh_medicaid_bh_encounters_visits.html
- text: "End of Medicaid Eligibility and Jail Booking Analysis"
href: nh_medicaid_eligibility_jail_timing_analysis.html
- text: "Medicaid Reimbursement Costs"
href: nh_medicaid_reimbursement_costs.html
- text: "Homelessness"
href: nh_medicaid_homelessness_analysis.html
- text: "BH Resources"
menu:
- text: "Static Maps"
href: nh_resource_map.html
- text: "Interactive Map"
href: nh_interactive_resource_map.html
- text: "Research"
menu:
- text: "Data Limitations"
href: nh_data_limitations.html
- text: "Data Availability"
href: nh_data_availability.html
- text: "Data Dictionaries"
href: nh_data_dictionary.html
- text: "Medicaid Data Diagram and Codebook"
href: nh_medicaid_diagram_codebook.html
- icon: fab fa-github
href: https://github.com/CSGJusticeCenter/jr-nh
output:
distill::distill_article:
toc: true
toc_depth: 3
theme: theme.css
self_contained: false