-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path11-slides.Rmd
818 lines (497 loc) · 14.7 KB
/
11-slides.Rmd
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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
---
title: "Diversity in the nonprofit sector"
author: "Andrew Heiss"
date: "`r Sys.Date()`"
output:
xaringan::moon_reader:
lib_dir: "libs"
chakra: "libs/remark-latest.min.js"
css: ["default", "css/ath-slides.css", "css/ath-jost-fonts.css", "css/animate.css"]
seal: false
anchor_sections: false
nature:
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
ratio: "16:9"
navigation:
scroll: false
editor_options:
chunk_output_type: console
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(warning = FALSE, message = FALSE,
fig.retina = 3, fig.align = "center")
```
```{r packages-data, include=FALSE}
library(countdown)
```
```{r xaringanExtra, echo=FALSE}
xaringanExtra::use_xaringan_extra(c("tile_view"))
```
class: center middle main-title section-title-2
# Diversity in the<br>nonprofit sector
.class-info[
**November 3, 2022**
.light[PMAP 3210: Introduction to Nonprofits<br>
Andrew Young School of Policy Studies
]
]
---
name: outline
class: title title-inv-5
# Plan for today
--
.box-1.medium.sp-after[Institutions and individual action]
--
.box-5.medium.sp-after[Nonprofits and institutions]
--
.box-8.medium[Diversity in nonprofits]
---
layout: false
name: institutions
class: center middle section-title section-title-1 animated fadeIn
# Institutions and<br>individual action
---
layout: true
class: title title-1
---
# What are institutions?
<br>
--
.box-inv-1.medium[Rules and structures that<br>govern social interactions]
--
.pull-left[
.box-1.medium[Formal]
]
--
.pull-right[
.box-1.medium[Informal]
]
---
# Assets vs. income
--
.pull-left[
.box-inv-1.medium[Income]
.box-1[Money that you earn]
]
--
.pull-right[
.box-inv-1.medium[Assets]
.box-1[Money that you<br>build up over time]
]
---
# Assets vs. income
.center[
<figure>
<img src="img/11/bathtub.png" alt="The bathtub model of assets and income" title="The bathtub model of assets and income" width="45%">
</figure>
]
---
layout: false
class: middle
.box-1.large[Why are assets<br>important for wealth?]
???
- Money begets more money
- Money provides a safety net
---
class: middle
.less-medium[
> “It’s all right to tell a man to lift himself by his own bootstraps, but it is a cruel jest to say to a bootless man that he ought to lift himself by his own bootstraps.”
>
> —Martin Luther King, Jr.<br>May 8, 1967 NBC interview
]
---
class: middle
.pull-left-narrow[
.box-1["40 acres<br>and a mule"]
.box-1[The Freedman's<br>Bureau]
.box-1[Designed to<br>promote assets]
]
.pull-left-wide[
<figure>
<img src="img/11/Freedman_bureau_harpers_cartoon.jpg" alt="Freedman's Bureau" title="Freedman's Bureau" width="100%">
</figure>
]
???
- William Tecumsah Sherman, Special Field Order 15
- Strip of land along the coast of Georgia and SC, government provisions for 18,000 former slaves
- Freedman’s Bureau
- Cancelled by Andrew Johnson later that year
This policy was designed to bestow assets on the newly freed slaves
What happened after the abolition of slavery?
https://commons.wikimedia.org/wiki/File:Freedman_bureau_harpers_cartoon.jpg
---
class: middle
.pull-left-3[
.center[
<figure>
<img src="img/11/04240392.gif" alt="The Homesteading Act" title="The Homesteading Act" width="100%">
</figure>
]
]
.pull-middle-3[
.box-1[Homesteading Act of 1862]
.box-inv-1.small[160 acres in the west]
.box-inv-1.small[Distributed<br>80 million acres<br>by 1900,<br>mostly to<br>white settlers]
.box-inv-1.small[(Promoted assets)]
]
--
.pull-right-3[
.center[
<figure>
<img src="img/11/little-house.jpg" alt="Little House on the Prairie" title="Little House on the Prairie" width="100%">
</figure>
]
]
???
https://www.loc.gov/rr/program/bib/ourdocs/homestead.html
---
class: middle
.pull-left-wide[
.center[
<figure>
<img src="img/11/fha.jpg" alt="The FHA" title="The FHA" width="100%">
</figure>
]
]
.pull-right-narrow[
.box-1[Designed to<br>boost assets]
.box-1[Access to<br>programs was<br>unequal and<br>racialized]
]
???
Great Depression → need to build up middle class. Government intervention!
---
class: middle
.pull-left-narrow[
.box-1[Implementation<br>of FHA was<br>systemically racist]
.box-inv-1.small[andhs.co/atl-redlining]
.box-inv-1.small[andhs.co/atl-airport]
]
.pull-right-wide[
.center[
<figure>
<img src="img/11/redlining.jpg" alt="Redlining in Atlanta" title="Redlining in Atlanta" width="88%">
</figure>
]
]
???
Not only was access to programs unequal (harder for black veterans to get GI bill benefits in the first place), the implementation of programs was unequal – red lining – FHA loans couldn’t be used in certain neighborhoods, since they were too risky
---
.box-1[Civil rights laws in 1960s banned redlining]
--
.center[
<figure>
<img src="img/11/modern-redlining.jpg" alt="Reveal's 'Kept Out'" title="Reveal's 'Kept Out'" width="70%">
</figure>
]
???
Fair Housing Act of 1968
<https://www.revealnews.org/article/for-people-of-color-banks-are-shutting-the-door-to-homeownership/>
---
class: middle
.less-medium[
> “It is the unearned birthright of inheritance or other family transfers that has the greatest effect on wealth accumulation, and likewise is the largest factor erecting barriers to wealth accumulation for people of color.”
>
> Darity, et al., 3
]
---
class: middle
.less-medium[
> “There’s no amount of lattes and avocado toast that you can forego that will take the place of an FHA mortgage to your grandfather.”
>
> Mehrsa Baradaran
]
---
layout: true
class: title title-1
---
# Neoliberalism
.box-inv-1[The idea that all human interaction<br>can be imagined as a competitive market]
--
.pull-left[
.box-1[Poverty]
]
.pull-right[
]
---
layout: false
background-image: url("img/11/black-capitalism-1.jpg")
background-position: center
background-size: contain
---
background-image: url("img/11/black-capitalism-2.jpg")
background-position: center
background-size: contain
---
background-image: url("img/11/black-capitalism-3.jpg")
background-position: center
background-size: contain
---
background-image: url("img/11/black-capitalism-4.jpg")
background-position: center
background-size: contain
---
layout: true
class: title title-1
---
# Neoliberalism
.box-inv-1[The idea that all human interaction<br>can be imagined as a competitive market]
.pull-left[
.box-1[Poverty]
.box-inv-1.small[Free market capitalism]
.box-1[Education]
.box-inv-1.small[Charter schools, No Child Left<br>Behind, Race to the Top]
]
.pull-right[
]
---
# Neoliberalism
.box-inv-1[The idea that all human interaction<br>can be imagined as a competitive market]
.pull-left[
.box-1[Poverty]
.box-inv-1.small[Free market capitalism]
.box-1[Education]
.box-inv-1.small[Charter schools, No Child Left<br>Behind, Race to the Top]
]
.pull-right[
.box-1[Environment]
.box-inv-1.small[Carbon offsets & permits]
]
---
# Neoliberalism
.box-inv-1[The idea that all human interaction<br>can be imagined as a competitive market]
.pull-left[
.box-1[Poverty]
.box-inv-1.small[Free market capitalism]
.box-1[Education]
.box-inv-1.small[Charter schools, No Child Left<br>Behind, Race to the Top]
]
.pull-right[
.box-1[Environment]
.box-inv-1.small[Carbon offsets & permits]
.box-1[Other government services]
.box-inv-1.small[US COVID response,<br>demand that USPS be profitable]
]
---
# Consequences of neoliberalism
.box-inv-1.medium[Individual actions and<br>personal responsibility are<br>preferred over <br>institutional and structural change]
.center.grey.small[(Income over assets)]
---
layout: false
name: nonprofits-institutions
class: center middle section-title section-title-5 animated fadeIn
# Nonprofits<br>and institutions
---
layout: true
class: title title-5
---
# Quick historical review
--
.box-inv-5.SMALL[**1600s–1700s**<br>Church-based charities]
--
.box-inv-5.SMALL[**1787+**<br>Formal constitutional right of association]
--
.box-inv-5.SMALL[**1900–1960**<br>Tax exemption and more formal institutional structures]
--
.box-inv-5.SMALL[**1960s–today**<br>Corporatization and professionalization]
---
# 1960s–today
.pull-left[
.box-inv-5[War on Poverty]
<figure>
<img src="img/02/poverty.jpg" alt="LBJ and the war on poverty" title="LBJ and the war on poverty" width="100%">
</figure>
.box-5.smaller[Increased federal funding]
]
--
.pull-right[
.box-inv-5[Neoliberal privatization]
<figure>
<img src="img/02/reagan.jpg" alt="Ronald Reagan" title="Ronald Reagan" width="100%">
</figure>
.box-5.smaller[Corporatization & professionalization]
]
---
# Non-Profit Industrial Complex .smaller[(NPIC)]
--
.box-inv-5[Professionalization and standardization]
--
.box-5.small[Every organization has to fill out the same forms]
--
.box-5.small[Most nonprofits have the same organizational structure]
--
.box-5.small[Staff get the same kinds of degrees]
--
.pull-left[
.box-inv-5.smaller[Master of Public Administration (MPA)<br>in nonprofit management]
]
.pull-right[
.box-inv-5.smaller[Undergraduate courses and<br>programs in nonprofit management]
]
--
.box-5[WHAT YOU'RE DOING RIGHT NOW]
---
# Non-Profit Industrial Complex .smaller[(NPIC)]
--
.box-inv-5.less-medium[Organizations all look the same]
--
.box-inv-5.less-medium[Foundations require similarity]
--
.box-inv-5.less-medium[Individual donors want consistency]
.box-5.small[GuideStar and Charity Navigator]
---
# Non-Profit Industrial Complex .smaller[(NPIC)]
> "The NPIC is a system of relationships between the State, the owning classes, foundations, and nonprofit and social justice organizations that results in the surveillance, control, derailment, and everyday management of political movements."
>
> —[Neesha Powell](https://everydayfeminism.com/2018/05/decolonizing-nonprofits/)
---
# Non-Profit Industrial Complex .smaller[(NPIC)]
<br>
.box-5.medium[Nonprofit organizational standardization fundamentally limits nonprofits' ability to undertake institutional change]
---
layout: false
class: middle
.SMALL[
> Nearly 30 years later, I look around and see many shelters and services for survivors of domestic violence, but no large-scale movement to end male violence. I see many batterer intervention programs, but few men involved in challenging sexism. The loss of vision that narrowed the focus of men's work reflects a change that occurred in other parts of the movement to end violence, as activists who set out to change the institutions perpetrating violence settled into service jobs helping people cope.
>
> Paul Kivel, "Social Service or Social Change?", *The Revolution Will Not Be Funded*, p. 129
]
---
layout: true
class: title title-5
---
# Social services vs. social change
--
.pull-left[
.box-5.less-medium[Social services]
.center.smaller.grey[(Analogous to income)]
.box-inv-5.small[Helping individuals suffering from systems of exploitation and violence]
.box-inv-5[Nonprofits are<br>designed for this]
]
--
.pull-right[
.box-5.less-medium[Social change]
.center.smaller.grey[(Analogous to assets)]
.box-inv-5.small[Challenging the root institutional causes of systemic exploitation and violence]
.box-inv-5[Nonprofits<br>struggle with this]
]
---
# Institutional limits
--
.box-inv-5[Existing institutional structures limit nonprofits<br>from pursuing institutional changes]
--
.pull-left[
.box-5[Legal limits]
.box-inv-5.small[501(c)(3)s can't<br>engage in substantial lobbying]
]
--
.pull-right[
.box-5[Organizational conformity]
.box-inv-5.small[Funders like "standard" nonprofits]
.box-inv-5.small[Pressure to tame programming in order to get easily measurable results to make funders happier]
]
---
layout: false
name: diversity
class: center middle section-title section-title-8 animated fadeIn
# Diversity<br>in nonprofits
---
layout: true
class: title title-8
---
# Foundational institutional issue
--
.box-inv-8.less-medium[Existing nonprofit regulatory environment<br>was largely designed for white- and male-led<br>organizations providing paternalistic<br>social services, often as a<br>replacement of the government]
--
.box-inv-8[POC-led nonprofits face an institutional<br>environment built for white organizations]
---
# Diversity in the nonprofit sector
.box-inv-8[Demographic trends reflect this institutional history]
--
.box-8.smaller[90% of nonprofit board chairs are white]
--
.box-8.smaller[90% of nonprofit executive directors are white]
--
.box-8.smaller[≈20% of nonprofit staff are people of color]
--
.box-8.smaller[73% of nonprofit staff are women]
--
.box-8.smaller[45% of nonprofit executive directors are women]
--
.box-8.smaller[Women executive directors make 66% of men's salaries]
--
.box-8.smaller[Underrepresentation of LGBTQ populations]
---
# How to fix this?
--
.box-inv-8.medium[Deeper institutional<br>restructuring… somehow…]
--
.box-inv-8.medium[Organization- and sector-level<br>increase in diversity]
---
# Diversity
--
.box-inv-8.less-medium[Diversity is a characteristic of groups,<br>not of individuals]
--
.box-inv-8.less-medium[You can talk about a *member* of a<br>diverse community but not about<br>a diverse individual]
???
<https://serc.carleton.edu/advancegeo/resources/what_diversity.html>
---
# Primary dimensions
.center[
<figure>
<img src="img/11/primary-dimensions.png" alt="Primary dimensions of diversity" title="Primary dimensions of diversity" width="45%">
</figure>
]
---
# Secondary dimensions
.center[
<figure>
<img src="img/11/secondary-dimensions.png" alt="Secondary dimensions of diversity" title="Secondary dimensions of diversity" width="45%">
</figure>
]
---
# Intersectionality
.center[
<figure>
<img src="img/11/intersectionality.png" alt="Intersectionality" title="Intersectionality" width="45%">
</figure>
]
---
# Business benefits of diversity
--
.box-inv-8.less-medium[Better, more creative decision-making]
--
.box-inv-8.less-medium[Better performance]
--
.box-inv-8.less-medium[Better community engagement and involvement]
--
.box-inv-8.less-medium[More money from donors and foundations]
---
# Representative bureaucracy
--
.box-inv-8.medium[A nonprofit should represent<br>the community which it serves]
.box-8.small[(This is a general idea, not a one-to-one checklist)]
---
# Lip service vs. real diversity
--
.box-inv-8.less-medium[You can’t just hire a bunch of different people]
--
.box-inv-8.less-medium[You must actually take in<br>the perspectives of different people]
--
.box-8.medium[This requires structural<br>changes within the organization!]
---
# Institutionalizing diversity
.box-inv-8[Set up organizational structures that actually<br>allow for and encourage multiple perspectives]
--
.pull-left[
.box-8.small[Board recruitment]
.box-8.small[Staff hiring practices]
.box-8.small[Volunteer management]
]
--
.pull-right[
.box-8.small[Better pay]
.box-8.small[Client advisory boards]
.box-8.small[Clear channels of communication]
]