Skip to content

Instantly share code, notes, and snippets.

@iCUE-Solutions
Created September 18, 2023 13:57
Show Gist options
  • Save iCUE-Solutions/62049693778a71f1565725d0824b4df0 to your computer and use it in GitHub Desktop.
Save iCUE-Solutions/62049693778a71f1565725d0824b4df0 to your computer and use it in GitHub Desktop.
Role models and descriptions
role_models = {
"For Boys": [
{"name": "Lebron James", "description": "Famous African-American basketballer."},
{"name": "MrBeast", "description": "Famous American YouTuber."},
{"name": "Barack Obama", "description": "First Black president of the United States."},
{"name": "Neil Armstrong", "description": "First man to walk on the moon."},
{"name": "Jackie Chan", "description": "Famous martial artist and actor from Hong Kong."},
{"name": "Mark Rober", "description": "Famous American former NASA Engineer and YouTuber."},
{"name": "Kobe Bryant", "description": "Famous African-American basketballer."},
{"name": "Rafael Nadal", "description": "Famous Spanish tennis player."},
{"name": "David Attenborough", "description": "Famous British environmentalist."},
{"name": "Bear Grylls", "description": "Famous British explorer and environmentalist."},
{"name": "Trevor Noah", "description": "Famous South African comedian."},
{"name": "Kevin Durant", "description": "Famous African-American basketballer."},
{"name": "Lionel Messi", "description": "Famous Argentinian football player."},
{"name": "Stephen Hawking", "description": "Famous scientist and disabled role model (deceased)."},
{"name": "Cristiano Ronaldo", "description": "Famous Portuguese footballer."},
{"name": "Timothy Berners-Lee", "description": "Inventor of the internet."},
{"name": "Bruce Springsteen", "description": "Famous working-class rock and roll star."},
{"name": "Dave Grohl", "description": "Famous American grunge rock star."},
{"name": "Nelson Mandella", "description": "Famous South African human rights activist."},
{"name": "Mo Farah", "description": "Famous British-Muslim runner."},
{"name": "Harry Styles", "description": "Famous British rock star."}
],
"For Girls": [
{"name": "Oprah Winfrey", "description": "Influential African-American former talkshow host."},
{"name": "Angela Merkel", "description": "Former chancellor of Germany."},
{"name": "Malala Yousifazi", "description": "Pakastani human rights activist."},
{"name": "Serena Williams", "description": "African-American former tennis player."},
{"name": "Emma Watson", "description": "British actress best known for her role as Hermione in Harry Potter."},
{"name": "Marie Curie", "description": "Famous female scientist."},
{"name": "Jane Goodall", "description": "Anthropologist and animal rights activist."},
{"name": "Taylor Swift", "description": "Singer."},
{"name": "Ruth Bader Ginsberg", "description": "Former supreme court justice who broke many glass ceilings."},
{"name": "Adele", "description": "Singer."},
{"name": "Miley Cyrus", "description": "Singer."},
{"name": "Katy Perry", "description": "Singer."},
{"name": "Ariana Grande", "description": "Singer."},
{"name": "Melinda Gates", "description": "Philanthropist and activist."},
{"name": "Amelia Earhart", "description": "Famous explorer."},
{"name": "Maria Ressa", "description": "Philippino journalist and free speech activist."},
{"name": "Beyonce", "description": "African-American singer."},
{"name": "Dolly Parton", "description": "Country musician."},
{"name": "Emma Chamberlain", "description": "Famous YouTuber and blogger."},
{"name": "Greta Thunberg", "description": "Environmental activist who inspired youths around the world."},
{"name": "Rosa Parks", "description": "Civil rights activist."}
],
"Everyday Examples": [
{"role": "Coaches", "description": "Often, a person’s coach is their greatest role model because he or she pushes them to be great at a sport."},
{"role": "Teachers", "description": "Many students spend their days with their teachers who end up becoming motivational idols to the student."},
{"role": "Sportspeople", "description": "Adolescents admire their sports stars like basketballers and footballers."},
{"role": "Entrepreneurs", "description": "As people get older, they will often admire successful businesspeople like Elon Musk."},
{"role": "Minority Celebrities", "description": "The historical underrepresentation of people of color in media makes emerging minority role models very important to kids of color who seek successful people who look like them."},
{"role": "Politicians", "description": "Much maligned by many, but people interested in politics find role models in people who fight the good fight."},
{"role": "Motivational Speakers", "description": "Famous motivational speakers like Tony Robins are looked up to by men and women alike."},
{"role": "Religious Mentors", "description": "Priests, pastors, rabbis, clerics, monks, and nuns could be moral role models for religious people."},
{"role": "Environmentalists", "description": "Budding environmentalists might look up to climate change activists or great anthropologists like Jane Goodall."}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment