diff --git a/src/routes/school/css/+page.svelte b/src/routes/school/css/+page.svelte index 4961a1c..7daee76 100644 --- a/src/routes/school/css/+page.svelte +++ b/src/routes/school/css/+page.svelte @@ -5,6 +5,7 @@ import onMount from "@src/optimizers/onMount"; import Search from "lucide-svelte/icons/search"; import X from "lucide-svelte/icons/x"; + import CustomScrollBar from "../../comps/CustomScrollBar.svelte"; class Range { start: number = 0; @@ -81,7 +82,7 @@ } onMount(() => { - selectCountry("DNK", true); + // selectCountry("DNK", true); console.log(countryList.findByIso3("DNK")); }); @@ -90,23 +91,6 @@

Country Mention Networks in UN Speeches

Computational Social Science 02467 - group 10
-
- Website repository - Python repository - Dataset from kaggle -
@@ -161,11 +145,6 @@
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. -
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:
@@ -225,46 +211,80 @@
{/each}
- - - - - - - - - - - {#each iso3 as country} - {#if (getCountryName(country) - .toLowerCase() - .includes(searchFilter.toLowerCase()) || country +
+ +
CountryISO3From buttonsTowards buttons
+ + + + + + + + + + {#each iso3 as country} + {#if (getCountryName(country) .toLowerCase() - .includes(searchFilter.toLowerCase())) && (!regionFilters.some((r) => r.selected) || regionFilters.find((r) => r.region === countryList.findByIso3(country)?.continent)?.selected)} - - - - - - - {/if} - {/each} - -
CountryISO3From buttonsTowards buttons
{getCountryName(country)}{country} -
- -
-
-
- -
-
+ .includes(searchFilter.toLowerCase()) || country + .toLowerCase() + .includes(searchFilter.toLowerCase())) && (!regionFilters.some((r) => r.selected) || regionFilters.find((r) => r.region === countryList.findByIso3(country)?.continent)?.selected)} + + + {getCountryName(country)} + {country} + +
+ +
+ + +
+ +
+ + + {/if} + {/each} + + +
+
+ +
+ +