-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfirst-place.html
458 lines (341 loc) · 30.3 KB
/
first-place.html
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Journalism is Activism</title>
<!--
<meta property="og:title" content="Journalism is Activism">
<meta property="og:image" content="https://cronkitenews.azpbs.org/howardcenter/gaslit/images/hero_gaslit.png">
<meta property="og:type" content="article" />
<meta content="https://cronkitenews.azpbs.org/howardcenter/gaslit/images/hero_gaslit.png" itemprop="image">
<meta property="og:description" content="U.S. oil and gas companies have burned off at least 3.5 trillion cubic feet of natural gas over much of the last decade, while unknown amounts of the methane-rich gas have flowed directly into the atmosphere. Regulators are largely in the dark about these volumes, even as they try to slow the pace of global warming. But advances in satellite data reveal the true extent of these greenhouse gases.">
<meta property="og:url" content="https://cronkitenews.azpbs.org/howardcenter/gaslit/index.html">
<meta name="twitter:card" content="summary_large_image"> -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/f142e9f8f7.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.typekit.net/srr0shy.css">
<link rel="stylesheet" href="css/global.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css"/> -->
</head>
<body class="home first-place">
<div class="site">
<header class="header" role="banner">
<div class="container">
<div class="row">
<div class="col-12 inside-header">
<div class="nav-home">
<a href="index.html">Home</a>
</div>
<ul class="nav-right">
<li class="dropdown">
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false" >Articles</a>
<ul class="dropdown-menu">
<li><a class="dropdown-toggle nav-exit" data-bs-toggle="dropdown"role="button" aria-expanded="false"><i class="fa-solid fa-xmark"></i></a></li>
<li><a class="dropdown-item" href="we-care.html">We Care</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="faces-of-paz.html">Faces of Paz</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="neurodiverse-phoenix.html">Neurodiverse Phoenix residents face <br/>barriers to transportation</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="housing-and-recovery.html">Housing and recovery services exist in <br/>Phoenix, but need collaboration to <br/> meet their potential</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="housing-resources.html">Housing resources: expectations <br/>become barriers</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="layers-of-policy.html">Layers of policy and mandated <br/> bureaucracy slow down rehousing <br/> process</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="new-light-rail.html">New light rail extension puts south <br/> Phoenix community on edge</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="first-place.html">First Place built an inclusive living <br/> model for neurodiverse adults. It <br/> wants to help more people</a></li>
<li><hr class="dropdown-divider"></li>
</ul>
</li>
<li><a href="methodology.html">Methodology</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
</div>
</header>
<main class="main" role="main">
<section class="hero-subpage">
<div class="container-full">
<div class="hero-text">
<p>Journalism</p>
<h2>in action</h2>
</div>
</div>
</section>
<section class="article-top">
<div class="container">
<div class="row">
<div class="col-lg-12">
<img src="./images/first-place/FirstPlace5.png" data-aos="fade-up" data-aos-easing="linear"/>
</div>
<div class="col-lg-9">
<h2>First Place built an inclusive living model for neurodiverse adults. It wants to help more people</h2>
<h5>The organization’s proposal would create housing vouchers and fund more housing developments and support services for adults with intellectual or developmental disabilities.</h5>
<h6>Wyatt Myskow</h6>
</div>
</div>
</div>
</section>
<section class="article-link">
<div class="container">
<div class="row">
<div class="colo-lg-9">
<a class="plain-story" href="first-place-simple.html">Read this story in plain language.</a>
</div>
</div>
</div>
</section>
<section class="article">
<div class="container">
<div class="row">
<div class="col-lg-9">
<p>For many of the residents who live at First Place — as its name suggests — it is the first time many of them are living on their own. Lauren Heimerdinger, 35, is one of those residents.</p>
<p>She moved in when the complex, built and designed for people with autism spectrum disorder and others who are neurodivergent, opened in 2018. Heimerdinger was part of the original focus group that provided feedback about what they’d like to see from a place like First Place.</p>
<p>This, plus a push from her parents, led Heimerdinger to try living on her own. “Since I’ve been a part of it from the very beginning,” she said, “I thought it would be nice for me to live here.”</p>
<p>She was “very scared, very anxious and nervous” when she first moved in. “I basically kept saying, ‘I don’t know how I’m going to do this. I don’t you know, I don’t see myself doing this.’”</p>
<p>But pretty quickly, she adjusted. The people who live there, the community that has formed and the help she gets have all helped her adjust — and they’re also why she has stayed.</p>
<div class="statistics blue" data-aos="fade-left" data-aos-easing="ease-in-sine">
<h3>7.4 </br> million</h3>
<p>Americans have </br> an intellectual/ </br> developmental </br> disability</p>
<small><a href="https://morrisoninstitute.asu.edu/content/place-world">ASU’s Morrison Institute for Public Policy and others</a></small>
</div>
<p>The complex has served as a “proof point” that people with autism or other intellectual or developmental disabilities (IDDs) can live on their own, according to First Place’s President and CEO Denise Resnik.</p>
<p>The key to this successful housing starts with the environment. All areas, from the fitness room to the teaching kitchen, are mindful of sound and light sensitivities.</p>
<p>Then comes the support. The First Place staff has special training to work with people with different disabilities. Residents can access vocational training and an on-site health clinic.</p>
<p>With these tools and encouragement, First Place helps foster a meaningful community. Residents have a robust calendar of events to choose from daily — everything from yoga classes to book clubs, Phoenix Suns watch parties to happy hours.</p>
<p>And First Place is located in a central location in the city near public transportation, which is crucial for residents going to school and jobs.</p>
<p>“This is a rarity what you see here at First Place … it’s consumer-controlled, they signed leases, and they’re living here,” said Maureen Casey, director of The Daniel Jordan Fiddle Foundation Center for Public Policy and Colonel Harland Sanders Center for Applied Research at the First Place Global Leadership Institute.</p>
</div>
<div class="col-lg-3 recommended" data-aos="fade-down" data-aos-easing="ease-in-sine">
<h6>Recommended</h6>
<hr>
<p><a href="we-care.html">We Care</a></p>
<hr>
<p><a href="faces-of-paz.html">Faces of Paz</a></p>
<hr>
<p><a href="neurodiverse-phoenix.html">Neurodiverse Phoenix residents face barriers to transportation</a></p>
</div>
</div>
</div>
</section>
<section class="full-image">
<div class="container">
<div class="row">
<div class="col-lg-12">
<img src="./images/first-place/FirstPlace4.png" data-aos="fade-up" data-aos-easing="linear"/>
</div>
</div>
</div>
</section>
<section class="article">
<div class="container">
<div class="row">
<div class="col-lg-9">
<h4>Independent living and its challenges</h4>
<p>In the U.S., over a million adults with an IDD live with a caregiver over the age of 60, according to <a href="https://morrisoninstitute.asu.edu/content/place-world" target="_blank">a 2020 report from First Place, ASU’s Morrison Institute for Public Policy and others</a>. Further, about 75% of this population lives with family, according to the report.</p>
<p>When caregivers die, the question then becomes what happens to the person they took care of, said Toyosi Adesoye, a public policy graduate student at ASU. <a href="https://news.asu.edu/20220428-foundation-supporting-adults-living-autism-funds-asu-public-policy-research-fellowship" target="_blank">Adesoye is an ASU Fiddle Fellow</a> working with the Morrison Institute and First Place.</p>
<p>For many with an IDD, when a caregiver dies, they end up homeless. “We’re seeing that 50% of the folks that are over at the [homeless] shelters have learning disabilities or intellectual developmental disabilities,” Casey said.</p>
<p>First Place was designed to give neurodivergent people the opportunity to live independently in an environment truly designed for them.</p>
<p>The complex is a model of what inclusive housing for neurodivergent people can look like and is the first of its kind in Phoenix. But increasing the accessibility of First Place and complexes like it to more people is a key next step, Casey said.</p>
<p>Resnik said, “It was very important to us that we do what was attainable at the time with the bigger vision of where we want it to go … impacting broader populations with autism and other neurodiversities.</p>
<p>A year-long lease at First Place costs $4,200 a month. The apartment’s price includes one bedroom, utilities and appliances. It also includes support services like vocational training, money management and more. In Phoenix, the median rent was around $1,200 for a one-bedroom, the Arizona Republic <a href="https://www.azcentral.com/story/money/real-estate/2022/03/15/metro-phoenix-families-face-us-biggest-rent-increases/6886155001/" target="_blank">reported in March 2022</a>.</p>
<p>That high price can be a challenge for some First Place residents, like Jed Young. And it might be a barrier to even consider the complex as an option.</p>
<p>During a listening session hosted by reporters with the complex’s residents, Young said money was a major challenge to living there away from family. “It can be difficult at times, and it does add stress to the living situation,” Young said.</p>
<div class="statistics red" data-aos="fade-left" data-aos-easing="ease-in-sine">
<h3>55</h3>
<p>units at </br> First Place </p>
</div>
<p>The complex also has just 55 units, and its leadership team recognizes that First Place on its own is not enough. For them, the next steps are clear: Sharing the practices it has established and working to provide them to even more people.</p>
<p>“We recognize that we need to push some of those levers with funding and policy to make sure that these kinds of supports are available to everybody that needs it,” Casey said.</p>
<p>To push those levers, Adesoye said First Place is developing a proposal with two parts. The first tackles housing vouchers for adults with IDDs. First Place also hopes to obtain and disperse government funding to organizations providing support services for adults with an IDD, like the ones that have helped Heimerdinger during her time there.</p>
</div>
</div>
</div>
</section>
<section class="article">
<div class="container">
<div class="row">
<div class="col-lg-9">
<p>Margaret Kilman is a senior program manager at the Corporation for Supportive Housing, a nonprofit working to provide housing access as a starting point to building healthy communities. She uses more than 10 years of experience developing and implementing homelessness and housing programs and spent time as the senior policy advisor and program administrator for Maricopa County’s homelessness programs.</p>
<p>“We have a supply problem for affordable housing,” Kilman said. “There are things that states, cities and counties can do. It’s a matter of having the political will to do them.”</p>
<p>In February, State Reps. César Chávez (D-Maryvale) and Steve Kaiser (R-Phoenix) hoped a bill they drafted would streamline zoning regulations and put more money in the state’s Department of Housing Trust Fund to curb rising housing costs. The bill set density and height thresholds for new construction and proposed almost $90 million be reserved to help those experiencing homelessness get into permanent housing. The bill ultimately was tabled and transformed into a committee to study the shortage of housing options.</p>
<p>The bill would have done what many have pointed to as the root of the problem. It would have made it easier to build homes that would help eliminate homelessness.</p>
<p>“There are a number of strategies that are showing great results,” Kilman said. “But in many communities, the problem has become so severe. … I don’t think that those (supportive housing investment programs) are necessarily going to solve the problem because we’ve got some structural deficits that we need to overcome, primarily housing production.”</p>
<h4>Organizations step in to fill gaps in support left by government services</h4>
<p>In the absence of the state and federal support that has been held up or gone unused, the responsibility to fill in gaps in services falls to nonprofits and other non-governmental organizations.</p>
<p>Organizations like Phoenix Rescue Mission, a faith-based organization that works toward finding solutions for people experiencing homelessness, addiction, hunger and other trauma, have faced the lack of support firsthand. There, case managers work to find people in need and connect them with resources at the mission and at organizations across the Valley, depending on their needs.</p>
<p>Case managers more often than not have already gone through one of Phoenix Rescue Mission’s programs. Spiritual recovery is at the center of the mission’s programs that include work-for-hire partnerships, food bank coordination, addiction treatment and finding people permanent and short-term housing.</p>
<p>Different from many city or state services, Phoenix Rescue Mission is staffed by people who have experienced the housing crisis — they work with people experiencing homelessness daily and have seen Phoenix’s lack of affordable housing worsen in the last decade. One of them is Mindy Gray, a case manager at the mission.</p>
</div>
</div>
</div>
</section>
<section class="article-quote" data-aos="fade-right" data-aos-easing="ease-in-sine">
<div class="container">
<div class="row">
<div class="col-lg-9">
<p>“This is the mission and the vision for us — just ensuring that they have housing options that do not include institutions,” Adesoye said. “And that’s basically what we’re all working toward.” </p>
</div>
</div>
</div>
</section>
<section class="full-image">
<div class="container">
<div class="row">
<div class="col-lg-12">
<img src="./images/first-place/FirstPlace6.png" data-aos="fade-up" data-aos-easing="linear"/>
</div>
</div>
</div>
</section>
<section class="article">
<div class="container">
<div class="row">
<div class="col-lg-9">
<h4>First Place’s hopeful proposal</h4>
<p>Obtaining accessible housing is a challenge for many neurodiverse adults. Adesoye first points to low education levels, which can lead to “either unemployment or underemployment” — and leaves many at a higher risk of poverty or being homeless.</p>
<p>But possibly the biggest challenge is navigating the system to find assistance in the first place.</p>
<p>Currently, programs within Medicaid and the Department of Housing and Urban Development can provide help.</p>
<p>“But none of these specifically target the population of people with autism, or even with intellectual disabilities or developmental disabilities,” Adesoye said.</p>
<p>Now combine that with the complexity of applying; many people with autism struggle to qualify for this government assistance.</p>
<p>To be eligible for support from <a href="https://des.az.gov/services/disabilities/developmental-disabilities/determine-eligibility" target="_blank">Arizona’s Division of Developmental Disabilities</a>, an individual must have three of seven functional limitations: language, learning, self-direction, self-care, mobility, capacity for independent living and economic self-sufficiency.</p>
<p>“Very often, people with autism don’t get that third one,” Casey said. “They’ll get two, but they won’t get enough on the third one to be eligible.” This leaves them without the support they need and consequently vulnerable to becoming homeless.</p>
<p>Adesoye said another issue is time.</p>
</div>
</div>
</div>
</section>
<section class="article-quote" data-aos="fade-right" data-aos-easing="ease-in-sine">
<div class="container">
<div class="row">
<div class="col-lg-9">
<p>Those who are eligible for programs are often placed on a waiting list for services — sometimes for years.</p>
</div>
</div>
</div>
</section>
<section class="article">
<div class="container">
<div class="row">
<div class="col-lg-9">
<p>First Place’s proposal, “Housing Opportunities for Persons with Autism, Intellectual or Developmental Disabilities” (HOPAIDD), aims to help both those who cannot get services and those stuck waiting for them.</p>
<p>Half of the program funds would create housing vouchers for people with autism or another IDD. The second half would pay for competitive grants for housing developments or support services for people with autism. Adesoye said applicants would have to show how they would use the funds before being approved for them.</p>
<p>Heimerdinger said she pays around $4,000 a month to live at First Place — and her dad pays for about half. Even with help from family, she has dipped into her own savings to pay her rent.</p>
<p>Typically, Adesoye said, a person using a housing voucher pays for about 30% of their rent, while the government covers the remaining 70%.</p>
<p>Rental assistance through a housing voucher “would greatly benefit me,” Heimerdinger said. It would also allow her to begin rebuilding her savings.</p>
<p>Adesoye said they built the HOPAIDD proposal around tangible items that could be implemented into the current system. “We have to work within the already existing systems so that we’re not creating something right out of the blue that is impractical, or that would require too much coordination,” she said.</p>
<p>She said there were two existing options: go through Medicaid or HUD to develop the proposals. HUD made the most sense, she said, because it would specifically address the housing issues and there have been other successful supportive housing programs within it.</p>
<p>First Place’s leaders expect to publish a final proposal for HOPAIDD by August. Once released, the task becomes getting buy-in from policymakers to implement the program.</p>
<p>Getting that support, Adesoye said, “looks like slowly building consensus that not only is there a problem, but this is a feasible solution to that problem.”</p>
<p>There is no timetable for when the proposal could be implemented. Adesoye said they hope the process goes as quickly as possible. “However,” she wrote in an email, “nothing is guaranteed.”</p>
<h4>Going forward</h4>
<p>Sitting in a circle as part of a community listening session in February, Heimerdinger sat with three other First Place residents and discussed their experience with housing since living at the complex.</p>
<p>For all involved, it was a chance to reflect on living at First Place and the challenges they faced living on their own. They each echoed similar problems: the cost of living and the struggle of getting society and employers to be inclusive toward people with IDDs like autism.</p>
</div>
</div>
</div>
</section>
<section class="article-quote" data-aos="fade-right" data-aos-easing="ease-in-sine">
<div class="container">
<div class="row">
<div class="col-lg-9">
<p>“I hope that people can at least just get the general knowledge about autism,” Heimerdinger said. “And that not everyone is the same. That each person, you know, is at a different level on the spectrum.”</p>
</div>
</div>
</div>
</section>
<section class="article">
<div class="container">
<div class="row">
<div class="col-lg-9">
<p>First Place, the residents said, is one of the few places where there is an understanding, but there is still work to be done to expand that understanding into society.</p>
<p>Getting to the point where society has more inclusive housing and employment opportunities will take time. But with models like First Place, there is an example to a better path. And if its proposals can be implemented, there is more potential for neurodiverse adults to receive the help they need to live on their own.</p>
<p>“While we recognize that this proposal would not solve all the challenges facing this population, or even help everyone, we still hope to try to make a difference, even if for a few,” Adesoye said in an email. “The goal at the end of the day is to take at least the first step to create affordable supportive housing and more options for supportive amenities for neurodiverse adults.”</p>
</div>
</div>
</div>
</section>
<section class="article-grey">
<div class="container">
<div class="row">
<div class="col col-lg-9">
<h6>Behind the story with Wyatt Myskow</h6>
<p>My experience with journalism prior to taking Celeste Sepessy’s Community Engagement reporting class was built around accountability and breaking news reporting. The stories were hard-hitting. They focused on immediate news and problems.</p>
<p>Those types of stories are important and help keep a watchful eye on those in power. But they sometimes fail to address community needs, include the voices of those actually affected or look at a problem’s solution.</p>
<p>The class was built around creating journalism that serves the community it covers. For my piece, I covered a solution to accessible housing for people with autism and other disabilities — First Place — and the paths to potentially expand access to the services the complex provides.</p>
<h5>What is the point of this?</h5>
<p>Solutions journalism — as its name suggests — provides a look at a solution to a problem; community engagement reporting prioritizes the voices of a community and further includes them in the journalistic process.</p>
<p>The point of the two, and my story on First Place, is to provide readers a piece driven by the needs of a certain community and their thoughts, what they are doing, and how their work offers a solution to a generally ignored problem.</p>
<h5>What does it mean to report for the community versus on it?</h5>
<p>Reporting on issues typically involves journalists writing about a community or an issue affecting a certain group, but fails to include their voices in the story or look at the issues and solutions they may want to see covered.</p>
<p>Community engagement reporting counters this by including the community being covered from the get-go.</p>
<p>For example, in the class, each student hosted a listening session on housing-related issues with different groups and organizations around the Phoenix area. The issues and topics participants spoke on then drove the stories students were reporting on.</p>
<p>Photojournalist Kevin Hurley and I spoke to four residents at First Place, and we both took on the two biggest issues we heard them speak about: transportation and the price of renting at First Place. The issues residents raised sparked these stories and their experiences were the centerpieces of what we covered.</p>
<h5>What will you take with you from the class? </h5>
<p>From this class and my story, I’ve learned the value of looking for the solutions to problems. So often, journalism just focuses on issues that don’t truly serve the interests of the communities we cover.</p>
<p>The class has opened up my eyes to this issue and introduced me to some ways we can change how we report. From listening sessions to solutions journalism, I’ve learned how to incorporate new techniques into my work to create journalism that better serves the community.</p>
</div>
</div>
</div>
</section>
<section class="about-the-author">
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="author-info">
<div class="author-image" data-aos="fade-right" data-aos-easing="ease-in-sine">
<img src="./images/new-authors/wyatt.png" />
</div>
<div class="author-about">
<h6>About the Author</h6>
<h5>Wyatt Myskow is a senior at Arizona State University studying journalism. He’s worked for The Arizona Republic, and is currently the assignment editor at The State Press, ASU’s student newspaper, and an intern with The Chronicle of Higher Education.</h5>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer section" role="contentinfo">
<div class="container">
<div class="row ">
<div class="footer-content col-sm-12 col-md-3 col-lg-3">
<img src="./images/cronkite-logo.png" />
</div>
<div class="footer-content col-sm-12 col-md-3 col-lg-3">
<div class="address-number-email">
<p>555 N. Central Ave., Suite 555</p>
<p>Phoenix, AZ 85004</p>
<p>602-496-5281</p>
</div>
</div>
<div class="col-md-3 col-lg-3">
</div>
<div class="footer-social col-sm-12 col-md-3 col-lg-3">
<a href="https://www.facebook.com/CronkiteASU/" target="_blank "><img src="./images/social-facebook.png" /></a>
<a href="https://www.instagram.com/cronkite_asu/" target="_blank "><img src="./images/social-instagram.png" /></a>
<a href="https://twitter.com/Cronkite_ASU?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank "><img src="./images/social-twitter.png" /></a>
<a href="https://www.youtube.com/channel/UCh0Id23isi5er_RhGs5jy5A/featured" target="_blank "><img src="./images/social-youtube.png" /></a>
</div>
</div>
<div class="row">
<div class="footer-copyright col-sm-12 col-md-12">
<p>© 2022 ASU Walter Cronkite School of Journalism and Mass Communications All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js?ver=5.5.3"></script>
<script src="js/app.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script> AOS.init(); </script>
<!-- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script> -->
</body>
</html>