pythonprincess commited on
Commit
444470b
·
verified ·
1 Parent(s): 0926e05

Delete data/providence_ri.json

Browse files
Files changed (1) hide show
  1. data/providence_ri.json +0 -115
data/providence_ri.json DELETED
@@ -1,115 +0,0 @@
1
- {
2
- "city": "Providence",
3
- "state": "Rhode Island",
4
- "tenant_id": "providence_ri",
5
- "legal_notes": {
6
- "behavioral_health": "state_only",
7
- "csb_authority": "none",
8
- "events_source": "city_official_site",
9
- "transit_source": "city",
10
- "trash_source": "city",
11
- "public_safety_source": "city",
12
- "warming_center_authority": "city",
13
- "sexual_health_authority": "state"
14
- },
15
- "official_links": {
16
- "city_homepage": "https://www.providenceri.gov/",
17
- "events_calendar": "https://www.downtownprovidence.com/event-calendar/",
18
- "public_health": "https://health.ri.gov/",
19
- "transit": "https://www.ripta.com/",
20
- "libraries": "https://www.provcomlib.org/",
21
- "parks_and_recreation": "https://www.providenceri.gov/providence-parks/",
22
- "emergency_management": "https://www.providenceri.gov/emergency-management-agency/",
23
- "trash": "https://www.providenceri.gov/public-works/streets-sanitation/"
24
- },
25
- "services": {
26
- "behavioral_health": {
27
- "allowed": true,
28
- "authority": "state",
29
- "resources": [
30
- {
31
- "name": "BH Link (Behavioral Health Hotline)",
32
- "link": "https://www.bhlink.org/",
33
- "phone": "401-414-LINK (5465)",
34
- "notes": "24/7 mental health and substance use crisis hotline for all Rhode Island residents. Penny should always refer users here for crisis situations."
35
- },
36
- {
37
- "name": "Rhode Island Dept. of Behavioral Healthcare",
38
- "link": "https://www.bhddh.ri.gov/",
39
- "phone": "",
40
- "notes": "State authority for long term mental health, developmental disability, and addiction services."
41
- }
42
- ]
43
- },
44
- "sexual_health": {
45
- "allowed": true,
46
- "authority": "state",
47
- "resources": [
48
- {
49
- "name": "Rhode Island Dept. of Health – STD Prevention",
50
- "link": "https://health.ri.gov/programs/std/",
51
- "phone": "401-222-2577",
52
- "notes": "State program offering confidential testing and treatment services. Penny should prioritize this official source."
53
- },
54
- {
55
- "name": "Planned Parenthood – Providence Health Center",
56
- "link": "https://www.plannedparenthood.org/health-center/rhode-island/providence/02903/providence-health-center-3991-90490",
57
- "phone": "401-421-9500",
58
- "notes": "Major nonprofit provider of sexual health services, testing, and contraception in the area."
59
- }
60
- ]
61
- },
62
- "warming_and_cooling_centers": {
63
- "allowed": true,
64
- "authority": "city",
65
- "resources": [
66
- {
67
- "name": "Providence Community Recreation Centers",
68
- "address": "Varies by activation",
69
- "season": "winter/summer",
70
- "link": "https://www.providenceri.gov/providence-parks/",
71
- "notes": "City community centers are activated as warming centers during extreme cold and cooling centers during extreme heat. Penny must advise users to check the city's official social media or hotline for current sites."
72
- }
73
- ]
74
- },
75
- "trash_and_recycling": {
76
- "authority": "city",
77
- "pickup_days": "Varies by zone. Collection schedules are published by the Department of Public Works.",
78
- "holiday_schedule_link": "https://www.providenceri.gov/public-works/streets-sanitation/"
79
- },
80
- "transit": {
81
- "authority": "state",
82
- "provider": "RIPTA (Rhode Island Public Transit Authority)",
83
- "routes_link": "https://www.ripta.com/routes/",
84
- "planner_link": "https://www.ripta.com/"
85
- },
86
- "emergency": {
87
- "authority": "city",
88
- "alerts_link": "https://www.providenceri.gov/emergency-management-agency/",
89
- "non_emergency_phone": "401-272-3121 (Police Non Emergency)",
90
- "emergency_management_link": "https://www.providenceri.gov/emergency-management-agency/"
91
- },
92
- "libraries": {
93
- "authority": "city",
94
- "resources": [
95
- {
96
- "branch": "Providence Community Library – Central",
97
- "address": "150 Empire St, Providence, RI 02903",
98
- "link": "https://www.provcomlib.org/",
99
- "notes": "Main branch of the city library system offering access to computers, Wi-Fi, and community resources."
100
- }
101
- ]
102
- },
103
- "community_centers": {
104
- "authority": "city",
105
- "resources": [
106
- {
107
- "name": "Fox Point Community Center",
108
- "address": "446 Wickenden St, Providence, RI 02903",
109
- "link": "https://www.providenceri.gov/providence-parks/fox-point-community-center/",
110
- "notes": "Offers recreational programs, afterschool activities, and senior services for the East Side neighborhood."
111
- }
112
- ]
113
- }
114
- }
115
- }