56 lines
1.2 KiB
TypeScript
56 lines
1.2 KiB
TypeScript
const topics = [
|
|
"Education",
|
|
"Technology",
|
|
"Environment",
|
|
"Health and Fitness",
|
|
"Globalization",
|
|
"Engineering",
|
|
"Work and Careers",
|
|
"Travel and Tourism",
|
|
"Culture and Traditions",
|
|
"Social Issues",
|
|
"Arts and Entertainment",
|
|
"Climate Change",
|
|
"Social Media",
|
|
"Sustainable Development",
|
|
"Health Care",
|
|
"Immigration",
|
|
"Artificial Intelligence",
|
|
"Consumerism",
|
|
"Online Shopping",
|
|
"Energy",
|
|
"Oil and Gas",
|
|
"Poverty and Inequality",
|
|
"Cultural Diversity",
|
|
"Democracy and Governance",
|
|
"Mental Health",
|
|
"Ethics and Morality",
|
|
"Population Growth",
|
|
"Science and Innovation",
|
|
"Poverty Alleviation",
|
|
"Cybersecurity and Privacy",
|
|
"Human Rights",
|
|
"Social Justice",
|
|
"Food and Agriculture",
|
|
"Cyberbullying and Online Safety",
|
|
"Linguistic Diversity",
|
|
"Urbanization",
|
|
"Artificial Intelligence in Education",
|
|
"Youth Empowerment",
|
|
"Disaster Management",
|
|
"Mental Health Stigma",
|
|
"Internet Censorship",
|
|
"Sustainable Fashion",
|
|
"Indigenous Rights",
|
|
"Water Scarcity",
|
|
"Social Entrepreneurship",
|
|
"Privacy in the Digital Age",
|
|
"Sustainable Transportation",
|
|
"Gender Equality",
|
|
"Automation and Job Displacement",
|
|
"Digital Divide",
|
|
"Education Inequality",
|
|
];
|
|
|
|
export default topics;
|