Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identify Social Program Investments #7

Open
banjtheman opened this issue Sep 26, 2020 · 7 comments
Open

Identify Social Program Investments #7

banjtheman opened this issue Sep 26, 2020 · 7 comments
Assignees
Labels
enhancement New feature or request hacktoberfest Hacktoberfest

Comments

@banjtheman
Copy link
Owner

banjtheman commented Sep 26, 2020

What is the Task

Define a metric that can be used for Social Programs

Why do we want to do this

To have a social card for Social Programs Investments

How can I get started?

  1. Would google how social programs investments empower communities and how that translates to dollar amounts.
  2. Create a new case in make_investment_image for Social Programs

https://github.com/banjtheman/defundthepolice/blob/main/main_st.py#L64

Here is some pseudo-code

    if investment == "Social Programs":
        METRIC_COST= XXX
        WHAT_WE_GAIN= int(math.ceil( reinvest_money / METRIC_COST))

        WHAT_WE_GAIN_STRING= str(f'{WHAT_WE_GAIN:,}')
        text = "That translates to "+ WHAT_WE_GAIN_STRING+ " X for our community" 
        wrapped_string = textwrap.wrap(text, width=30)
        image = draw_image(wrapped_string,bg_color,text_color,font)
        st.image(image, use_column_width=True)
 

Definition of Done

Can generate a social card for Social Programs

@banjtheman banjtheman added enhancement New feature or request hacktoberfest Hacktoberfest labels Sep 26, 2020
@Alig1493
Copy link
Contributor

Alig1493 commented Oct 1, 2020

I can already see a section for social programs in the web application so can we assume this to be completed @banjtheman?

@banjtheman
Copy link
Owner Author

No it is stubbed out

@thestrugglingblack
Copy link

@banjtheman Hey Banjo! Can I take this ticket?

@thestrugglingblack
Copy link

thestrugglingblack commented Oct 4, 2020

@banjtheman Hey Banjo! Here is a list of social programs that we can possibly use. What do you think of these so far?

Head Start

"Children whose mothers said they provided low and moderate amounts of preacademic stimulation scored lower in absolute terms on all three outcomes than children whose mothers said they provided more preacademic stimulation, but they gained more from being in a Head Start program than the children who got more stimulation."

Source Society for Research in Child Development

A metric that we can use for this is calculate the percentage of children who are more likely to graduate from high school if they received this assistance in early child hood.

Veterans’ benefits

Advancement in medical technology has allowed servicemen to survive their injuries but, for many, at the cost of a traumatic limb amputation and associated mental scarring. Health care professionals must be able to address physical safety concerns, as well as, emotional health of veterans. Approximately 49,933 American veterans are homeless and face the same difficulties as non-veterans in addition to service-related matters

Source US veterans and their unique issues: enhancing health care professional awareness

A metric for this can say "By decreasing the police department budget and increasing Veteran Benefits, X Veterans will be able to receive the mental health care that they need.

Food Stamps

SNAP promotes long-term health and well-being, especially for children. Research shows that SNAP reduces poverty and food insecurity, and that over the long term, these impacts lead to improved health and economic outcomes, especially for those who receive SNAP as children

Source Chart Book SNAP Helps Struggling Families put Food on the Table

A metric that we ca use for SNAP is saying "X amount of low-income families will have food on the table if the police budget were to be cut."

Other Social Programs that we can look into finding metrics in:

  • Pell Grants
  • Unemployment Insurance
  • Government Subsidized Housing
  • Home Mortgage Interest Deduction
  • Hope and Lifetime Learning Tax Credits
  • Child and Dependent Care Tax Credit
  • Earned-income tax credit
  • Employer subsidized health insurance
  • Employer subsidized retirement benefits
  • Federal Student Loans
  • Social Security Disability
  • Social Security Retirement and Survivors Benefits
  • Supplemental Security Income (SSI)
  • Medicaid
  • Medicare
  • Welfare (Temporary Assistance for Needy Families, or T.A.N.F.)
  • G.I. Bill

@banjtheman
Copy link
Owner Author

Food Security, Veterans Benefits, and childcare are a good place to start

The goal would be to find a tangible dollar amount that can be reinvested to make a direct impact
i.e every 400 dollars spent on Food security removes x number of people from z

@thestrugglingblack
Copy link

Okay good! So I cant separate these items out and not just have this be all lumped under the umbrella of "Social Programs". So it would be more like the following:
investments = ["Education", "Healthcare", "Veteran Benefits", "Food Security", "Childcare"]
??

@Alig1493
Copy link
Contributor

Alig1493 commented Oct 5, 2020

Okay good! So I cant separate these items out and not just have this be all lumped under the umbrella of "Social Programs". So it would be more like the following:
investments = ["Education", "Healthcare", "Veteran Benefits", "Food Security", "Childcare"]
??

@thestrugglingblack you can append here. If you are able to provide some metrics for the cost then the cards should all get updated accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants