forked from sampoder/personal-project-showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contexts.js
42 lines (42 loc) · 2.04 KB
/
contexts.js
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
export const contexts = [
{
params: {
slug: 'globalization-and-sustainability',
name: 'Globalization and sustainability',
emoji: '🌏',
desc: `explores the interconnectedness of human-made systems and communities; the relationship between local and global processes; how local experiences mediate the global; the opportunities and tensions provided by world- interconnectedness; the impact of decision- making on humankind and the environment.`,
},
},
{
params: {
slug: 'fairness-and-development',
name: 'Fairness and development',
emoji: '⚖️',
desc: `explores rights and responsibilities; the relationship between communities; sharing finite resources with other people and with other living things; access to equal opportunities; peace and conflict resolution.`
},
},
{
params: {
slug: 'scientific-and-technical-innovation',
name: 'Scientific and technical innovation',
emoji: '🔬',
desc: `explores the natural world and its laws; the interaction between people and the natural world; how humans use their understanding of scientific principles; the impact of scientific and technological advances on communities and environments; the impact of environments on human activity; how humans adapt environments to their needs.`
},
},
{
params: {
slug: 'personal-and-cultural-expression',
name: 'Personal and cultural expression',
emoji: '💃',
desc: `explores the ways in which we discover and express ideas, feelings, nature, culture, beliefs and values; the ways in which we reflect on, extend and enjoy our creativity; our appreciation of the aesthetic.`
},
},
{
params: {
slug: 'identities-and-relationships',
name: 'Identities and relationships',
emoji: '👨👩👧👦',
desc: `explores identity; beliefs and values; personal, physical, mental, social and spiritual health; human relationships including families, friends, communities and cultures; what it means to be human.`
},
},
]