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,26 +95,52 @@
<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">
<p class="text-base leading-relaxed mb-4"> <section class="mb-8 flex-2/3">
The analysis is based on the United Nations General Debate Corpus <p class="text-base leading-relaxed mb-4">
(UNGDC), which contains speeches delivered by countries at the United The analysis is based on the United Nations General Debate Corpus
Nations over multiple decades. Each observation consists of a speech, a (UNGDC), which contains speeches delivered by countries at the United
country, and a year, making it possible to connect political language Nations over multiple decades. Each observation consists of a speech,
with both countries and time. a country, and a year, making it possible to connect political
</p> language with both countries and time.
<p </p>
class="text-sm font-semibold tracking-wide text-base-content/70 mb-2 uppercase" <p
> class="text-sm font-semibold tracking-wide text-base-content/70 mb-2 uppercase"
This makes the dataset especially useful for studying: >
</p> This makes the dataset especially useful for studying:
<ul class="list-disc pl-6 space-y-1 text-base text-base-content/80"> </p>
<li>international attention patterns</li> <ul class="list-disc pl-6 space-y-1 text-base text-base-content/80">
<li>political communication</li> <li>international attention patterns</li>
<li>diplomatic relationships</li> <li>political communication</li>
<li>sentiment in international discourse</li> <li>diplomatic relationships</li>
</ul> <li>sentiment in international discourse</li>
</section> </ul>
</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">