-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (47 loc) · 2.64 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Rise of Modern Populism</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your CSS file -->
<link rel="icon" href="../analyzer/analyzer2.jpg" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="our_team/index.html">Our Team</a></li> <!-- Ensure you have an 'about' directory -->
<li><a href="sample_populist_leaders/index.html">Sample Populist Leaders</a></li>
<li><a href="VideoPage/index.html">Populism Explained</a></li> <!-- Ensure you have a 'contact' directory -->
<li><a href="analyzer/ananlyzer.html">About Analyzer </a></li> <!-- Ensure you have a 'contact' directory -->
</ul>
</nav>
<h1>The Rise of Modern Populism</h1>
</header>
<img src="images/populism.png" class="fit-image">" style="display: block; margin-left: auto; margin-right: auto;">
<p> OpenAI. (2024). Image generated by DALL·E</p>
<!-- Main content goes here -->
<h3>
Populism is on the rise. Since 2000, there are now more than <strong> three times as many populist leaders in power </strong> around the world, claiming they represent the will of a country’s “true people.” Many populists use “us versus them” language, which contributes to polarization in political environments and erodes trust in mainstream politicians and trusted institutions.
</h3>
<h3>
In order to test whether a leader’s speech has elements of populism in it, we have trained an AI model by text analysis methodology for detecting populism in speeches, and categorizing it by type. To learn more navigate here.
</h3>
<br>
<div class="quiz-box">
<h2>Populism Speech Detector</h2>
<h3> For ChatGPT4 users: navigate to <a href = "https://chat.openai.com/g/g-db98MeXtk-analyzer"> this link</a> and copy-paste any text – a political speech, recent quotes, or other text media from a political leader whose ideologies you want to analyze – and we’ll tell you if populism is detected.
</h3>
<!-- You can add more content like questions here -->
</div>
<br>
<br>
<br>
<footer>
© <span class="current-year"></span> The Rise of Modern Populism. All rights reserved.
</footer>
<script src="script.js"></script> <!-- Link to the JavaScript file -->
</body>
</html>