CSS school text
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 22s

This commit is contained in:
BOTAlex 2026-05-22 13:47:34 +02:00
parent 64b8ab27a6
commit 611617cc9c

View file

@ -95,13 +95,14 @@
<div class="max-w-6xl mx-auto p-6 text-base-content font-sans"> <div class="max-w-6xl mx-auto p-6 text-base-content font-sans">
<!-- Section 1: Overview --> <!-- Section 1: Overview -->
<section class="mb-8"> <div class="flex">
<section class="mb-8 flex-2/3">
<p class="text-base leading-relaxed mb-4"> <p class="text-base leading-relaxed mb-4">
The analysis is based on the United Nations General Debate Corpus The analysis is based on the United Nations General Debate Corpus
(UNGDC), which contains speeches delivered by countries at the United (UNGDC), which contains speeches delivered by countries at the United
Nations over multiple decades. Each observation consists of a speech, a Nations over multiple decades. Each observation consists of a speech,
country, and a year, making it possible to connect political language a country, and a year, making it possible to connect political
with both countries and time. language with both countries and time.
</p> </p>
<p <p
class="text-sm font-semibold tracking-wide text-base-content/70 mb-2 uppercase" class="text-sm font-semibold tracking-wide text-base-content/70 mb-2 uppercase"
@ -115,6 +116,31 @@
<li>sentiment in international discourse</li> <li>sentiment in international discourse</li>
</ul> </ul>
</section> </section>
<div class="flex-1/3">
<div class="border-2 border-base-300 p-2 rounded-xl">
<p
class="card text-sm font-semibold tracking-wide text-base-content/70 mb-2 uppercase"
>
Dataset: UN General Debate Corpus (UNGDC)
</p>
<ul class="list-disc pl-6 space-y-1 text-base text-base-content/80">
<li><span class=" font-bold">Years covered:</span> 1970-2015</li>
<li>
<span class=" font-bold">Speeches:</span> 7507
</li>
<li>
<span class=" font-bold">Countries:</span> 199 unique countries
</li>
<li>
<span class="font-bold">Main variables:</span> <br />
<span class="badge">year</span>
<span class="badge">countries</span>
<span class="badge">speech text</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Section 2: How the Network Works --> <!-- Section 2: How the Network Works -->
<section class="mb-8"> <section class="mb-8">