Country Mention Networks in UN Speeches

Computational Social Science 02467 - group 10
Negative range
Positive range
-1
0
1
-{round(1 - leftRange.start).toFixed(1)} --- -{round( 1 - leftRange.end, ).toFixed(1)}
{round(rightRange.start).toFixed(1)} --- {round( rightRange.end, ).toFixed(1)}
Interactive graphs
{currentCountrySelected}
List of interactive graphs
The interactive graphs has to be filtered, due to the large amount of connections, making a full interactive graph, requires too much processing power.
Filter by region:
{#each regionFilters as filter}
{filter.region}
{/each}
{#each iso3 as country} {#if (getCountryName(country) .toLowerCase() .includes(searchFilter.toLowerCase()) || country .toLowerCase() .includes(searchFilter.toLowerCase())) && (!regionFilters.some((r) => r.selected) || regionFilters.find((r) => r.region === countryList.findByIso3(country)?.continent)?.selected)} {/if} {/each}
Country ISO3 From buttons Towards buttons
{getCountryName(country)} {country}