1
MAKE BEATS. LEARN CODE. PROMOTE EQUITY.
v3.1
2
CODE TO COMPETE
v3.1
{
}
3
How are music, computer science, �activism and entrepreneurship �pathways to promote racial equity?
Layers of Injustice
v3.1
Learn about the history of Hip-Hop as a chronicle of the socio-political issues faced by Black youth growing up in the United States and identify the type of racism discussed in a series of Hip-Hop songs.
Sensitive Topic: This module discusses the damaging legacy of slavery in the United States, including current examples of Interpersonal, Institutional Systemic, and Structural racism.
��
AGENDA
4
MODULE 2 - LAYERS OF INJUSTICE
OBJECTIVE
v3.1
5
1. MUSIC AS A WAY TO EXPRESS VOICE
v3.1
6
Everyone regards DJ Kool Herc as the originator of Hip-Hop. He is a Jamaican immigrant who DJ’d parties in the Bronx, New York in the 1970s and beyond.
�A DJ is someone who uses turntables to play recorded music for a live audience.
�Herc was the first DJ to take the “break” of a song – the moment when all the elements of a song stop except for the percussion – and mix it with other songs using two turntables.
� This is where the term “break dancing” comes from; – dancers would used to dance during this break in the song.
v3.1
7
Soon, this style of DJing music evolved to incorporate scratching, spinning, and emceeing, where a hype person talks to the crowd while the DJ plays the song.
�Shortly after, emceeing incorporated rapping; using clever rhymes and word play recited rapidly over a beat.
�This created a brand-new genre of music never heard before - Hip-Hop!
���
v3.1
8
v3.1
Optional Video: “The Birth of Hip-Hop”
9
v3.1
Optional Video: “DJ Kool Herc's Turntables: Hip Hop Extraordinaire”
10
Hundreds of years prior, during the era of slavery, African Americans developed a very different style of music called spirituals. Spirituals were songs sung by enslaved people that were about the hardships they endured, biblical stories, and some even had secret codes that are said to have shared secret messages about how to escape from slavery. The most notable being “Wade in the Water” which warned enslaved people to get into the water to hide their scent from the slave catching dogs on their trail. When Once slavery ended, it is said that the Spirituals evolved into Blues music.
�������
v3.1
11
Some of the social and political conditions that were present at the time when Hip-Hop was created include:
�One hundred years after slavery was abolished, African Americans were protesting for the right to attend schools designated for white students only!
v3.1
12
2. LAYERS OF RACISM
v3.1
13
What is racism? |
My definition: _______________________________________________________________________________________________. |
v3.1
BUILD YOUR VOCABULARY TO PROMOTE EQUITY
14
Term | Definition |
| The subtle and overt mistreatment, hurt, and harm (discrimination) against individuals or members of a group based on the color of their skin. It manifests in a variety of ways and impacts everyone differently. |
RACISM
v3.1
STRUCTURAL
INSTITUTIONAL
INTERPERSONAL
15
v3.1
BUILD YOUR VOCABULARY TO PROMOTE EQUITY
16
Term | Definition |
| �Racism that occurs between individuals as personal interactions.� |
INTERPERSONAL
Examples: �1. Verbal use of racial slurs.
2. Racially insensitive graffiti.
v3.1
BUILD YOUR VOCABULARY TO PROMOTE EQUITY
17
Term | Definition |
| �Racism that occurs within institutions and systems of power.� |
INSTITUTIONAL
Examples: �1. Racist school/office policies.�2. Racist hiring and promotion practices.
v3.1
BUILD YOUR VOCABULARY TO PROMOTE EQUITY
18
Term | Definition |
| �Racial bias among institutions and across society.� |
STRUCTURAL
Examples:
1. “Redlining”- denying people home loans � depending on where they live.
2. Mass incarceration of Black and Brown men.
v3.1
WHAT’S THE MESSAGE IN THE MUSIC?
19
Listen to the song Black Entrepreneur As you listen to the song, follow along reading the lyrics in your Student Writing Activity Workbook and highlight examples of injustice to answer the questions in the notebook or discuss as a group. |
v3.1
WHAT’S THE MESSAGE IN THE MUSIC?
20
What types of injustices are in this song? What do you think is this song’s message? |
v3.1
TIME TO CODE!
{
}
21
v3.1
BUILD YOUR VOCABULARY TO MAKE BEATS
22
Term | Definition |
| �A series of instructions carried out in a specific order by a computer.� |
SCRIPT
v3.1
23
v3.1
Follow the steps on the next two slides or in your Student Coding Activities Workbook to create a new script in EarSketch
24
GETTING STARTED: CREATING A NEW SCRIPT
EarSketch Training | 11.06.2020
v3.1
OR
25
GETTING STARTED: CREATING A NEW SCRIPT
EarSketch Training | 11.06.2020
v3.1
26
Comments Section: Notes about your code You can add your name or the title of the code here.
Setup Section This code tells the Digital Audio Workstation (DAW) how to prepare to make music. setTempo() allows you to choose a tempo for the project.
Music Section: The most important section. All of the details of your code and composition go here. You will be adding Comments in here later to:
COMMENTS .
SETUP SECTION .
MUSIC SECTION .
v3.1
SECTIONS OF A SCRIPT
27
All scripts are automatically saved in this folder for you to access every time you login.
v3.1
SCRIPT BROWSER
28
Term | Definition |
| Lines of code that are not executed by the computer, but they are used by programmers to make notes in their code. They are preceded by a # (pound/hashtag) sign. �Ex. #author, #add sounds |
COMMENTS
v3.1
29
v3.1
EXAMPLES OF COMMENTS
30
COMMENTS
v3.1
# script_name: YOUR VOICE IS POWER
# author: STUDENT NAME�# description: This script holds the code to compose my song
# about social injustice
31
COMMENTS
v3.1
Activity 5: Using Comments (cont.)
3. Add a print statement after the comments. Replace the highlighted text with your own message
# script_name: YOUR VOICE IS POWER
# author: STUDENT NAME�# description: This script holds the code to compose my song
# about social injustice
print("This is a great opportunity to share my personal experiences")
4. Run your code using the Run button.
5. Look at the bottom of your screen do you see a message there?
32
WHAT HAPPENED WHEN YOU RAN YOUR CODE?
v3.1
Your print message appears here
What happens if you put a # in front of the print statement and run your code again?
The print message no longer appears at the bottom of the screen, because you turned the print statement into a comment and comments are not executed.
Coders sometimes use this trick called ‘commenting out code’ when they have an error in their code. They will comment out a line of code to see if the error goes away to help them figure out which line of code is causing the error. When they want the code to execute again they just delete the #
33
OPTIONAL BONUS CODING CHALLENGE
v3.1
34
v3.1
3. CONSOLIDATION / REFLECTION
In your Student Writing Activities Workbook
35
v3.1
36
v3.1
Optional Extensions
In your Student Writing Activities Workbook write some of the words that come to mind when you think of Hip-Hop?
37
Word Splash
v3.1
38
FREE TIME - EXPLORE EARSKETCH
v3.1
39
THANK YOU!
v3.1