diff --git a/src/routes/school/css/+page.svelte b/src/routes/school/css/+page.svelte index 65ef328..5cfbb0d 100644 --- a/src/routes/school/css/+page.svelte +++ b/src/routes/school/css/+page.svelte @@ -92,178 +92,213 @@

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
+
+ + + + +
+ Sentiment Range Controls & Graph
-
-
{currentCountrySelected}
-
- - -
-
-
-
-
List of interactive graphs
- -
- - +
+
+
+
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)} +
+
+
+
+
-
- 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} - -
CountryISO3From buttonsTowards buttons
{getCountryName(country)}{country} -
- -
-
-
- -
-
-
+ +
+ + + + +
Interactive graphs
+ + +
+
+
+
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} + +
CountryISO3From buttonsTowards buttons
{getCountryName(country)}{country} +
+ +
+
+
+ +
+
+
+
+
+
+
+
Sources