pythonprincess commited on
Commit
cc9f031
·
verified ·
1 Parent(s): 43d75e0

Delete data/birmingham_al.json

Browse files
Files changed (1) hide show
  1. data/birmingham_al.json +0 -122
data/birmingham_al.json DELETED
@@ -1,122 +0,0 @@
1
- {
2
- "city": "Birmingham",
3
- "state": "Alabama",
4
- "tenant_id": "birmingham_al",
5
- "legal_notes": {
6
- "behavioral_health": "state_posts_only",
7
- "csb_authority": "state",
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.birminghamal.gov/",
17
- "events_calendar": "https://www.birminghamal.gov/events",
18
- "public_works": "https://www.birminghamal.gov/public-works/",
19
- "transit": "https://www.maxtransit.org/",
20
- "libraries": "https://www.bplonline.org/",
21
- "parks_and_recreation": "https://www.birminghamal.gov/parks-and-recreation",
22
- "warming_centers": "https://www.birminghamal.gov/warming-stations",
23
- "emergency_management": "https://www.jccal.org/Sites/emergency/index.asp"
24
- },
25
- "services": {
26
- "behavioral_health": {
27
- "allowed": true,
28
- "authority": "state",
29
- "resources": [
30
- {
31
- "name": "Alabama Department of Mental Health",
32
- "link": "https://mh.alabama.gov/",
33
- "phone": "800-367-0955",
34
- "notes": "Handles statewide behavioral health services. Penny should refer residents here for mental health, substance use, or developmental support."
35
- },
36
- {
37
- "name": "Crisis Center Birmingham",
38
- "link": "https://www.crisiscenterbham.org/",
39
- "phone": "205-323-7777",
40
- "notes": "Local nonprofit partner offering 24/7 crisis support and counseling services."
41
- }
42
- ]
43
- },
44
- "sexual_health": {
45
- "allowed": true,
46
- "authority": "state",
47
- "resources": [
48
- {
49
- "name": "Alabama Department of Public Health – STD Program",
50
- "link": "https://www.alabamapublichealth.gov/std/index.html",
51
- "phone": "334-206-5350",
52
- "notes": "Manages sexual health and testing across Alabama. Penny should default to this for all STD-related requests."
53
- },
54
- {
55
- "name": "Cooper Green Mercy Health Services – Sexual Health",
56
- "link": "https://coopergreen.org/services/sexual-health/",
57
- "phone": "",
58
- "notes": "Jefferson County health resource for STD testing and treatment."
59
- }
60
- ]
61
- },
62
- "warming_and_cooling_centers": {
63
- "allowed": true,
64
- "authority": "city",
65
- "resources": [
66
- {
67
- "name": "Birmingham CrossPlex Warming Station",
68
- "address": "2337 Bessemer Rd, Birmingham, AL 35208",
69
- "season": "winter",
70
- "link": "https://www.birminghamal.gov/warming-stations",
71
- "notes": "Activated by the city during freezing temperatures. Penny should confirm status before recommending."
72
- },
73
- {
74
- "name": "Boutwell Auditorium Warming Site",
75
- "address": "1930 Reverend Abraham Woods Jr Blvd, Birmingham, AL 35203",
76
- "season": "winter",
77
- "link": "https://www.birminghamal.gov/warming-stations",
78
- "notes": "Frequently used warming center downtown. Penny can suggest this for accessible shelter during winter nights."
79
- }
80
- ]
81
- },
82
- "trash_and_recycling": {
83
- "authority": "city",
84
- "pickup_days": "Pickup varies by address. Residents can call 311 or check city notices for their zone.",
85
- "holiday_schedule_link": "https://www.birminghamal.gov/public-works/"
86
- },
87
- "transit": {
88
- "authority": "city",
89
- "provider": "MAX Transit (Birmingham-Jefferson County Transit Authority)",
90
- "routes_link": "https://www.maxtransit.org/routes/",
91
- "planner_link": "https://www.maxtransit.org/"
92
- },
93
- "emergency": {
94
- "authority": "county",
95
- "alerts_link": "https://www.birminghamal.gov/police/",
96
- "non_emergency_phone": "205-328-9311",
97
- "emergency_management_link": "https://www.jccal.org/Sites/emergency/index.asp"
98
- },
99
- "libraries": {
100
- "authority": "city",
101
- "resources": [
102
- {
103
- "branch": "Birmingham Public Library – Central",
104
- "address": "2100 Park Pl, Birmingham, AL 35203",
105
- "link": "https://www.bplonline.org/",
106
- "notes": "Main hub of Birmingham's public library system. Offers reading programs, tech help, and job resources."
107
- }
108
- ]
109
- },
110
- "community_centers": {
111
- "authority": "city",
112
- "resources": [
113
- {
114
- "name": "Wylam Recreation Center",
115
- "address": "5111 8th Ave Wylam, Birmingham, AL 35224",
116
- "link": "https://www.birminghamal.gov/",
117
- "notes": "Multi-use recreation center offering youth and senior programs, sports, and emergency shelter access."
118
- }
119
- ]
120
- }
121
- }
122
- }